summaryrefslogtreecommitdiff
path: root/xmloff
ModeNameSize
-rw-r--r--CppunitTest_xmloff_uxmloff.mk1669logplain
-rw-r--r--JunitTest_xmloff_unoapi.mk1462logplain
-rw-r--r--Library_xo.mk15072logplain
-rw-r--r--Library_xof.mk3384logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_xmloff.mk1241logplain
-rw-r--r--Package_dtd.mk1262logplain
-rw-r--r--README2035logplain
d---------dtd659logplain
d---------inc3180logplain
d---------qa64logplain
d---------source354logplain
d---------util40logplain
+#: translation.xhp#par_id4585100.help.text
+msgid "This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
+msgstr "This adds string resources to contain the translated versions of all strings to the dialogue properties. The set of dialogue strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings."
+
+#: translation.xhp#par_id2394482.help.text
+msgid "Close the dialog or add additional languages."
+msgstr "Close the dialogue or add additional languages."
+
+#: translation.xhp#hd_id631733.help.text
+msgid "To edit localizable controls in your dialog"
+msgstr "To edit localisable controls in your dialogue"
+
+#: translation.xhp#par_id2334665.help.text
+msgid "Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar."
+msgstr "Once you have added the resources for localisable strings in your dialogues, you can select the current language from the Current Language listbox on the Language toolbar."
+
+#: translation.xhp#par_id8956572.help.text
+msgid "Switch the Current Language listbox to display the default language."
+msgstr "Switch the Current Language listbox to display the default language."
+
+#: translation.xhp#par_id500808.help.text
+msgid "Insert any number of controls to your dialog and enter all strings you want."
+msgstr "Insert any number of controls to your dialogue and enter all strings you want."
+
+#: translation.xhp#par_id8366649.help.text
+msgid "Select another language in the Current Language listbox."
+msgstr "Select another language in the Current Language listbox."
+
+#: translation.xhp#par_id476393.help.text
+msgid "Using the control's property dialogs, edit all strings to the other language."
+msgstr "Using the control's property dialogues, edit all strings to the other language."
+
+#: translation.xhp#par_id2655720.help.text
+msgid "Repeat for all languages that you added."
+msgstr "Repeat for all languages that you added."
+
+#: translation.xhp#par_id3682058.help.text
+msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language. "
+msgstr "The user of your dialogue will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language. "
+
+#: translation.xhp#par_id5977965.help.text
+msgid "If no language matches the user's version, the user will see the default language strings. "
+msgstr "If no language matches the user's version, the user will see the default language strings. "
+
+#: translation.xhp#par_id3050325.help.text
+msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
+msgstr "If the user has an older version of %PRODUCTNAME that does not know localisable string resources for Basic dialogues, the user will see the default language strings."
+
+#: sample_code.xhp#tit.help.text
+msgid "Programming Examples for Controls in the Dialog Editor"
+msgstr "Programming Examples for Controls in the Dialogue Editor"
+
+#: 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 "<bookmark_value>programming examples for controls</bookmark_value><bookmark_value>dialogues;loading (example)</bookmark_value><bookmark_value>dialogues;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>dialogue editor;programming examples for controls</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "The following examples are for a new <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialogue\">dialogue</link> called \"Dialog1\". Use the tools on the <emph>Toolbox</emph> bar in the dialogue editor to create the dialogue 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\"."
+
+#: 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 "Be consistent with uppercase and lowercase letter when you attach a control to an object variable."
+
+#: sample_code.xhp#hd_id3154909.4.help.text
+msgid "Global Function for Loading Dialogs"
+msgstr "Global Function for Loading Dialogues"
+
+#: sample_code.xhp#par_id3153193.73.help.text
+msgid "Function LoadDialog(Libname as String, DialogName as String, Optional oLibContainer)"
+msgstr "Function LoadDialog(Libname as String, DialogName as String, Optional oLibContainer)"
+
+#: sample_code.xhp#par_id3145787.74.help.text
+msgid "Dim oLib as Object"
+msgstr "Dim oLib as Object"
+
+#: sample_code.xhp#par_id3148576.75.help.text
+msgid "Dim oLibDialog as Object"
+msgstr "Dim oLibDialog as Object"
+
+#: sample_code.xhp#par_id3153726.76.help.text
+msgid "Dim oRuntimeDialog as Object"
+msgstr "Dim oRuntimeDialog as Object"
+
+#: sample_code.xhp#par_id3149261.77.help.text
+msgid "If IsMissing(oLibContainer ) then"
+msgstr "If IsMissing(oLibContainer ) then"
+
+#: sample_code.xhp#par_id3148646.78.help.text
+msgid "oLibContainer = DialogLibraries"
+msgstr "oLibContainer = DialogLibraries"
+
+#: sample_code.xhp#par_id3151115.79.help.text
+msgid "End If"
+msgstr "End If"
+
+#: sample_code.xhp#par_id3146986.80.help.text
+msgid "oLibContainer.LoadLibrary(LibName)"
+msgstr "oLibContainer.LoadLibrary(LibName)"
+
+#: sample_code.xhp#par_id3145366.81.help.text
+msgid "oLib = oLibContainer.GetByName(Libname)"
+msgstr "oLib = oLibContainer.GetByName(Libname)"
+
+#: sample_code.xhp#par_id3145271.82.help.text
+msgid "oLibDialog = oLib.GetByName(DialogName)"
+msgstr "oLibDialog = oLib.GetByName(DialogName)"
+
+#: sample_code.xhp#par_id3144764.83.help.text
+msgid "oRuntimeDialog = CreateUnoDialog(oLibDialog)"
+msgstr "oRuntimeDialog = CreateUnoDialog(oLibDialog)"
+
+#: sample_code.xhp#par_id3153876.84.help.text
+msgid "LoadDialog() = oRuntimeDialog"
+msgstr "LoadDialog() = oRuntimeDialog"
+
+#: sample_code.xhp#par_id3156286.85.help.text
+msgid "End Function"
+msgstr "End Function"
+
+#: sample_code.xhp#hd_id3149412.18.help.text
+msgid "Displaying a Dialog"
+msgstr "Displaying a Dialogue"
+
+#: sample_code.xhp#par_id3145801.86.help.text
+msgid "rem global definition of variables"
+msgstr "rem global definition of variables"
+
+#: sample_code.xhp#par_id3150716.87.help.text
+msgid "Dim oDialog1 AS Object"
+msgstr "Dim oDialog1 AS Object"
+
+#: sample_code.xhp#par_id3154510.88.help.text
+msgid "Sub StartDialog1"
+msgstr "Sub StartDialog1"
+
+#: sample_code.xhp#par_id3146913.162.help.text
+msgctxt "sample_code.xhp#par_id3146913.162.help.text"
+msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+msgstr "BasicLibraries.LoadLibrary(\"Tools\")"
+
+#: sample_code.xhp#par_id3150327.89.help.text
+msgctxt "sample_code.xhp#par_id3150327.89.help.text"
+msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+msgstr "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+
+#: sample_code.xhp#par_id3155767.92.help.text
+msgctxt "sample_code.xhp#par_id3155767.92.help.text"
+msgid "oDialog1.Execute()"
+msgstr "oDialog1.Execute()"
+
+#: sample_code.xhp#par_id3149019.93.help.text
+msgctxt "sample_code.xhp#par_id3149019.93.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: sample_code.xhp#hd_id3150042.27.help.text
+msgid "Read or Edit Properties of Controls in the Program"
+msgstr "Read or Edit Properties of Controls in the Program"
+
+#: sample_code.xhp#par_id3159267.136.help.text
+msgid "Sub Sample1"
+msgstr "Sub Sample1"
+
+#: sample_code.xhp#par_id3155335.163.help.text
+msgctxt "sample_code.xhp#par_id3155335.163.help.text"
+msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+msgstr "BasicLibraries.LoadLibrary(\"Tools\")"
+
+#: sample_code.xhp#par_id3163808.137.help.text
+msgctxt "sample_code.xhp#par_id3163808.137.help.text"
+msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+msgstr "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+
+#: sample_code.xhp#par_id3145232.138.help.text
+msgid "REM get dialog model"
+msgstr "REM get dialogue model"
+
+#: sample_code.xhp#par_id3146316.139.help.text
+msgctxt "sample_code.xhp#par_id3146316.139.help.text"
+msgid "oDialog1Model = oDialog1.Model"
+msgstr "oDialog1Model = oDialog1.Model"
+
+#: sample_code.xhp#par_id3154021.140.help.text
+msgid "REM display text of Label1"
+msgstr "REM display text of Label1"
+
+#: sample_code.xhp#par_id3150301.141.help.text
+msgid "oLabel1 = oDialog1.GetControl(\"Label1\")"
+msgstr "oLabel1 = oDialog1.GetControl(\"Label1\")"
+
+#: sample_code.xhp#par_id3152584.142.help.text
+msgid "MsgBox oLabel1.Text"
+msgstr "MsgBox oLabel1.Text"
+
+#: sample_code.xhp#par_id3151277.143.help.text
+msgid "REM set new text for control Label1"
+msgstr "REM set new text for control Label1"
+
+#: sample_code.xhp#par_id3154119.144.help.text
+msgid "oLabel1.Text = \"New Files\""
+msgstr "oLabel1.Text = \"New Files\""
+
+#: sample_code.xhp#par_id3155115.145.help.text
+msgid "REM display model properties for the control CheckBox1"
+msgstr "REM display model properties for the control CheckBox1"
+
+#: sample_code.xhp#par_id3166426.146.help.text
+msgid "oCheckBox1Model = oDialog1Model.CheckBox1"
+msgstr "oCheckBox1Model = oDialog1Model.CheckBox1"
+
+#: sample_code.xhp#par_id3153270.147.help.text
+msgid "MsgBox oCheckBox1Model.Dbg_Properties"
+msgstr "MsgBox oCheckBox1Model.Dbg_Properties"
+
+#: sample_code.xhp#par_id3149817.148.help.text
+msgid "REM set new state for CheckBox1 for model of control"
+msgstr "REM set new state for CheckBox1 for model of control"
+
+#: sample_code.xhp#par_id3145134.149.help.text
+msgid "oCheckBox1Model.State = 1"
+msgstr "oCheckBox1Model.State = 1"
+
+#: sample_code.xhp#par_id3159102.150.help.text
+msgid "REM display model properties for control CommandButton1"
+msgstr "REM display model properties for control CommandButton1"
+
+#: sample_code.xhp#par_id3152777.151.help.text
+msgid "oCMD1Model = oDialog1Model.CommandButton1"
+msgstr "oCMD1Model = oDialog1Model.CommandButton1"
+
+#: sample_code.xhp#par_id3149209.152.help.text
+msgid "MsgBox oCMD1Model.Dbg_Properties"
+msgstr "MsgBox oCMD1Model.Dbg_Properties"
+
+#: sample_code.xhp#par_id3150368.153.help.text
+msgid "REM display properties of control CommandButton1"
+msgstr "REM display properties of control CommandButton1"
+
+#: sample_code.xhp#par_id3150883.154.help.text
+msgid "oCMD1 = oDialog1.GetControl(\"CommandButton1\")"
+msgstr "oCMD1 = oDialog1.GetControl(\"CommandButton1\")"
+
+#: sample_code.xhp#par_id3155380.155.help.text
+msgid "MsgBox oCMD1.Dbg_Properties"
+msgstr "MsgBox oCMD1.Dbg_Properties"
+
+#: sample_code.xhp#par_id3150201.156.help.text
+msgid "REM execute dialog"
+msgstr "REM execute dialogue"
+
+#: sample_code.xhp#par_id3154485.157.help.text
+msgctxt "sample_code.xhp#par_id3154485.157.help.text"
+msgid "oDialog1.Execute()"
+msgstr "oDialog1.Execute()"
+
+#: sample_code.xhp#par_id3146115.158.help.text
+msgctxt "sample_code.xhp#par_id3146115.158.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: sample_code.xhp#hd_id3145387.55.help.text
+msgid "Add an Entry to a ListBox"
+msgstr "Add an Entry to a ListBox"
+
+#: sample_code.xhp#par_id3155088.122.help.text
+msgid "Sub AddEntry"
+msgstr "Sub AddEntry"
+
+#: sample_code.xhp#par_id3154528.164.help.text
+msgctxt "sample_code.xhp#par_id3154528.164.help.text"
+msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+msgstr "BasicLibraries.LoadLibrary(\"Tools\")"
+
+#: sample_code.xhp#par_id3159222.159.help.text
+msgctxt "sample_code.xhp#par_id3159222.159.help.text"
+msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+msgstr "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+
+#: sample_code.xhp#par_id3148700.123.help.text
+msgid "REM adds a new entry to the ListBox"
+msgstr "REM adds a new entry to the ListBox"
+
+#: sample_code.xhp#par_id3159173.124.help.text
+msgctxt "sample_code.xhp#par_id3159173.124.help.text"
+msgid "oDialog1Model = oDialog1.Model"
+msgstr "oDialog1Model = oDialog1.Model"
+
+#: sample_code.xhp#par_id3153305.125.help.text
+msgctxt "sample_code.xhp#par_id3153305.125.help.text"
+msgid "oListBox = oDialog1.GetControl(\"ListBox1\")"
+msgstr "oListBox = oDialog1.GetControl(\"ListBox1\")"
+
+#: sample_code.xhp#par_id3153914.126.help.text
+msgid "dim iCount as integer"
+msgstr "dim iCount as integer"
+
+#: sample_code.xhp#par_id3151243.127.help.text
+msgid "iCount = oListbox.ItemCount"
+msgstr "iCount = oListbox.ItemCount"
+
+#: sample_code.xhp#par_id3144504.128.help.text
+msgid "oListbox.additem(\"New Item\" & iCount,0)"
+msgstr "oListbox.additem(\"New Item\" & iCount,0)"
+
+#: sample_code.xhp#par_id3149328.129.help.text
+msgctxt "sample_code.xhp#par_id3149328.129.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: sample_code.xhp#hd_id3147071.64.help.text
+msgid "Remove an Entry from a ListBox"
+msgstr "Remove an Entry from a ListBox"
+
+#: sample_code.xhp#par_id3159095.130.help.text
+msgid "Sub RemoveEntry"
+msgstr "Sub RemoveEntry"
+
+#: sample_code.xhp#par_id3154958.165.help.text
+msgctxt "sample_code.xhp#par_id3154958.165.help.text"
+msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+msgstr "BasicLibraries.LoadLibrary(\"Tools\")"
+
+#: sample_code.xhp#par_id3149443.160.help.text
+msgctxt "sample_code.xhp#par_id3149443.160.help.text"
+msgid "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+msgstr "oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
+
+#: sample_code.xhp#par_id3153247.131.help.text
+msgid "REM remove the first entry from the ListBox"
+msgstr "REM remove the first entry from the ListBox"
+
+#: sample_code.xhp#par_id3151302.132.help.text
+msgctxt "sample_code.xhp#par_id3151302.132.help.text"
+msgid "oDialog1Model = oDialog1.Model"
+msgstr "oDialog1Model = oDialog1.Model"
+
+#: sample_code.xhp#par_id3153976.133.help.text
+msgctxt "sample_code.xhp#par_id3153976.133.help.text"
+msgid "oListBox = oDialog1.GetControl(\"ListBox1\")"
+msgstr "oListBox = oDialog1.GetControl(\"ListBox1\")"
+
+#: sample_code.xhp#par_id3155383.134.help.text
+msgid "oListbox.removeitems(0,1)"
+msgstr "oListbox.removeitems(0,1)"
+
+#: sample_code.xhp#par_id3150892.135.help.text
+msgctxt "sample_code.xhp#par_id3150892.135.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: show_dialog.xhp#tit.help.text
+msgid "Opening a Dialog With Program Code"
+msgstr "Opening a Dialogue With Program Code"
+
+#: show_dialog.xhp#bm_id3154140.help.text
+msgid "<bookmark_value>module/dialog 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 "<bookmark_value>module/dialogue toggle</bookmark_value><bookmark_value>dialogues;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialogue using program code</bookmark_value>"
+
+#: 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 "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialogue With Program Code\">Opening a Dialogue With Program Code</link></variable>"
+
+#: 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 "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialogue that you created, leave the dialogue editor by clicking the name tab of the Module that the dialogue is assigned to. The name tab is at the bottom of the window."
+
+#: 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 "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialogue that you created is \"Dialog1\":"
+
+#: show_dialog.xhp#par_id3156443.7.help.text
+msgctxt "show_dialog.xhp#par_id3156443.7.help.text"
+msgid "Sub Dialog1Show"
+msgstr "Sub Dialog1Show"
+
+#: show_dialog.xhp#par_id3148575.24.help.text
+msgctxt "show_dialog.xhp#par_id3148575.24.help.text"
+msgid "BasicLibraries.LoadLibrary(\"Tools\")"
+msgstr "BasicLibraries.LoadLibrary(\"Tools\")"
+
+#: 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 "oDialog1 = <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"LoadDialog\">LoadDialog</link>(\"Standard\", \"Dialog1\")"
+
+#: show_dialog.xhp#par_id3148646.14.help.text
+msgctxt "show_dialog.xhp#par_id3148646.14.help.text"
+msgid "oDialog1.Execute()"
+msgstr "oDialog1.Execute()"
+
+#: show_dialog.xhp#par_id3147349.15.help.text
+msgctxt "show_dialog.xhp#par_id3147349.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: show_dialog.xhp#par_id3152596.18.help.text
+msgid "Without using \"LoadDialog\" you can call the code as follows:"
+msgstr "Without using \"LoadDialog\" you can call the code as follows:"
+
+#: show_dialog.xhp#par_id3163710.19.help.text
+msgctxt "show_dialog.xhp#par_id3163710.19.help.text"
+msgid "Sub Dialog1Show"
+msgstr "Sub Dialog1Show"
+
+#: show_dialog.xhp#par_id3146985.20.help.text
+msgid "DialogLibraries.LoadLibrary( \"Standard\" )"
+msgstr "DialogLibraries.LoadLibrary( \"Standard\" )"
+
+#: show_dialog.xhp#par_id3155418.21.help.text
+msgid "oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )"
+msgstr "oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )"
+
+#: show_dialog.xhp#par_id3154944.22.help.text
+msgctxt "show_dialog.xhp#par_id3154944.22.help.text"
+msgid "oDialog1.Execute()"
+msgstr "oDialog1.Execute()"
+
+#: show_dialog.xhp#par_id3145800.23.help.text
+msgctxt "show_dialog.xhp#par_id3145800.23.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 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 "When you execute this code, \"Dialog1\" opens. To close the dialogue, click the close button (x) on its title bar."
+
+#: create_dialog.xhp#tit.help.text
+msgid "Creating a Basic Dialog"
+msgstr "Creating a Basic Dialogue"
+
+#: create_dialog.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>dialogs;creating Basic dialogs</bookmark_value>"
+msgstr "<bookmark_value>dialogues;creating Basic dialogues</bookmark_value>"
+
+#: 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 "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Creating a Basic Dialogue\">Creating a Basic Dialogue</link></variable>"
+
+#: create_dialog.xhp#par_id3163802.3.help.text
+msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
+msgstr "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
+
+#: create_dialog.xhp#par_id3150447.11.help.text
+msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>. "
+msgstr "Enter a name for the dialogue, and click OK. To rename the dialogue later, right-click the name on the tab, and choose <emph>Rename</emph>. "
+
+#: create_dialog.xhp#par_idN1065F.help.text
+msgid "Click <emph>Edit</emph>. The Basic dialog editor opens and contains a blank dialog."
+msgstr "Click <emph>Edit</emph>. The Basic dialogue editor opens and contains a blank dialogue."
+
+#: create_dialog.xhp#par_id3153726.6.help.text
+msgid "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
+msgstr "If you do not see the <emph>Toolbox</emph> bar, click the arrow next to the <emph>Insert Controls </emph>icon to open the <emph>Toolbox</emph> bar."
+
+#: create_dialog.xhp#par_id3148455.12.help.text
+msgid "Click a tool and then drag in the dialog to create the control."
+msgstr "Click a tool and then drag in the dialogue to create the control."
+
+#: control_properties.xhp#tit.help.text
+msgid "Changing the Properties of Controls in the Dialog Editor"
+msgstr "Changing the Properties of Controls in the Dialogue Editor"
+
+#: 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>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
+msgstr "<bookmark_value>properties; controls in dialogue editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialogue editor;changing control properties</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "You can set the properties of control that you add to a dialogue. For example, you can change the colour, name, and size of a button that you added. You can change most control properties when you create or edit a dialogue. However, you can only change some properties at runtime."
+
+#: 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 "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
+
+#: insert_control.xhp#tit.help.text
+msgid "Creating Controls in the Dialog Editor"
+msgstr "Creating Controls in the Dialogue Editor"
+
+#: 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 "<bookmark_value>controls; creating in the dialogue editor</bookmark_value><bookmark_value>dialogue editor;creating controls</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "Use the tools on the <emph>Toolbox </emph>of the BASIC dialogue editor to add controls to your dialogue."
+
+#: 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 "To open the <emph>Toolbox</emph>, click the arrow next to the <emph>Insert Controls</emph> icon on the <emph>Macro</emph> toolbar."
+
+#: insert_control.xhp#par_id3145068.3.help.text
+msgid "Click a tool on the toolbar, for example, <emph>Button</emph>."
+msgstr "Click a tool on the toolbar, for example, <emph>Button</emph>."
+
+#: insert_control.xhp#par_id3153360.4.help.text
+msgid "On the dialog, drag the button to the size you want."
+msgstr "On the dialogue, drag the button to the size you want."
diff --git a/source/en-ZA/helpcontent2/source/text/sbasic/shared.po b/source/en-ZA/helpcontent2/source/text/sbasic/shared.po
new file mode 100644
index 00000000000..46a668a12ee
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sbasic/shared.po
@@ -0,0 +1,24816 @@
+#. extracted from helpcontent2/source/text/sbasic/shared.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-12 11:44+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 03120103.xhp#tit.help.text
+msgid "Str Function [Runtime]"
+msgstr "Str Function [Runtime]"
+
+#: 03120103.xhp#bm_id3143272.help.text
+msgid "<bookmark_value>Str function</bookmark_value>"
+msgstr "<bookmark_value>Str function</bookmark_value>"
+
+#: 03120103.xhp#hd_id3143272.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
+
+#: 03120103.xhp#par_id3155100.2.help.text
+msgid "Converts a numeric expression into a string."
+msgstr "Converts a numeric expression into a string."
+
+#: 03120103.xhp#hd_id3109850.3.help.text
+msgctxt "03120103.xhp#hd_id3109850.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120103.xhp#par_id3149497.4.help.text
+msgid "Str (Expression)"
+msgstr "Str (Expression)"
+
+#: 03120103.xhp#hd_id3150040.5.help.text
+msgctxt "03120103.xhp#hd_id3150040.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120103.xhp#par_id3146117.6.help.text
+msgctxt "03120103.xhp#par_id3146117.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120103.xhp#hd_id3155805.7.help.text
+msgctxt "03120103.xhp#hd_id3155805.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120103.xhp#par_id3149178.8.help.text
+msgid "<emph>Expression: </emph>Any numeric expression."
+msgstr "<emph>Expression: </emph>Any numeric expression."
+
+#: 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 "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)."
+
+#: 03120103.xhp#hd_id3155419.10.help.text
+msgctxt "03120103.xhp#hd_id3155419.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120103.xhp#par_id3149514.11.help.text
+msgid "Sub ExampleStr"
+msgstr "Sub ExampleStr"
+
+#: 03120103.xhp#par_id3150771.12.help.text
+msgctxt "03120103.xhp#par_id3150771.12.help.text"
+msgid "Dim iVar As Single"
+msgstr "Dim iVar As Single"
+
+#: 03120103.xhp#par_id3153626.13.help.text
+msgctxt "03120103.xhp#par_id3153626.13.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03120103.xhp#par_id3145069.14.help.text
+msgctxt "03120103.xhp#par_id3145069.14.help.text"
+msgid "iVar = 123.123"
+msgstr "iVar = 123.123"
+
+#: 03120103.xhp#par_id3153897.15.help.text
+msgid "sVar = LTrim(Str(iVar))"
+msgstr "sVar = LTrim(Str(iVar))"
+
+#: 03120103.xhp#par_id3154924.16.help.text
+msgid "Msgbox sVar & chr(13) & Str(iVar)"
+msgstr "Msgbox sVar & chr(13) & Str(iVar)"
+
+#: 03120103.xhp#par_id3152811.17.help.text
+msgctxt "03120103.xhp#par_id3152811.17.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03100060.xhp#tit.help.text
+msgid "CDec Function [Runtime]"
+msgstr "CDec Function [Runtime]"
+
+#: 03100060.xhp#bm_id863979.help.text
+msgid "<bookmark_value>CDec function</bookmark_value>"
+msgstr "<bookmark_value>CDec function</bookmark_value>"
+
+#: 03100060.xhp#par_idN10548.help.text
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+
+#: 03100060.xhp#par_idN10558.help.text
+msgid "Converts a string expression or numeric expression to a decimal expression."
+msgstr "Converts a string expression or numeric expression to a decimal expression."
+
+#: 03100060.xhp#par_idN1055B.help.text
+msgctxt "03100060.xhp#par_idN1055B.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100060.xhp#par_idN105EA.help.text
+msgid "CDec(Expression)"
+msgstr "CDec(Expression)"
+
+#: 03100060.xhp#par_idN105ED.help.text
+msgctxt "03100060.xhp#par_idN105ED.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100060.xhp#par_idN105F1.help.text
+msgid "Decimal number."
+msgstr "Decimal number."
+
+#: 03100060.xhp#par_idN105F4.help.text
+msgctxt "03100060.xhp#par_idN105F4.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03100060.xhp#par_idN105F8.help.text
+msgctxt "03100060.xhp#par_idN105F8.help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Expression: Any string or numeric expression that you want to convert."
+
+#: 03103450.xhp#tit.help.text
+msgid "Global Statement [Runtime]"
+msgstr "Global Statement [Runtime]"
+
+#: 03103450.xhp#bm_id3159201.help.text
+msgid "<bookmark_value>Global statement</bookmark_value>"
+msgstr "<bookmark_value>Global statement</bookmark_value>"
+
+#: 03103450.xhp#hd_id3159201.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03103450.xhp#hd_id3143270.3.help.text
+msgctxt "03103450.xhp#hd_id3143270.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103450.xhp#par_id3150771.4.help.text
+msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgstr "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+
+#: 03103450.xhp#hd_id3156152.5.help.text
+msgctxt "03103450.xhp#hd_id3156152.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103450.xhp#par_id3145315.6.help.text
+msgid "Global iGlobalVar As Integer"
+msgstr "Global iGlobalVar As Integer"
+
+#: 03103450.xhp#par_id3147531.7.help.text
+msgid "Sub ExampleGlobal"
+msgstr "Sub ExampleGlobal"
+
+#: 03103450.xhp#par_id3149670.8.help.text
+msgid "iGlobalVar = iGlobalVar + 1"
+msgstr "iGlobalVar = iGlobalVar + 1"
+
+#: 03103450.xhp#par_id3148552.9.help.text
+msgid "MsgBox iGlobalVar"
+msgstr "MsgBox iGlobalVar"
+
+#: 03103450.xhp#par_id3149457.10.help.text
+msgctxt "03103450.xhp#par_id3149457.10.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03060200.xhp#tit.help.text
+msgid "Eqv Operator [Runtime]"
+msgstr "Eqv Operator [Runtime]"
+
+#: 03060200.xhp#bm_id3156344.help.text
+msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+
+#: 03060200.xhp#hd_id3156344.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
+
+#: 03060200.xhp#par_id3149656.2.help.text
+msgid "Calculates the logical equivalence of two expressions."
+msgstr "Calculates the logical equivalence of two expressions."
+
+#: 03060200.xhp#hd_id3154367.3.help.text
+msgctxt "03060200.xhp#hd_id3154367.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060200.xhp#par_id3154910.4.help.text
+msgid "Result = Expression1 Eqv Expression2"
+msgstr "Result = Expression1 Eqv Expression2"
+
+#: 03060200.xhp#hd_id3151043.5.help.text
+msgctxt "03060200.xhp#hd_id3151043.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060200.xhp#par_id3150869.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+
+#: 03060200.xhp#par_id3150448.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+
+#: 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 "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>."
+
+#: 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 "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."
+
+#: 03060200.xhp#hd_id3159154.10.help.text
+msgctxt "03060200.xhp#hd_id3159154.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060200.xhp#par_id3147426.11.help.text
+msgid "Sub ExampleEqv"
+msgstr "Sub ExampleEqv"
+
+#: 03060200.xhp#par_id3155308.12.help.text
+msgctxt "03060200.xhp#par_id3155308.12.help.text"
+msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+msgstr "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+
+#: 03060200.xhp#par_id3146986.13.help.text
+msgctxt "03060200.xhp#par_id3146986.13.help.text"
+msgid "Dim vOut as Variant"
+msgstr "Dim vOut as Variant"
+
+#: 03060200.xhp#par_id3147434.14.help.text
+msgctxt "03060200.xhp#par_id3147434.14.help.text"
+msgid "A = 10: B = 8: C = 6: D = Null"
+msgstr "A = 10: B = 8: C = 6: D = Null"
+
+#: 03060200.xhp#par_id3152462.15.help.text
+msgid "vOut = A > B Eqv B > C REM returns -1"
+msgstr "vOut = A > B Eqv B > C REM returns -1"
+
+#: 03060200.xhp#par_id3153191.16.help.text
+msgid "vOut = B > A Eqv B > C REM returns 0"
+msgstr "vOut = B > A Eqv B > C REM returns 0"
+
+#: 03060200.xhp#par_id3145799.17.help.text
+msgid "vOut = A > B Eqv B > D REM returns 0"
+msgstr "vOut = A > B Eqv B > D REM returns 0"
+
+#: 03060200.xhp#par_id3149412.18.help.text
+msgid "vOut = (B > D Eqv B > A) REM returns -1"
+msgstr "vOut = (B > D Eqv B > A) REM returns -1"
+
+#: 03060200.xhp#par_id3149959.19.help.text
+msgid "vOut = B Eqv A REM returns -3"
+msgstr "vOut = B Eqv A REM returns -3"
+
+#: 03060200.xhp#par_id3145646.20.help.text
+msgctxt "03060200.xhp#par_id3145646.20.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020401.xhp#tit.help.text
+msgid "ChDir Statement [Runtime]"
+msgstr "ChDir Statement [Runtime]"
+
+#: 03020401.xhp#bm_id3150178.help.text
+msgid "<bookmark_value>ChDir statement</bookmark_value>"
+msgstr "<bookmark_value>ChDir statement</bookmark_value>"
+
+#: 03020401.xhp#hd_id3150178.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
+
+#: 03020401.xhp#par_id3153126.2.help.text
+msgid "Changes the current directory or drive."
+msgstr "Changes the current directory or drive."
+
+#: 03020401.xhp#par_id9783013.help.text
+msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
+msgstr "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
+
+#: 03020401.xhp#hd_id3154347.3.help.text
+msgctxt "03020401.xhp#hd_id3154347.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020401.xhp#par_id3153897.4.help.text
+msgid "ChDir Text As String"
+msgstr "ChDir Text As String"
+
+#: 03020401.xhp#hd_id3148664.5.help.text
+msgctxt "03020401.xhp#hd_id3148664.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020401.xhp#par_id3150543.6.help.text
+msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+msgstr "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+
+#: 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 "If you only want to change the current drive, enter the drive letter followed by a colon."
+
+#: 03020401.xhp#hd_id3151116.8.help.text
+msgctxt "03020401.xhp#hd_id3151116.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020401.xhp#par_id3153364.9.help.text
+msgid "Sub ExampleChDir"
+msgstr "Sub ExampleChDir"
+
+#: 03020401.xhp#par_id3147348.10.help.text
+msgctxt "03020401.xhp#par_id3147348.10.help.text"
+msgid "Dim sDir1 as String , sDir2 as String"
+msgstr "Dim sDir1 as String , sDir2 as String"
+
+#: 03020401.xhp#par_id3155308.11.help.text
+msgctxt "03020401.xhp#par_id3155308.11.help.text"
+msgid "sDir1 = \"c:\\Test\""
+msgstr "sDir1 = \"c:\\Test\""
+
+#: 03020401.xhp#par_id3154319.12.help.text
+msgctxt "03020401.xhp#par_id3154319.12.help.text"
+msgid "sDir2 = \"d:\\private\""
+msgstr "sDir2 = \"d:\\private\""
+
+#: 03020401.xhp#par_id3154944.13.help.text
+msgctxt "03020401.xhp#par_id3154944.13.help.text"
+msgid "ChDir( sDir1 )"
+msgstr "ChDir( sDir1 )"
+
+#: 03020401.xhp#par_id3151074.14.help.text
+msgctxt "03020401.xhp#par_id3151074.14.help.text"
+msgid "msgbox CurDir"
+msgstr "msgbox CurDir"
+
+#: 03020401.xhp#par_id3147124.15.help.text
+msgctxt "03020401.xhp#par_id3147124.15.help.text"
+msgid "ChDir( sDir2 )"
+msgstr "ChDir( sDir2 )"
+
+#: 03020401.xhp#par_id3148456.16.help.text
+msgctxt "03020401.xhp#par_id3148456.16.help.text"
+msgid "msgbox CurDir"
+msgstr "msgbox CurDir"
+
+#: 03020401.xhp#par_id3149581.17.help.text
+msgctxt "03020401.xhp#par_id3149581.17.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03100400.xhp#tit.help.text
+msgid "CDbl Function [Runtime]"
+msgstr "CDbl Function [Runtime]"
+
+#: 03100400.xhp#bm_id3153750.help.text
+msgid "<bookmark_value>CDbl function</bookmark_value>"
+msgstr "<bookmark_value>CDbl function</bookmark_value>"
+
+#: 03100400.xhp#hd_id3153750.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
+
+#: 03100400.xhp#par_id3149233.2.help.text
+msgid "Converts any numerical expression or string expression to a double type."
+msgstr "Converts any numerical expression or string expression to a double type."
+
+#: 03100400.xhp#hd_id3149516.3.help.text
+msgctxt "03100400.xhp#hd_id3149516.3.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03100400.xhp#par_id3156152.4.help.text
+msgid "CDbl (Expression)"
+msgstr "CDbl (Expression)"
+
+#: 03100400.xhp#hd_id3153061.5.help.text
+msgctxt "03100400.xhp#hd_id3153061.5.help.text"
+msgid "Return value"
+msgstr "Return value"
+
+#: 03100400.xhp#par_id3145068.6.help.text
+msgctxt "03100400.xhp#par_id3145068.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03100400.xhp#hd_id3154760.7.help.text
+msgctxt "03100400.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03100400.xhp#par_id3153897.8.help.text
+msgctxt "03100400.xhp#par_id3153897.8.help.text"
+msgid "<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 "<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."
+
+#: 03100400.xhp#hd_id3148797.9.help.text
+msgctxt "03100400.xhp#hd_id3148797.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100400.xhp#par_id3154217.10.help.text
+msgctxt "03100400.xhp#par_id3154217.10.help.text"
+msgid "Sub ExampleCountryConvert"
+msgstr "Sub ExampleCountryConvert"
+
+#: 03100400.xhp#par_id3147229.11.help.text
+msgctxt "03100400.xhp#par_id3147229.11.help.text"
+msgid "Msgbox CDbl(1234.5678)"
+msgstr "Msgbox CDbl(1234.5678)"
+
+#: 03100400.xhp#par_id3151042.12.help.text
+msgctxt "03100400.xhp#par_id3151042.12.help.text"
+msgid "Msgbox CInt(1234.5678)"
+msgstr "Msgbox CInt(1234.5678)"
+
+#: 03100400.xhp#par_id3150616.13.help.text
+msgctxt "03100400.xhp#par_id3150616.13.help.text"
+msgid "Msgbox CLng(1234.5678)"
+msgstr "Msgbox CLng(1234.5678)"
+
+#: 03100400.xhp#par_id3153969.14.help.text
+msgctxt "03100400.xhp#par_id3153969.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03131500.xhp#tit.help.text
+msgid "CreateUnoStruct Function [Runtime]"
+msgstr "CreateUnoStruct Function [Runtime]"
+
+#: 03131500.xhp#bm_id3150499.help.text
+msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+
+#: 03131500.xhp#hd_id3150499.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
+
+#: 03131500.xhp#par_id3150713.2.help.text
+msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+msgstr "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+
+#: 03131500.xhp#par_id3147226.3.help.text
+msgid "Use the following structure for your statement:"
+msgstr "Use the following structure for your statement:"
+
+#: 03131500.xhp#par_id3149177.4.help.text
+msgid "Dim oStruct as new com.sun.star.beans.Property"
+msgstr "Dim oStruct as new com.sun.star.beans.Property"
+
+#: 03131500.xhp#hd_id3156153.5.help.text
+msgctxt "03131500.xhp#hd_id3156153.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131500.xhp#par_id3155341.6.help.text
+msgid "oStruct = CreateUnoStruct( Uno type name )"
+msgstr "oStruct = CreateUnoStruct( Uno type name )"
+
+#: 03131500.xhp#hd_id3145316.7.help.text
+msgctxt "03131500.xhp#hd_id3145316.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131500.xhp#par_id3149762.8.help.text
+msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+
+#: 03090403.xhp#tit.help.text
+msgid "Declare Statement [Runtime]"
+msgstr "Declare Statement [Runtime]"
+
+#: 03090403.xhp#bm_id3148473.help.text
+msgid "<bookmark_value>Declare statement</bookmark_value>"
+msgstr "<bookmark_value>Declare statement</bookmark_value>"
+
+#: 03090403.xhp#hd_id3148473.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
+
+#: 03090403.xhp#bm_id3145316.help.text
+msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+msgstr "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+
+#: 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 "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
+
+#: 03090403.xhp#par_id3146795.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+
+#: 03090403.xhp#hd_id3156344.4.help.text
+msgctxt "03090403.xhp#hd_id3156344.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090403.xhp#par_id3148664.5.help.text
+msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+msgstr "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+
+#: 03090403.xhp#hd_id3153360.6.help.text
+msgctxt "03090403.xhp#hd_id3153360.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
+
+#: 03090403.xhp#par_id3150870.9.help.text
+msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+msgstr "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+
+#: 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 "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 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 "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>."
+
+#: 03090403.xhp#hd_id3153951.14.help.text
+msgctxt "03090403.xhp#hd_id3153951.14.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090403.xhp#par_id3154320.15.help.text
+msgctxt "03090403.xhp#par_id3154320.15.help.text"
+msgid "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
+msgstr "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
+
+#: 03090403.xhp#par_id3150417.17.help.text
+msgctxt "03090403.xhp#par_id3150417.17.help.text"
+msgid "Sub ExampleDeclare"
+msgstr "Sub ExampleDeclare"
+
+#: 03090403.xhp#par_id3149959.18.help.text
+msgctxt "03090403.xhp#par_id3149959.18.help.text"
+msgid "Dim lValue As Long"
+msgstr "Dim lValue As Long"
+
+#: 03090403.xhp#par_id3145647.19.help.text
+msgctxt "03090403.xhp#par_id3145647.19.help.text"
+msgid "lValue = 5000"
+msgstr "lValue = 5000"
+
+#: 03090403.xhp#par_id3145801.20.help.text
+msgctxt "03090403.xhp#par_id3145801.20.help.text"
+msgid "MyMessageBeep( lValue )"
+msgstr "MyMessageBeep( lValue )"
+
+#: 03090403.xhp#par_id3145253.21.help.text
+msgctxt "03090403.xhp#par_id3145253.21.help.text"
+msgid "FreeLibrary(\"user32.dll\" )"
+msgstr "FreeLibrary(\"user32.dll\" )"
+
+#: 03090403.xhp#par_id3149402.22.help.text
+msgctxt "03090403.xhp#par_id3149402.22.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03100300.xhp#tit.help.text
+msgid "CDate Function [Runtime]"
+msgstr "CDate Function [Runtime]"
+
+#: 03100300.xhp#bm_id3150772.help.text
+msgid "<bookmark_value>CDate function</bookmark_value>"
+msgstr "<bookmark_value>CDate function</bookmark_value>"
+
+#: 03100300.xhp#hd_id3150772.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
+
+#: 03100300.xhp#par_id3150986.2.help.text
+msgid "Converts any string or numeric expression to a date value."
+msgstr "Converts any string or numeric expression to a date value."
+
+#: 03100300.xhp#hd_id3148944.3.help.text
+msgctxt "03100300.xhp#hd_id3148944.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100300.xhp#par_id3148947.4.help.text
+msgid "CDate (Expression)"
+msgstr "CDate (Expression)"
+
+#: 03100300.xhp#hd_id3148552.5.help.text
+msgctxt "03100300.xhp#hd_id3148552.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100300.xhp#par_id3159414.6.help.text
+msgctxt "03100300.xhp#par_id3159414.6.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03100300.xhp#hd_id3153525.7.help.text
+msgctxt "03100300.xhp#hd_id3153525.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03100300.xhp#par_id3150359.8.help.text
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+msgstr "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+
+#: 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 "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."
+
+#: 03100300.xhp#hd_id3156422.10.help.text
+msgctxt "03100300.xhp#hd_id3156422.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100300.xhp#par_id3153969.11.help.text
+msgid "sub ExampleCDate"
+msgstr "sub ExampleCDate"
+
+#: 03100300.xhp#par_id3159254.12.help.text
+msgid "MsgBox cDate(1000.25) REM 09.26.1902 06:00:00"
+msgstr "MsgBox cDate(1000.25) REM 09.26.1902 06:00:00"
+
+#: 03100300.xhp#par_id3155133.13.help.text
+msgid "MsgBox cDate(1001.26) REM 09.27.1902 06:14:24"
+msgstr "MsgBox cDate(1001.26) REM 09.27.1902 06:14:24"
+
+#: 03100300.xhp#par_id3153140.14.help.text
+msgctxt "03100300.xhp#par_id3153140.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03103900.xhp#tit.help.text
+msgid "FindPropertyObject Function [Runtime]"
+msgstr "FindPropertyObject Function [Runtime]"
+
+#: 03103900.xhp#bm_id3146958.help.text
+msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
+msgstr "<bookmark_value>FindPropertyObject function</bookmark_value>"
+
+#: 03103900.xhp#hd_id3146958.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
+
+#: 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 "Enables objects to be addressed at run-time as a string parameter using the object name."
+
+#: 03103900.xhp#par_id3147573.3.help.text
+msgid "For instance, the command:"
+msgstr "For instance, the command:"
+
+#: 03103900.xhp#par_id3145610.4.help.text
+msgctxt "03103900.xhp#par_id3145610.4.help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MyObj.Prop1.Command = 5"
+
+#: 03103900.xhp#par_id3147265.5.help.text
+msgid "corresponds to the following command block:"
+msgstr "corresponds to the following command block:"
+
+#: 03103900.xhp#par_id3153896.6.help.text
+msgctxt "03103900.xhp#par_id3153896.6.help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar as Object"
+
+#: 03103900.xhp#par_id3148664.7.help.text
+msgctxt "03103900.xhp#par_id3148664.7.help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp as Object"
+
+#: 03103900.xhp#par_id3150792.8.help.text
+msgctxt "03103900.xhp#par_id3150792.8.help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjName As String = \"MyObj\""
+
+#: 03103900.xhp#par_id3154365.9.help.text
+msgctxt "03103900.xhp#par_id3154365.9.help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "ObjVar = FindObject( ObjName As String )"
+
+#: 03103900.xhp#par_id3148453.10.help.text
+msgctxt "03103900.xhp#par_id3148453.10.help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr "PropName As String = \"Prop1\""
+
+#: 03103900.xhp#par_id3150449.11.help.text
+msgctxt "03103900.xhp#par_id3150449.11.help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103900.xhp#par_id3159152.12.help.text
+msgctxt "03103900.xhp#par_id3159152.12.help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Command = 5"
+
+#: 03103900.xhp#par_id3156214.13.help.text
+msgid "To dynamically create Names at run-time, use:"
+msgstr "To dynamically create Names at run-time, use:"
+
+#: 03103900.xhp#par_id3154686.14.help.text
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+msgstr "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
+
+#: 03103900.xhp#par_id3150868.15.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
+
+#: 03103900.xhp#hd_id3147287.16.help.text
+msgctxt "03103900.xhp#hd_id3147287.16.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103900.xhp#par_id3149560.17.help.text
+msgid "FindPropertyObject( ObjVar, PropName As String )"
+msgstr "FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103900.xhp#hd_id3150012.18.help.text
+msgctxt "03103900.xhp#hd_id3150012.18.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03103900.xhp#par_id3109839.19.help.text
+msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
+msgstr "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
+
+#: 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 "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
+
+#: 03103800.xhp#tit.help.text
+msgid "FindObject Function [Runtime]"
+msgstr "FindObject Function [Runtime]"
+
+#: 03103800.xhp#bm_id3145136.help.text
+msgid "<bookmark_value>FindObject function</bookmark_value>"
+msgstr "<bookmark_value>FindObject function</bookmark_value>"
+
+#: 03103800.xhp#hd_id3145136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
+
+#: 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 "Enables an object to be addressed at run-time as a string parameter through the object name."
+
+#: 03103800.xhp#par_id3150669.3.help.text
+msgid "For example, the following command:"
+msgstr "For example, the following command:"
+
+#: 03103800.xhp#par_id3148473.4.help.text
+msgctxt "03103800.xhp#par_id3148473.4.help.text"
+msgid "MyObj.Prop1.Command = 5"
+msgstr "MyObj.Prop1.Command = 5"
+
+#: 03103800.xhp#par_id3156023.5.help.text
+msgid "corresponds to the command block:"
+msgstr "corresponds to the command block:"
+
+#: 03103800.xhp#par_id3153896.6.help.text
+msgctxt "03103800.xhp#par_id3153896.6.help.text"
+msgid "Dim ObjVar as Object"
+msgstr "Dim ObjVar as Object"
+
+#: 03103800.xhp#par_id3154760.7.help.text
+msgctxt "03103800.xhp#par_id3154760.7.help.text"
+msgid "Dim ObjProp as Object"
+msgstr "Dim ObjProp as Object"
+
+#: 03103800.xhp#par_id3145069.8.help.text
+msgctxt "03103800.xhp#par_id3145069.8.help.text"
+msgid "ObjName As String = \"MyObj\""
+msgstr "ObjName As String = \"MyObj\""
+
+#: 03103800.xhp#par_id3154939.9.help.text
+msgctxt "03103800.xhp#par_id3154939.9.help.text"
+msgid "ObjVar = FindObject( ObjName As String )"
+msgstr "ObjVar = FindObject( ObjName As String )"
+
+#: 03103800.xhp#par_id3150793.10.help.text
+msgctxt "03103800.xhp#par_id3150793.10.help.text"
+msgid "PropName As String = \"Prop1\""
+msgstr "PropName As String = \"Prop1\""
+
+#: 03103800.xhp#par_id3154141.11.help.text
+msgctxt "03103800.xhp#par_id3154141.11.help.text"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+msgstr "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
+
+#: 03103800.xhp#par_id3156424.12.help.text
+msgctxt "03103800.xhp#par_id3156424.12.help.text"
+msgid "ObjProp.Command = 5"
+msgstr "ObjProp.Command = 5"
+
+#: 03103800.xhp#par_id3145420.13.help.text
+msgid "This allows names to be dynamically created at run-time. For example:"
+msgstr "This allows names to be dynamically created at run-time. For example:"
+
+#: 03103800.xhp#par_id3153104.14.help.text
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+msgstr "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+
+#: 03103800.xhp#par_id3150767.15.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+
+#: 03103800.xhp#hd_id3150868.16.help.text
+msgctxt "03103800.xhp#hd_id3150868.16.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103800.xhp#par_id3151042.17.help.text
+msgid "FindObject( ObjName As String )"
+msgstr "FindObject( ObjName As String )"
+
+#: 03103800.xhp#hd_id3159254.18.help.text
+msgctxt "03103800.xhp#hd_id3159254.18.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
+
+#: 03050300.xhp#tit.help.text
+msgid "Error Function [Runtime]"
+msgstr "Error Function [Runtime]"
+
+#: 03050300.xhp#bm_id3159413.help.text
+msgid "<bookmark_value>Error function</bookmark_value>"
+msgstr "<bookmark_value>Error function</bookmark_value>"
+
+#: 03050300.xhp#hd_id3159413.1.help.text
+msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+
+#: 03050300.xhp#par_id3148663.2.help.text
+msgid "Returns the error message that corresponds to a given error code."
+msgstr "Returns the error message that corresponds to a given error code."
+
+#: 03050300.xhp#hd_id3153379.3.help.text
+msgctxt "03050300.xhp#hd_id3153379.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03050300.xhp#par_id3154366.4.help.text
+msgid "Error (Expression)"
+msgstr "Error (Expression)"
+
+#: 03050300.xhp#hd_id3145173.5.help.text
+msgctxt "03050300.xhp#hd_id3145173.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03050300.xhp#par_id3154125.6.help.text
+msgctxt "03050300.xhp#par_id3154125.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03050300.xhp#hd_id3150869.7.help.text
+msgctxt "03050300.xhp#hd_id3150869.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
+
+#: 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 "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
+
+#: 03120300.xhp#tit.help.text
+msgid "Editing String Contents"
+msgstr "Editing String Contents"
+
+#: 03120300.xhp#bm_id7499008.help.text
+msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+msgstr "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+
+#: 03120300.xhp#hd_id3153894.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120300.xhp\" name=\"Editing String Contents\">Editing String Contents</link>"
+
+#: 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 "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
+
+#: 03102100.xhp#tit.help.text
+msgid "Dim Statement [Runtime]"
+msgstr "Dim Statement [Runtime]"
+
+#: 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 "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+
+#: 03102100.xhp#hd_id3149812.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
+
+#: 03102100.xhp#par_id3143271.2.help.text
+msgctxt "03102100.xhp#par_id3143271.2.help.text"
+msgid "Declares a variable or an array."
+msgstr "Declares a variable or an array."
+
+#: 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 "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."
+
+#: 03102100.xhp#par_id3156422.4.help.text
+msgid "DIM sPar1 AS STRING"
+msgstr "DIM sPar1 AS STRING"
+
+#: 03102100.xhp#par_id3159252.5.help.text
+msgid "DIM sPar2 AS STRING"
+msgstr "DIM sPar2 AS STRING"
+
+#: 03102100.xhp#par_id3153142.6.help.text
+msgid "DIM sPar3 AS STRING"
+msgstr "DIM sPar3 AS STRING"
+
+#: 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 "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
+
+#: 03102100.xhp#hd_id3156443.8.help.text
+msgctxt "03102100.xhp#hd_id3156443.8.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102100.xhp#par_id3149412.9.help.text
+msgctxt "03102100.xhp#par_id3149412.9.help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+
+#: 03102100.xhp#hd_id3147397.10.help.text
+msgctxt "03102100.xhp#hd_id3147397.10.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03102100.xhp#par_id3154730.11.help.text
+msgctxt "03102100.xhp#par_id3154730.11.help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr "<emph>VarName:</emph> Any variable or array name."
+
+#: 03102100.xhp#par_id3147125.12.help.text
+msgctxt "03102100.xhp#par_id3147125.12.help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+
+#: 03102100.xhp#par_id3153877.13.help.text
+msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+msgstr "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+
+#: 03102100.xhp#par_id3153510.14.help.text
+msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+msgstr "<emph>VarType:</emph> Key word that declares the data type of a variable."
+
+#: 03102100.xhp#par_id3154015.15.help.text
+msgctxt "03102100.xhp#par_id3154015.15.help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>Keyword:</emph> Variable type"
+
+#: 03102100.xhp#par_id3153949.16.help.text
+msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+msgstr "<emph>Bool:</emph> Boolean variable (True, False)"
+
+#: 03102100.xhp#par_id3156275.17.help.text
+msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+msgstr "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+
+#: 03102100.xhp#par_id3156057.18.help.text
+msgctxt "03102100.xhp#par_id3156057.18.help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr "<emph>Date:</emph> Date variable"
+
+#: 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 "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+
+#: 03102100.xhp#par_id3148916.20.help.text
+msgctxt "03102100.xhp#par_id3148916.20.help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+
+#: 03102100.xhp#par_id3150045.21.help.text
+msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+msgstr "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+
+#: 03102100.xhp#par_id3149255.22.help.text
+msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+msgstr "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+
+#: 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 "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
+
+#: 03102100.xhp#par_id3151251.24.help.text
+msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+msgstr "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+
+#: 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 "<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."
+
+#: 03102100.xhp#par_id3146316.26.help.text
+msgctxt "03102100.xhp#par_id3146316.26.help.text"
+msgid "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 "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."
+
+#: 03102100.xhp#par_id3149924.27.help.text
+msgctxt "03102100.xhp#par_id3149924.27.help.text"
+msgid "$[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 "$[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."
+
+#: 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 "Arrays are declared with the Dim statement. There are two methods to define the index range:"
+
+#: 03102100.xhp#par_id3154662.29.help.text
+msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+
+#: 03102100.xhp#par_id3155604.30.help.text
+msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+msgstr "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+
+#: 03102100.xhp#par_id3151274.31.help.text
+msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+msgstr "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+
+#: 03102100.xhp#par_id3152774.32.help.text
+msgid "REM numbered from -15 to 5"
+msgstr "REM numbered from -15 to 5"
+
+#: 03102100.xhp#par_id3150829.33.help.text
+msgid "Two-dimensional data field"
+msgstr "Two-dimensional data field"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03102100.xhp#hd_id3150344.36.help.text
+msgctxt "03102100.xhp#hd_id3150344.36.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102100.xhp#par_id3150206.37.help.text
+msgid "Sub ExampleDim1"
+msgstr "Sub ExampleDim1"
+
+#: 03102100.xhp#par_id3154201.38.help.text
+msgctxt "03102100.xhp#par_id3154201.38.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03102100.xhp#par_id3146134.39.help.text
+msgctxt "03102100.xhp#par_id3146134.39.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03102100.xhp#par_id3154657.40.help.text
+msgctxt "03102100.xhp#par_id3154657.40.help.text"
+msgid "sVar = \"Office\""
+msgstr "sVar = \"Office\""
+
+#: 03102100.xhp#par_id3148459.41.help.text
+msgctxt "03102100.xhp#par_id3148459.41.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03102100.xhp#par_id3166424.43.help.text
+msgid "Sub ExampleDim2"
+msgstr "Sub ExampleDim2"
+
+#: 03102100.xhp#par_id3149036.44.help.text
+msgid "REM Two-dimensional data field"
+msgstr "REM Two-dimensional data field"
+
+#: 03102100.xhp#par_id3149737.45.help.text
+msgid "Dim stext(20,2) as String"
+msgstr "Dim stext(20,2) as String"
+
+#: 03102100.xhp#par_id3153782.46.help.text
+msgid "Const sDim as String = \" Dimension:\""
+msgstr "Const sDim as String = \" Dimension:\""
+
+#: 03102100.xhp#par_id3150518.48.help.text
+msgctxt "03102100.xhp#par_id3150518.48.help.text"
+msgid "for i = 0 to 20"
+msgstr "for i = 0 to 20"
+
+#: 03102100.xhp#par_id3166428.49.help.text
+msgctxt "03102100.xhp#par_id3166428.49.help.text"
+msgid "for ii = 0 to 2"
+msgstr "for ii = 0 to 2"
+
+#: 03102100.xhp#par_id3152994.50.help.text
+msgid "stext(i,ii) = str(i) & sDim & str(ii)"
+msgstr "stext(i,ii) = str(i) & sDim & str(ii)"
+
+#: 03102100.xhp#par_id3150202.51.help.text
+msgctxt "03102100.xhp#par_id3150202.51.help.text"
+msgid "next ii"
+msgstr "next ii"
+
+#: 03102100.xhp#par_id3154370.52.help.text
+msgctxt "03102100.xhp#par_id3154370.52.help.text"
+msgid "next i"
+msgstr "next i"
+
+#: 03102100.xhp#par_id3156166.54.help.text
+msgctxt "03102100.xhp#par_id3156166.54.help.text"
+msgid "for i = 0 to 20"
+msgstr "for i = 0 to 20"
+
+#: 03102100.xhp#par_id3148815.55.help.text
+msgctxt "03102100.xhp#par_id3148815.55.help.text"
+msgid "for ii = 0 to 2"
+msgstr "for ii = 0 to 2"
+
+#: 03102100.xhp#par_id3146981.56.help.text
+msgid "msgbox stext(i,ii)"
+msgstr "msgbox stext(i,ii)"
+
+#: 03102100.xhp#par_id3155125.57.help.text
+msgctxt "03102100.xhp#par_id3155125.57.help.text"
+msgid "next ii"
+msgstr "next ii"
+
+#: 03102100.xhp#par_id3154528.58.help.text
+msgctxt "03102100.xhp#par_id3154528.58.help.text"
+msgid "next i"
+msgstr "next i"
+
+#: 03102100.xhp#par_id3155087.59.help.text
+msgctxt "03102100.xhp#par_id3155087.59.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03010102.xhp#tit.help.text
+msgid "MsgBox Function [Runtime]"
+msgstr "MsgBox Function [Runtime]"
+
+#: 03010102.xhp#bm_id3153379.help.text
+msgid "<bookmark_value>MsgBox function</bookmark_value>"
+msgstr "<bookmark_value>MsgBox function</bookmark_value>"
+
+#: 03010102.xhp#hd_id3153379.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
+
+#: 03010102.xhp#par_id3145171.2.help.text
+msgid "Displays a dialog box containing a message and returns a value."
+msgstr "Displays a dialogue box containing a message and returns a value."
+
+#: 03010102.xhp#hd_id3156281.3.help.text
+msgctxt "03010102.xhp#hd_id3156281.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010102.xhp#par_id3154685.4.help.text
+msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+msgstr "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
+
+#: 03010102.xhp#hd_id3153771.5.help.text
+msgctxt "03010102.xhp#hd_id3153771.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010102.xhp#par_id3146985.6.help.text
+msgctxt "03010102.xhp#par_id3146985.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010102.xhp#hd_id3153363.7.help.text
+msgctxt "03010102.xhp#hd_id3153363.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03010102.xhp#par_id3153727.8.help.text
+msgctxt "03010102.xhp#par_id3153727.8.help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr "<emph>Text</emph>: String expression displayed as a message in the dialogue box. Line breaks can be inserted with Chr$(13)."
+
+#: 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 "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialogue. If omitted, the name of the respective application is displayed."
+
+#: 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 "<emph>Type</emph>: Any integer expression that specifies the dialogue type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialogue elements defined by adding the respective values):"
+
+#: 03010102.xhp#par_id3154319.11.help.text
+msgid "<emph>Values</emph>"
+msgstr "<emph>Values</emph>"
+
+#: 03010102.xhp#par_id3147397.12.help.text
+msgctxt "03010102.xhp#par_id3147397.12.help.text"
+msgid "0 : Display OK button only."
+msgstr "0 : Display OK button only."
+
+#: 03010102.xhp#par_id3145646.13.help.text
+msgctxt "03010102.xhp#par_id3145646.13.help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "1 : Display OK and Cancel buttons."
+
+#: 03010102.xhp#par_id3149410.14.help.text
+msgctxt "03010102.xhp#par_id3149410.14.help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : Display Abort, Retry, and Ignore buttons."
+
+#: 03010102.xhp#par_id3151075.15.help.text
+msgid "3 : Display Yes, No, and Cancel buttons."
+msgstr "3 : Display Yes, No, and Cancel buttons."
+
+#: 03010102.xhp#par_id3153878.16.help.text
+msgctxt "03010102.xhp#par_id3153878.16.help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : Display Yes and No buttons."
+
+#: 03010102.xhp#par_id3155601.17.help.text
+msgctxt "03010102.xhp#par_id3155601.17.help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : Display Retry and Cancel buttons."
+
+#: 03010102.xhp#par_id3150716.18.help.text
+msgctxt "03010102.xhp#par_id3150716.18.help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : Add the Stop icon to the dialogue."
+
+#: 03010102.xhp#par_id3153837.19.help.text
+msgctxt "03010102.xhp#par_id3153837.19.help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "32 : Add the Question icon to the dialogue."
+
+#: 03010102.xhp#par_id3150751.20.help.text
+msgid "48 : Add the Exclamation Point icon to the dialog."
+msgstr "48 : Add the Exclamation Point icon to the dialogue."
+
+#: 03010102.xhp#par_id3146915.21.help.text
+msgctxt "03010102.xhp#par_id3146915.21.help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "64 : Add the Information icon to the dialogue."
+
+#: 03010102.xhp#par_id3145640.22.help.text
+msgctxt "03010102.xhp#par_id3145640.22.help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr "128 : First button in the dialogue as default button."
+
+#: 03010102.xhp#par_id3153765.23.help.text
+msgctxt "03010102.xhp#par_id3153765.23.help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr "256 : Second button in the dialogue as default button."
+
+#: 03010102.xhp#par_id3153715.24.help.text
+msgctxt "03010102.xhp#par_id3153715.24.help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr "512 : Third button in the dialogue as default button."
+
+#: 03010102.xhp#par_id3159267.25.help.text
+msgid "<emph>Return value:</emph>"
+msgstr "<emph>Return value:</emph>"
+
+#: 03010102.xhp#par_id3145230.26.help.text
+msgid "1 : OK"
+msgstr "1 : OK"
+
+#: 03010102.xhp#par_id3149567.27.help.text
+msgid "2 : Cancel"
+msgstr "2 : Cancel"
+
+#: 03010102.xhp#par_id4056825.help.text
+msgid "3 : Abort"
+msgstr "3 : Abort"
+
+#: 03010102.xhp#par_id3155335.28.help.text
+msgid "4 : Retry"
+msgstr "4 : Retry"
+
+#: 03010102.xhp#par_id3146918.29.help.text
+msgid "5 : Ignore"
+msgstr "5 : Ignore"
+
+#: 03010102.xhp#par_id3155961.30.help.text
+msgid "6 : Yes"
+msgstr "6 : Yes"
+
+#: 03010102.xhp#par_id3148488.31.help.text
+msgid "7 : No"
+msgstr "7 : No"
+
+#: 03010102.xhp#hd_id3150090.40.help.text
+msgctxt "03010102.xhp#hd_id3150090.40.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010102.xhp#par_id3154120.41.help.text
+msgctxt "03010102.xhp#par_id3154120.41.help.text"
+msgid "Sub ExampleMsgBox"
+msgstr "Sub ExampleMsgBox"
+
+#: 03010102.xhp#par_id3145131.42.help.text
+msgid "Dim sVar as Integer"
+msgstr "Dim sVar as Integer"
+
+#: 03010102.xhp#par_id3151278.43.help.text
+msgid "sVar = MsgBox(\"Las Vegas\")"
+msgstr "sVar = MsgBox(\"Las Vegas\")"
+
+#: 03010102.xhp#par_id3149034.44.help.text
+msgid "sVar = MsgBox(\"Las Vegas\",1)"
+msgstr "sVar = MsgBox(\"Las Vegas\",1)"
+
+#: 03010102.xhp#par_id3166424.45.help.text
+msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialogue title\")"
+
+#: 03010102.xhp#par_id3152581.46.help.text
+msgctxt "03010102.xhp#par_id3152581.46.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03010100.xhp#tit.help.text
+msgid "Display Functions"
+msgstr "Display Functions"
+
+#: 03010100.xhp#hd_id3151384.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
+
+#: 03010100.xhp#par_id3149346.2.help.text
+msgid "This section describes Runtime functions used to output information to the screen display."
+msgstr "This section describes Runtime functions used to output information to the screen display."
+
+#: 03010301.xhp#tit.help.text
+msgid "Blue Function [Runtime]"
+msgstr "Blue Function [Runtime]"
+
+#: 03010301.xhp#bm_id3149180.help.text
+msgid "<bookmark_value>Blue function</bookmark_value>"
+msgstr "<bookmark_value>Blue function</bookmark_value>"
+
+#: 03010301.xhp#hd_id3149180.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
+
+#: 03010301.xhp#par_id3156343.2.help.text
+msgid "Returns the blue component of the specified color code."
+msgstr "Returns the blue component of the specified colour code."
+
+#: 03010301.xhp#hd_id3149670.3.help.text
+msgctxt "03010301.xhp#hd_id3149670.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010301.xhp#par_id3149457.4.help.text
+msgid "Blue (Color As Long)"
+msgstr "Blue (Color As Long)"
+
+#: 03010301.xhp#hd_id3149656.5.help.text
+msgctxt "03010301.xhp#hd_id3149656.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010301.xhp#par_id3154365.6.help.text
+msgctxt "03010301.xhp#par_id3154365.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010301.xhp#hd_id3156423.7.help.text
+msgctxt "03010301.xhp#hd_id3156423.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 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 "<emph>Color value</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">colour code</link> for which to return the blue component."
+
+#: 03010301.xhp#hd_id3153091.9.help.text
+msgctxt "03010301.xhp#hd_id3153091.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010301.xhp#par_id3153143.10.help.text
+msgctxt "03010301.xhp#par_id3153143.10.help.text"
+msgid "Sub ExampleColor"
+msgstr "Sub ExampleColour"
+
+#: 03010301.xhp#par_id3149664.11.help.text
+msgctxt "03010301.xhp#par_id3149664.11.help.text"
+msgid "Dim lVar As Long"
+msgstr "Dim lVar As Long"
+
+#: 03010301.xhp#par_id3148576.12.help.text
+msgctxt "03010301.xhp#par_id3148576.12.help.text"
+msgid "lVar = rgb(128,0,200)"
+msgstr "lVar = rgb(128,0,200)"
+
+#: 03010301.xhp#par_id3154012.13.help.text
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "MsgBox \"The colour \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010301.xhp#par_id3148645.14.help.text
+msgid "\"red= \" & Red(lVar) & Chr(13)&_"
+msgstr "\"red= \" & Red(lVar) & Chr(13)&_"
+
+#: 03010301.xhp#par_id3159155.15.help.text
+msgid "\"green= \" & Green(lVar) & Chr(13)&_"
+msgstr "\"green= \" & Green(lVar) & Chr(13)&_"
+
+#: 03010301.xhp#par_id3147319.16.help.text
+msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03010301.xhp#par_id3147434.17.help.text
+msgctxt "03010301.xhp#par_id3147434.17.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132500.xhp#tit.help.text
+msgid "GetDefaultContext Function [Runtime]"
+msgstr "GetDefaultContext Function [Runtime]"
+
+#: 03132500.xhp#bm_id4761192.help.text
+msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
+msgstr "<bookmark_value>GetDefaultContext function</bookmark_value>"
+
+#: 03132500.xhp#par_idN10580.help.text
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+
+#: 03132500.xhp#par_idN10590.help.text
+msgid "Returns the default context of the process service factory, if existent, else returns a null reference. "
+msgstr "Returns the default context of the process service factory, if existent, else returns a null reference. "
+
+#: 03132500.xhp#par_idN10593.help.text
+#, fuzzy
+msgid "This runtime function returns the default component context to be used, if instantiating 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.libreoffice.org\">api.libreoffice.org</link> for more information."
+msgstr "This runtime function returns the default component context to be used, if instantiating 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."
+
+#: 03104200.xhp#tit.help.text
+msgid "Array Function [Runtime]"
+msgstr "Array Function [Runtime]"
+
+#: 03104200.xhp#bm_id3150499.help.text
+msgid "<bookmark_value>Array function</bookmark_value>"
+msgstr "<bookmark_value>Array function</bookmark_value>"
+
+#: 03104200.xhp#hd_id3150499.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
+
+#: 03104200.xhp#par_id3155555.2.help.text
+msgid "Returns the type Variant with a data field."
+msgstr "Returns the type Variant with a data field."
+
+#: 03104200.xhp#hd_id3148538.3.help.text
+msgctxt "03104200.xhp#hd_id3148538.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104200.xhp#par_id3153126.4.help.text
+msgid "Array ( Argument list)"
+msgstr "Array ( Argument list)"
+
+#: 03104200.xhp#par_id3155419.5.help.text
+msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+msgstr "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+
+#: 03104200.xhp#hd_id3150669.6.help.text
+msgctxt "03104200.xhp#hd_id3150669.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104200.xhp#par_id3145609.7.help.text
+msgctxt "03104200.xhp#par_id3145609.7.help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgstr "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+
+#: 03104200.xhp#hd_id3156343.8.help.text
+msgctxt "03104200.xhp#hd_id3156343.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03104200.xhp#par_id3153897.9.help.text
+msgid "Dim A As Variant"
+msgstr "Dim A As Variant"
+
+#: 03104200.xhp#par_id3153525.10.help.text
+msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+msgstr "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+
+#: 03104200.xhp#par_id3150792.11.help.text
+msgid "Msgbox A(2)"
+msgstr "Msgbox A(2)"
+
+#: 03120400.xhp#tit.help.text
+msgid "Editing String Length"
+msgstr "Editing String Length"
+
+#: 03120400.xhp#hd_id3155150.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
+msgstr "<link href=\"text/sbasic/shared/03120400.xhp\" name=\"Editing String Length\">Editing String Length</link>"
+
+#: 03120400.xhp#par_id3159201.2.help.text
+msgid "The following functions determine string lengths and compare strings."
+msgstr "The following functions determine string lengths and compare strings."
+
+#: 03090402.xhp#tit.help.text
+msgid "Choose Function [Runtime]"
+msgstr "Choose Function [Runtime]"
+
+#: 03090402.xhp#bm_id3143271.help.text
+msgid "<bookmark_value>Choose function</bookmark_value>"
+msgstr "<bookmark_value>Choose function</bookmark_value>"
+
+#: 03090402.xhp#hd_id3143271.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
+
+#: 03090402.xhp#par_id3149234.2.help.text
+msgid "Returns a selected value from a list of arguments."
+msgstr "Returns a selected value from a list of arguments."
+
+#: 03090402.xhp#hd_id3148943.3.help.text
+msgctxt "03090402.xhp#hd_id3148943.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090402.xhp#par_id3147560.4.help.text
+msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+msgstr "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+
+#: 03090402.xhp#hd_id3154346.5.help.text
+msgctxt "03090402.xhp#hd_id3154346.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090402.xhp#par_id3148664.6.help.text
+msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
+msgstr "<emph>Index:</emph> A numeric expression that specifies the value to return."
+
+#: 03090402.xhp#par_id3150791.7.help.text
+msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
+msgstr "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
+
+#: 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 "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."
+
+#: 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 "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
+
+#: 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 "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
+
+#: 03090402.xhp#hd_id3150439.11.help.text
+msgctxt "03090402.xhp#hd_id3150439.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090402.xhp#par_id3153091.12.help.text
+msgid "Sub ExampleChoose"
+msgstr "Sub ExampleChoose"
+
+#: 03090402.xhp#par_id3152597.13.help.text
+msgctxt "03090402.xhp#par_id3152597.13.help.text"
+msgid "Dim sReturn As String"
+msgstr "Dim sReturn As String"
+
+#: 03090402.xhp#par_id3155855.14.help.text
+msgid "sReturn = ChooseMenu(2)"
+msgstr "sReturn = ChooseMenu(2)"
+
+#: 03090402.xhp#par_id3148575.15.help.text
+msgctxt "03090402.xhp#par_id3148575.15.help.text"
+msgid "Print sReturn"
+msgstr "Print sReturn"
+
+#: 03090402.xhp#par_id3154012.16.help.text
+msgctxt "03090402.xhp#par_id3154012.16.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090402.xhp#par_id3146921.19.help.text
+msgid "Function ChooseMenu(Index As Integer)"
+msgstr "Function ChooseMenu(Index As Integer)"
+
+#: 03090402.xhp#par_id3156443.20.help.text
+msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+msgstr "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+
+#: 03090402.xhp#par_id3148645.21.help.text
+msgctxt "03090402.xhp#par_id3148645.21.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03100070.xhp#tit.help.text
+msgid "CVar Function [Runtime]"
+msgstr "CVar Function [Runtime]"
+
+#: 03100070.xhp#bm_id2338633.help.text
+msgid "<bookmark_value>CVar function</bookmark_value>"
+msgstr "<bookmark_value>CVar function</bookmark_value>"
+
+#: 03100070.xhp#par_idN1054B.help.text
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+
+#: 03100070.xhp#par_idN1055B.help.text
+msgid "Converts a string expression or numeric expression to a variant expression."
+msgstr "Converts a string expression or numeric expression to a variant expression."
+
+#: 03100070.xhp#par_idN1055E.help.text
+msgctxt "03100070.xhp#par_idN1055E.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100070.xhp#par_idN10562.help.text
+msgid "CVar(Expression)"
+msgstr "CVar(Expression)"
+
+#: 03100070.xhp#par_idN10565.help.text
+msgctxt "03100070.xhp#par_idN10565.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100070.xhp#par_idN10569.help.text
+msgctxt "03100070.xhp#par_idN10569.help.text"
+msgid "Variant."
+msgstr "Variant."
+
+#: 03100070.xhp#par_idN1056C.help.text
+msgctxt "03100070.xhp#par_idN1056C.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03100070.xhp#par_idN10570.help.text
+msgctxt "03100070.xhp#par_idN10570.help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Expression: Any string or numeric expression that you want to convert."
+
+#: 03020304.xhp#tit.help.text
+msgid "Seek Function [Runtime]"
+msgstr "Seek Function [Runtime]"
+
+#: 03020304.xhp#bm_id3154367.help.text
+msgid "<bookmark_value>Seek function</bookmark_value>"
+msgstr "<bookmark_value>Seek function</bookmark_value>"
+
+#: 03020304.xhp#hd_id3154367.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
+
+#: 03020304.xhp#par_id3156280.2.help.text
+msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
+msgstr "Returns the position for the next writing or reading in a file that was opened with the open statement."
+
+#: 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 "For random access files, the Seek function returns the number of the next record to be read."
+
+#: 03020304.xhp#par_id3161831.4.help.text
+msgid "For all other files, the function returns the byte position at which the next operation is to occur."
+msgstr "For all other files, the function returns the byte position at which the next operation is to occur."
+
+#: 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 "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek\">Seek</link>."
+
+#: 03020304.xhp#hd_id3152460.6.help.text
+msgctxt "03020304.xhp#hd_id3152460.6.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020304.xhp#par_id3145365.7.help.text
+msgid "Seek (FileNumber)"
+msgstr "Seek (FileNumber)"
+
+#: 03020304.xhp#hd_id3148575.8.help.text
+msgctxt "03020304.xhp#hd_id3148575.8.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020304.xhp#par_id3159156.9.help.text
+msgctxt "03020304.xhp#par_id3159156.9.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020304.xhp#hd_id3149665.10.help.text
+msgctxt "03020304.xhp#hd_id3149665.10.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020304.xhp#par_id3148645.11.help.text
+msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
+msgstr "<emph>FileNumber:</emph> The data channel number used in the Open statement."
+
+#: 03120312.xhp#tit.help.text
+msgid "ConvertToURL Function [Runtime]"
+msgstr "ConvertToURL Function [Runtime]"
+
+#: 03120312.xhp#bm_id3152801.help.text
+msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertToURL function</bookmark_value>"
+
+#: 03120312.xhp#hd_id3152801.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+
+#: 03120312.xhp#par_id3148538.2.help.text
+msgid "Converts a system file name to a file URL."
+msgstr "Converts a system file name to a file URL."
+
+#: 03120312.xhp#hd_id3150669.3.help.text
+msgctxt "03120312.xhp#hd_id3150669.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120312.xhp#par_id3154285.4.help.text
+msgid "ConvertToURL(filename)"
+msgstr "ConvertToURL(filename)"
+
+#: 03120312.xhp#hd_id3150984.5.help.text
+msgctxt "03120312.xhp#hd_id3150984.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120312.xhp#par_id3147530.6.help.text
+msgctxt "03120312.xhp#par_id3147530.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120312.xhp#hd_id3148550.7.help.text
+msgctxt "03120312.xhp#hd_id3148550.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120312.xhp#par_id3148947.8.help.text
+msgid "<emph>Filename:</emph> A file name as string."
+msgstr "<emph>Filename:</emph> A file name as string."
+
+#: 03120312.xhp#hd_id3153361.9.help.text
+msgctxt "03120312.xhp#hd_id3153361.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120312.xhp#par_id3150792.10.help.text
+msgctxt "03120312.xhp#par_id3150792.10.help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "systemFile$ = \"c:\\folder\\mytext.txt\""
+
+#: 03120312.xhp#par_id3154365.11.help.text
+msgctxt "03120312.xhp#par_id3154365.11.help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr "url$ = ConvertToURL( systemFile$ )"
+
+#: 03120312.xhp#par_id3151042.12.help.text
+msgctxt "03120312.xhp#par_id3151042.12.help.text"
+msgid "print url$"
+msgstr "print url$"
+
+#: 03120312.xhp#par_id3154909.13.help.text
+msgctxt "03120312.xhp#par_id3154909.13.help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
+
+#: 03120312.xhp#par_id3144762.14.help.text
+msgctxt "03120312.xhp#par_id3144762.14.help.text"
+msgid "print systemFileAgain$"
+msgstr "print systemFileAgain$"
+
+#: 03090101.xhp#tit.help.text
+msgid "If...Then...Else Statement [Runtime]"
+msgstr "If...Then...Else Statement [Runtime]"
+
+#: 03090101.xhp#bm_id3154422.help.text
+msgid "<bookmark_value>If statement</bookmark_value>"
+msgstr "<bookmark_value>If statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
+
+#: 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 "Defines one or more statement blocks that you only want to execute if a given condition is True."
+
+#: 03090101.xhp#hd_id3146957.3.help.text
+msgctxt "03090101.xhp#hd_id3146957.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090101.xhp#par_id3153126.4.help.text
+msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf<br/>Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
+msgstr "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf<br/>Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
+
+#: 03090101.xhp#hd_id3155419.5.help.text
+msgctxt "03090101.xhp#hd_id3155419.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "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>."
+
+#: 03090101.xhp#par_id3153192.7.help.text
+msgid "You can nest multiple <emph>If...Then</emph> statements."
+msgstr "You can nest multiple <emph>If...Then</emph> statements."
+
+#: 03090101.xhp#par_id3154684.8.help.text
+msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+msgstr "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+
+#: 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 "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."
+
+#: 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 "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
+
+#: 03090101.xhp#hd_id3152576.11.help.text
+msgctxt "03090101.xhp#hd_id3152576.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090101.xhp#par_id3150011.12.help.text
+msgid "Sub ExampleIfThenDate"
+msgstr "Sub ExampleIfThenDate"
+
+#: 03090101.xhp#par_id3148645.13.help.text
+msgctxt "03090101.xhp#par_id3148645.13.help.text"
+msgid "Dim sDate as String"
+msgstr "Dim sDate as String"
+
+#: 03090101.xhp#par_id3155855.14.help.text
+msgid "Dim sToday as String"
+msgstr "Dim sToday as String"
+
+#: 03090101.xhp#par_id3154490.16.help.text
+msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+msgstr "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
+
+#: 03090101.xhp#par_id3154943.17.help.text
+msgid "sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left$(sDate, 2)"
+msgstr "sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left$(sDate, 2)"
+
+#: 03090101.xhp#par_id3154098.18.help.text
+msgid "sToday = Date$"
+msgstr "sToday = Date$"
+
+#: 03090101.xhp#par_id3144765.19.help.text
+msgid "sToday = Right$(sToday, 4)+ Mid$(sToday, 4, 2) + Left$(sToday, 2)"
+msgstr "sToday = Right$(sToday, 4)+ Mid$(sToday, 4, 2) + Left$(sToday, 2)"
+
+#: 03090101.xhp#par_id3154792.20.help.text
+msgid "If sDate < sToday Then"
+msgstr "If sDate < sToday Then"
+
+#: 03090101.xhp#par_id3155601.21.help.text
+msgid "MsgBox \"The expiration date has passed\""
+msgstr "MsgBox \"The expiration date has passed\""
+
+#: 03090101.xhp#par_id3146972.22.help.text
+msgid "ElseIf sDate > sToday Then"
+msgstr "ElseIf sDate > sToday Then"
+
+#: 03090101.xhp#par_id3146912.23.help.text
+msgid "MsgBox \"The expiration date has not yet passed\""
+msgstr "MsgBox \"The expiration date has not yet passed\""
+
+#: 03090101.xhp#par_id3153710.24.help.text
+msgid "Else"
+msgstr "Else"
+
+#: 03090101.xhp#par_id3154754.25.help.text
+msgid "MsgBox \"The expiration date is today\""
+msgstr "MsgBox \"The expiration date is today\""
+
+#: 03090101.xhp#par_id3154361.26.help.text
+msgctxt "03090101.xhp#par_id3154361.26.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03090101.xhp#par_id3148405.28.help.text
+msgctxt "03090101.xhp#par_id3148405.28.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120310.xhp#tit.help.text
+msgid "UCase Function [Runtime]"
+msgstr "UCase Function [Runtime]"
+
+#: 03120310.xhp#bm_id3153527.help.text
+msgid "<bookmark_value>UCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase function</bookmark_value>"
+
+#: 03120310.xhp#hd_id3153527.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+
+#: 03120310.xhp#par_id3155420.2.help.text
+msgid "Converts lowercase characters in a string to uppercase."
+msgstr "Converts lowercase characters in a string to uppercase."
+
+#: 03120310.xhp#par_id3150771.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+
+#: 03120310.xhp#par_id3149233.4.help.text
+msgid "<emph>Syntax</emph>:"
+msgstr "<emph>Syntax</emph>:"
+
+#: 03120310.xhp#par_id3153061.5.help.text
+msgid "UCase (Text As String)"
+msgstr "UCase (Text As String)"
+
+#: 03120310.xhp#par_id3159414.6.help.text
+msgid "<emph>Return value</emph>:"
+msgstr "<emph>Return value</emph>:"
+
+#: 03120310.xhp#par_id3146795.7.help.text
+msgctxt "03120310.xhp#par_id3146795.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120310.xhp#hd_id3149457.8.help.text
+msgctxt "03120310.xhp#hd_id3149457.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120310.xhp#par_id3150791.9.help.text
+msgctxt "03120310.xhp#par_id3150791.9.help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>Text:</emph> Any string expression that you want to convert."
+
+#: 03120310.xhp#hd_id3154125.10.help.text
+msgctxt "03120310.xhp#hd_id3154125.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120310.xhp#par_id3147229.11.help.text
+msgctxt "03120310.xhp#par_id3147229.11.help.text"
+msgid "Sub ExampleLUCase"
+msgstr "Sub ExampleLUCase"
+
+#: 03120310.xhp#par_id3151381.12.help.text
+msgctxt "03120310.xhp#par_id3151381.12.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03120310.xhp#par_id3153194.13.help.text
+msgctxt "03120310.xhp#par_id3153194.13.help.text"
+msgid "sVar = \"Las Vegas\""
+msgstr "sVar = \"Las Vegas\""
+
+#: 03120310.xhp#par_id3149204.14.help.text
+msgid "Print LCase(sVar) REM returns \"las vegas\""
+msgstr "Print LCase(sVar) REM returns \"las vegas\""
+
+#: 03120310.xhp#par_id3156280.15.help.text
+msgid "Print UCase(sVar) REM returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM returns \"LAS VEGAS\""
+
+#: 03120310.xhp#par_id3156422.16.help.text
+msgctxt "03120310.xhp#par_id3156422.16.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03103100.xhp#tit.help.text
+msgid "Let Statement [Runtime]"
+msgstr "Let Statement [Runtime]"
+
+#: 03103100.xhp#bm_id3147242.help.text
+msgid "<bookmark_value>Let statement</bookmark_value>"
+msgstr "<bookmark_value>Let statement</bookmark_value>"
+
+#: 03103100.xhp#hd_id3147242.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
+
+#: 03103100.xhp#par_id3149233.2.help.text
+msgid "Assigns a value to a variable."
+msgstr "Assigns a value to a variable."
+
+#: 03103100.xhp#hd_id3153127.3.help.text
+msgctxt "03103100.xhp#hd_id3153127.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103100.xhp#par_id3154285.4.help.text
+msgid "[Let] VarName=Expression"
+msgstr "[Let] VarName=Expression"
+
+#: 03103100.xhp#hd_id3148944.5.help.text
+msgctxt "03103100.xhp#hd_id3148944.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
+
+#: 03103100.xhp#par_id3148451.7.help.text
+msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+msgstr "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+
+#: 03103100.xhp#hd_id3145785.8.help.text
+msgctxt "03103100.xhp#hd_id3145785.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103100.xhp#par_id3150441.9.help.text
+msgctxt "03103100.xhp#par_id3150441.9.help.text"
+msgid "Sub ExampleLen"
+msgstr "Sub ExampleLen"
+
+#: 03103100.xhp#par_id3159254.10.help.text
+msgctxt "03103100.xhp#par_id3159254.10.help.text"
+msgid "Dim sText as String"
+msgstr "Dim sText as String"
+
+#: 03103100.xhp#par_id3149481.11.help.text
+msgid "Let sText = \"Las Vegas\""
+msgstr "Let sText = \"Las Vegas\""
+
+#: 03103100.xhp#par_id3152939.12.help.text
+msgid "msgbox Len(sText) REM returns 9"
+msgstr "msgbox Len(sText) REM returns 9"
+
+#: 03103100.xhp#par_id3146921.13.help.text
+msgctxt "03103100.xhp#par_id3146921.13.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020412.xhp#tit.help.text
+msgid "Name Statement [Runtime]"
+msgstr "Name Statement [Runtime]"
+
+#: 03020412.xhp#bm_id3143268.help.text
+msgid "<bookmark_value>Name statement</bookmark_value>"
+msgstr "<bookmark_value>Name statement</bookmark_value>"
+
+#: 03020412.xhp#hd_id3143268.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
+
+#: 03020412.xhp#par_id3154346.2.help.text
+msgid "Renames an existing file or directory."
+msgstr "Renames an existing file or directory."
+
+#: 03020412.xhp#hd_id3156344.3.help.text
+msgctxt "03020412.xhp#hd_id3156344.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020412.xhp#par_id3153381.4.help.text
+msgid "Name OldName As String As NewName As String"
+msgstr "Name OldName As String As NewName As String"
+
+#: 03020412.xhp#hd_id3153362.5.help.text
+msgctxt "03020412.xhp#hd_id3153362.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 03020412.xhp#hd_id3125863.8.help.text
+msgctxt "03020412.xhp#hd_id3125863.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020412.xhp#par_id3145786.9.help.text
+msgid "Sub ExampleReName"
+msgstr "Sub ExampleReName"
+
+#: 03020412.xhp#par_id3161832.10.help.text
+msgid "On Error Goto Error"
+msgstr "On Error Goto Error"
+
+#: 03020412.xhp#par_id3147435.11.help.text
+msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\temp\\autoexec.sav\""
+msgstr "Filecopy \"c:\\autoexec.bat\", \"c:\\temp\\autoexec.sav\""
+
+#: 03020412.xhp#par_id3156444.12.help.text
+msgid "Name \"c:\\temp\\autoexec.sav\" as \"c:\\temp\\autoexec.bat\""
+msgstr "Name \"c:\\temp\\autoexec.sav\" as \"c:\\temp\\autoexec.bat\""
+
+#: 03020412.xhp#par_id3155308.13.help.text
+msgctxt "03020412.xhp#par_id3155308.13.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020412.xhp#par_id3153727.14.help.text
+msgid "Error:"
+msgstr "Error:"
+
+#: 03020412.xhp#par_id3153951.15.help.text
+msgid "if err = 58 then"
+msgstr "if err = 58 then"
+
+#: 03020412.xhp#par_id3152462.16.help.text
+msgid "msgbox \"File already exists\""
+msgstr "msgbox \"File already exists\""
+
+#: 03020412.xhp#par_id3149263.17.help.text
+msgctxt "03020412.xhp#par_id3149263.17.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020412.xhp#par_id3154011.18.help.text
+msgctxt "03020412.xhp#par_id3154011.18.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020412.xhp#par_id3146985.19.help.text
+msgctxt "03020412.xhp#par_id3146985.19.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030205.xhp#tit.help.text
+msgid "TimeSerial Function [Runtime]"
+msgstr "TimeSerial Function [Runtime]"
+
+#: 03030205.xhp#bm_id3143271.help.text
+msgid "<bookmark_value>TimeSerial function</bookmark_value>"
+msgstr "<bookmark_value>TimeSerial function</bookmark_value>"
+
+#: 03030205.xhp#hd_id3143271.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03030205.xhp#hd_id3146794.4.help.text
+msgctxt "03030205.xhp#hd_id3146794.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030205.xhp#par_id3150792.5.help.text
+msgid "TimeSerial (hour, minute, second)"
+msgstr "TimeSerial (hour, minute, second)"
+
+#: 03030205.xhp#hd_id3148797.6.help.text
+msgctxt "03030205.xhp#hd_id3148797.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030205.xhp#par_id3154908.7.help.text
+msgctxt "03030205.xhp#par_id3154908.7.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030205.xhp#hd_id3154124.8.help.text
+msgctxt "03030205.xhp#hd_id3154124.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 03030205.xhp#par_id3155854.12.help.text
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>Examples:</emph>"
+
+#: 03030205.xhp#par_id3153952.13.help.text
+msgid "12, -5, 45 corresponds to 11, 55, 45"
+msgstr "12, -5, 45 corresponds to 11, 55, 45"
+
+#: 03030205.xhp#par_id3147349.14.help.text
+msgid "12, 61, 45 corresponds to 13, 2, 45"
+msgstr "12, 61, 45 corresponds to 13, 2, 45"
+
+#: 03030205.xhp#par_id3147426.15.help.text
+msgid "12, 20, -2 corresponds to 12, 19, 58"
+msgstr "12, 20, -2 corresponds to 12, 19, 58"
+
+#: 03030205.xhp#par_id3153365.16.help.text
+msgid "12, 20, 63 corresponds to 12, 21, 4"
+msgstr "12, 20, 63 corresponds to 12, 21, 4"
+
+#: 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 "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03030205.xhp#hd_id3154790.20.help.text
+msgctxt "03030205.xhp#hd_id3154790.20.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030205.xhp#par_id3145252.21.help.text
+msgid "Sub ExampleTimeSerial"
+msgstr "Sub ExampleTimeSerial"
+
+#: 03030205.xhp#par_id3153157.22.help.text
+msgid "Dim dDate As Double, sDate As String"
+msgstr "Dim dDate As Double, sDate As String"
+
+#: 03030205.xhp#par_id3156286.23.help.text
+msgid "dDate = TimeSerial(8,30,15)"
+msgstr "dDate = TimeSerial(8,30,15)"
+
+#: 03030205.xhp#par_id3148456.24.help.text
+msgid "sDate = TimeSerial(8,30,15)"
+msgstr "sDate = TimeSerial(8,30,15)"
+
+#: 03030205.xhp#par_id3155600.25.help.text
+msgid "MsgBox dDate,64,\"Time as a number\""
+msgstr "MsgBox dDate,64,\"Time as a number\""
+
+#: 03030205.xhp#par_id3153417.26.help.text
+msgid "MsgBox sDate,64,\"Formatted time\""
+msgstr "MsgBox sDate,64,\"Formatted time\""
+
+#: 03030205.xhp#par_id3153836.27.help.text
+msgctxt "03030205.xhp#par_id3153836.27.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020101.xhp#tit.help.text
+msgid "Close Statement [Runtime]"
+msgstr "Close Statement [Runtime]"
+
+#: 03020101.xhp#bm_id3157896.help.text
+msgid "<bookmark_value>Close statement</bookmark_value>"
+msgstr "<bookmark_value>Close statement</bookmark_value>"
+
+#: 03020101.xhp#hd_id3157896.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
+
+#: 03020101.xhp#par_id3147573.2.help.text
+msgid "Closes a specified file that was opened with the Open statement."
+msgstr "Closes a specified file that was opened with the Open statement."
+
+#: 03020101.xhp#hd_id3156344.3.help.text
+msgctxt "03020101.xhp#hd_id3156344.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020101.xhp#par_id3147265.4.help.text
+msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]] "
+msgstr "Close FileNumber As Integer[, FileNumber2 As Integer[,...]] "
+
+#: 03020101.xhp#hd_id3153379.5.help.text
+msgctxt "03020101.xhp#hd_id3153379.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
+
+#: 03020101.xhp#hd_id3153192.7.help.text
+msgctxt "03020101.xhp#hd_id3153192.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020101.xhp#par_id3154909.8.help.text
+msgctxt "03020101.xhp#par_id3154909.8.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020101.xhp#par_id3154124.9.help.text
+msgctxt "03020101.xhp#par_id3154124.9.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020101.xhp#par_id3155132.10.help.text
+msgctxt "03020101.xhp#par_id3155132.10.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020101.xhp#par_id3155854.11.help.text
+msgctxt "03020101.xhp#par_id3155854.11.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020101.xhp#par_id3146985.34.help.text
+msgctxt "03020101.xhp#par_id3146985.34.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020101.xhp#par_id3154013.12.help.text
+msgctxt "03020101.xhp#par_id3154013.12.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020101.xhp#par_id3152598.13.help.text
+msgctxt "03020101.xhp#par_id3152598.13.help.text"
+msgid "sMsg = \"\""
+msgstr "sMsg = \"\""
+
+#: 03020101.xhp#par_id3147427.14.help.text
+msgctxt "03020101.xhp#par_id3147427.14.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020101.xhp#par_id3151112.15.help.text
+msgctxt "03020101.xhp#par_id3151112.15.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020101.xhp#par_id3153727.16.help.text
+msgctxt "03020101.xhp#par_id3153727.16.help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020101.xhp#par_id3147350.17.help.text
+msgctxt "03020101.xhp#par_id3147350.17.help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03020101.xhp#par_id3149667.18.help.text
+msgctxt "03020101.xhp#par_id3149667.18.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020101.xhp#par_id3145801.22.help.text
+msgctxt "03020101.xhp#par_id3145801.22.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020101.xhp#par_id3147396.23.help.text
+msgctxt "03020101.xhp#par_id3147396.23.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020101.xhp#par_id3147124.24.help.text
+msgctxt "03020101.xhp#par_id3147124.24.help.text"
+msgid "While not eof(iNumber)"
+msgstr "While not eof(iNumber)"
+
+#: 03020101.xhp#par_id3154491.25.help.text
+msgctxt "03020101.xhp#par_id3154491.25.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020101.xhp#par_id3149581.26.help.text
+msgctxt "03020101.xhp#par_id3149581.26.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020101.xhp#par_id3155602.27.help.text
+msgctxt "03020101.xhp#par_id3155602.27.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020101.xhp#par_id3154511.29.help.text
+msgctxt "03020101.xhp#par_id3154511.29.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020101.xhp#par_id3150749.30.help.text
+msgctxt "03020101.xhp#par_id3150749.30.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020101.xhp#par_id3156276.31.help.text
+msgctxt "03020101.xhp#par_id3156276.31.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020101.xhp#par_id3155066.35.help.text
+msgctxt "03020101.xhp#par_id3155066.35.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020101.xhp#par_id3154754.32.help.text
+msgctxt "03020101.xhp#par_id3154754.32.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03010300.xhp#tit.help.text
+msgid "Color Functions"
+msgstr "Colour Functions"
+
+#: 03010300.xhp#hd_id3157896.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Color Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03010300.xhp\" name=\"Color Functions\">Colour Functions</link>"
+
+#: 03010300.xhp#par_id3155555.2.help.text
+msgid "This section describes Runtime functions used to define colors."
+msgstr "This section describes Runtime functions used to define colours."
+
+#: 03104500.xhp#tit.help.text
+msgid "IsUnoStruct Function [Runtime]"
+msgstr "IsUnoStruct Function [Runtime]"
+
+#: 03104500.xhp#bm_id3146117.help.text
+msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct function</bookmark_value>"
+
+#: 03104500.xhp#hd_id3146117.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+
+#: 03104500.xhp#par_id3146957.2.help.text
+msgid "Returns True if the given object is a Uno struct."
+msgstr "Returns True if the given object is a Uno struct."
+
+#: 03104500.xhp#hd_id3148538.3.help.text
+msgctxt "03104500.xhp#hd_id3148538.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104500.xhp#par_id3155341.4.help.text
+msgid "IsUnoStruct( Uno type )"
+msgstr "IsUnoStruct( Uno type )"
+
+#: 03104500.xhp#hd_id3148473.5.help.text
+msgctxt "03104500.xhp#hd_id3148473.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03104500.xhp#par_id3145315.6.help.text
+msgctxt "03104500.xhp#par_id3145315.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03104500.xhp#hd_id3145609.7.help.text
+msgctxt "03104500.xhp#hd_id3145609.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104500.xhp#par_id3148947.8.help.text
+msgid "Uno type : A UnoObject"
+msgstr "Uno type : A UnoObject"
+
+#: 03104500.xhp#hd_id3156343.9.help.text
+msgctxt "03104500.xhp#hd_id3156343.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03104500.xhp#par_idN10632.help.text
+msgctxt "03104500.xhp#par_idN10632.help.text"
+msgid "Sub Main"
+msgstr "Sub Main"
+
+#: 03104500.xhp#par_idN10635.help.text
+msgid "Dim bIsStruct"
+msgstr "Dim bIsStruct"
+
+#: 03104500.xhp#par_idN10638.help.text
+msgid "' Instantiate a service"
+msgstr "' Instantiate a service"
+
+#: 03104500.xhp#par_idN1063B.help.text
+msgid "Dim oSimpleFileAccess"
+msgstr "Dim oSimpleFileAccess"
+
+#: 03104500.xhp#par_idN1063E.help.text
+msgid "oSimpleFileAccess = CreateUnoService( \"com.sun.star.ucb.SimpleFileAccess\" )"
+msgstr "oSimpleFileAccess = CreateUnoService( \"com.sun.star.ucb.SimpleFileAccess\" )"
+
+#: 03104500.xhp#par_idN10641.help.text
+msgid "bIsStruct = IsUnoStruct( oSimpleFileAccess )"
+msgstr "bIsStruct = IsUnoStruct( oSimpleFileAccess )"
+
+#: 03104500.xhp#par_idN10644.help.text
+msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess is NO struct"
+msgstr "MsgBox bIsStruct ' Displays False because oSimpleFileAccess is NO struct"
+
+#: 03104500.xhp#par_idN10649.help.text
+msgid "' Instantiate a Property struct"
+msgstr "' Instantiate a Property struct"
+
+#: 03104500.xhp#par_idN1064D.help.text
+msgid "Dim aProperty As New com.sun.star.beans.Property"
+msgstr "Dim aProperty As New com.sun.star.beans.Property"
+
+#: 03104500.xhp#par_idN10650.help.text
+msgid "bIsStruct = IsUnoStruct( aProperty )"
+msgstr "bIsStruct = IsUnoStruct( aProperty )"
+
+#: 03104500.xhp#par_idN10653.help.text
+msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+msgstr "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+
+#: 03104500.xhp#par_idN10658.help.text
+msgid "bIsStruct = IsUnoStruct( 42 )"
+msgstr "bIsStruct = IsUnoStruct( 42 )"
+
+#: 03104500.xhp#par_idN1065B.help.text
+msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+msgstr "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+
+#: 03104500.xhp#par_idN10660.help.text
+msgctxt "03104500.xhp#par_idN10660.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080100.xhp#tit.help.text
+msgid "Trigonometric Functions"
+msgstr "Trigonometric Functions"
+
+#: 03080100.xhp#hd_id3159201.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
+
+#: 03080100.xhp#par_id3149180.2.help.text
+msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
+msgstr "The following are the trigonometric functions that are supported in $[officename] Basic."
+
+#: 01170100.xhp#tit.help.text
+msgid "Control and Dialog Properties"
+msgstr "Control and Dialogue Properties"
+
+#: 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 "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogues</bookmark_value><bookmark_value>dialogues; properties</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
+
+#: 01170100.xhp#par_id3156280.2.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Specifies the properties of the selected dialogue or control.</ahelp> You must be in the design mode to be able to use this command."
+
+#: 01170100.xhp#hd_id3151043.20.help.text
+msgid "Entering Data in the Properties Dialog"
+msgstr "Entering Data in the Properties Dialogue"
+
+#: 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 "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialogue:"
+
+#: 01170100.xhp#par_id3150010.18.help.text
+msgid "Keys"
+msgstr "Keys"
+
+#: 01170100.xhp#par_id3147317.19.help.text
+msgid "Effects"
+msgstr "Effects"
+
+#: 01170100.xhp#par_id3146121.4.help.text
+msgid "Alt+Down Arrow"
+msgstr "Alt+Down Arrow"
+
+#: 01170100.xhp#par_id3149581.5.help.text
+msgid "Opens a combo box"
+msgstr "Opens a combo box"
+
+#: 01170100.xhp#par_id3147394.6.help.text
+msgid "Alt+Up Arrow"
+msgstr "Alt+Up Arrow"
+
+#: 01170100.xhp#par_id3148455.7.help.text
+msgid "Closes a combo box"
+msgstr "Closes a combo box"
+
+#: 01170100.xhp#par_id3154511.8.help.text
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
+
+#: 01170100.xhp#par_id3146971.9.help.text
+msgid "Inserts a line break in multiline fields."
+msgstr "Inserts a line break in multiline fields."
+
+#: 01170100.xhp#par_id3146914.10.help.text
+msgid "(UpArrow)"
+msgstr "(UpArrow)"
+
+#: 01170100.xhp#par_id3153714.11.help.text
+msgid "Goes to the previous line."
+msgstr "Goes to the previous line."
+
+#: 01170100.xhp#par_id3159266.12.help.text
+msgid "(DownArrow)"
+msgstr "(DownArrow)"
+
+#: 01170100.xhp#par_id3146314.13.help.text
+msgid "Goes to the next line."
+msgstr "Goes to the next line."
+
+#: 01170100.xhp#par_id3149255.14.help.text
+msgid "Enter"
+msgstr "Enter"
+
+#: 01170100.xhp#par_id3149566.15.help.text
+msgid "Applies the changes made to a field and places the cursor into the next field."
+msgstr "Applies the changes made to a field and places the cursor into the next field."
+
+#: 03090406.xhp#tit.help.text
+msgid "Function Statement [Runtime]"
+msgstr "Function Statement [Runtime]"
+
+#: 03090406.xhp#bm_id3153346.help.text
+msgid "<bookmark_value>Function statement</bookmark_value>"
+msgstr "<bookmark_value>Function statement</bookmark_value>"
+
+#: 03090406.xhp#hd_id3153346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+
+#: 03090406.xhp#par_id3159158.2.help.text
+msgid "Defines a subroutine that can be used as an expression to determine a return type."
+msgstr "Defines a subroutine that can be used as an expression to determine a return type."
+
+#: 03090406.xhp#hd_id3145316.3.help.text
+msgctxt "03090406.xhp#hd_id3145316.3.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03090406.xhp#par_id3148944.4.help.text
+msgid "see Parameter"
+msgstr "see Parameter"
+
+#: 03090406.xhp#hd_id3154760.5.help.text
+msgctxt "03090406.xhp#hd_id3154760.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090406.xhp#par_id3156344.6.help.text
+msgctxt "03090406.xhp#par_id3156344.6.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03090406.xhp#par_id3149457.7.help.text
+msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+msgstr "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+
+#: 03090406.xhp#par_id3153360.8.help.text
+msgctxt "03090406.xhp#par_id3153360.8.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090406.xhp#par_id3148797.9.help.text
+msgid "[Exit Function]"
+msgstr "[Exit Function]"
+
+#: 03090406.xhp#par_id3145419.10.help.text
+msgctxt "03090406.xhp#par_id3145419.10.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090406.xhp#par_id3150449.11.help.text
+msgctxt "03090406.xhp#par_id3150449.11.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03090406.xhp#par_id3156281.12.help.text
+msgctxt "03090406.xhp#par_id3156281.12.help.text"
+msgid "Parameter"
+msgstr "Parameter"
+
+#: 03090406.xhp#par_id3153193.13.help.text
+msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
+msgstr "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
+
+#: 03090406.xhp#par_id3147229.14.help.text
+msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
+msgstr "<emph>VarName:</emph> Parameter to be passed to the subroutine."
+
+#: 03090406.xhp#par_id3147287.15.help.text
+msgid "<emph>Type:</emph> Type-declaration keyword."
+msgstr "<emph>Type:</emph> Type-declaration keyword."
+
+#: 03090406.xhp#hd_id3163710.16.help.text
+msgctxt "03090406.xhp#hd_id3163710.16.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090406.xhp#par_id3147214.17.help.text
+msgctxt "03090406.xhp#par_id3147214.17.help.text"
+msgid "Sub ExampleExit"
+msgstr "Sub ExampleExit"
+
+#: 03090406.xhp#par_id3152596.18.help.text
+msgctxt "03090406.xhp#par_id3152596.18.help.text"
+msgid "Dim sReturn As String"
+msgstr "Dim sReturn As String"
+
+#: 03090406.xhp#par_id3153364.19.help.text
+msgctxt "03090406.xhp#par_id3153364.19.help.text"
+msgid "Dim sListArray(10) as String"
+msgstr "Dim sListArray(10) as String"
+
+#: 03090406.xhp#par_id3149481.20.help.text
+msgctxt "03090406.xhp#par_id3149481.20.help.text"
+msgid "Dim siStep as Single"
+msgstr "Dim siStep as Single"
+
+#: 03090406.xhp#par_id3152939.21.help.text
+msgctxt "03090406.xhp#par_id3152939.21.help.text"
+msgid "For siStep = 0 to 10 REM Fill array with test data"
+msgstr "For siStep = 0 to 10 REM Fill array with test data"
+
+#: 03090406.xhp#par_id3147349.22.help.text
+msgid "sListArray(siStep) = chr$(siStep + 65)"
+msgstr "sListArray(siStep) = chr$(siStep + 65)"
+
+#: 03090406.xhp#par_id3147426.23.help.text
+msgctxt "03090406.xhp#par_id3147426.23.help.text"
+msgid "msgbox sListArray(siStep)"
+msgstr "msgbox sListArray(siStep)"
+
+#: 03090406.xhp#par_id3152576.24.help.text
+msgctxt "03090406.xhp#par_id3152576.24.help.text"
+msgid "next siStep"
+msgstr "next siStep"
+
+#: 03090406.xhp#par_id3146922.25.help.text
+msgctxt "03090406.xhp#par_id3146922.25.help.text"
+msgid "sReturn = LinSearch(sListArray(), \"B\")"
+msgstr "sReturn = LinSearch(sListArray(), \"B\")"
+
+#: 03090406.xhp#par_id3153140.26.help.text
+msgctxt "03090406.xhp#par_id3153140.26.help.text"
+msgid "Print sReturn"
+msgstr "Print sReturn"
+
+#: 03090406.xhp#par_id3149581.27.help.text
+msgctxt "03090406.xhp#par_id3149581.27.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090406.xhp#par_id3154790.30.help.text
+msgctxt "03090406.xhp#par_id3154790.30.help.text"
+msgid "Function LinSearch( sList(), sItem As String ) as integer"
+msgstr "Function LinSearch( sList(), sItem As String ) as integer"
+
+#: 03090406.xhp#par_id3150594.31.help.text
+msgctxt "03090406.xhp#par_id3150594.31.help.text"
+msgid "dim iCount as Integer"
+msgstr "dim iCount as Integer"
+
+#: 03090406.xhp#par_id3154943.32.help.text
+msgid "REM Linsearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM Linsearch searches a TextArray:sList() for a TextEntry:"
+
+#: 03090406.xhp#par_id3155601.33.help.text
+msgid "REM Return value is the index of the entry or 0 (Null)"
+msgstr "REM Return value is the index of the entry or 0 (Null)"
+
+#: 03090406.xhp#par_id3154511.34.help.text
+msgctxt "03090406.xhp#par_id3154511.34.help.text"
+msgid "for iCount=1 to Ubound( sList() )"
+msgstr "for iCount=1 to Ubound( sList() )"
+
+#: 03090406.xhp#par_id3149123.35.help.text
+msgctxt "03090406.xhp#par_id3149123.35.help.text"
+msgid "if sList( iCount ) = sItem then"
+msgstr "if sList( iCount ) = sItem then"
+
+#: 03090406.xhp#par_id3153707.36.help.text
+msgid "exit for REM sItem found"
+msgstr "exit for REM sItem found"
+
+#: 03090406.xhp#par_id3155066.37.help.text
+msgctxt "03090406.xhp#par_id3155066.37.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03090406.xhp#par_id3156275.38.help.text
+msgctxt "03090406.xhp#par_id3156275.38.help.text"
+msgid "next iCount"
+msgstr "next iCount"
+
+#: 03090406.xhp#par_id3156054.39.help.text
+msgctxt "03090406.xhp#par_id3156054.39.help.text"
+msgid "if iCount = Ubound( sList() ) then iCount = 0"
+msgstr "if iCount = Ubound( sList() ) then iCount = 0"
+
+#: 03090406.xhp#par_id3153765.40.help.text
+msgctxt "03090406.xhp#par_id3153765.40.help.text"
+msgid "LinSearch = iCount"
+msgstr "LinSearch = iCount"
+
+#: 03090406.xhp#par_id3153713.41.help.text
+msgctxt "03090406.xhp#par_id3153713.41.help.text"
+msgid "end function"
+msgstr "end function"
+
+#: 03131300.xhp#tit.help.text
+msgid "TwipsPerPixelX Function [Runtime]"
+msgstr "TwipsPerPixelX Function [Runtime]"
+
+#: 03131300.xhp#bm_id3153539.help.text
+msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+
+#: 03131300.xhp#hd_id3153539.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
+
+#: 03131300.xhp#par_id3153394.2.help.text
+msgid "Returns the number of twips that represent the width of a pixel."
+msgstr "Returns the number of twips that represent the width of a pixel."
+
+#: 03131300.xhp#hd_id3153527.3.help.text
+msgctxt "03131300.xhp#hd_id3153527.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131300.xhp#par_id3151110.4.help.text
+msgid "n = TwipsPerPixelX"
+msgstr "n = TwipsPerPixelX"
+
+#: 03131300.xhp#hd_id3150669.5.help.text
+msgctxt "03131300.xhp#hd_id3150669.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03131300.xhp#par_id3150503.6.help.text
+msgctxt "03131300.xhp#par_id3150503.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03131300.xhp#hd_id3159176.7.help.text
+msgctxt "03131300.xhp#hd_id3159176.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131300.xhp#par_id3156152.8.help.text
+msgctxt "03131300.xhp#par_id3156152.8.help.text"
+msgid "Sub ExamplePixelTwips"
+msgstr "Sub ExamplePixelTwips"
+
+#: 03131300.xhp#par_id3153061.9.help.text
+msgctxt "03131300.xhp#par_id3153061.9.help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+
+#: 03131300.xhp#par_id3149670.10.help.text
+msgctxt "03131300.xhp#par_id3149670.10.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020104.xhp#tit.help.text
+msgid "Reset Statement [Runtime]"
+msgstr "Reset Statement [Runtime]"
+
+#: 03020104.xhp#bm_id3154141.help.text
+msgid "<bookmark_value>Reset statement</bookmark_value>"
+msgstr "<bookmark_value>Reset statement</bookmark_value>"
+
+#: 03020104.xhp#hd_id3154141.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+
+#: 03020104.xhp#par_id3156423.2.help.text
+msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
+msgstr "Closes all open files and writes the contents of all file buffers to the harddisk."
+
+#: 03020104.xhp#hd_id3154124.3.help.text
+msgctxt "03020104.xhp#hd_id3154124.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020104.xhp#par_id3156281.4.help.text
+msgctxt "03020104.xhp#par_id3156281.4.help.text"
+msgid "Reset"
+msgstr "Reset"
+
+#: 03020104.xhp#hd_id3161831.5.help.text
+msgctxt "03020104.xhp#hd_id3161831.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020104.xhp#par_id3151113.37.help.text
+msgctxt "03020104.xhp#par_id3151113.37.help.text"
+msgid "Sub ExampleReset"
+msgstr "Sub ExampleReset"
+
+#: 03020104.xhp#par_id3148575.38.help.text
+msgctxt "03020104.xhp#par_id3148575.38.help.text"
+msgid "On Error Goto ErrorHandler"
+msgstr "On Error Goto ErrorHandler"
+
+#: 03020104.xhp#par_id3153093.39.help.text
+msgctxt "03020104.xhp#par_id3153093.39.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020104.xhp#par_id3150011.40.help.text
+msgctxt "03020104.xhp#par_id3150011.40.help.text"
+msgid "Dim iCount As Integer"
+msgstr "Dim iCount As Integer"
+
+#: 03020104.xhp#par_id3153363.41.help.text
+msgctxt "03020104.xhp#par_id3153363.41.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020104.xhp#par_id3154320.42.help.text
+msgctxt "03020104.xhp#par_id3154320.42.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020104.xhp#par_id3163712.43.help.text
+msgctxt "03020104.xhp#par_id3163712.43.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020104.xhp#par_id3146121.45.help.text
+msgctxt "03020104.xhp#par_id3146121.45.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020104.xhp#par_id3154491.46.help.text
+msgctxt "03020104.xhp#par_id3154491.46.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020104.xhp#par_id3148455.47.help.text
+msgid "Print #iNumber, \"This is a new line of text\""
+msgstr "Print #iNumber, \"This is a new line of text\""
+
+#: 03020104.xhp#par_id3145646.48.help.text
+msgctxt "03020104.xhp#par_id3145646.48.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020104.xhp#par_id3149410.50.help.text
+msgctxt "03020104.xhp#par_id3149410.50.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020104.xhp#par_id3147126.51.help.text
+msgctxt "03020104.xhp#par_id3147126.51.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020104.xhp#par_id3154510.52.help.text
+msgctxt "03020104.xhp#par_id3154510.52.help.text"
+msgid "For iCount = 1 to 5"
+msgstr "For iCount = 1 to 5"
+
+#: 03020104.xhp#par_id3146971.53.help.text
+msgctxt "03020104.xhp#par_id3146971.53.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020104.xhp#par_id3156277.54.help.text
+msgctxt "03020104.xhp#par_id3156277.54.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020104.xhp#par_id3153707.55.help.text
+msgctxt "03020104.xhp#par_id3153707.55.help.text"
+msgid "rem"
+msgstr "rem"
+
+#: 03020104.xhp#par_id3150322.56.help.text
+msgctxt "03020104.xhp#par_id3150322.56.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020104.xhp#par_id3148405.57.help.text
+msgctxt "03020104.xhp#par_id3148405.57.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03020104.xhp#par_id3153711.58.help.text
+msgctxt "03020104.xhp#par_id3153711.58.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020104.xhp#par_id3156382.59.help.text
+msgctxt "03020104.xhp#par_id3156382.59.help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03020104.xhp#par_id3159264.60.help.text
+msgctxt "03020104.xhp#par_id3159264.60.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 03020104.xhp#par_id3145147.61.help.text
+msgctxt "03020104.xhp#par_id3145147.61.help.text"
+msgid "Reset"
+msgstr "Reset"
+
+#: 03020104.xhp#par_id3163805.62.help.text
+msgctxt "03020104.xhp#par_id3163805.62.help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr "MsgBox \"All files will be closed\",0,\"Error\""
+
+#: 03020104.xhp#par_id3147364.63.help.text
+msgctxt "03020104.xhp#par_id3147364.63.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120314.xhp#tit.help.text
+msgid "Split Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03120314.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>Split function</bookmark_value>"
+msgstr "<bookmark_value>Split function</bookmark_value>"
+
+#: 03120314.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+
+#: 03120314.xhp#par_id3155805.2.help.text
+msgid "Returns an array of substrings from a string expression."
+msgstr "Returns an array of substrings from a string expression."
+
+#: 03120314.xhp#hd_id3149177.3.help.text
+msgctxt "03120314.xhp#hd_id3149177.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120314.xhp#par_id3153824.4.help.text
+msgid "Split (Text As String, delimiter, number)"
+msgstr "Split (Text As String, delimiter, number)"
+
+#: 03120314.xhp#hd_id3149763.5.help.text
+msgctxt "03120314.xhp#hd_id3149763.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120314.xhp#par_id3154285.6.help.text
+msgctxt "03120314.xhp#par_id3154285.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120314.xhp#hd_id3145315.7.help.text
+msgctxt "03120314.xhp#hd_id3145315.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120314.xhp#par_id3156023.8.help.text
+msgctxt "03120314.xhp#par_id3156023.8.help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text:</emph> Any string expression."
+
+#: 03120314.xhp#par_id3147560.9.help.text
+msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
+msgstr "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
+
+#: 03120314.xhp#par_id3145069.12.help.text
+msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
+msgstr "<emph>number (optional):</emph> The number of substrings that you want to return."
+
+#: 03120314.xhp#hd_id3150398.10.help.text
+msgctxt "03120314.xhp#hd_id3150398.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120314.xhp#par_id3151212.11.help.text
+msgid "Dim a(3)"
+msgstr "Dim a(3)"
+
+#: 03120314.xhp#par_id3149204.13.help.text
+msgid "Sub main()"
+msgstr "Sub main()"
+
+#: 03120314.xhp#par_id3156214.14.help.text
+msgid " a(0) = \"ABCDE\""
+msgstr " a(0) = \"ABCDE\""
+
+#: 03120314.xhp#par_id3154217.15.help.text
+msgid " a(1) = 42"
+msgstr " a(1) = 42"
+
+#: 03120314.xhp#par_id3145173.16.help.text
+msgid " a(2) = \"MN\""
+msgstr " a(2) = \"MN\""
+
+#: 03120314.xhp#par_id3153104.17.help.text
+msgid " a(3) = \"X Y Z\""
+msgstr " a(3) = \"X Y Z\""
+
+#: 03120314.xhp#par_id3154684.18.help.text
+msgid " JStr = Join1()"
+msgstr " JStr = Join1()"
+
+#: 03120314.xhp#par_id3153367.19.help.text
+msgctxt "03120314.xhp#par_id3153367.19.help.text"
+msgid " Call Show(JStr, Split1(JStr))"
+msgstr " Call Show(JStr, Split1(JStr))"
+
+#: 03120314.xhp#par_id3145271.20.help.text
+msgid " JStr = Join2()"
+msgstr " JStr = Join2()"
+
+#: 03120314.xhp#par_id3155856.21.help.text
+msgctxt "03120314.xhp#par_id3155856.21.help.text"
+msgid " Call Show(JStr, Split1(JStr))"
+msgstr " Call Show(JStr, Split1(JStr))"
+
+#: 03120314.xhp#par_id3159155.22.help.text
+msgid " JStr = Join3()"
+msgstr " JStr = Join3()"
+
+#: 03120314.xhp#par_id3155413.23.help.text
+msgctxt "03120314.xhp#par_id3155413.23.help.text"
+msgid " Call Show(JStr, Split1(JStr))"
+msgstr " Call Show(JStr, Split1(JStr))"
+
+#: 03120314.xhp#par_id3153190.24.help.text
+msgctxt "03120314.xhp#par_id3153190.24.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120314.xhp#par_id3154320.25.help.text
+msgid "Function Join1()"
+msgstr "Function Join1()"
+
+#: 03120314.xhp#par_id3145748.26.help.text
+msgid " Join1 = Join(a(), \"abc\")"
+msgstr " Join1 = Join(a(), \"abc\")"
+
+#: 03120314.xhp#par_id3153142.45.help.text
+msgctxt "03120314.xhp#par_id3153142.45.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03120314.xhp#par_id3152462.27.help.text
+msgid "Function Join2()"
+msgstr "Function Join2()"
+
+#: 03120314.xhp#par_id3146119.28.help.text
+msgid " Join2 = Join(a(), \",\")"
+msgstr " Join2 = Join(a(), \",\")"
+
+#: 03120314.xhp#par_id3154790.29.help.text
+msgctxt "03120314.xhp#par_id3154790.29.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03120314.xhp#par_id3147125.30.help.text
+msgid "Function Join3()"
+msgstr "Function Join3()"
+
+#: 03120314.xhp#par_id3149377.31.help.text
+msgid " Join3 = Join(a())"
+msgstr " Join3 = Join(a())"
+
+#: 03120314.xhp#par_id3150114.32.help.text
+msgctxt "03120314.xhp#par_id3150114.32.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03120314.xhp#par_id3154729.33.help.text
+msgid "Function Split1(aStr)"
+msgstr "Function Split1(aStr)"
+
+#: 03120314.xhp#par_id3145646.34.help.text
+msgid " Split1 = Split(aStr, \"D\")"
+msgstr " Split1 = Split(aStr, \"D\")"
+
+#: 03120314.xhp#par_id3154512.35.help.text
+msgctxt "03120314.xhp#par_id3154512.35.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03120314.xhp#par_id3149400.36.help.text
+msgid "Sub Show(JoinStr, TheArray)"
+msgstr "Sub Show(JoinStr, TheArray)"
+
+#: 03120314.xhp#par_id3153948.37.help.text
+msgid " l = LBound(TheArray)"
+msgstr " l = LBound(TheArray)"
+
+#: 03120314.xhp#par_id3146969.38.help.text
+msgid " u = UBound(TheArray)"
+msgstr " u = UBound(TheArray)"
+
+#: 03120314.xhp#par_id3150752.39.help.text
+msgid " total$ = \"=============================\" + Chr$(13) + JoinStr + Chr$(13) + Chr$(13)"
+msgstr " total$ = \"=============================\" + Chr$(13) + JoinStr + Chr$(13) + Chr$(13)"
+
+#: 03120314.xhp#par_id3148916.40.help.text
+msgid " For i = l To u"
+msgstr " For i = l To u"
+
+#: 03120314.xhp#par_id3154754.41.help.text
+msgid " total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$(13)"
+msgstr " total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$(13)"
+
+#: 03120314.xhp#par_id3156054.42.help.text
+msgid " Next i"
+msgstr " Next i"
+
+#: 03120314.xhp#par_id3147338.43.help.text
+msgid " MsgBox total$"
+msgstr " MsgBox total$"
+
+#: 03120314.xhp#par_id3155960.44.help.text
+msgctxt "03120314.xhp#par_id3155960.44.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120104.xhp#tit.help.text
+msgid "Val Function [Runtime]"
+msgstr "Val Function [Runtime]"
+
+#: 03120104.xhp#bm_id3149205.help.text
+msgid "<bookmark_value>Val function</bookmark_value>"
+msgstr "<bookmark_value>Val function</bookmark_value>"
+
+#: 03120104.xhp#hd_id3149205.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
+
+#: 03120104.xhp#par_id3153345.2.help.text
+msgid "Converts a string to a numeric expression."
+msgstr "Converts a string to a numeric expression."
+
+#: 03120104.xhp#hd_id3159157.3.help.text
+msgctxt "03120104.xhp#hd_id3159157.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120104.xhp#par_id3149514.4.help.text
+msgid "Val (Text As String)"
+msgstr "Val (Text As String)"
+
+#: 03120104.xhp#hd_id3150669.5.help.text
+msgctxt "03120104.xhp#hd_id3150669.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120104.xhp#par_id3143228.6.help.text
+msgctxt "03120104.xhp#par_id3143228.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03120104.xhp#hd_id3156024.7.help.text
+msgctxt "03120104.xhp#hd_id3156024.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120104.xhp#par_id3154348.8.help.text
+msgid "<emph>Text:</emph> String that represents a number."
+msgstr "<emph>Text:</emph> String that represents a number."
+
+#: 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 "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."
+
+#: 03120104.xhp#hd_id3154365.10.help.text
+msgctxt "03120104.xhp#hd_id3154365.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120104.xhp#par_id3151177.11.help.text
+msgid "Sub ExampleVal"
+msgstr "Sub ExampleVal"
+
+#: 03120104.xhp#par_id3159150.12.help.text
+msgid "msgbox Val(\"123.123\")"
+msgstr "msgbox Val(\"123.123\")"
+
+#: 03120104.xhp#par_id3154126.13.help.text
+msgid "msgbox Val(\"A123.123\")"
+msgstr "msgbox Val(\"A123.123\")"
+
+#: 03120104.xhp#par_id3147229.14.help.text
+msgctxt "03120104.xhp#par_id3147229.14.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03000000.xhp#tit.help.text
+msgid "Run-Time Functions"
+msgstr "Run-Time Functions"
+
+#: 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 "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
+
+#: 03000000.xhp#par_id3148983.2.help.text
+msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
+msgstr "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
+
+#: 03030107.xhp#tit.help.text
+msgid "CDateToIso Function [Runtime]"
+msgstr "CDateToIso Function [Runtime]"
+
+#: 03030107.xhp#bm_id3150620.help.text
+msgid "<bookmark_value>CdateToIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateToIso function</bookmark_value>"
+
+#: 03030107.xhp#hd_id3150620.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
+
+#: 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 "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
+
+#: 03030107.xhp#hd_id3159224.3.help.text
+msgctxt "03030107.xhp#hd_id3159224.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030107.xhp#par_id3149497.4.help.text
+msgid "CDateToIso(Number)"
+msgstr "CDateToIso(Number)"
+
+#: 03030107.xhp#hd_id3152347.5.help.text
+msgctxt "03030107.xhp#hd_id3152347.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030107.xhp#par_id3154422.6.help.text
+msgctxt "03030107.xhp#par_id3154422.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03030107.xhp#hd_id3147303.7.help.text
+msgctxt "03030107.xhp#hd_id3147303.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03030107.xhp#par_id3145136.8.help.text
+msgid "<emph>Number:</emph> Integer that contains the serial date number."
+msgstr "<emph>Number:</emph> Integer that contains the serial date number."
+
+#: 03030107.xhp#hd_id3147243.9.help.text
+msgctxt "03030107.xhp#hd_id3147243.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030107.xhp#par_id3156152.10.help.text
+msgid "Sub ExampleCDateToIso"
+msgstr "Sub ExampleCDateToIso"
+
+#: 03030107.xhp#par_id3153126.11.help.text
+msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+msgstr "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
+
+#: 03030107.xhp#par_id3143228.12.help.text
+msgctxt "03030107.xhp#par_id3143228.12.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090302.xhp#tit.help.text
+msgid "GoTo Statement [Runtime]"
+msgstr "GoTo Statement [Runtime]"
+
+#: 03090302.xhp#bm_id3159413.help.text
+msgid "<bookmark_value>GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>GoTo statement</bookmark_value>"
+
+#: 03090302.xhp#hd_id3159413.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
+
+#: 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 "Continues program execution within a Sub or Function at the procedure line indicated by a label."
+
+#: 03090302.xhp#hd_id3149656.3.help.text
+msgctxt "03090302.xhp#hd_id3149656.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090302.xhp#par_id3154367.4.help.text
+msgctxt "03090302.xhp#par_id3154367.4.help.text"
+msgid "see Parameters"
+msgstr "see Parameters"
+
+#: 03090302.xhp#hd_id3150870.5.help.text
+msgctxt "03090302.xhp#hd_id3150870.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090302.xhp#par_id3156214.6.help.text
+msgctxt "03090302.xhp#par_id3156214.6.help.text"
+msgid "Sub/Function"
+msgstr "Sub/Function"
+
+#: 03090302.xhp#par_id3156424.7.help.text
+msgctxt "03090302.xhp#par_id3156424.7.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090302.xhp#par_id3154685.8.help.text
+msgid " Label1"
+msgstr " Label1"
+
+#: 03090302.xhp#par_id3145786.9.help.text
+msgid "<emph>Label2:</emph>"
+msgstr "<emph>Label2:</emph>"
+
+#: 03090302.xhp#par_id3161832.10.help.text
+msgctxt "03090302.xhp#par_id3161832.10.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090302.xhp#par_id3146120.11.help.text
+msgctxt "03090302.xhp#par_id3146120.11.help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03090302.xhp#par_id3150010.12.help.text
+msgid "<emph>Label1:</emph>"
+msgstr "<emph>Label1:</emph>"
+
+#: 03090302.xhp#par_id3152462.13.help.text
+msgctxt "03090302.xhp#par_id3152462.13.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090302.xhp#par_id3149664.14.help.text
+msgid "GoTo Label2"
+msgstr "GoTo Label2"
+
+#: 03090302.xhp#par_id3152886.15.help.text
+msgctxt "03090302.xhp#par_id3152886.15.help.text"
+msgid "End Sub/Function"
+msgstr "End Sub/Function"
+
+#: 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 "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 (\":\")."
+
+#: 03090302.xhp#par_id3155416.17.help.text
+msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+msgstr "You cannot use the GoTo statement to jump out of a Sub or Function."
+
+#: 03090302.xhp#hd_id3154731.19.help.text
+msgctxt "03090302.xhp#hd_id3154731.19.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090302.xhp#par_id6967035.help.text
+msgctxt "03090302.xhp#par_id6967035.help.text"
+msgid "see Parameters"
+msgstr "see Parameters"
+
+#: 01050200.xhp#tit.help.text
+msgid "Call Stack Window (Calls)"
+msgstr "Call Stack Window (Calls)"
+
+#: 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 "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
+
+#: 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 "<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."
+
+#: 03010103.xhp#tit.help.text
+msgid "Print Statement [Runtime]"
+msgstr "Print Statement [Runtime]"
+
+#: 03010103.xhp#bm_id3147230.help.text
+msgid "<bookmark_value>Print statement</bookmark_value>"
+msgstr "<bookmark_value>Print statement</bookmark_value>"
+
+#: 03010103.xhp#hd_id3147230.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
+
+#: 03010103.xhp#par_id3156281.2.help.text
+msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgstr "Outputs the specified strings or numeric expressions to a dialogue or to a file."
+
+#: 03010103.xhp#hd_id3145785.3.help.text
+msgctxt "03010103.xhp#hd_id3145785.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010103.xhp#par_id3153188.4.help.text
+msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]] "
+msgstr "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]] "
+
+#: 03010103.xhp#hd_id3147348.5.help.text
+msgctxt "03010103.xhp#hd_id3147348.5.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03010103.xhp#par_id2508621.help.text
+msgctxt "03010103.xhp#par_id2508621.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 "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+
+#: 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 "<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."
+
+#: 03010103.xhp#par_id3153092.7.help.text
+msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+msgstr "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+
+#: 03010103.xhp#par_id3145364.8.help.text
+msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
+msgstr "<emph>Pos</emph>: Spaces are inserted until the specified position."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
+
+#: 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 "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."
+
+#: 03010103.xhp#hd_id3146912.13.help.text
+msgctxt "03010103.xhp#hd_id3146912.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010103.xhp#par_id3153711.14.help.text
+msgid "Sub ExamplePrint"
+msgstr "Sub ExamplePrint"
+
+#: 03010103.xhp#par_id3153764.15.help.text
+msgid "Print \"ABC\""
+msgstr "Print \"ABC\""
+
+#: 03010103.xhp#par_id3155764.16.help.text
+msgid "Print \"ABC\",\"123\""
+msgstr "Print \"ABC\",\"123\""
+
+#: 03010103.xhp#par_id5484176.help.text
+msgid "i = FreeFile()"
+msgstr "i = FreeFile()"
+
+#: 03010103.xhp#par_id2904141.help.text
+msgid "Open <switchinline select=\"sys\"><caseinline select=\"WIN\">\"C:\\Temp.txt\"</caseinline><defaultinline>\"~/temp.txt\"</defaultinline></switchinline> For Output As i"
+msgstr "Open <switchinline select=\"sys\"><caseinline select=\"WIN\">\"C:\\Temp.txt\"</caseinline><defaultinline>\"~/temp.txt\"</defaultinline></switchinline> For Output As i"
+
+#: 03010103.xhp#par_id36317.help.text
+msgid "Print #i, \"ABC\""
+msgstr "Print #i, \"ABC\""
+
+#: 03010103.xhp#par_id7381817.help.text
+msgid "Close #i"
+msgstr "Close #i"
+
+#: 03010103.xhp#par_id3147339.17.help.text
+msgctxt "03010103.xhp#par_id3147339.17.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03130700.xhp#tit.help.text
+msgid "GetSystemTicks Function [Runtime]"
+msgstr "GetSystemTicks Function [Runtime]"
+
+#: 03130700.xhp#bm_id3147143.help.text
+msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
+msgstr "<bookmark_value>GetSystemTicks function</bookmark_value>"
+
+#: 03130700.xhp#hd_id3147143.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
+
+#: 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 "Returns the number of system ticks provided by the operating system. You can use this function to optimise certain processes."
+
+#: 03130700.xhp#hd_id3153311.3.help.text
+msgctxt "03130700.xhp#hd_id3153311.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03130700.xhp#par_id3147242.4.help.text
+msgid "GetSystemTicks()"
+msgstr "GetSystemTicks()"
+
+#: 03130700.xhp#hd_id3149233.5.help.text
+msgctxt "03130700.xhp#hd_id3149233.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03130700.xhp#par_id3149762.6.help.text
+msgctxt "03130700.xhp#par_id3149762.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03130700.xhp#hd_id3156152.7.help.text
+msgctxt "03130700.xhp#hd_id3156152.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03130700.xhp#par_id3148943.8.help.text
+msgctxt "03130700.xhp#par_id3148943.8.help.text"
+msgid "Sub ExampleWait"
+msgstr "Sub ExampleWait"
+
+#: 03130700.xhp#par_id3146795.9.help.text
+msgctxt "03130700.xhp#par_id3146795.9.help.text"
+msgid "Dim lTick As Long"
+msgstr "Dim lTick As Long"
+
+#: 03130700.xhp#par_id3145069.10.help.text
+msgctxt "03130700.xhp#par_id3145069.10.help.text"
+msgid "lTick = GetSystemTicks()"
+msgstr "lTick = GetSystemTicks()"
+
+#: 03130700.xhp#par_id3147560.11.help.text
+msgctxt "03130700.xhp#par_id3147560.11.help.text"
+msgid "wait 2000"
+msgstr "wait 2000"
+
+#: 03130700.xhp#par_id3149655.12.help.text
+msgctxt "03130700.xhp#par_id3149655.12.help.text"
+msgid "lTick = (GetSystemTicks() - lTick)"
+msgstr "lTick = (GetSystemTicks() - lTick)"
+
+#: 03130700.xhp#par_id3154938.13.help.text
+msgctxt "03130700.xhp#par_id3154938.13.help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+
+#: 03130700.xhp#par_id3150542.14.help.text
+msgctxt "03130700.xhp#par_id3150542.14.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120309.xhp#tit.help.text
+msgid "RTrim Function [Runtime]"
+msgstr "RTrim Function [Runtime]"
+
+#: 03120309.xhp#bm_id3154286.help.text
+msgid "<bookmark_value>RTrim function</bookmark_value>"
+msgstr "<bookmark_value>RTrim function</bookmark_value>"
+
+#: 03120309.xhp#hd_id3154286.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+
+#: 03120309.xhp#par_id3153127.2.help.text
+msgid "Deletes the spaces at the end of a string expression."
+msgstr "Deletes the spaces at the end of a string expression."
+
+#: 03120309.xhp#par_id3153062.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
+
+#: 03120309.xhp#hd_id3154924.4.help.text
+msgctxt "03120309.xhp#hd_id3154924.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120309.xhp#par_id3154347.5.help.text
+msgid "RTrim (Text As String)"
+msgstr "RTrim (Text As String)"
+
+#: 03120309.xhp#hd_id3149457.6.help.text
+msgctxt "03120309.xhp#hd_id3149457.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120309.xhp#par_id3153381.7.help.text
+msgctxt "03120309.xhp#par_id3153381.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120309.xhp#hd_id3148798.8.help.text
+msgctxt "03120309.xhp#hd_id3148798.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120309.xhp#par_id3151380.9.help.text
+msgid "<emph>Text: </emph>Any string expression."
+msgstr "<emph>Text: </emph>Any string expression."
+
+#: 03120309.xhp#hd_id3151041.10.help.text
+msgctxt "03120309.xhp#hd_id3151041.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120309.xhp#par_id3148673.11.help.text
+msgctxt "03120309.xhp#par_id3148673.11.help.text"
+msgid "Sub ExampleSpaces"
+msgstr "Sub ExampleSpaces"
+
+#: 03120309.xhp#par_id3156281.12.help.text
+msgctxt "03120309.xhp#par_id3156281.12.help.text"
+msgid "Dim sText2 as String,sText as String,sOut as String"
+msgstr "Dim sText2 as String,sText as String,sOut as String"
+
+#: 03120309.xhp#par_id3154125.13.help.text
+msgctxt "03120309.xhp#par_id3154125.13.help.text"
+msgid "sText2 = \" <*Las Vegas*> \""
+msgstr "sText2 = \" <*Las Vegas*> \""
+
+#: 03120309.xhp#par_id3155131.15.help.text
+msgctxt "03120309.xhp#par_id3155131.15.help.text"
+msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+msgstr "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+
+#: 03120309.xhp#par_id3161833.16.help.text
+msgctxt "03120309.xhp#par_id3161833.16.help.text"
+msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+msgstr "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+
+#: 03120309.xhp#par_id3147317.17.help.text
+msgctxt "03120309.xhp#par_id3147317.17.help.text"
+msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+
+#: 03120309.xhp#par_id3151112.18.help.text
+msgctxt "03120309.xhp#par_id3151112.18.help.text"
+msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+msgstr "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+
+#: 03120309.xhp#par_id3149664.19.help.text
+msgctxt "03120309.xhp#par_id3149664.19.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+
+#: 03120309.xhp#par_id3152576.20.help.text
+msgctxt "03120309.xhp#par_id3152576.20.help.text"
+msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+msgstr "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+
+#: 03120309.xhp#par_id3153729.21.help.text
+msgctxt "03120309.xhp#par_id3153729.21.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\""
+msgstr "sOut = sOut +\"'\"+ sText +\"'\""
+
+#: 03120309.xhp#par_id3145749.22.help.text
+msgctxt "03120309.xhp#par_id3145749.22.help.text"
+msgid "MsgBox sOut"
+msgstr "MsgBox sOut"
+
+#: 03120309.xhp#par_id3146922.23.help.text
+msgctxt "03120309.xhp#par_id3146922.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120401.xhp#tit.help.text
+msgid "InStr Function [Runtime]"
+msgstr "InStr Function [Runtime]"
+
+#: 03120401.xhp#bm_id3155934.help.text
+msgid "<bookmark_value>InStr function</bookmark_value>"
+msgstr "<bookmark_value>InStr function</bookmark_value>"
+
+#: 03120401.xhp#hd_id3155934.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
+
+#: 03120401.xhp#par_id3153990.2.help.text
+msgid "Returns the position of a string within another string."
+msgstr "Returns the position of a string within another string."
+
+#: 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 "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
+
+#: 03120401.xhp#hd_id3145090.4.help.text
+msgctxt "03120401.xhp#hd_id3145090.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120401.xhp#par_id3146957.5.help.text
+msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+msgstr "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+
+#: 03120401.xhp#hd_id3148538.6.help.text
+msgctxt "03120401.xhp#hd_id3148538.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120401.xhp#par_id3149763.7.help.text
+msgctxt "03120401.xhp#par_id3149763.7.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03120401.xhp#hd_id3148473.8.help.text
+msgctxt "03120401.xhp#hd_id3148473.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03120401.xhp#par_id3145609.10.help.text
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Text1:</emph> The string expression that you want to search."
+
+#: 03120401.xhp#par_id3147559.11.help.text
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr "<emph>Text2:</emph> The string expression that you want to search for."
+
+#: 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 "<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."
+
+#: 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 "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+
+#: 03120401.xhp#hd_id3154366.14.help.text
+msgctxt "03120401.xhp#hd_id3154366.14.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120401.xhp#par_id3154217.15.help.text
+msgid "Sub ExamplePosition"
+msgstr "Sub ExamplePosition"
+
+#: 03120401.xhp#par_id3154685.16.help.text
+msgctxt "03120401.xhp#par_id3154685.16.help.text"
+msgid "Dim sInput As String"
+msgstr "Dim sInput As String"
+
+#: 03120401.xhp#par_id3151042.17.help.text
+msgid "Dim iPos as Integer"
+msgstr "Dim iPos as Integer"
+
+#: 03120401.xhp#par_id3144760.19.help.text
+msgid "sInput = \"Office\""
+msgstr "sInput = \"Office\""
+
+#: 03120401.xhp#par_id3154125.20.help.text
+msgid "iPos = Instr(sInput,\"c\")"
+msgstr "iPos = Instr(sInput,\"c\")"
+
+#: 03120401.xhp#par_id3145173.21.help.text
+msgid "print iPos"
+msgstr "print iPos"
+
+#: 03120401.xhp#par_id3145786.22.help.text
+msgctxt "03120401.xhp#par_id3145786.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090100.xhp#tit.help.text
+msgid "Condition Statements"
+msgstr "Condition Statements"
+
+#: 03090100.xhp#hd_id3154422.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+
+#: 03090100.xhp#par_id3153750.2.help.text
+msgid "The following statements are based on conditions."
+msgstr "The following statements are based on conditions."
+
+#: 03020413.xhp#tit.help.text
+msgid "RmDir Statement [Runtime]"
+msgstr "RmDir Statement [Runtime]"
+
+#: 03020413.xhp#bm_id3148947.help.text
+msgid "<bookmark_value>RmDir statement</bookmark_value>"
+msgstr "<bookmark_value>RmDir statement</bookmark_value>"
+
+#: 03020413.xhp#hd_id3148947.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
+
+#: 03020413.xhp#par_id3149457.2.help.text
+msgid "Deletes an existing directory from a data medium."
+msgstr "Deletes an existing directory from a data medium."
+
+#: 03020413.xhp#hd_id3153361.3.help.text
+msgctxt "03020413.xhp#hd_id3153361.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020413.xhp#par_id3154367.4.help.text
+msgid "RmDir Text As String"
+msgstr "RmDir Text As String"
+
+#: 03020413.xhp#hd_id3156281.5.help.text
+msgctxt "03020413.xhp#hd_id3156281.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 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 "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."
+
+#: 03020413.xhp#hd_id3145271.8.help.text
+msgctxt "03020413.xhp#hd_id3145271.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020413.xhp#par_id3156442.9.help.text
+msgid "Sub ExampleRmDir"
+msgstr "Sub ExampleRmDir"
+
+#: 03020413.xhp#par_id3154319.10.help.text
+msgid "MkDir \"C:\\Test2\""
+msgstr "MkDir \"C:\\Test2\""
+
+#: 03020413.xhp#par_id3159154.11.help.text
+msgid "ChDir \"C:\\test2\""
+msgstr "ChDir \"C:\\test2\""
+
+#: 03020413.xhp#par_id3151112.12.help.text
+msgid "msgbox Curdir"
+msgstr "msgbox Curdir"
+
+#: 03020413.xhp#par_id3147427.13.help.text
+msgid "ChDir \"\\\""
+msgstr "ChDir \"\\\""
+
+#: 03020413.xhp#par_id3153188.14.help.text
+msgid "RmDir \"C:\\test2\""
+msgstr "RmDir \"C:\\test2\""
+
+#: 03020413.xhp#par_id3146120.15.help.text
+msgctxt "03020413.xhp#par_id3146120.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03104400.xhp#tit.help.text
+msgid "HasUnoInterfaces Function [Runtime]"
+msgstr "HasUnoInterfaces Function [Runtime]"
+
+#: 03104400.xhp#bm_id3149987.help.text
+msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+msgstr "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+
+#: 03104400.xhp#hd_id3149987.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
+
+#: 03104400.xhp#par_id3151262.2.help.text
+msgid "Tests if a Basic Uno object supports certain Uno interfaces."
+msgstr "Tests if a Basic Uno object supports certain Uno interfaces."
+
+#: 03104400.xhp#par_id3154232.3.help.text
+msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
+msgstr "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
+
+#: 03104400.xhp#hd_id3150040.4.help.text
+msgctxt "03104400.xhp#hd_id3150040.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104400.xhp#par_id3155555.5.help.text
+msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+msgstr "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+
+#: 03104400.xhp#hd_id3153345.6.help.text
+msgctxt "03104400.xhp#hd_id3153345.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03104400.xhp#par_id3148538.7.help.text
+msgctxt "03104400.xhp#par_id3148538.7.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03104400.xhp#hd_id3159157.8.help.text
+msgctxt "03104400.xhp#hd_id3159157.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104400.xhp#par_id3155419.9.help.text
+msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
+msgstr "<emph>oTest:</emph> the Basic Uno object that you want to test."
+
+#: 03104400.xhp#par_id3149236.10.help.text
+msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
+msgstr "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
+
+#: 03104400.xhp#hd_id3147574.11.help.text
+msgctxt "03104400.xhp#hd_id3147574.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03104400.xhp#par_id3149580.12.help.text
+msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
+msgstr "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
+
+#: 03120307.xhp#tit.help.text
+msgid "Right Function [Runtime]"
+msgstr "Right Function [Runtime]"
+
+#: 03120307.xhp#bm_id3153311.help.text
+msgid "<bookmark_value>Right function</bookmark_value>"
+msgstr "<bookmark_value>Right function</bookmark_value>"
+
+#: 03120307.xhp#hd_id3153311.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+
+#: 03120307.xhp#par_id3150984.2.help.text
+msgid "Returns the rightmost \"n\" characters of a string expression."
+msgstr "Returns the rightmost \"n\" characters of a string expression."
+
+#: 03120307.xhp#par_id3149763.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
+msgstr "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
+
+#: 03120307.xhp#hd_id3145315.4.help.text
+msgctxt "03120307.xhp#hd_id3145315.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120307.xhp#par_id3153061.5.help.text
+msgid "Right (Text As String, n As Long)"
+msgstr "Right (Text As String, n As Long)"
+
+#: 03120307.xhp#hd_id3145068.6.help.text
+msgctxt "03120307.xhp#hd_id3145068.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120307.xhp#par_id3156344.7.help.text
+msgctxt "03120307.xhp#par_id3156344.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120307.xhp#hd_id3146795.8.help.text
+msgctxt "03120307.xhp#hd_id3146795.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120307.xhp#par_id3153526.9.help.text
+msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+msgstr "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+
+#: 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 "<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."
+
+#: 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 "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
+
+#: 03120307.xhp#hd_id3156212.12.help.text
+msgctxt "03120307.xhp#hd_id3156212.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120307.xhp#par_id3150869.13.help.text
+msgctxt "03120307.xhp#par_id3150869.13.help.text"
+msgid "Sub ExampleUSDate"
+msgstr "Sub ExampleUSDate"
+
+#: 03120307.xhp#par_id3153105.14.help.text
+msgctxt "03120307.xhp#par_id3153105.14.help.text"
+msgid "Dim sInput As String"
+msgstr "Dim sInput As String"
+
+#: 03120307.xhp#par_id3154124.15.help.text
+msgctxt "03120307.xhp#par_id3154124.15.help.text"
+msgid "Dim sUS_date As String"
+msgstr "Dim sUS_date As String"
+
+#: 03120307.xhp#par_id3159252.16.help.text
+msgctxt "03120307.xhp#par_id3159252.16.help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+
+#: 03120307.xhp#par_id3149561.17.help.text
+msgctxt "03120307.xhp#par_id3149561.17.help.text"
+msgid "sUS_date = Mid(sInput, 6, 2)"
+msgstr "sUS_date = Mid(sInput, 6, 2)"
+
+#: 03120307.xhp#par_id3146984.18.help.text
+msgctxt "03120307.xhp#par_id3146984.18.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120307.xhp#par_id3155308.19.help.text
+msgctxt "03120307.xhp#par_id3155308.19.help.text"
+msgid "sUS_date = sUS_date & Right(sInput, 2)"
+msgstr "sUS_date = sUS_date & Right(sInput, 2)"
+
+#: 03120307.xhp#par_id3153727.20.help.text
+msgctxt "03120307.xhp#par_id3153727.20.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120307.xhp#par_id3145365.21.help.text
+msgctxt "03120307.xhp#par_id3145365.21.help.text"
+msgid "sUS_date = sUS_date & Left(sInput, 4)"
+msgstr "sUS_date = sUS_date & Left(sInput, 4)"
+
+#: 03120307.xhp#par_id3152940.22.help.text
+msgctxt "03120307.xhp#par_id3152940.22.help.text"
+msgid "MsgBox sUS_date"
+msgstr "MsgBox sUS_date"
+
+#: 03120307.xhp#par_id3146120.23.help.text
+msgctxt "03120307.xhp#par_id3146120.23.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080302.xhp#tit.help.text
+msgid "Rnd Function [Runtime]"
+msgstr "Rnd Function [Runtime]"
+
+#: 03080302.xhp#bm_id3148685.help.text
+msgid "<bookmark_value>Rnd function</bookmark_value>"
+msgstr "<bookmark_value>Rnd function</bookmark_value>"
+
+#: 03080302.xhp#hd_id3148685.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
+
+#: 03080302.xhp#par_id3149669.2.help.text
+msgid "Returns a random number between 0 and 1."
+msgstr "Returns a random number between 0 and 1."
+
+#: 03080302.xhp#hd_id3153897.3.help.text
+msgctxt "03080302.xhp#hd_id3153897.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080302.xhp#par_id3150543.4.help.text
+msgid "Rnd [(Expression)]"
+msgstr "Rnd [(Expression)]"
+
+#: 03080302.xhp#hd_id3149655.5.help.text
+msgctxt "03080302.xhp#hd_id3149655.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080302.xhp#par_id3154365.6.help.text
+msgctxt "03080302.xhp#par_id3154365.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080302.xhp#hd_id3154909.7.help.text
+msgctxt "03080302.xhp#hd_id3154909.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080302.xhp#par_id3125864.8.help.text
+#, fuzzy
+msgid "<emph>Expression:</emph> Any numeric expression."
+msgstr "<emph>Expression: </emph>Any numeric expression."
+
+#: 03080302.xhp#par_id3155306.12.help.text
+msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
+msgstr "<emph>Omitted:</emph> Returns the next random number in the sequence."
+
+#: 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 "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:"
+
+#: 03080302.xhp#hd_id3151118.15.help.text
+msgctxt "03080302.xhp#hd_id3151118.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080302.xhp#par_id3145365.16.help.text
+msgctxt "03080302.xhp#par_id3145365.16.help.text"
+msgid "Sub ExampleRandomSelect"
+msgstr "Sub ExampleRandomSelect"
+
+#: 03080302.xhp#par_id3147426.17.help.text
+msgctxt "03080302.xhp#par_id3147426.17.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03080302.xhp#par_id3150011.18.help.text
+msgctxt "03080302.xhp#par_id3150011.18.help.text"
+msgid "iVar = Int((15 * Rnd) -2)"
+msgstr "iVar = Int((15 * Rnd) -2)"
+
+#: 03080302.xhp#par_id3148575.19.help.text
+msgctxt "03080302.xhp#par_id3148575.19.help.text"
+msgid "Select Case iVar"
+msgstr "Select Case iVar"
+
+#: 03080302.xhp#par_id3154097.20.help.text
+msgctxt "03080302.xhp#par_id3154097.20.help.text"
+msgid "Case 1 To 5"
+msgstr "Case 1 To 5"
+
+#: 03080302.xhp#par_id3147124.21.help.text
+msgctxt "03080302.xhp#par_id3147124.21.help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03080302.xhp#par_id3155418.22.help.text
+msgctxt "03080302.xhp#par_id3155418.22.help.text"
+msgid "Case 6, 7, 8"
+msgstr "Case 6, 7, 8"
+
+#: 03080302.xhp#par_id3154943.23.help.text
+msgctxt "03080302.xhp#par_id3154943.23.help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03080302.xhp#par_id3145800.24.help.text
+msgctxt "03080302.xhp#par_id3145800.24.help.text"
+msgid "Case Is > 8 And iVar < 11"
+msgstr "Case Is > 8 And iVar < 11"
+
+#: 03080302.xhp#par_id3151074.25.help.text
+msgctxt "03080302.xhp#par_id3151074.25.help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03080302.xhp#par_id3154016.26.help.text
+msgctxt "03080302.xhp#par_id3154016.26.help.text"
+msgid "Case Else"
+msgstr "Case Else"
+
+#: 03080302.xhp#par_id3155602.27.help.text
+msgctxt "03080302.xhp#par_id3155602.27.help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr "Print \"Outside range 1 to 10\""
+
+#: 03080302.xhp#par_id3150328.28.help.text
+msgctxt "03080302.xhp#par_id3150328.28.help.text"
+msgid "End Select"
+msgstr "End Select"
+
+#: 03080302.xhp#par_id3154479.29.help.text
+msgctxt "03080302.xhp#par_id3154479.29.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01170101.xhp#tit.help.text
+msgid "General"
+msgstr "General"
+
+#: 01170101.xhp#hd_id3147436.1.help.text
+msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
+
+#: 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 "Define the properties for the selected control or dialogue. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control."
+
+#: 01170101.xhp#hd_id3148647.11.help.text
+msgid "Alignment"
+msgstr "Alignment"
+
+#: 01170101.xhp#par_id3147318.12.help.text
+msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
+msgstr "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
+
+#: 01170101.xhp#hd_id3153189.76.help.text
+msgid "AutoFill"
+msgstr "AutoFill"
+
+#: 01170101.xhp#par_id3152460.77.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
+
+#: 01170101.xhp#hd_id3155307.3.help.text
+msgid "Background color"
+msgstr "Background colour"
+
+#: 01170101.xhp#par_id3145251.4.help.text
+msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the background colour for the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3151076.263.help.text
+msgid "Large change"
+msgstr "Large change"
+
+#: 01170101.xhp#par_id3148457.262.help.text
+msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.</ahelp>"
+
+#: 01170101.xhp#hd_id3153876.139.help.text
+msgid "Border"
+msgstr "Border"
+
+#: 01170101.xhp#par_id3154017.140.help.text
+msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3150749.23.help.text
+msgid "Button type"
+msgstr "Button type"
+
+#: 01170101.xhp#par_id3155064.24.help.text
+msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
+
+#: 01170101.xhp#hd_id3149019.5.help.text
+msgid "Character set"
+msgstr "Character set"
+
+#: 01170101.xhp#par_id3148406.6.help.text
+msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3147341.149.help.text
+msgid "Currency symbol"
+msgstr "Currency symbol"
+
+#: 01170101.xhp#par_id3146315.150.help.text
+msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
+
+#: 01170101.xhp#hd_id7936643.help.text
+msgctxt "01170101.xhp#hd_id7936643.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 01170101.xhp#par_id2293771.help.text
+msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
+
+#: 01170101.xhp#hd_id3153965.82.help.text
+msgid "Date format"
+msgstr "Date format"
+
+#: 01170101.xhp#par_id3155334.83.help.text
+msgid "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the desired format for a date control. A date control interprets the user input depending on this format setting.</ahelp>"
+
+#: 01170101.xhp#hd_id3154663.121.help.text
+msgid "Date max."
+msgstr "Date max."
+
+#: 01170101.xhp#par_id3148485.122.help.text
+msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
+
+#: 01170101.xhp#hd_id3152778.131.help.text
+msgid "Date min."
+msgstr "Date minimum"
+
+#: 01170101.xhp#par_id3154120.132.help.text
+msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
+
+#: 01170101.xhp#hd_id3154573.137.help.text
+msgid "Decimal accuracy"
+msgstr "Decimal accuracy"
+
+#: 01170101.xhp#par_id3166426.138.help.text
+msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
+
+#: 01170101.xhp#hd_id3159091.144.help.text
+msgid "Default button"
+msgstr "Default button"
+
+#: 01170101.xhp#par_id3154200.145.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialog activates the default button.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to make the current button control the default selection. Pressing <emph>Return</emph> in the dialogue activates the default button.</ahelp>"
+
+#: 01170101.xhp#par_idN108BA.help.text
+msgid "Delay"
+msgstr "Delay"
+
+#: 01170101.xhp#par_idN108D0.help.text
+msgid "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> 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 "<ahelp hid=\".\">Specifies the delay in milliseconds between scrollbar trigger events.</ahelp> 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."
+
+#: 01170101.xhp#hd_id3151278.19.help.text
+msgid "Dropdown"
+msgstr "Dropdown"
+
+#: 01170101.xhp#par_id3155113.20.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#hd_id3151216.13.help.text
+msgid "Enabled"
+msgstr "Enabled"
+
+#: 01170101.xhp#par_id3150517.14.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is greyed out in the dialogue.</ahelp>"
+
+#: 01170101.xhp#hd_id3155379.91.help.text
+msgid "Edit mask"
+msgstr "Edit mask"
+
+#: 01170101.xhp#par_id3155509.92.help.text
+msgid "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.</ahelp>"
+
+#: 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 "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:"
+
+#: 01170101.xhp#par_id3155809.93.help.text
+msgid " Character "
+msgstr " Character "
+
+#: 01170101.xhp#par_id3148702.94.help.text
+msgid "Meaning"
+msgstr "Meaning"
+
+#: 01170101.xhp#par_id3156199.95.help.text
+msgid "L"
+msgstr "L"
+
+#: 01170101.xhp#par_id3148869.96.help.text
+msgid "A text constant. This character cannot be modified by the user. "
+msgstr "A text constant. This character cannot be modified by the user. "
+
+#: 01170101.xhp#par_id3156016.97.help.text
+msgid "a"
+msgstr "a"
+
+#: 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 "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
+
+#: 01170101.xhp#par_id3148607.99.help.text
+msgid "A"
+msgstr "A"
+
+#: 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 "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
+
+#: 01170101.xhp#par_id3149126.101.help.text
+msgid "c"
+msgstr "c"
+
+#: 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 "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."
+
+#: 01170101.xhp#par_id3152870.103.help.text
+msgid "C"
+msgstr "C"
+
+#: 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 "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"
+
+#: 01170101.xhp#par_id3159230.105.help.text
+msgid "N"
+msgstr "N"
+
+#: 01170101.xhp#par_id3154650.106.help.text
+msgid "Only the characters 0-9 can be entered."
+msgstr "Only the characters 0-9 can be entered."
+
+#: 01170101.xhp#par_id3149383.107.help.text
+msgctxt "01170101.xhp#par_id3149383.107.help.text"
+msgid "x"
+msgstr "x"
+
+#: 01170101.xhp#par_id3153489.108.help.text
+msgid "All printable characters can be entered."
+msgstr "All printable characters can be entered."
+
+#: 01170101.xhp#par_id3146967.109.help.text
+msgid "X"
+msgstr "X"
+
+#: 01170101.xhp#par_id3154707.110.help.text
+msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
+msgstr "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
+
+#: 01170101.xhp#hd_id2128971.help.text
+msgid "Editable"
+msgstr "Editable"
+
+#: 01170101.xhp#par_id6519974.help.text
+msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
+
+#: 01170101.xhp#par_id4591814.help.text
+msgctxt "01170101.xhp#par_id4591814.help.text"
+msgid "The default value is FALSE."
+msgstr "The default value is FALSE."
+
+#: 01170101.xhp#hd_id3149317.114.help.text
+msgctxt "01170101.xhp#hd_id3149317.114.help.text"
+msgid "Graphics"
+msgstr "Graphics"
+
+#: 01170101.xhp#par_id3147546.115.help.text
+msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
+
+#: 01170101.xhp#hd_id3154627.258.help.text
+msgid "Height"
+msgstr "Height"
+
+#: 01170101.xhp#par_id3155754.257.help.text
+msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the height of the current control or the dialogue.</ahelp>"
+
+#: 01170101.xhp#hd_id3153072.208.help.text
+msgid "Help text"
+msgstr "Help text"
+
+#: 01170101.xhp#par_id3147502.209.help.text
+msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
+
+#: 01170101.xhp#hd_id3154400.212.help.text
+msgid "Help URL"
+msgstr "Help URL"
+
+#: 01170101.xhp#par_id3150431.213.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#par_id4171269.help.text
+msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
+msgstr "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
+
+#: 01170101.xhp#hd_id3159260.85.help.text
+msgid "Incr./decrement value"
+msgstr "Incr./decrement value"
+
+#: 01170101.xhp#par_id3145233.86.help.text
+msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
+
+#: 01170101.xhp#hd_id539262.help.text
+msgid "Invokes stop mode editing"
+msgstr "Invokes stop mode editing"
+
+#: 01170101.xhp#par_id234382.help.text
+msgid "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.</ahelp>"
+
+#: 01170101.xhp#par_id6591082.help.text
+msgid "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost."
+msgstr "Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is cancelled and changes are lost."
+
+#: 01170101.xhp#par_id9298074.help.text
+msgctxt "01170101.xhp#par_id9298074.help.text"
+msgid "The default value is FALSE."
+msgstr "The default value is FALSE."
+
+#: 01170101.xhp#hd_id3150536.7.help.text
+msgid "Label"
+msgstr "Label"
+
+#: 01170101.xhp#par_id3146324.8.help.text
+msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
+
+#: 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 "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
+
+#: 01170101.xhp#hd_id3150457.74.help.text
+msgid "Line Count"
+msgstr "Line Count"
+
+#: 01170101.xhp#par_id3149143.75.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#hd_id7468489.help.text
+msgctxt "01170101.xhp#hd_id7468489.help.text"
+msgid "Scrollbar"
+msgstr "Scrollbar"
+
+#: 01170101.xhp#par_id7706228.help.text
+msgid "Adds the scrollbar type that you specify to a text box."
+msgstr "Adds the scrollbar type that you specify to a text box."
+
+#: 01170101.xhp#hd_id3153121.256.help.text
+msgid "Small change"
+msgstr "Small change"
+
+#: 01170101.xhp#par_id3157875.255.help.text
+msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
+
+#: 01170101.xhp#hd_id3145221.73.help.text
+msgid "List entries"
+msgstr "List entries"
+
+#: 01170101.xhp#par_id3154580.120.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Specify the entries for a list control. One line takes one list entry. Press <emph>Shift+Enter</emph> to insert a new line.</ahelp>"
+
+#: 01170101.xhp#hd_id3149723.159.help.text
+msgid "Literal mask"
+msgstr "Literal mask"
+
+#: 01170101.xhp#par_id3150656.160.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#hd_id3149015.116.help.text
+msgid "Manual line break"
+msgstr "Manual line break"
+
+#: 01170101.xhp#par_id3149893.117.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
+
+#: 01170101.xhp#hd_id3150463.123.help.text
+msgid "Max. text length"
+msgstr "Maximum text length"
+
+#: 01170101.xhp#par_id3150745.124.help.text
+msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
+
+#: 01170101.xhp#hd_id3154675.21.help.text
+msgid "Multiline Input"
+msgstr "Multiline Input"
+
+#: 01170101.xhp#par_id3144741.22.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Select \"Yes\" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.</ahelp>"
+
+#: 01170101.xhp#hd_id3154848.129.help.text
+msgid "Multiselection"
+msgstr "Multiselection"
+
+#: 01170101.xhp#par_id3151235.130.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
+
+#: 01170101.xhp#hd_id3148887.9.help.text
+msgid "Name"
+msgstr "Name"
+
+#: 01170101.xhp#par_id3154548.10.help.text
+msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
+msgstr "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
+
+#: 01170101.xhp#hd_id3148739.44.help.text
+msgid "Order"
+msgstr "Order"
+
+#: 01170101.xhp#par_id3149252.45.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Specify the order in which the controls receive the focus when the Tab key is pressed in the dialogue.</ahelp> On entering a dialogue, 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."
+
+#: 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 "Initially, the controls receive numbers in the order they are added to the dialogue. 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."
+
+#: 01170101.xhp#hd_id3149511.247.help.text
+msgid "Orientation"
+msgstr "Orientation"
+
+#: 01170101.xhp#par_id3153780.246.help.text
+msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
+
+#: 01170101.xhp#hd_id3154374.239.help.text
+msgid "Page (step)"
+msgstr "Page (step)"
+
+#: 01170101.xhp#par_id3154109.238.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Specify the number of the dialogue page to which the current control is assigned or the page number of the dialogue you want to edit.</ahelp> If a dialogue has only one page set its <emph>Page (Step)</emph> value to <emph>0</emph>."
+
+#: 01170101.xhp#par_id3148580.236.help.text
+msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
+msgstr "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialogue page."
+
+#: 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 "To switch between dialogue pages at run time, you need to create a macro that changes the value of <emph>Page (Step)</emph>."
+
+#: 01170101.xhp#hd_id3154558.156.help.text
+msgid "Password characters"
+msgstr "Password characters"
+
+#: 01170101.xhp#par_id3152787.157.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.</ahelp>"
+
+#: 01170101.xhp#hd_id3148750.245.help.text
+msgid "PositionX"
+msgstr "PositionX"
+
+#: 01170101.xhp#par_id3154517.244.help.text
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialogue.</ahelp>"
+
+#: 01170101.xhp#hd_id3152767.243.help.text
+msgid "PositionY"
+msgstr "PositionY"
+
+#: 01170101.xhp#par_id3159082.242.help.text
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialogue.</ahelp>"
+
+#: 01170101.xhp#hd_id3159213.221.help.text
+msgid "Prefix symbol"
+msgstr "Prefix symbol"
+
+#: 01170101.xhp#par_id3149688.222.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
+
+#: 01170101.xhp#hd_id3149728.89.help.text
+msgid "Print"
+msgstr "Print"
+
+#: 01170101.xhp#par_id3150001.90.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
+
+#: 01170101.xhp#hd_id3154671.261.help.text
+msgid "Progress value"
+msgstr "Progress value"
+
+#: 01170101.xhp#par_id3146849.260.help.text
+msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
+
+#: 01170101.xhp#hd_id3153112.254.help.text
+msgid "Progress value max."
+msgstr "Progress value maximum"
+
+#: 01170101.xhp#par_id3145167.253.help.text
+msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
+
+#: 01170101.xhp#hd_id3153569.249.help.text
+msgid "Progress value min."
+msgstr "Progress value minimum"
+
+#: 01170101.xhp#par_id3154506.248.help.text
+msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
+
+#: 01170101.xhp#hd_id3150134.42.help.text
+msgid "Read-only"
+msgstr "Read-only"
+
+#: 01170101.xhp#par_id3155930.43.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
+
+#: 01170101.xhp#par_idN11112.help.text
+msgid "Repeat"
+msgstr "Repeat"
+
+#: 01170101.xhp#par_idN11128.help.text
+msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
+msgstr "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
+
+#: 01170101.xhp#hd_id9579149.help.text
+msgid "Root displayed"
+msgstr "Root displayed"
+
+#: 01170101.xhp#par_id7126987.help.text
+msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
+
+#: 01170101.xhp#par_id9174779.help.text
+msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
+msgstr "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
+
+#: 01170101.xhp#par_id594195.help.text
+msgctxt "01170101.xhp#par_id594195.help.text"
+msgid "The default value is TRUE."
+msgstr "The default value is TRUE."
+
+#: 01170101.xhp#hd_id7534409.help.text
+msgid "Row height"
+msgstr "Row height"
+
+#: 01170101.xhp#par_id6471755.help.text
+msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
+
+#: 01170101.xhp#par_id2909329.help.text
+msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
+msgstr "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
+
+#: 01170101.xhp#par_id4601580.help.text
+msgid "The default value is 0."
+msgstr "The default value is 0."
+
+#: 01170101.xhp#hd_id3148761.264.help.text
+msgid "Scale"
+msgstr "Scale"
+
+#: 01170101.xhp#par_id3159134.265.help.text
+msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
+msgstr "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
+
+#: 01170101.xhp#hd_id7597277.help.text
+msgctxt "01170101.xhp#hd_id7597277.help.text"
+msgid "Scrollbar"
+msgstr "Scrollbar"
+
+#: 01170101.xhp#par_id986968.help.text
+msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
+msgstr "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
+
+#: 01170101.xhp#hd_id3147370.241.help.text
+msgid "Scroll value"
+msgstr "Scroll value"
+
+#: 01170101.xhp#par_id3159622.240.help.text
+msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
+
+#: 01170101.xhp#hd_id3155440.252.help.text
+msgid "Scroll value max."
+msgstr "Scroll value maximum"
+
+#: 01170101.xhp#par_id3148877.251.help.text
+msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
+
+#: 01170101.xhp#par_idN111E4.help.text
+msgid "Scroll value min."
+msgstr "Scroll value minimum"
+
+#: 01170101.xhp#par_idN111E8.help.text
+msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
+
+#: 01170101.xhp#hd_id543534.help.text
+msgid "Show handles"
+msgstr "Show handles"
+
+#: 01170101.xhp#par_id5060884.help.text
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
+
+#: 01170101.xhp#par_id4974822.help.text
+msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
+msgstr "The handles are dotted lines that visualize the hierarchy of the tree control."
+
+#: 01170101.xhp#par_id7687307.help.text
+msgctxt "01170101.xhp#par_id7687307.help.text"
+msgid "The default value is TRUE."
+msgstr "The default value is TRUE."
+
+#: 01170101.xhp#hd_id4062013.help.text
+msgid "Show root handles"
+msgstr "Show root handles"
+
+#: 01170101.xhp#par_id3314004.help.text
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
+
+#: 01170101.xhp#par_id2396313.help.text
+msgctxt "01170101.xhp#par_id2396313.help.text"
+msgid "The default value is TRUE."
+msgstr "The default value is TRUE."
+
+#: 01170101.xhp#par_idN10EC2.help.text
+msgid "Selection"
+msgstr "Selection"
+
+#: 01170101.xhp#par_idN10ED8.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#par_idN10EEB.help.text
+msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
+msgstr "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialogue."
+
+#: 01170101.xhp#par_idN10F0A.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
+
+#: 01170101.xhp#hd_id5026093.help.text
+msgid "Selection type"
+msgstr "Selection type"
+
+#: 01170101.xhp#par_id1134067.help.text
+msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
+
+#: 01170101.xhp#hd_id3154193.87.help.text
+msgid "Spin Button"
+msgstr "Spin Button"
+
+#: 01170101.xhp#par_id3145298.88.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">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>"
+
+#: 01170101.xhp#hd_id3156267.232.help.text
+msgid "State"
+msgstr "State"
+
+#: 01170101.xhp#par_id3150928.231.help.text
+msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3148396.112.help.text
+msgid "Strict format"
+msgstr "Strict format"
+
+#: 01170101.xhp#par_id3153042.113.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
+
+#: 01170101.xhp#hd_id3149538.48.help.text
+msgid "Tabstop"
+msgstr "Tabstop"
+
+#: 01170101.xhp#par_id3148543.49.help.text
+msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
+msgstr "<ahelp hid=\".\">Select the focus behaviour of the current control when using the <emph>Tab</emph> key.</ahelp>"
+
+#: 01170101.xhp#par_id3148776.178.help.text
+msgid "Default"
+msgstr "Default"
+
+#: 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 ""
+
+#: 01170101.xhp#par_id3154632.52.help.text
+msgid "No"
+msgstr "No"
+
+#: 01170101.xhp#par_id3150475.53.help.text
+msgid "When using the tab key focusing skips the control."
+msgstr "When using the tab key focusing skips the control."
+
+#: 01170101.xhp#par_id3150690.50.help.text
+msgid "Yes"
+msgstr "Yes"
+
+#: 01170101.xhp#par_id3159106.51.help.text
+msgid "The control can be selected with the Tab key."
+msgstr "The control can be selected with the Tab key."
+
+#: 01170101.xhp#hd_id3145152.147.help.text
+msgid "Thousands Separator"
+msgstr "Thousands Separator"
+
+#: 01170101.xhp#par_id3155085.148.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
+
+#: 01170101.xhp#hd_id3152816.168.help.text
+msgid "Time Format"
+msgstr "Time Format"
+
+#: 01170101.xhp#par_id3145263.169.help.text
+msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
+msgstr "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
+
+#: 01170101.xhp#hd_id3153920.127.help.text
+msgid "Time max."
+msgstr "Time maximum"
+
+#: 01170101.xhp#par_id3155401.128.help.text
+msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
+
+#: 01170101.xhp#hd_id3163818.135.help.text
+msgid "Time min."
+msgstr "Time minimum"
+
+#: 01170101.xhp#par_id3156262.136.help.text
+msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
+
+#: 01170101.xhp#hd_id3148638.266.help.text
+msgid "Title"
+msgstr "Title"
+
+#: 01170101.xhp#par_id3147169.267.help.text
+msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the title of the dialogue. Click the border of the dialogue to select the dialogue.</ahelp>"
+
+#: 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 "<emph>Titles</emph> are only used for labelling a dialogue and can only contain one line. Please note that if you work with macros, controls are only called through their <emph>Name</emph> property."
+
+#: 01170101.xhp#hd_id3152594.173.help.text
+msgid "Tristate"
+msgstr "Tristate"
+
+#: 01170101.xhp#par_id3149825.174.help.text
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).</ahelp>"
+msgstr "<ahelp hid=\".\">Select \"Yes\" to allow a check box to have three states (checked, unchecked, and greyed out) instead of two (checked and unchecked).</ahelp>"
+
+#: 01170101.xhp#hd_id3150614.268.help.text
+msgctxt "01170101.xhp#hd_id3150614.268.help.text"
+msgid "Value"
+msgstr "Value"
+
+#: 01170101.xhp#par_id3154315.269.help.text
+msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3152480.125.help.text
+msgid "Value max."
+msgstr "Value maximum"
+
+#: 01170101.xhp#par_id3163823.126.help.text
+msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3149276.133.help.text
+msgid "Value min."
+msgstr "Value minimum"
+
+#: 01170101.xhp#par_id3145088.134.help.text
+msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
+
+#: 01170101.xhp#hd_id3149712.234.help.text
+msgid "Visible size"
+msgstr "Visible size"
+
+#: 01170101.xhp#par_id3149445.233.help.text
+msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
+
+#: 01170101.xhp#hd_id3152472.142.help.text
+msgid "Width"
+msgstr "Width"
+
+#: 01170101.xhp#par_id3157963.143.help.text
+msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the width of the current control or dialogue.</ahelp>"
+
+#: 03120202.xhp#tit.help.text
+msgid "String Function [Runtime]"
+msgstr "String Function [Runtime]"
+
+#: 03120202.xhp#bm_id3147291.help.text
+msgid "<bookmark_value>String function</bookmark_value>"
+msgstr "<bookmark_value>String function</bookmark_value>"
+
+#: 03120202.xhp#hd_id3147291.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+
+#: 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 "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
+
+#: 03120202.xhp#hd_id3149516.3.help.text
+msgctxt "03120202.xhp#hd_id3149516.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120202.xhp#par_id3149233.4.help.text
+msgid "String (n As Long, {expression As Integer | character As String})"
+msgstr "String (n As Long, {expression As Integer | character As String})"
+
+#: 03120202.xhp#hd_id3143270.5.help.text
+msgctxt "03120202.xhp#hd_id3143270.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120202.xhp#par_id3147530.6.help.text
+msgctxt "03120202.xhp#par_id3147530.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120202.xhp#hd_id3154923.7.help.text
+msgctxt "03120202.xhp#hd_id3154923.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
+
+#: 03120202.xhp#par_id3148664.9.help.text
+msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
+msgstr "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
+
+#: 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 "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
+
+#: 03120202.xhp#hd_id3152920.11.help.text
+msgctxt "03120202.xhp#hd_id3152920.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120202.xhp#par_id3149203.12.help.text
+msgid "Sub ExampleString"
+msgstr "Sub ExampleString"
+
+#: 03120202.xhp#par_id3154124.13.help.text
+msgctxt "03120202.xhp#par_id3154124.13.help.text"
+msgid "Dim sText as String"
+msgstr "Dim sText as String"
+
+#: 03120202.xhp#par_id3147230.15.help.text
+msgid "sText = String(10,\"A\")"
+msgstr "sText = String(10,\"A\")"
+
+#: 03120202.xhp#par_id3153970.16.help.text
+msgctxt "03120202.xhp#par_id3153970.16.help.text"
+msgid "Msgbox sText"
+msgstr "Msgbox sText"
+
+#: 03120202.xhp#par_id3145785.18.help.text
+msgid "sText = String(10,65)"
+msgstr "sText = String(10,65)"
+
+#: 03120202.xhp#par_id3147288.19.help.text
+msgctxt "03120202.xhp#par_id3147288.19.help.text"
+msgid "Msgbox sText"
+msgstr "Msgbox sText"
+
+#: 03120202.xhp#par_id3153138.24.help.text
+msgctxt "03120202.xhp#par_id3153138.24.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020203.xhp#tit.help.text
+msgid "Line Input # Statement [Runtime]"
+msgstr "Line Input # Statement [Runtime]"
+
+#: 03020203.xhp#bm_id3153361.help.text
+msgid "<bookmark_value>Line Input statement</bookmark_value>"
+msgstr "<bookmark_value>Line Input statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
+
+#: 03020203.xhp#par_id3156280.2.help.text
+msgid "Reads strings from a sequential file into a variable."
+msgstr "Reads strings from a sequential file into a variable."
+
+#: 03020203.xhp#hd_id3150447.3.help.text
+msgctxt "03020203.xhp#hd_id3150447.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020203.xhp#par_id3147229.4.help.text
+msgid "Line Input #FileNumber As Integer, Var As String "
+msgstr "Line Input #FileNumber As Integer, Var As String "
+
+#: 03020203.xhp#hd_id3145173.5.help.text
+msgctxt "03020203.xhp#hd_id3145173.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 INPUT."
+msgstr "<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 INPUT."
+
+#: 03020203.xhp#par_id3151119.7.help.text
+msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgstr "<emph>var:</emph> The name of the variable that stores the result."
+
+#: 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 "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."
+
+#: 03020203.xhp#hd_id3163711.9.help.text
+msgctxt "03020203.xhp#hd_id3163711.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020203.xhp#par_id3145271.10.help.text
+msgctxt "03020203.xhp#par_id3145271.10.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020203.xhp#par_id3156444.11.help.text
+msgctxt "03020203.xhp#par_id3156444.11.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020203.xhp#par_id3147349.12.help.text
+msgctxt "03020203.xhp#par_id3147349.12.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020203.xhp#par_id3149664.13.help.text
+msgctxt "03020203.xhp#par_id3149664.13.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020203.xhp#par_id3147436.36.help.text
+msgctxt "03020203.xhp#par_id3147436.36.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020203.xhp#par_id3154730.14.help.text
+msgctxt "03020203.xhp#par_id3154730.14.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020203.xhp#par_id3145647.16.help.text
+msgctxt "03020203.xhp#par_id3145647.16.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020203.xhp#par_id3149959.17.help.text
+msgctxt "03020203.xhp#par_id3149959.17.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020203.xhp#par_id3147124.18.help.text
+msgctxt "03020203.xhp#par_id3147124.18.help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020203.xhp#par_id3153415.19.help.text
+msgctxt "03020203.xhp#par_id3153415.19.help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Print #iNumber, \"This is another line of text\""
+
+#: 03020203.xhp#par_id3146969.20.help.text
+msgctxt "03020203.xhp#par_id3146969.20.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020203.xhp#par_id3154482.24.help.text
+msgctxt "03020203.xhp#par_id3154482.24.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020203.xhp#par_id3150321.25.help.text
+msgctxt "03020203.xhp#par_id3150321.25.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020203.xhp#par_id3155443.26.help.text
+msgctxt "03020203.xhp#par_id3155443.26.help.text"
+msgid "While not eof(iNumber)"
+msgstr "While not eof(iNumber)"
+
+#: 03020203.xhp#par_id3155764.27.help.text
+msgctxt "03020203.xhp#par_id3155764.27.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020203.xhp#par_id3156382.28.help.text
+msgctxt "03020203.xhp#par_id3156382.28.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020203.xhp#par_id3147338.29.help.text
+msgctxt "03020203.xhp#par_id3147338.29.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020203.xhp#par_id3147362.31.help.text
+msgctxt "03020203.xhp#par_id3147362.31.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020203.xhp#par_id3155333.32.help.text
+msgctxt "03020203.xhp#par_id3155333.32.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020203.xhp#par_id3153965.33.help.text
+msgctxt "03020203.xhp#par_id3153965.33.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020203.xhp#par_id3147345.37.help.text
+msgctxt "03020203.xhp#par_id3147345.37.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020203.xhp#par_id3149257.34.help.text
+msgctxt "03020203.xhp#par_id3149257.34.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080501.xhp#tit.help.text
+msgid "Fix Function [Runtime]"
+msgstr "Fix Function [Runtime]"
+
+#: 03080501.xhp#bm_id3159201.help.text
+msgid "<bookmark_value>Fix function</bookmark_value>"
+msgstr "<bookmark_value>Fix function</bookmark_value>"
+
+#: 03080501.xhp#hd_id3159201.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
+
+#: 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 "Returns the integer value of a numeric expression by removing the fractional part of the number."
+
+#: 03080501.xhp#hd_id3155419.3.help.text
+msgctxt "03080501.xhp#hd_id3155419.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080501.xhp#par_id3156152.4.help.text
+msgid "Fix (Expression)"
+msgstr "Fix (Expression)"
+
+#: 03080501.xhp#hd_id3154923.5.help.text
+msgctxt "03080501.xhp#hd_id3154923.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080501.xhp#par_id3148947.6.help.text
+msgctxt "03080501.xhp#par_id3148947.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080501.xhp#hd_id3154760.7.help.text
+msgctxt "03080501.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080501.xhp#par_id3149457.8.help.text
+msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+msgstr "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+
+#: 03080501.xhp#hd_id3150447.9.help.text
+msgctxt "03080501.xhp#hd_id3150447.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080501.xhp#par_id3153193.10.help.text
+msgid "sub ExampleFix"
+msgstr "sub ExampleFix"
+
+#: 03080501.xhp#par_id3156214.11.help.text
+msgid "Print Fix(3.14159) REM returns 3."
+msgstr "Print Fix(3.14159) REM returns 3."
+
+#: 03080501.xhp#par_id3154217.12.help.text
+msgid "Print Fix(0) REM returns 0."
+msgstr "Print Fix(0) REM returns 0."
+
+#: 03080501.xhp#par_id3145786.13.help.text
+msgid "Print Fix(-3.14159) REM returns -3."
+msgstr "Print Fix(-3.14159) REM returns -3."
+
+#: 03080501.xhp#par_id3153188.14.help.text
+msgctxt "03080501.xhp#par_id3153188.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01030300.xhp#tit.help.text
+msgid "Debugging a Basic Program"
+msgstr "Debugging a Basic Program"
+
+#: 01030300.xhp#bm_id3153344.help.text
+msgid "<bookmark_value>debugging Basic programs</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 "<bookmark_value>debugging Basic programs</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>"
+
+#: 01030300.xhp#hd_id3153344.1.help.text
+msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
+msgstr "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
+
+#: 01030300.xhp#hd_id3159224.4.help.text
+msgid "Breakpoints and Single Step Execution"
+msgstr "Breakpoints and Single Step Execution"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
+
+#: 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 "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
+
+#: 01030300.xhp#hd_id3153825.9.help.text
+msgid "Properties of a Breakpoint"
+msgstr "Properties of a Breakpoint"
+
+#: 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 "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
+
+#: 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 "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. "
+
+#: 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 "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> dialogue where you can specify other breakpoint options."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 01030300.xhp#par_id3153968.13.help.text
+msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
+msgstr "Click <emph>Delete</emph> to remove the breakpoint from the program."
+
+#: 01030300.xhp#hd_id3150439.14.help.text
+msgid "Observing the Value of Variables"
+msgstr "Observing the Value of Variables"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 01030300.xhp#hd_id3148618.20.help.text
+msgid "The Call Stack Window"
+msgstr "The Call Stack Window"
+
+#: 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 "<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."
+
+#: 01030300.xhp#hd_id3150594.24.help.text
+msgid "List of Run-Time Errors"
+msgstr "List of Run-Time Errors"
+
+#: 03120305.xhp#tit.help.text
+msgid "LTrim Function [Runtime]"
+msgstr "LTrim Function [Runtime]"
+
+#: 03120305.xhp#bm_id3147574.help.text
+msgid "<bookmark_value>LTrim function</bookmark_value>"
+msgstr "<bookmark_value>LTrim function</bookmark_value>"
+
+#: 03120305.xhp#hd_id3147574.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
+
+#: 03120305.xhp#par_id3145316.2.help.text
+msgid "Removes all leading spaces at the start of a string expression."
+msgstr "Removes all leading spaces at the start of a string expression."
+
+#: 03120305.xhp#hd_id3154924.3.help.text
+msgctxt "03120305.xhp#hd_id3154924.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120305.xhp#par_id3148552.4.help.text
+msgid "LTrim (Text As String)"
+msgstr "LTrim (Text As String)"
+
+#: 03120305.xhp#hd_id3156344.5.help.text
+msgctxt "03120305.xhp#hd_id3156344.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120305.xhp#par_id3151056.6.help.text
+msgctxt "03120305.xhp#par_id3151056.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120305.xhp#hd_id3150543.7.help.text
+msgctxt "03120305.xhp#hd_id3150543.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120305.xhp#par_id3150792.8.help.text
+msgctxt "03120305.xhp#par_id3150792.8.help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text:</emph> Any string expression."
+
+#: 03120305.xhp#par_id3125863.9.help.text
+msgid "Use this function to remove spaces at the beginning of a string expression."
+msgstr "Use this function to remove spaces at the beginning of a string expression."
+
+#: 03120305.xhp#hd_id3145419.10.help.text
+msgctxt "03120305.xhp#hd_id3145419.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120305.xhp#par_id3154909.11.help.text
+msgctxt "03120305.xhp#par_id3154909.11.help.text"
+msgid "Sub ExampleSpaces"
+msgstr "Sub ExampleSpaces"
+
+#: 03120305.xhp#par_id3150768.12.help.text
+msgid "Dim sText2 As String,sText As String,sOut As String"
+msgstr "Dim sText2 As String,sText As String,sOut As String"
+
+#: 03120305.xhp#par_id3149204.13.help.text
+msgctxt "03120305.xhp#par_id3149204.13.help.text"
+msgid "sText2 = \" <*Las Vegas*> \""
+msgstr "sText2 = \" <*Las Vegas*> \""
+
+#: 03120305.xhp#par_id3159252.15.help.text
+msgctxt "03120305.xhp#par_id3159252.15.help.text"
+msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+msgstr "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+
+#: 03120305.xhp#par_id3147350.16.help.text
+msgctxt "03120305.xhp#par_id3147350.16.help.text"
+msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+msgstr "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+
+#: 03120305.xhp#par_id3153951.17.help.text
+msgctxt "03120305.xhp#par_id3153951.17.help.text"
+msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+
+#: 03120305.xhp#par_id3153363.18.help.text
+msgctxt "03120305.xhp#par_id3153363.18.help.text"
+msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+msgstr "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+
+#: 03120305.xhp#par_id3159154.19.help.text
+msgctxt "03120305.xhp#par_id3159154.19.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+
+#: 03120305.xhp#par_id3154322.20.help.text
+msgctxt "03120305.xhp#par_id3154322.20.help.text"
+msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+msgstr "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+
+#: 03120305.xhp#par_id3146924.21.help.text
+msgctxt "03120305.xhp#par_id3146924.21.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\""
+msgstr "sOut = sOut +\"'\"+ sText +\"'\""
+
+#: 03120305.xhp#par_id3156444.22.help.text
+msgctxt "03120305.xhp#par_id3156444.22.help.text"
+msgid "MsgBox sOut"
+msgstr "MsgBox sOut"
+
+#: 03120305.xhp#par_id3147318.23.help.text
+msgctxt "03120305.xhp#par_id3147318.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01050100.xhp#tit.help.text
+msgid "Watch Window"
+msgstr "Watch Window"
+
+#: 01050100.xhp#hd_id3149457.1.help.text
+msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+msgstr "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+
+#: 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 "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."
+
+#: 01050100.xhp#hd_id3145173.4.help.text
+msgid "Watch"
+msgstr "Watch"
+
+#: 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 "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
+
+#: 01050100.xhp#hd_id3148645.6.help.text
+msgctxt "01050100.xhp#hd_id3148645.6.help.text"
+msgid "Remove Watch"
+msgstr "Remove Watch"
+
+#: 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 "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
+
+#: 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 "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
+
+#: 01050100.xhp#par_id3154012.8.help.text
+msgctxt "01050100.xhp#par_id3154012.8.help.text"
+msgid "Remove Watch"
+msgstr "Remove Watch"
+
+#: 01050100.xhp#hd_id3154491.10.help.text
+msgid "Editing the Value of a Watched Variable"
+msgstr "Editing the Value of a Watched Variable"
+
+#: 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 "<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."
+
+#: 03050200.xhp#tit.help.text
+msgid "Err Function [Runtime]"
+msgstr "Err Function [Runtime]"
+
+#: 03050200.xhp#bm_id3156343.help.text
+msgid "<bookmark_value>Err function</bookmark_value>"
+msgstr "<bookmark_value>Err function</bookmark_value>"
+
+#: 03050200.xhp#hd_id3156343.1.help.text
+msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
+
+#: 03050200.xhp#par_id3150541.2.help.text
+msgid "Returns an error code that identifies the error that occurred during program execution."
+msgstr "Returns an error code that identifies the error that occurred during program execution."
+
+#: 03050200.xhp#hd_id3149656.3.help.text
+msgctxt "03050200.xhp#hd_id3149656.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03050200.xhp#par_id3154123.4.help.text
+msgid "Err"
+msgstr "Err"
+
+#: 03050200.xhp#hd_id3147229.5.help.text
+msgctxt "03050200.xhp#hd_id3147229.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03050200.xhp#par_id3150869.6.help.text
+msgctxt "03050200.xhp#par_id3150869.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03050200.xhp#hd_id3153193.7.help.text
+msgctxt "03050200.xhp#hd_id3153193.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "The Err function is used in error-handling routines to determine the error and the corrective action."
+
+#: 03050200.xhp#hd_id3147317.9.help.text
+msgctxt "03050200.xhp#hd_id3147317.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03050200.xhp#par_id3153727.10.help.text
+msgctxt "03050200.xhp#par_id3153727.10.help.text"
+msgid "sub ExampleError"
+msgstr "sub ExampleError"
+
+#: 03050200.xhp#par_id3147426.11.help.text
+msgctxt "03050200.xhp#par_id3147426.11.help.text"
+msgid "on error goto ErrorHandler REM Set up error handler"
+msgstr "on error goto ErrorHandler REM Set up error handler"
+
+#: 03050200.xhp#par_id3163710.12.help.text
+msgctxt "03050200.xhp#par_id3163710.12.help.text"
+msgid "Dim iVar as Integer"
+msgstr "Dim iVar as Integer"
+
+#: 03050200.xhp#par_id3153093.13.help.text
+msgctxt "03050200.xhp#par_id3153093.13.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03050200.xhp#par_id3149481.14.help.text
+msgid "REM Error occurs due to non-existent file"
+msgstr "REM Error occurs due to non-existent file"
+
+#: 03050200.xhp#par_id3153190.15.help.text
+msgctxt "03050200.xhp#par_id3153190.15.help.text"
+msgid "iVar = Freefile"
+msgstr "iVar = Freefile"
+
+#: 03050200.xhp#par_id3146120.16.help.text
+msgctxt "03050200.xhp#par_id3146120.16.help.text"
+msgid "Open \"\\file9879.txt\" for Input as #iVar"
+msgstr "Open \"\\file9879.txt\" for Input as #iVar"
+
+#: 03050200.xhp#par_id3155308.17.help.text
+msgctxt "03050200.xhp#par_id3155308.17.help.text"
+msgid "Line Input #iVar, sVar"
+msgstr "Line Input #iVar, sVar"
+
+#: 03050200.xhp#par_id3153142.18.help.text
+msgctxt "03050200.xhp#par_id3153142.18.help.text"
+msgid "Close #iVar"
+msgstr "Close #iVar"
+
+#: 03050200.xhp#par_id3149665.19.help.text
+msgctxt "03050200.xhp#par_id3149665.19.help.text"
+msgid "exit sub"
+msgstr "exit sub"
+
+#: 03050200.xhp#par_id3154942.20.help.text
+msgctxt "03050200.xhp#par_id3154942.20.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 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 "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+
+#: 03050200.xhp#par_id3155418.22.help.text
+msgctxt "03050200.xhp#par_id3155418.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120000.xhp#tit.help.text
+msgid "Strings"
+msgstr "Strings"
+
+#: 03120000.xhp#hd_id3156153.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
+msgstr "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
+
+#: 03120000.xhp#par_id3159176.2.help.text
+msgid "The following functions and statements validate and return strings."
+msgstr "The following functions and statements validate and return strings."
+
+#: 03120000.xhp#par_id3154285.3.help.text
+msgid "You can use strings to edit text within $[officename] Basic programs."
+msgstr "You can use strings to edit text within $[officename] Basic programs."
+
+#: 03102800.xhp#tit.help.text
+msgid "IsObject Function [Runtime]"
+msgstr "IsObject Function [Runtime]"
+
+#: 03102800.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>IsObject function</bookmark_value>"
+msgstr "<bookmark_value>IsObject function</bookmark_value>"
+
+#: 03102800.xhp#hd_id3149346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
+
+#: 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 "Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False."
+
+#: 03102800.xhp#hd_id3149234.3.help.text
+msgctxt "03102800.xhp#hd_id3149234.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102800.xhp#par_id3154285.4.help.text
+msgid "IsObject (ObjectVar)"
+msgstr "IsObject (ObjectVar)"
+
+#: 03102800.xhp#hd_id3148685.5.help.text
+msgctxt "03102800.xhp#hd_id3148685.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102800.xhp#par_id3156024.6.help.text
+msgctxt "03102800.xhp#par_id3156024.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102800.xhp#hd_id3148947.7.help.text
+msgctxt "03102800.xhp#hd_id3148947.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
+
+#: 03120200.xhp#tit.help.text
+msgid "Repeating Contents"
+msgstr "Repeating Contents"
+
+#: 03120200.xhp#hd_id3152363.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+msgstr "<link href=\"text/sbasic/shared/03120200.xhp\" name=\"Repeating Contents\">Repeating Contents</link>"
+
+#: 03120200.xhp#par_id3150178.2.help.text
+msgid "The following functions repeat the contents of strings."
+msgstr "The following functions repeat the contents of strings."
+
+#: 03030101.xhp#tit.help.text
+msgid "DateSerial Function [Runtime]"
+msgstr "DateSerial Function [Runtime]"
+
+#: 03030101.xhp#bm_id3157896.help.text
+msgid "<bookmark_value>DateSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateSerial function</bookmark_value>"
+
+#: 03030101.xhp#hd_id3157896.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+
+#: 03030101.xhp#par_id3143267.2.help.text
+msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
+msgstr "Returns a <emph>Date</emph> value for a specified year, month, or day."
+
+#: 03030101.xhp#hd_id3147264.3.help.text
+msgctxt "03030101.xhp#hd_id3147264.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030101.xhp#par_id3149670.4.help.text
+msgid "DateSerial (year, month, day)"
+msgstr "DateSerial (year, month, day)"
+
+#: 03030101.xhp#hd_id3150792.5.help.text
+msgctxt "03030101.xhp#hd_id3150792.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030101.xhp#par_id3150398.6.help.text
+msgctxt "03030101.xhp#par_id3150398.6.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030101.xhp#hd_id3154141.7.help.text
+msgctxt "03030101.xhp#hd_id3154141.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
+
+#: 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. No error is returned when you enter a non-existing day for a month shorter than 31 days."
+msgstr ""
+
+#: 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 "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."
+
+#: 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 "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)."
+
+#: 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 "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
+
+#: 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 "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."
+
+#: 03030101.xhp#hd_id3155411.15.help.text
+msgctxt "03030101.xhp#hd_id3155411.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030101.xhp#par_id3148646.16.help.text
+msgid "Sub ExampleDateSerial"
+msgstr "Sub ExampleDateSerial"
+
+#: 03030101.xhp#par_id3156441.17.help.text
+msgid "Dim lDate as Long"
+msgstr "Dim lDate as Long"
+
+#: 03030101.xhp#par_id3154791.18.help.text
+msgctxt "03030101.xhp#par_id3154791.18.help.text"
+msgid "Dim sDate as String"
+msgstr "Dim sDate as String"
+
+#: 03030101.xhp#par_id3155415.19.help.text
+msgid "lDate = DateSerial(1964, 4, 9)"
+msgstr "lDate = DateSerial(1964, 4, 9)"
+
+#: 03030101.xhp#par_id3147125.20.help.text
+msgid "sDate = DateSerial(1964, 4, 9)"
+msgstr "sDate = DateSerial(1964, 4, 9)"
+
+#: 03030101.xhp#par_id3154942.21.help.text
+msgid "msgbox lDate REM returns 23476"
+msgstr "msgbox lDate REM returns 23476"
+
+#: 03030101.xhp#par_id3151074.22.help.text
+msgid "msgbox sDate REM returns 04/09/1964"
+msgstr "msgbox sDate REM returns 04/09/1964"
+
+#: 03030101.xhp#par_id3153878.23.help.text
+msgctxt "03030101.xhp#par_id3153878.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03010000.xhp#tit.help.text
+msgid "Screen I/O Functions"
+msgstr "Screen I/O Functions"
+
+#: 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 "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
+
+#: 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 "This section describes the Runtime Functions used to call dialogues for the input and output of user entries."
+
+#: 03030000.xhp#tit.help.text
+msgid "Date and Time Functions"
+msgstr "Date and Time Functions"
+
+#: 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 "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
+
+#: 03030000.xhp#par_id3153255.2.help.text
+msgid "Use the statements and functions described here to perform date and time calculations."
+msgstr "Use the statements and functions described here to perform date and time calculations."
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 01020100.xhp#tit.help.text
+msgid "Using Variables"
+msgstr "Using Variables"
+
+#: 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</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+msgstr "<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</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+
+#: 01020100.xhp#hd_id3149346.1.help.text
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+
+#: 01020100.xhp#par_id3154346.3.help.text
+msgid "The following describes the basic use of variables in $[officename] Basic."
+msgstr "The following describes the basic use of variables in $[officename] Basic."
+
+#: 01020100.xhp#hd_id3153361.4.help.text
+msgid "Naming Conventions for Variable Identifiers"
+msgstr "Naming Conventions for Variable Identifiers"
+
+#: 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 "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."
+
+#: 01020100.xhp#par_id3156422.6.help.text
+msgid "Examples for variable identifiers:"
+msgstr "Examples for variable identifiers:"
+
+#: 01020100.xhp#par_id3163798.7.help.text
+msgid "MyNumber=5"
+msgstr "MyNumber=5"
+
+#: 01020100.xhp#par_id3156441.126.help.text
+msgctxt "01020100.xhp#par_id3156441.126.help.text"
+msgid "Correct"
+msgstr "Correct"
+
+#: 01020100.xhp#par_id3147317.8.help.text
+msgid "MyNumber5=15"
+msgstr "MyNumber5=15"
+
+#: 01020100.xhp#par_id3149664.127.help.text
+msgctxt "01020100.xhp#par_id3149664.127.help.text"
+msgid "Correct"
+msgstr "Correct"
+
+#: 01020100.xhp#par_id3145364.9.help.text
+msgid "MyNumber_5=20"
+msgstr "MyNumber_5=20"
+
+#: 01020100.xhp#par_id3146119.128.help.text
+msgctxt "01020100.xhp#par_id3146119.128.help.text"
+msgid "Correct"
+msgstr "Correct"
+
+#: 01020100.xhp#par_id3154729.10.help.text
+msgid "My Number=20"
+msgstr "My Number=20"
+
+#: 01020100.xhp#par_id3153876.11.help.text
+msgid "Not valid, variable with space must be enclosed in square brackets"
+msgstr "Not valid, variable with space must be enclosed in square brackets"
+
+#: 01020100.xhp#par_id3147126.14.help.text
+msgid "[My Number]=12"
+msgstr "[My Number]=12"
+
+#: 01020100.xhp#par_id3154510.15.help.text
+msgctxt "01020100.xhp#par_id3154510.15.help.text"
+msgid "Correct"
+msgstr "Correct"
+
+#: 01020100.xhp#par_id3153708.12.help.text
+msgid "DéjàVu=25"
+msgstr "DéjàVu=25"
+
+#: 01020100.xhp#par_id3150330.129.help.text
+msgid "Not valid, special characters are not allowed"
+msgstr "Not valid, special characters are not allowed"
+
+#: 01020100.xhp#par_id3155443.13.help.text
+msgid "5MyNumber=12"
+msgstr "5MyNumber=12"
+
+#: 01020100.xhp#par_id3154254.130.help.text
+msgid "Not valid, variable may not begin with a number"
+msgstr "Not valid, variable may not begin with a number"
+
+#: 01020100.xhp#par_id3147345.16.help.text
+msgid "Number,Mine=12"
+msgstr "Number,Mine=12"
+
+#: 01020100.xhp#par_id3149256.131.help.text
+msgid "Not valid, punctuation marks are not allowed"
+msgstr "Not valid, punctuation marks are not allowed"
+
+#: 01020100.xhp#hd_id3146317.17.help.text
+msgid "Declaring Variables"
+msgstr "Declaring Variables"
+
+#: 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 "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. "
+
+#: 01020100.xhp#par_id3154118.140.help.text
+msgid "Examples for variable declarations:"
+msgstr "Examples for variable declarations:"
+
+#: 01020100.xhp#par_id3150090.19.help.text
+msgctxt "01020100.xhp#par_id3150090.19.help.text"
+msgid "DIM a$"
+msgstr "DIM a$"
+
+#: 01020100.xhp#par_id3150982.132.help.text
+msgctxt "01020100.xhp#par_id3150982.132.help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr "Declares the variable \"a\" as a String"
+
+#: 01020100.xhp#par_id3149531.20.help.text
+msgid "DIM a As String"
+msgstr "DIM a As String"
+
+#: 01020100.xhp#par_id3150343.133.help.text
+msgctxt "01020100.xhp#par_id3150343.133.help.text"
+msgid "Declares the variable \"a\" as a String"
+msgstr "Declares the variable \"a\" as a String"
+
+#: 01020100.xhp#par_id3149036.21.help.text
+msgid "DIM a$, b As Integer"
+msgstr "DIM a$, b As Integer"
+
+#: 01020100.xhp#par_id3155507.22.help.text
+msgid "Declares one variable as a String and one as an Integer"
+msgstr "Declares one variable as a String and one as an Integer"
+
+#: 01020100.xhp#par_idN10854.help.text
+msgid "DIM c As Boolean"
+msgstr "DIM c As Boolean"
+
+#: 01020100.xhp#par_idN10859.help.text
+msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
+msgstr "Declares c as a Boolean variable that can be TRUE or FALSE"
+
+#: 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 "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:"
+
+#: 01020100.xhp#par_id3152985.24.help.text
+msgctxt "01020100.xhp#par_id3152985.24.help.text"
+msgid "DIM a$"
+msgstr "DIM a$"
+
+#: 01020100.xhp#par_id3154527.134.help.text
+msgid "Declares \"a\" as a String"
+msgstr "Declares \"a\" as a String"
+
+#: 01020100.xhp#par_id3148599.25.help.text
+msgid "a=\"TestString\""
+msgstr "a=\"TestString\""
+
+#: 01020100.xhp#par_id3153064.135.help.text
+msgid "Type-declaration missing: \"a$=\""
+msgstr "Type-declaration missing: \"a$=\""
+
+#: 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 "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
+
+#: 01020100.xhp#hd_id3149331.27.help.text
+msgid "Forcing Variable Declarations"
+msgstr "Forcing Variable Declarations"
+
+#: 01020100.xhp#par_id3149443.28.help.text
+msgid "To force declaration of variables, use the following command:"
+msgstr "To force declaration of variables, use the following command:"
+
+#: 01020100.xhp#par_id3152869.29.help.text
+msgid "OPTION EXPLICIT"
+msgstr "OPTION EXPLICIT"
+
+#: 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 "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>."
+
+#: 01020100.xhp#hd_id3154614.34.help.text
+msgid "Variable Types"
+msgstr "Variable Types"
+
+#: 01020100.xhp#par_id3155383.35.help.text
+msgid "$[officename] Basic supports four variable classes:"
+msgstr "$[officename] Basic supports four variable classes:"
+
+#: 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 "<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. "
+
+#: 01020100.xhp#par_id3159226.37.help.text
+msgid "<emph>String</emph> variables contain character strings."
+msgstr "<emph>String</emph> variables contain character strings."
+
+#: 01020100.xhp#par_id3145217.38.help.text
+msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+msgstr "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+
+#: 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 "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
+
+#: 01020100.xhp#hd_id3153805.40.help.text
+msgid "Integer Variables"
+msgstr "Integer Variables"
+
+#: 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 "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."
+
+#: 01020100.xhp#par_id3153810.43.help.text
+msgid "Dim Variable%"
+msgstr "Dim Variable%"
+
+#: 01020100.xhp#par_id3153556.44.help.text
+msgid "Dim Variable As Integer"
+msgstr "Dim Variable As Integer"
+
+#: 01020100.xhp#hd_id3147546.45.help.text
+msgid "Long Integer Variables"
+msgstr "Long Integer Variables"
+
+#: 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 "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."
+
+#: 01020100.xhp#par_id3154708.48.help.text
+msgid "Dim Variable&"
+msgstr "Dim Variable&"
+
+#: 01020100.xhp#par_id3156365.49.help.text
+msgid "Dim Variable as Long"
+msgstr "Dim Variable as Long"
+
+#: 01020100.xhp#hd_id7596972.help.text
+msgid "Decimal Variables"
+msgstr "Decimal Variables"
+
+#: 01020100.xhp#par_id2649311.help.text
+msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
+msgstr "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
+
+#: 01020100.xhp#par_id7617114.help.text
+msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
+msgstr "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
+
+#: 01020100.xhp#par_id1593676.help.text
+msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
+msgstr "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
+
+#: 01020100.xhp#hd_id3147500.50.help.text
+msgid "Single Variables"
+msgstr "Single Variables"
+
+#: 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 "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 \"!\"."
+
+#: 01020100.xhp#par_id3149875.52.help.text
+msgid "Dim Variable!"
+msgstr "Dim Variable!"
+
+#: 01020100.xhp#par_id3153302.53.help.text
+msgid "Dim Variable as Single"
+msgstr "Dim Variable as Single"
+
+#: 01020100.xhp#hd_id3155753.54.help.text
+msgid "Double Variables"
+msgstr "Double Variables"
+
+#: 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 "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 \"#\"."
+
+#: 01020100.xhp#par_id3150431.56.help.text
+msgid "Dim Variable#"
+msgstr "Dim Variable#"
+
+#: 01020100.xhp#par_id3154406.57.help.text
+msgid "Dim Variable As Double"
+msgstr "Dim Variable As Double"
+
+#: 01020100.xhp#hd_id3155747.95.help.text
+msgid "Currency Variables"
+msgstr "Currency Variables"
+
+#: 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 "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 \"@\"."
+
+#: 01020100.xhp#par_id3147296.97.help.text
+msgid "Dim Variable@"
+msgstr "Dim Variable@"
+
+#: 01020100.xhp#par_id3150391.98.help.text
+msgid "Dim Variable As Currency"
+msgstr "Dim Variable As Currency"
+
+#: 01020100.xhp#hd_id3148742.58.help.text
+msgid "String Variables"
+msgstr "String Variables"
+
+#: 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 "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 \"$\"."
+
+#: 01020100.xhp#par_id3166467.60.help.text
+msgid "Dim Variable$"
+msgstr "Dim Variable$"
+
+#: 01020100.xhp#par_id3153027.61.help.text
+msgid "Dim Variable As String"
+msgstr "Dim Variable As String"
+
+#: 01020100.xhp#hd_id3150534.62.help.text
+msgid "Boolean Variables"
+msgstr "Boolean Variables"
+
+#: 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 "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
+
+#: 01020100.xhp#par_id3147615.64.help.text
+msgid "Dim Variable As Boolean"
+msgstr "Dim Variable As Boolean"
+
+#: 01020100.xhp#hd_id3149722.65.help.text
+msgid "Date Variables"
+msgstr "Date Variables"
+
+#: 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 "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>."
+
+#: 01020100.xhp#par_id3150462.67.help.text
+msgid "Dim Variable As Date"
+msgstr "Dim Variable As Date"
+
+#: 01020100.xhp#hd_id3148732.68.help.text
+msgid "Initial Variable Values"
+msgstr "Initial Variable Values"
+
+#: 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 "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
+
+#: 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 "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
+
+#: 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 "<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."
+
+#: 01020100.xhp#par_id3154807.72.help.text
+msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
+msgstr "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
+
+#: 01020100.xhp#hd_id3153936.83.help.text
+msgid "Arrays"
+msgstr "Arrays"
+
+#: 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 "$[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."
+
+#: 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 "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
+
+#: 01020100.xhp#par_id3150143.86.help.text
+msgid "DIM text$(20)"
+msgstr "DIM text$(20)"
+
+#: 01020100.xhp#par_id3154567.136.help.text
+msgid "21 elements numbered from 0 to 20"
+msgstr "21 elements numbered from 0 to 20"
+
+#: 01020100.xhp#par_id3145596.125.help.text
+msgid "DIM text$(5,4)"
+msgstr "DIM text$(5,4)"
+
+#: 01020100.xhp#par_id3154397.137.help.text
+msgid "30 elements (a matrix of 6 x 5 elements)"
+msgstr "30 elements (a matrix of 6 x 5 elements)"
+
+#: 01020100.xhp#par_id3149185.87.help.text
+msgid "DIM text$(5 to 25)"
+msgstr "DIM text$(5 to 25)"
+
+#: 01020100.xhp#par_id3149690.138.help.text
+msgid "21 elements numbered from 5 to 25"
+msgstr "21 elements numbered from 5 to 25"
+
+#: 01020100.xhp#par_id3155950.88.help.text
+msgid "DIM text$(-15 to 5)"
+msgstr "DIM text$(-15 to 5)"
+
+#: 01020100.xhp#par_id3153113.89.help.text
+msgid "21 elements (including 0), numbered from -15 to 5"
+msgstr "21 elements (including 0), numbered from -15 to 5"
+
+#: 01020100.xhp#par_id3153005.90.help.text
+msgid "The index range can include positive as well as negative numbers. "
+msgstr "The index range can include positive as well as negative numbers. "
+
+#: 01020100.xhp#hd_id3154507.91.help.text
+msgid "Constants"
+msgstr "Constants"
+
+#: 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 "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+
+#: 01020100.xhp#par_id3153203.93.help.text
+msgctxt "01020100.xhp#par_id3153203.93.help.text"
+msgid "CONST ConstName=Expression"
+msgstr "CONST ConstName=Expression"
+
+#: 03080700.xhp#tit.help.text
+msgid "Expression Signs"
+msgstr "Expression Signs"
+
+#: 03080700.xhp#hd_id3150702.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+msgstr "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+
+#: 03080700.xhp#par_id3148668.2.help.text
+msgid "This function returns the algebraic sign of a numeric expression."
+msgstr "This function returns the algebraic sign of a numeric expression."
+
+#: 03020102.xhp#tit.help.text
+msgid "FreeFile Function[Runtime]"
+msgstr "FreeFile Function[Runtime]"
+
+#: 03020102.xhp#bm_id3150400.help.text
+msgid "<bookmark_value>FreeFile function</bookmark_value>"
+msgstr "<bookmark_value>FreeFile function</bookmark_value>"
+
+#: 03020102.xhp#hd_id3150400.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
+
+#: 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 "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."
+
+#: 03020102.xhp#hd_id3150769.3.help.text
+msgctxt "03020102.xhp#hd_id3150769.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020102.xhp#par_id3150869.4.help.text
+msgid "FreeFile"
+msgstr "FreeFile"
+
+#: 03020102.xhp#hd_id3151042.5.help.text
+msgctxt "03020102.xhp#hd_id3151042.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020102.xhp#par_id3150440.6.help.text
+msgctxt "03020102.xhp#par_id3150440.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03020102.xhp#hd_id3148576.7.help.text
+msgctxt "03020102.xhp#hd_id3148576.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "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."
+
+#: 03020102.xhp#hd_id3159153.9.help.text
+msgctxt "03020102.xhp#hd_id3159153.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020102.xhp#par_id3146120.10.help.text
+msgctxt "03020102.xhp#par_id3146120.10.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020102.xhp#par_id3154319.11.help.text
+msgctxt "03020102.xhp#par_id3154319.11.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020102.xhp#par_id3151117.12.help.text
+msgctxt "03020102.xhp#par_id3151117.12.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020102.xhp#par_id3147426.13.help.text
+msgctxt "03020102.xhp#par_id3147426.13.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020102.xhp#par_id3149667.36.help.text
+msgctxt "03020102.xhp#par_id3149667.36.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020102.xhp#par_id3145800.14.help.text
+msgctxt "03020102.xhp#par_id3145800.14.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020102.xhp#par_id3147396.15.help.text
+msgctxt "03020102.xhp#par_id3147396.15.help.text"
+msgid "sMsg = \"\""
+msgstr "sMsg = \"\""
+
+#: 03020102.xhp#par_id3154490.16.help.text
+msgctxt "03020102.xhp#par_id3154490.16.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020102.xhp#par_id3151074.17.help.text
+msgctxt "03020102.xhp#par_id3151074.17.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020102.xhp#par_id3155416.18.help.text
+msgctxt "03020102.xhp#par_id3155416.18.help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020102.xhp#par_id3153416.19.help.text
+msgctxt "03020102.xhp#par_id3153416.19.help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03020102.xhp#par_id3149401.20.help.text
+msgctxt "03020102.xhp#par_id3149401.20.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020102.xhp#par_id3150330.24.help.text
+msgctxt "03020102.xhp#par_id3150330.24.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020102.xhp#par_id3155067.25.help.text
+msgid "Open aFile For Input As #iNumber"
+msgstr "Open aFile For Input As #iNumber"
+
+#: 03020102.xhp#par_id3155443.26.help.text
+msgid "While not eof(#iNumber)"
+msgstr "While not eof(#iNumber)"
+
+#: 03020102.xhp#par_id3153714.27.help.text
+msgctxt "03020102.xhp#par_id3153714.27.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020102.xhp#par_id3148408.28.help.text
+msgctxt "03020102.xhp#par_id3148408.28.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020102.xhp#par_id3156385.29.help.text
+msgctxt "03020102.xhp#par_id3156385.29.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020102.xhp#par_id3145147.31.help.text
+msgctxt "03020102.xhp#par_id3145147.31.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020102.xhp#par_id3153966.32.help.text
+msgctxt "03020102.xhp#par_id3153966.32.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020102.xhp#par_id3155961.33.help.text
+msgctxt "03020102.xhp#par_id3155961.33.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020102.xhp#par_id3149567.37.help.text
+msgctxt "03020102.xhp#par_id3149567.37.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020102.xhp#par_id3146917.34.help.text
+msgctxt "03020102.xhp#par_id3146917.34.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020400.xhp#tit.help.text
+msgid "Managing Files"
+msgstr "Managing Files"
+
+#: 03020400.xhp#hd_id3145136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+
+#: 03020400.xhp#par_id3147264.2.help.text
+msgid "The functions and statements for managing files are described here."
+msgstr "The functions and statements for managing files are described here."
+
+#: 03080500.xhp#tit.help.text
+msgid "Integers"
+msgstr "Integers"
+
+#: 03080500.xhp#hd_id3153345.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+
+#: 03080500.xhp#par_id3156152.2.help.text
+msgid "The following functions round values to integers."
+msgstr "The following functions round values to integers."
+
+#: 03130100.xhp#tit.help.text
+msgid "Beep Statement [Runtime]"
+msgstr "Beep Statement [Runtime]"
+
+#: 03130100.xhp#bm_id3143284.help.text
+msgid "<bookmark_value>Beep statement</bookmark_value>"
+msgstr "<bookmark_value>Beep statement</bookmark_value>"
+
+#: 03130100.xhp#hd_id3143284.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
+
+#: 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 "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
+
+#: 03130100.xhp#hd_id3153990.3.help.text
+msgctxt "03130100.xhp#hd_id3153990.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03130100.xhp#par_id3147291.4.help.text
+msgid "Beep"
+msgstr "Beep"
+
+#: 03130100.xhp#hd_id3148538.5.help.text
+msgctxt "03130100.xhp#hd_id3148538.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03130100.xhp#par_id3149762.6.help.text
+msgid "Sub ExampleBeep"
+msgstr "Sub ExampleBeep"
+
+#: 03130100.xhp#par_id3154285.7.help.text
+msgctxt "03130100.xhp#par_id3154285.7.help.text"
+msgid "beep"
+msgstr "beep"
+
+#: 03130100.xhp#par_id3143270.8.help.text
+msgctxt "03130100.xhp#par_id3143270.8.help.text"
+msgid "beep"
+msgstr "beep"
+
+#: 03130100.xhp#par_id3154142.9.help.text
+msgctxt "03130100.xhp#par_id3154142.9.help.text"
+msgid "beep"
+msgstr "beep"
+
+#: 03130100.xhp#par_id3148943.10.help.text
+msgctxt "03130100.xhp#par_id3148943.10.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090412.xhp#tit.help.text
+msgid "Exit Statement [Runtime]"
+msgstr "Exit Statement [Runtime]"
+
+#: 03090412.xhp#bm_id3152924.help.text
+msgid "<bookmark_value>Exit statement</bookmark_value>"
+msgstr "<bookmark_value>Exit statement</bookmark_value>"
+
+#: 03090412.xhp#hd_id3152924.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
+
+#: 03090412.xhp#par_id3153394.2.help.text
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgstr "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+
+#: 03090412.xhp#hd_id3149763.3.help.text
+msgctxt "03090412.xhp#hd_id3149763.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090412.xhp#par_id3159157.4.help.text
+msgctxt "03090412.xhp#par_id3159157.4.help.text"
+msgid "see Parameters"
+msgstr "see Parameters"
+
+#: 03090412.xhp#hd_id3148943.5.help.text
+msgctxt "03090412.xhp#hd_id3148943.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090412.xhp#par_id3154760.6.help.text
+msgid "<emph>Exit Do</emph>"
+msgstr "<emph>Exit Do</emph>"
+
+#: 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 "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."
+
+#: 03090412.xhp#par_id3150398.8.help.text
+msgid "<emph>Exit For</emph>"
+msgstr "<emph>Exit For</emph>"
+
+#: 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 "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."
+
+#: 03090412.xhp#par_id3147229.10.help.text
+msgid "<emph>Exit Function</emph>"
+msgstr "<emph>Exit Function</emph>"
+
+#: 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 "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+
+#: 03090412.xhp#par_id3155132.12.help.text
+msgid "<emph>Exit Sub</emph>"
+msgstr "<emph>Exit Sub</emph>"
+
+#: 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 "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
+
+#: 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 "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
+
+#: 03090412.xhp#hd_id3147348.15.help.text
+msgctxt "03090412.xhp#hd_id3147348.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090412.xhp#par_id3151113.16.help.text
+msgctxt "03090412.xhp#par_id3151113.16.help.text"
+msgid "Sub ExampleExit"
+msgstr "Sub ExampleExit"
+
+#: 03090412.xhp#par_id3156283.17.help.text
+msgctxt "03090412.xhp#par_id3156283.17.help.text"
+msgid "Dim sReturn As String"
+msgstr "Dim sReturn As String"
+
+#: 03090412.xhp#par_id3147125.18.help.text
+msgctxt "03090412.xhp#par_id3147125.18.help.text"
+msgid "Dim sListArray(10) as String"
+msgstr "Dim sListArray(10) as String"
+
+#: 03090412.xhp#par_id3151073.19.help.text
+msgctxt "03090412.xhp#par_id3151073.19.help.text"
+msgid "Dim siStep as Single"
+msgstr "Dim siStep as Single"
+
+#: 03090412.xhp#par_id3153158.20.help.text
+msgctxt "03090412.xhp#par_id3153158.20.help.text"
+msgid "For siStep = 0 to 10 REM Fill array with test data"
+msgstr "For siStep = 0 to 10 REM Fill array with test data"
+
+#: 03090412.xhp#par_id3148457.21.help.text
+msgid "sListArray(siStep) = chr(siStep + 65)"
+msgstr "sListArray(siStep) = chr(siStep + 65)"
+
+#: 03090412.xhp#par_id3154492.22.help.text
+msgctxt "03090412.xhp#par_id3154492.22.help.text"
+msgid "msgbox sListArray(siStep)"
+msgstr "msgbox sListArray(siStep)"
+
+#: 03090412.xhp#par_id3154791.23.help.text
+msgctxt "03090412.xhp#par_id3154791.23.help.text"
+msgid "next siStep"
+msgstr "next siStep"
+
+#: 03090412.xhp#par_id3153510.24.help.text
+msgctxt "03090412.xhp#par_id3153510.24.help.text"
+msgid "sReturn = LinSearch(sListArray(), \"B\")"
+msgstr "sReturn = LinSearch(sListArray(), \"B\")"
+
+#: 03090412.xhp#par_id3154513.25.help.text
+msgctxt "03090412.xhp#par_id3154513.25.help.text"
+msgid "Print sReturn"
+msgstr "Print sReturn"
+
+#: 03090412.xhp#par_id3149121.26.help.text
+msgctxt "03090412.xhp#par_id3149121.26.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090412.xhp#par_id3152962.29.help.text
+msgctxt "03090412.xhp#par_id3152962.29.help.text"
+msgid "Function LinSearch( sList(), sItem As String ) as integer"
+msgstr "Function LinSearch( sList(), sItem As String ) as integer"
+
+#: 03090412.xhp#par_id3154755.30.help.text
+msgctxt "03090412.xhp#par_id3154755.30.help.text"
+msgid "dim iCount as Integer"
+msgstr "dim iCount as Integer"
+
+#: 03090412.xhp#par_id3153764.31.help.text
+msgid "REM LinSearch searches a TextArray:sList() for a TextEntry:"
+msgstr "REM LinSearch searches a TextArray:sList() for a TextEntry:"
+
+#: 03090412.xhp#par_id3148995.32.help.text
+msgid "REM Returns the index of the entry or 0 ( Null)"
+msgstr "REM Returns the index of the entry or 0 ( Null)"
+
+#: 03090412.xhp#par_id3156057.33.help.text
+msgctxt "03090412.xhp#par_id3156057.33.help.text"
+msgid "for iCount=1 to Ubound( sList() )"
+msgstr "for iCount=1 to Ubound( sList() )"
+
+#: 03090412.xhp#par_id3159266.34.help.text
+msgctxt "03090412.xhp#par_id3159266.34.help.text"
+msgid "if sList( iCount ) = sItem then"
+msgstr "if sList( iCount ) = sItem then"
+
+#: 03090412.xhp#par_id3149567.35.help.text
+msgid "Exit for REM sItem found"
+msgstr "Exit for REM sItem found"
+
+#: 03090412.xhp#par_id3147343.36.help.text
+msgctxt "03090412.xhp#par_id3147343.36.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03090412.xhp#par_id3155174.37.help.text
+msgctxt "03090412.xhp#par_id3155174.37.help.text"
+msgid "next iCount"
+msgstr "next iCount"
+
+#: 03090412.xhp#par_id3146313.38.help.text
+msgctxt "03090412.xhp#par_id3146313.38.help.text"
+msgid "if iCount = Ubound( sList() ) then iCount = 0"
+msgstr "if iCount = Ubound( sList() ) then iCount = 0"
+
+#: 03090412.xhp#par_id3166448.39.help.text
+msgctxt "03090412.xhp#par_id3166448.39.help.text"
+msgid "LinSearch = iCount"
+msgstr "LinSearch = iCount"
+
+#: 03090412.xhp#par_id3146916.40.help.text
+msgctxt "03090412.xhp#par_id3146916.40.help.text"
+msgid "end function"
+msgstr "end function"
+
+#: 03101120.xhp#tit.help.text
+msgid "DefErr Statement [Runtime]"
+msgstr "DefErr Statement [Runtime]"
+
+#: 03101120.xhp#bm_id8177739.help.text
+msgid "<bookmark_value>DefErr statement</bookmark_value>"
+msgstr "<bookmark_value>DefErr statement</bookmark_value>"
+
+#: 03101120.xhp#par_idN1057D.help.text
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+
+#: 03101120.xhp#par_idN1058D.help.text
+msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
+msgstr "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
+
+#: 03101120.xhp#par_idN10590.help.text
+msgctxt "03101120.xhp#par_idN10590.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101120.xhp#par_idN10594.help.text
+msgctxt "03101120.xhp#par_idN10594.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101120.xhp#par_idN10597.help.text
+msgctxt "03101120.xhp#par_idN10597.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101120.xhp#par_idN1059B.help.text
+msgctxt "03101120.xhp#par_idN1059B.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101120.xhp#par_idN105A2.help.text
+msgctxt "03101120.xhp#par_idN105A2.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101120.xhp#par_idN105A9.help.text
+msgctxt "03101120.xhp#par_idN105A9.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101120.xhp#par_idN105B0.help.text
+msgid "<emph>DefErr:</emph> Error"
+msgstr "<emph>DefErr:</emph> Error"
+
+#: 03101120.xhp#par_idN105B7.help.text
+msgctxt "03101120.xhp#par_idN105B7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101120.xhp#par_idN105BB.help.text
+msgctxt "03101120.xhp#par_idN105BB.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101120.xhp#par_idN105BE.help.text
+msgctxt "03101120.xhp#par_idN105BE.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101120.xhp#par_idN105C1.help.text
+msgctxt "03101120.xhp#par_idN105C1.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101120.xhp#par_idN105C4.help.text
+msgctxt "03101120.xhp#par_idN105C4.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101120.xhp#par_idN105C7.help.text
+msgctxt "03101120.xhp#par_idN105C7.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101120.xhp#par_idN105CA.help.text
+msgctxt "03101120.xhp#par_idN105CA.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101120.xhp#par_idN105CD.help.text
+msgctxt "03101120.xhp#par_idN105CD.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101120.xhp#par_idN105D0.help.text
+msgctxt "03101120.xhp#par_idN105D0.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101120.xhp#par_idN105D3.help.text
+msgid "DefErr e"
+msgstr "DefErr e"
+
+#: 03101120.xhp#par_idN105D6.help.text
+msgid "Sub ExampleDefErr"
+msgstr "Sub ExampleDefErr"
+
+#: 03101120.xhp#par_idN105D9.help.text
+msgid "eErr=Error REM eErr is an implicit error variable"
+msgstr "eErr=Error REM eErr is an implicit error variable"
+
+#: 03101120.xhp#par_idN105DC.help.text
+msgctxt "03101120.xhp#par_idN105DC.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03101600.xhp#tit.help.text
+msgid "DefLng Statement [Runtime]"
+msgstr "DefLng Statement [Runtime]"
+
+#: 03101600.xhp#bm_id3148538.help.text
+msgid "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>DefLng statement</bookmark_value>"
+
+#: 03101600.xhp#hd_id3148538.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+
+#: 03101600.xhp#par_id3149514.2.help.text
+msgctxt "03101600.xhp#par_id3149514.2.help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+
+#: 03101600.xhp#hd_id3150504.3.help.text
+msgctxt "03101600.xhp#hd_id3150504.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101600.xhp#par_id3145609.4.help.text
+msgctxt "03101600.xhp#par_id3145609.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101600.xhp#hd_id3154760.5.help.text
+msgctxt "03101600.xhp#hd_id3154760.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101600.xhp#par_id3145069.6.help.text
+msgctxt "03101600.xhp#par_id3145069.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+
+#: 03101600.xhp#par_id3150791.7.help.text
+msgctxt "03101600.xhp#par_id3150791.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101600.xhp#par_id3148798.8.help.text
+msgctxt "03101600.xhp#par_id3148798.8.help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword: </emph>Default variable type"
+
+#: 03101600.xhp#par_id3154686.9.help.text
+msgid "<emph>DefLng:</emph> Long"
+msgstr "<emph>DefLng:</emph> Long"
+
+#: 03101600.xhp#hd_id3153192.10.help.text
+msgctxt "03101600.xhp#hd_id3153192.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101600.xhp#par_id3154124.12.help.text
+msgctxt "03101600.xhp#par_id3154124.12.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101600.xhp#par_id3156424.13.help.text
+msgctxt "03101600.xhp#par_id3156424.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101600.xhp#par_id3147288.14.help.text
+msgctxt "03101600.xhp#par_id3147288.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101600.xhp#par_id3149561.15.help.text
+msgctxt "03101600.xhp#par_id3149561.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101600.xhp#par_id3153092.16.help.text
+msgctxt "03101600.xhp#par_id3153092.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101600.xhp#par_id3148616.17.help.text
+msgctxt "03101600.xhp#par_id3148616.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101600.xhp#par_id3153189.18.help.text
+msgctxt "03101600.xhp#par_id3153189.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101600.xhp#par_id3152576.19.help.text
+msgctxt "03101600.xhp#par_id3152576.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101600.xhp#par_id3146121.21.help.text
+msgid "Sub ExampleDefLng"
+msgstr "Sub ExampleDefLng"
+
+#: 03101600.xhp#par_id3145273.22.help.text
+msgid "lCount=123456789 REM lCount is an implicit long integer variable"
+msgstr "lCount=123456789 REM lCount is an implicit long integer variable"
+
+#: 03101600.xhp#par_id3152596.23.help.text
+msgctxt "03101600.xhp#par_id3152596.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020402.xhp#tit.help.text
+msgid "ChDrive Statement [Runtime]"
+msgstr "ChDrive Statement [Runtime]"
+
+#: 03020402.xhp#bm_id3145068.help.text
+msgid "<bookmark_value>ChDrive statement</bookmark_value>"
+msgstr "<bookmark_value>ChDrive statement</bookmark_value>"
+
+#: 03020402.xhp#hd_id3145068.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
+
+#: 03020402.xhp#par_id3149656.2.help.text
+msgid "Changes the current drive."
+msgstr "Changes the current drive."
+
+#: 03020402.xhp#hd_id3154138.3.help.text
+msgctxt "03020402.xhp#hd_id3154138.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020402.xhp#par_id3154685.4.help.text
+msgid "ChDrive Text As String"
+msgstr "ChDrive Text As String"
+
+#: 03020402.xhp#hd_id3156423.5.help.text
+msgctxt "03020402.xhp#hd_id3156423.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 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 "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."
+
+#: 03020402.xhp#hd_id3153188.8.help.text
+msgctxt "03020402.xhp#hd_id3153188.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020402.xhp#par_id3151113.9.help.text
+msgid "Sub ExampleCHDrive"
+msgstr "Sub ExampleCHDrive"
+
+#: 03020402.xhp#par_id3152576.10.help.text
+msgid "ChDrive \"D\" REM Only possible if a drive 'D' exists."
+msgstr "ChDrive \"D\" REM Only possible if a drive 'D' exists."
+
+#: 03020402.xhp#par_id3156441.11.help.text
+msgctxt "03020402.xhp#par_id3156441.11.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030100.xhp#tit.help.text
+msgid "Converting Date Values"
+msgstr "Converting Date Values"
+
+#: 03030100.xhp#hd_id3147573.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
+
+#: 03030100.xhp#par_id3154760.2.help.text
+msgid "The following functions convert date values to calculable numbers and back."
+msgstr "The following functions convert date values to calculable numbers and back."
+
+#: 03103400.xhp#tit.help.text
+msgid "Public Statement [Runtime]"
+msgstr "Public Statement [Runtime]"
+
+#: 03103400.xhp#bm_id3153311.help.text
+msgid "<bookmark_value>Public statement</bookmark_value>"
+msgstr "<bookmark_value>Public statement</bookmark_value>"
+
+#: 03103400.xhp#hd_id3153311.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03103400.xhp#hd_id3150772.3.help.text
+msgctxt "03103400.xhp#hd_id3150772.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103400.xhp#par_id3155341.4.help.text
+msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgstr "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+
+#: 03103400.xhp#hd_id3145315.5.help.text
+msgctxt "03103400.xhp#hd_id3145315.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103400.xhp#par_id3156024.6.help.text
+msgid "Public iPublicVar As Integer"
+msgstr "Public iPublicVar As Integer"
+
+#: 03103400.xhp#par_id3153896.8.help.text
+msgid "Sub ExamplePublic"
+msgstr "Sub ExamplePublic"
+
+#: 03103400.xhp#par_id3149656.9.help.text
+msgid "iPublicVar = iPublicVar + 1"
+msgstr "iPublicVar = iPublicVar + 1"
+
+#: 03103400.xhp#par_id3150359.10.help.text
+msgid "MsgBox iPublicVar"
+msgstr "MsgBox iPublicVar"
+
+#: 03103400.xhp#par_id3154365.11.help.text
+msgctxt "03103400.xhp#par_id3154365.11.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03070600.xhp#tit.help.text
+msgid "Mod-Operator [Runtime]"
+msgstr "Mod-Operator [Runtime]"
+
+#: 03070600.xhp#bm_id3150669.help.text
+msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+
+#: 03070600.xhp#hd_id3150669.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+
+#: 03070600.xhp#par_id3148686.2.help.text
+msgid "Returns the integer remainder of a division."
+msgstr "Returns the integer remainder of a division."
+
+#: 03070600.xhp#hd_id3146795.3.help.text
+msgctxt "03070600.xhp#hd_id3146795.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070600.xhp#par_id3147560.4.help.text
+msgid "Result = Expression1 MOD Expression2"
+msgstr "Result = Expression1 MOD Expression2"
+
+#: 03070600.xhp#hd_id3149657.5.help.text
+msgctxt "03070600.xhp#hd_id3149657.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03070600.xhp#par_id3153380.6.help.text
+msgctxt "03070600.xhp#par_id3153380.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03070600.xhp#hd_id3154365.7.help.text
+msgctxt "03070600.xhp#hd_id3154365.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03070600.xhp#par_id3145172.8.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
+
+#: 03070600.xhp#par_id3151042.9.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+
+#: 03070600.xhp#hd_id3147287.10.help.text
+msgctxt "03070600.xhp#hd_id3147287.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070600.xhp#par_id3153770.11.help.text
+msgid "sub ExampleMod"
+msgstr "sub ExampleMod"
+
+#: 03070600.xhp#par_id3161832.12.help.text
+msgid "print 10 mod 2.5 REM returns 0"
+msgstr "print 10 mod 2.5 REM returns 0"
+
+#: 03070600.xhp#par_id3146922.13.help.text
+msgid "print 10 / 2.5 REM returns 4"
+msgstr "print 10 / 2.5 REM returns 4"
+
+#: 03070600.xhp#par_id3145273.14.help.text
+msgid "print 10 mod 5 REM returns 0"
+msgstr "print 10 mod 5 REM returns 0"
+
+#: 03070600.xhp#par_id3150011.15.help.text
+msgid "print 10 / 5 REM returns 2"
+msgstr "print 10 / 5 REM returns 2"
+
+#: 03070600.xhp#par_id3149483.16.help.text
+msgid "print 5 mod 10 REM returns 5"
+msgstr "print 5 mod 10 REM returns 5"
+
+#: 03070600.xhp#par_id3151114.17.help.text
+msgid "print 5 / 10 REM returns 0.5"
+msgstr "print 5 / 10 REM returns 0.5"
+
+#: 03070600.xhp#par_id3154013.18.help.text
+msgctxt "03070600.xhp#par_id3154013.18.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01170103.xhp#tit.help.text
+msgid "Events"
+msgstr "Events"
+
+#: 01170103.xhp#hd_id3155506.1.help.text
+msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
+
+#: 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 "Define event assignments for the selected control or dialogue. The available events depend on the type of control selected."
+
+#: 01170103.xhp#hd_id3145387.16.help.text
+msgid "When receiving focus"
+msgstr "When receiving focus"
+
+#: 01170103.xhp#par_id3155090.17.help.text
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
+
+#: 01170103.xhp#hd_id3152892.18.help.text
+msgid "When losing focus"
+msgstr "When losing focus"
+
+#: 01170103.xhp#par_id3153305.19.help.text
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
+
+#: 01170103.xhp#hd_id3152896.20.help.text
+msgid "Key pressed"
+msgstr "Key pressed"
+
+#: 01170103.xhp#par_id3148837.21.help.text
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
+
+#: 01170103.xhp#hd_id3146869.43.help.text
+msgid "Key released"
+msgstr "Key released"
+
+#: 01170103.xhp#par_id3155267.44.help.text
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
+
+#: 01170103.xhp#hd_id3159096.41.help.text
+msgid "Modified"
+msgstr "Modified"
+
+#: 01170103.xhp#par_id3156019.42.help.text
+msgid "<ahelp hid=\"HID_EVT_CHANGED\">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 "<ahelp hid=\"HID_EVT_CHANGED\">This event takes place, when the control loses the focus and the contents of the control were changed since it lost the focus.</ahelp>"
+
+#: 01170103.xhp#hd_id3144508.10.help.text
+msgid "Text modified"
+msgstr "Text modified"
+
+#: 01170103.xhp#par_id3148608.11.help.text
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
+
+#: 01170103.xhp#hd_id3159207.8.help.text
+msgid "Item status changed"
+msgstr "Item status changed"
+
+#: 01170103.xhp#par_id3155097.9.help.text
+msgid "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_ITEMSTATECHANGED\">This event takes place if the status of the control field is changed, for example, from checked to unchecked.</ahelp>"
+
+#: 01170103.xhp#hd_id3151304.26.help.text
+msgid "Mouse inside"
+msgstr "Mouse inside"
+
+#: 01170103.xhp#par_id3152871.27.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+
+#: 01170103.xhp#hd_id3146778.30.help.text
+msgid "Mouse moved while key pressed"
+msgstr "Mouse moved while key pressed"
+
+#: 01170103.xhp#par_id3150403.31.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
+
+#: 01170103.xhp#hd_id3150210.32.help.text
+msgid "Mouse moved"
+msgstr "Mouse moved"
+
+#: 01170103.xhp#par_id3149697.33.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+
+#: 01170103.xhp#hd_id3145216.22.help.text
+msgid "Mouse button pressed"
+msgstr "Mouse button pressed"
+
+#: 01170103.xhp#par_id3155914.23.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEPRESSED\">This event takes place when the mouse button is pressed while the mouse pointer is on the control.</ahelp>"
+
+#: 01170103.xhp#hd_id3148899.24.help.text
+msgid "Mouse button released"
+msgstr "Mouse button released"
+
+#: 01170103.xhp#par_id3153812.25.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSERELEASED\">This event takes place when the mouse button is released while the mouse pointer is on the control.</ahelp>"
+
+#: 01170103.xhp#hd_id3153556.28.help.text
+msgid "Mouse outside"
+msgstr "Mouse outside"
+
+#: 01170103.xhp#par_id3153013.29.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
+
+#: 01170103.xhp#hd_id3155759.45.help.text
+msgid "While adjusting"
+msgstr "While adjusting"
+
+#: 01170103.xhp#par_id3156364.46.help.text
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
+msgstr "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
+
+#: 03110100.xhp#tit.help.text
+msgid "Comparison Operators [Runtime]"
+msgstr "Comparison Operators [Runtime]"
+
+#: 03110100.xhp#bm_id3150682.help.text
+msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
+msgstr "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
+
+#: 03110100.xhp#hd_id3150682.1.help.text
+msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
+
+#: 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 "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
+
+#: 03110100.xhp#hd_id3147291.3.help.text
+msgctxt "03110100.xhp#hd_id3147291.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03110100.xhp#par_id3149177.4.help.text
+msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
+msgstr "Result = Expression1 { = | < | > | <= | >= } Expression2"
+
+#: 03110100.xhp#hd_id3145316.5.help.text
+msgctxt "03110100.xhp#hd_id3145316.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03110100.xhp#par_id3147573.6.help.text
+msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
+msgstr "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
+
+#: 03110100.xhp#par_id3148686.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
+
+#: 03110100.xhp#hd_id3147531.8.help.text
+msgid "Comparison operators"
+msgstr "Comparison operators"
+
+#: 03110100.xhp#par_id3147265.9.help.text
+msgid "= : Equal to"
+msgstr "= : Equal to"
+
+#: 03110100.xhp#par_id3154924.10.help.text
+msgid "< : Less than"
+msgstr "< : Less than"
+
+#: 03110100.xhp#par_id3146795.11.help.text
+msgid "> : Greater than"
+msgstr "> : Greater than"
+
+#: 03110100.xhp#par_id3150541.12.help.text
+msgid "<= : Less than or equal to"
+msgstr "<= : Less than or equal to"
+
+#: 03110100.xhp#par_id3150400.13.help.text
+msgid ">= : Greater than or equal to"
+msgstr ">= : Greater than or equal to"
+
+#: 03110100.xhp#par_id3148797.14.help.text
+msgid "<> : Not equal to"
+msgstr "<> : Not equal to"
+
+#: 03110100.xhp#hd_id3154686.15.help.text
+msgctxt "03110100.xhp#hd_id3154686.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03110100.xhp#par_id3153969.16.help.text
+msgid "Sub ExampleUnequal"
+msgstr "Sub ExampleUnequal"
+
+#: 03110100.xhp#par_id3159151.17.help.text
+msgid "DIM sFile As String"
+msgstr "DIM sFile As String"
+
+#: 03110100.xhp#par_id3154909.18.help.text
+msgid "DIM sRoot As String REM ' Root directory for file in and output"
+msgstr "DIM sRoot As String REM ' Root directory for file in and output"
+
+#: 03110100.xhp#par_id3150767.19.help.text
+msgid "sRoot = \"c:\\\""
+msgstr "sRoot = \"c:\\\""
+
+#: 03110100.xhp#par_id3154125.20.help.text
+msgid "sFile = Dir$( sRoot ,22)"
+msgstr "sFile = Dir$( sRoot ,22)"
+
+#: 03110100.xhp#par_id3150440.21.help.text
+msgctxt "03110100.xhp#par_id3150440.21.help.text"
+msgid "If sFile <> \"\" Then"
+msgstr "If sFile <> \"\" Then"
+
+#: 03110100.xhp#par_id3147288.22.help.text
+msgctxt "03110100.xhp#par_id3147288.22.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03110100.xhp#par_id3150010.23.help.text
+msgid "Msgbox sFile"
+msgstr "Msgbox sFile"
+
+#: 03110100.xhp#par_id3153727.24.help.text
+msgctxt "03110100.xhp#par_id3153727.24.help.text"
+msgid "sFile = Dir$"
+msgstr "sFile = Dir$"
+
+#: 03110100.xhp#par_id3149664.25.help.text
+msgctxt "03110100.xhp#par_id3149664.25.help.text"
+msgid "Loop Until sFile = \"\""
+msgstr "Loop Until sFile = \"\""
+
+#: 03110100.xhp#par_id3146986.26.help.text
+msgctxt "03110100.xhp#par_id3146986.26.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03110100.xhp#par_id3153952.27.help.text
+msgctxt "03110100.xhp#par_id3153952.27.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03080104.xhp#tit.help.text
+msgid "Tan Function [Runtime]"
+msgstr "Tan Function [Runtime]"
+
+#: 03080104.xhp#bm_id3148550.help.text
+msgid "<bookmark_value>Tan function</bookmark_value>"
+msgstr "<bookmark_value>Tan function</bookmark_value>"
+
+#: 03080104.xhp#hd_id3148550.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+
+#: 03080104.xhp#par_id3148663.2.help.text
+msgid "Determines the tangent of an angle. The angle is specified in radians."
+msgstr "Determines the tangent of an angle. The angle is specified in radians."
+
+#: 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 "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."
+
+#: 03080104.xhp#par_id3154366.4.help.text
+msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
+msgstr "Tan(Alpha) = side opposite the angle/side adjacent to angle"
+
+#: 03080104.xhp#hd_id3145174.5.help.text
+msgctxt "03080104.xhp#hd_id3145174.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080104.xhp#par_id3151042.6.help.text
+msgid "Tan (Number)"
+msgstr "Tan (Number)"
+
+#: 03080104.xhp#hd_id3156214.7.help.text
+msgctxt "03080104.xhp#hd_id3156214.7.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080104.xhp#par_id3156281.8.help.text
+msgctxt "03080104.xhp#par_id3156281.8.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080104.xhp#hd_id3155132.9.help.text
+msgctxt "03080104.xhp#hd_id3155132.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
+
+#: 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 "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
+
+#: 03080104.xhp#par_id3155414.12.help.text
+msgid "degrees=(radiant*180)/Pi"
+msgstr "degrees=(radiant*180)/Pi"
+
+#: 03080104.xhp#par_id3146975.13.help.text
+msgid "radiant=(degrees*Pi)/180"
+msgstr "radiant=(degrees*Pi)/180"
+
+#: 03080104.xhp#par_id3147434.14.help.text
+msgctxt "03080104.xhp#par_id3147434.14.help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "Pi is approximately 3.141593."
+
+#: 03080104.xhp#hd_id3149483.15.help.text
+msgctxt "03080104.xhp#hd_id3149483.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080104.xhp#par_id3148646.16.help.text
+msgctxt "03080104.xhp#par_id3148646.16.help.text"
+msgid "REM In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM In this example, the following entry is possible for a right-angled triangle:"
+
+#: 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 "REM The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
+
+#: 03080104.xhp#par_id3151115.18.help.text
+msgid "Sub ExampleTangens"
+msgstr "Sub ExampleTangens"
+
+#: 03080104.xhp#par_id3153158.19.help.text
+msgid "REM Pi = 3.1415926 is a pre-defined variable"
+msgstr "REM Pi = 3.1415926 is a pre-defined variable"
+
+#: 03080104.xhp#par_id3145800.20.help.text
+msgctxt "03080104.xhp#par_id3145800.20.help.text"
+msgid "Dim d1 as Double"
+msgstr "Dim d1 as Double"
+
+#: 03080104.xhp#par_id3150417.21.help.text
+msgctxt "03080104.xhp#par_id3150417.21.help.text"
+msgid "Dim dAlpha as Double"
+msgstr "Dim dAlpha as Double"
+
+#: 03080104.xhp#par_id3145252.22.help.text
+msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+
+#: 03080104.xhp#par_id3149582.23.help.text
+msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+msgstr "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+
+#: 03080104.xhp#par_id3154016.24.help.text
+msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+msgstr "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+
+#: 03080104.xhp#par_id3154731.25.help.text
+msgctxt "03080104.xhp#par_id3154731.25.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030104.xhp#tit.help.text
+msgid "Month Function [Runtime]"
+msgstr "Month Function [Runtime]"
+
+#: 03030104.xhp#bm_id3153127.help.text
+msgid "<bookmark_value>Month function</bookmark_value>"
+msgstr "<bookmark_value>Month function</bookmark_value>"
+
+#: 03030104.xhp#hd_id3153127.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
+
+#: 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 "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
+
+#: 03030104.xhp#hd_id3145068.3.help.text
+msgctxt "03030104.xhp#hd_id3145068.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030104.xhp#par_id3150398.4.help.text
+msgid "Month (Number)"
+msgstr "Month (Number)"
+
+#: 03030104.xhp#hd_id3154366.5.help.text
+msgctxt "03030104.xhp#hd_id3154366.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030104.xhp#par_id3154125.6.help.text
+msgctxt "03030104.xhp#par_id3154125.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030104.xhp#hd_id3150768.7.help.text
+msgctxt "03030104.xhp#hd_id3150768.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
+
+#: 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 "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"
+
+#: 03030104.xhp#par_id3147426.10.help.text
+msgid "Print Month(DateSerial(1994, 12, 20))"
+msgstr "Print Month(DateSerial(1994, 12, 20))"
+
+#: 03030104.xhp#par_id3145366.11.help.text
+msgctxt "03030104.xhp#par_id3145366.11.help.text"
+msgid "returns the value 12."
+msgstr "returns the value 12."
+
+#: 03030104.xhp#hd_id3146923.12.help.text
+msgctxt "03030104.xhp#hd_id3146923.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030104.xhp#par_id3156442.13.help.text
+msgid "Sub ExampleMonth"
+msgstr "Sub ExampleMonth"
+
+#: 03030104.xhp#par_id3149664.14.help.text
+msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+msgstr "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+
+#: 03030104.xhp#par_id3150012.15.help.text
+msgctxt "03030104.xhp#par_id3150012.15.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03030102.xhp#tit.help.text
+msgid "DateValue Function [Runtime]"
+msgstr "DateValue Function [Runtime]"
+
+#: 03030102.xhp#bm_id3156344.help.text
+msgid "<bookmark_value>DateValue function</bookmark_value>"
+msgstr "<bookmark_value>DateValue function</bookmark_value>"
+
+#: 03030102.xhp#hd_id3156344.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
+
+#: 03030102.xhp#par_id3150542.2.help.text
+msgid "Returns a date value 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 "Returns a date value 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."
+
+#: 03030102.xhp#hd_id3148799.3.help.text
+msgctxt "03030102.xhp#hd_id3148799.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030102.xhp#par_id3154910.4.help.text
+msgid "DateValue [(date)]"
+msgstr "DateValue [(date)]"
+
+#: 03030102.xhp#hd_id3150870.5.help.text
+msgctxt "03030102.xhp#hd_id3150870.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030102.xhp#par_id3153194.6.help.text
+msgctxt "03030102.xhp#par_id3153194.6.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030102.xhp#hd_id3153969.7.help.text
+msgctxt "03030102.xhp#hd_id3153969.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Date:</emph> String expression that contains the date that you want to calculate. The date can be specified in almost any format."
+
+#: 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 "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."
+
+#: 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 "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\"."
+
+#: 03030102.xhp#hd_id3153142.24.help.text
+msgctxt "03030102.xhp#hd_id3153142.24.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030102.xhp#par_id3155412.25.help.text
+msgid "Sub ExampleDateValue"
+msgstr "Sub ExampleDateValue"
+
+#: 03030102.xhp#par_id3153363.26.help.text
+msgid "msgbox DateValue(\"12/02/1997\")"
+msgstr "msgbox DateValue(\"12/02/1997\")"
+
+#: 03030102.xhp#par_id3149262.27.help.text
+msgctxt "03030102.xhp#par_id3149262.27.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03101300.xhp#tit.help.text
+msgid "DefDate Statement [Runtime]"
+msgstr "DefDate Statement [Runtime]"
+
+#: 03101300.xhp#bm_id3150504.help.text
+msgid "<bookmark_value>DefDate statement</bookmark_value>"
+msgstr "<bookmark_value>DefDate statement</bookmark_value>"
+
+#: 03101300.xhp#hd_id3150504.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
+
+#: 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 "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
+
+#: 03101300.xhp#hd_id3154758.3.help.text
+msgctxt "03101300.xhp#hd_id3154758.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101300.xhp#par_id3148664.4.help.text
+msgctxt "03101300.xhp#par_id3148664.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101300.xhp#hd_id3150541.5.help.text
+msgctxt "03101300.xhp#hd_id3150541.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101300.xhp#par_id3156709.6.help.text
+msgctxt "03101300.xhp#par_id3156709.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101300.xhp#par_id3150869.7.help.text
+msgctxt "03101300.xhp#par_id3150869.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101300.xhp#par_id3145171.8.help.text
+msgctxt "03101300.xhp#par_id3145171.8.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101300.xhp#par_id3150767.9.help.text
+msgid "<emph>DefDate:</emph> Date"
+msgstr "<emph>DefDate:</emph> Date"
+
+#: 03101300.xhp#hd_id3153768.10.help.text
+msgctxt "03101300.xhp#hd_id3153768.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101300.xhp#par_id3145785.12.help.text
+msgctxt "03101300.xhp#par_id3145785.12.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101300.xhp#par_id3146923.13.help.text
+msgctxt "03101300.xhp#par_id3146923.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101300.xhp#par_id3155412.14.help.text
+msgctxt "03101300.xhp#par_id3155412.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101300.xhp#par_id3153726.15.help.text
+msgctxt "03101300.xhp#par_id3153726.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101300.xhp#par_id3147435.16.help.text
+msgctxt "03101300.xhp#par_id3147435.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101300.xhp#par_id3153188.17.help.text
+msgctxt "03101300.xhp#par_id3153188.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101300.xhp#par_id3153143.18.help.text
+msgctxt "03101300.xhp#par_id3153143.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101300.xhp#par_id3150010.19.help.text
+msgctxt "03101300.xhp#par_id3150010.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101300.xhp#par_id3149263.21.help.text
+msgid "Sub ExampleDefDate"
+msgstr "Sub ExampleDefDate"
+
+#: 03101300.xhp#par_id3152462.22.help.text
+msgid "tDate=Date REM tDate is an implicit date variable"
+msgstr "tDate=Date REM tDate is an implicit date variable"
+
+#: 03101300.xhp#par_id3149664.23.help.text
+msgctxt "03101300.xhp#par_id3149664.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03010302.xhp#tit.help.text
+msgid "Green Function [Runtime]"
+msgstr "Green Function [Runtime]"
+
+#: 03010302.xhp#bm_id3148947.help.text
+msgid "<bookmark_value>Green function</bookmark_value>"
+msgstr "<bookmark_value>Green function</bookmark_value>"
+
+#: 03010302.xhp#hd_id3148947.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
+
+#: 03010302.xhp#par_id3153361.2.help.text
+msgid "Returns the Green component of the given color code."
+msgstr "Returns the Green component of the given colour code."
+
+#: 03010302.xhp#hd_id3154140.3.help.text
+msgctxt "03010302.xhp#hd_id3154140.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010302.xhp#par_id3153969.4.help.text
+msgid "Green (Color As Long)"
+msgstr "Green (Color As Long)"
+
+#: 03010302.xhp#hd_id3154124.5.help.text
+msgctxt "03010302.xhp#hd_id3154124.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010302.xhp#par_id3153194.6.help.text
+msgctxt "03010302.xhp#par_id3153194.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010302.xhp#hd_id3154909.7.help.text
+msgctxt "03010302.xhp#hd_id3154909.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 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 "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">colour code</link> for which to return the Green component."
+
+#: 03010302.xhp#hd_id3149664.9.help.text
+msgctxt "03010302.xhp#hd_id3149664.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010302.xhp#par_id3156442.10.help.text
+msgctxt "03010302.xhp#par_id3156442.10.help.text"
+msgid "Sub ExampleColor"
+msgstr "Sub ExampleColour"
+
+#: 03010302.xhp#par_id3146974.11.help.text
+msgctxt "03010302.xhp#par_id3146974.11.help.text"
+msgid "Dim lVar As Long"
+msgstr "Dim lVar As Long"
+
+#: 03010302.xhp#par_id3145750.12.help.text
+msgctxt "03010302.xhp#par_id3145750.12.help.text"
+msgid "lVar = rgb(128,0,200)"
+msgstr "lVar = rgb(128,0,200)"
+
+#: 03010302.xhp#par_id3151117.13.help.text
+msgid "msgbox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
+msgstr "msgbox \"The colour \" & lVar & \" contains the components:\" & Chr(13) &_"
+
+#: 03010302.xhp#par_id3153951.14.help.text
+msgid "\"red = \" & red(lVar) & Chr(13)&_"
+msgstr "\"red = \" & red(lVar) & Chr(13)&_"
+
+#: 03010302.xhp#par_id3152462.15.help.text
+msgid "\"green = \" & green(lVar) & Chr(13)&_"
+msgstr "\"green = \" & green(lVar) & Chr(13)&_"
+
+#: 03010302.xhp#par_id3154730.16.help.text
+msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03010302.xhp#par_id3144764.17.help.text
+msgctxt "03010302.xhp#par_id3144764.17.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03131000.xhp#tit.help.text
+msgid "GetSolarVersion Function [Runtime]"
+msgstr "GetSolarVersion Function [Runtime]"
+
+#: 03131000.xhp#bm_id3157898.help.text
+msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
+msgstr "<bookmark_value>GetSolarVersion function</bookmark_value>"
+
+#: 03131000.xhp#hd_id3157898.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
+
+#: 03131000.xhp#par_id3152801.2.help.text
+msgid "Returns the internal number of the current $[officename] version."
+msgstr "Returns the internal number of the current $[officename] version."
+
+#: 03131000.xhp#hd_id3153311.3.help.text
+msgctxt "03131000.xhp#hd_id3153311.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131000.xhp#par_id3155388.4.help.text
+msgid "s = GetSolarVersion"
+msgstr "s = GetSolarVersion"
+
+#: 03131000.xhp#hd_id3149514.5.help.text
+msgctxt "03131000.xhp#hd_id3149514.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03131000.xhp#par_id3148685.6.help.text
+msgctxt "03131000.xhp#par_id3148685.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03131000.xhp#hd_id3143270.7.help.text
+msgctxt "03131000.xhp#hd_id3143270.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131000.xhp#par_id3148473.8.help.text
+msgid "Sub ExampleGetSolarVersion"
+msgstr "Sub ExampleGetSolarVersion"
+
+#: 03131000.xhp#par_id3156024.9.help.text
+msgid "Dim sSep As String"
+msgstr "Dim sSep As String"
+
+#: 03131000.xhp#par_id3159414.10.help.text
+msgid "sSep = GetSolarVersion"
+msgstr "sSep = GetSolarVersion"
+
+#: 03131000.xhp#par_id3148947.11.help.text
+msgid "MsgBox sSep,64,\"Version number of the solar technology\""
+msgstr "MsgBox sSep,64,\"Version number of the solar technology\""
+
+#: 03131000.xhp#par_id3156344.12.help.text
+msgctxt "03131000.xhp#par_id3156344.12.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080801.xhp#tit.help.text
+msgid "Hex Function [Runtime]"
+msgstr "Hex Function [Runtime]"
+
+#: 03080801.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>Hex function</bookmark_value>"
+msgstr "<bookmark_value>Hex function</bookmark_value>"
+
+#: 03080801.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
+
+#: 03080801.xhp#par_id3145136.2.help.text
+msgid "Returns a string that represents the hexadecimal value of a number."
+msgstr "Returns a string that represents the hexadecimal value of a number."
+
+#: 03080801.xhp#hd_id3147573.3.help.text
+msgctxt "03080801.xhp#hd_id3147573.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080801.xhp#par_id3150771.4.help.text
+msgid "Hex (Number)"
+msgstr "Hex (Number)"
+
+#: 03080801.xhp#hd_id3147530.5.help.text
+msgctxt "03080801.xhp#hd_id3147530.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080801.xhp#par_id3159414.6.help.text
+msgctxt "03080801.xhp#par_id3159414.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03080801.xhp#hd_id3156344.7.help.text
+msgctxt "03080801.xhp#hd_id3156344.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080801.xhp#par_id3148947.8.help.text
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+msgstr "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+
+#: 03080801.xhp#hd_id3154365.9.help.text
+msgctxt "03080801.xhp#hd_id3154365.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080801.xhp#par_id3145420.29.help.text
+msgid "Sub ExampleHex"
+msgstr "Sub ExampleHex"
+
+#: 03080801.xhp#par_id3156214.30.help.text
+msgid "REM uses BasicFormulas in $[officename] Calc"
+msgstr "REM uses BasicFormulas in $[officename] Calc"
+
+#: 03080801.xhp#par_id3153970.31.help.text
+msgid "Dim a2, b2, c2 as String"
+msgstr "Dim a2, b2, c2 as String"
+
+#: 03080801.xhp#par_id3154909.32.help.text
+msgid "a2 = \"&H3E8\""
+msgstr "a2 = \"&H3E8\""
+
+#: 03080801.xhp#par_id3148674.33.help.text
+msgid "b2 = Hex2Int(a2)"
+msgstr "b2 = Hex2Int(a2)"
+
+#: 03080801.xhp#par_id3155132.34.help.text
+msgid "MsgBox b2"
+msgstr "MsgBox b2"
+
+#: 03080801.xhp#par_id3150440.35.help.text
+msgid "c2 = Int2Hex(b2)"
+msgstr "c2 = Int2Hex(b2)"
+
+#: 03080801.xhp#par_id3147427.36.help.text
+msgid "MsgBox c2"
+msgstr "MsgBox c2"
+
+#: 03080801.xhp#par_id3147435.37.help.text
+msgctxt "03080801.xhp#par_id3147435.37.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080801.xhp#par_id3148645.19.help.text
+msgid "Function Hex2Int( sHex As String ) As Long"
+msgstr "Function Hex2Int( sHex As String ) As Long"
+
+#: 03080801.xhp#par_id3149262.20.help.text
+msgid "REM Returns a Long-Integer from a hexadecimal value."
+msgstr "REM Returns a Long-Integer from a hexadecimal value."
+
+#: 03080801.xhp#par_id3148616.21.help.text
+msgid "Hex2Int = clng( sHex )"
+msgstr "Hex2Int = clng( sHex )"
+
+#: 03080801.xhp#par_id3153952.22.help.text
+msgctxt "03080801.xhp#par_id3153952.22.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03080801.xhp#par_id3146984.24.help.text
+msgid "Function Int2Hex( iLong As Long) As String"
+msgstr "Function Int2Hex( iLong As Long) As String"
+
+#: 03080801.xhp#par_id3147215.25.help.text
+msgid "REM Calculates a hexadecimal value in Integer."
+msgstr "REM Calculates a hexadecimal value in Integer."
+
+#: 03080801.xhp#par_id3148575.26.help.text
+msgid "Int2Hex = \"&H\" & Hex( iLong )"
+msgstr "Int2Hex = \"&H\" & Hex( iLong )"
+
+#: 03080801.xhp#par_id3151073.27.help.text
+msgctxt "03080801.xhp#par_id3151073.27.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03020406.xhp#tit.help.text
+msgid "FileCopy Statement [Runtime]"
+msgstr "FileCopy Statement [Runtime]"
+
+#: 03020406.xhp#bm_id3154840.help.text
+msgid "<bookmark_value>FileCopy statement</bookmark_value>"
+msgstr "<bookmark_value>FileCopy statement</bookmark_value>"
+
+#: 03020406.xhp#hd_id3154840.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
+
+#: 03020406.xhp#par_id3149497.2.help.text
+msgid "Copies a file."
+msgstr "Copies a file."
+
+#: 03020406.xhp#hd_id3147443.3.help.text
+msgctxt "03020406.xhp#hd_id3147443.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020406.xhp#par_id3146957.4.help.text
+msgid "FileCopy TextFrom As String, TextTo As String"
+msgstr "FileCopy TextFrom As String, TextTo As String"
+
+#: 03020406.xhp#hd_id3153825.5.help.text
+msgctxt "03020406.xhp#hd_id3153825.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 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 "<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."
+
+#: 03020406.xhp#par_id3150791.8.help.text
+msgid "You can only use the FileCopy statement to copy files that are not opened."
+msgstr "You can only use the FileCopy statement to copy files that are not opened."
+
+#: 03020406.xhp#hd_id3125863.9.help.text
+msgctxt "03020406.xhp#hd_id3125863.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020406.xhp#par_id3150869.10.help.text
+msgid "Sub ExampleFilecopy"
+msgstr "Sub ExampleFilecopy"
+
+#: 03020406.xhp#par_id3154685.11.help.text
+msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\Temp\\Autoexec.sav\""
+msgstr "Filecopy \"c:\\autoexec.bat\", \"c:\\Temp\\Autoexec.sav\""
+
+#: 03020406.xhp#par_id3154123.12.help.text
+msgctxt "03020406.xhp#par_id3154123.12.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03080400.xhp#tit.help.text
+msgid "Square Root Calculation"
+msgstr "Square Root Calculation"
+
+#: 03080400.xhp#hd_id3148946.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+msgstr "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+
+#: 03080400.xhp#par_id3159414.2.help.text
+msgid "Use this function to calculate square roots."
+msgstr "Use this function to calculate square roots."
+
+#: 03080201.xhp#tit.help.text
+msgid "Exp Function [Runtime]"
+msgstr "Exp Function [Runtime]"
+
+#: 03080201.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>Exp function</bookmark_value>"
+msgstr "<bookmark_value>Exp function</bookmark_value>"
+
+#: 03080201.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
+
+#: 03080201.xhp#par_id3155555.2.help.text
+msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+msgstr "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+
+#: 03080201.xhp#hd_id3150984.3.help.text
+msgctxt "03080201.xhp#hd_id3150984.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080201.xhp#par_id3145315.4.help.text
+msgid "Exp (Number)"
+msgstr "Exp (Number)"
+
+#: 03080201.xhp#hd_id3154347.5.help.text
+msgctxt "03080201.xhp#hd_id3154347.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080201.xhp#par_id3149670.6.help.text
+msgctxt "03080201.xhp#par_id3149670.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080201.xhp#hd_id3154760.7.help.text
+msgctxt "03080201.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03080201.xhp#hd_id3156280.9.help.text
+msgctxt "03080201.xhp#hd_id3156280.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080201.xhp#par_id3153193.10.help.text
+msgctxt "03080201.xhp#par_id3153193.10.help.text"
+msgid "Sub ExampleLogExp"
+msgstr "Sub ExampleLogExp"
+
+#: 03080201.xhp#par_id3125864.11.help.text
+msgid "Dim dValue as Double"
+msgstr "Dim dValue as Double"
+
+#: 03080201.xhp#par_id3145172.12.help.text
+msgid "const b1=12.345e12"
+msgstr "const b1=12.345e12"
+
+#: 03080201.xhp#par_id3159254.13.help.text
+msgid "const b2=1.345e34"
+msgstr "const b2=1.345e34"
+
+#: 03080201.xhp#par_id3147287.14.help.text
+msgid "dValue=Exp( Log(b1)+Log(b2) )"
+msgstr "dValue=Exp( Log(b1)+Log(b2) )"
+
+#: 03080201.xhp#par_id3161832.15.help.text
+msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+msgstr "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+
+#: 03080201.xhp#par_id3151112.16.help.text
+msgctxt "03080201.xhp#par_id3151112.16.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03104100.xhp#tit.help.text
+msgid "Optional (in Function Statement) [Runtime]"
+msgstr "Optional (in Function Statement) [Runtime]"
+
+#: 03104100.xhp#bm_id3149205.help.text
+msgid "<bookmark_value>Optional function</bookmark_value>"
+msgstr "<bookmark_value>Optional function</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
+
+#: 03104100.xhp#par_id3143267.2.help.text
+msgid "Allows you to define parameters that are passed to a function as optional."
+msgstr "Allows you to define parameters that are passed to a function as optional."
+
+#: 03104100.xhp#par_id3155419.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+
+#: 03104100.xhp#hd_id3153824.4.help.text
+msgctxt "03104100.xhp#hd_id3153824.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104100.xhp#par_id3159157.5.help.text
+msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+msgstr "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+
+#: 03104100.xhp#hd_id3145610.7.help.text
+msgctxt "03104100.xhp#hd_id3145610.7.help.text"
+msgid "Examples:"
+msgstr "Examples:"
+
+#: 03104100.xhp#par_id3154347.8.help.text
+msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
+msgstr "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
+
+#: 03104100.xhp#par_id3146795.9.help.text
+msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+msgstr "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+
+#: 03104100.xhp#par_id3153897.10.help.text
+msgctxt "03104100.xhp#par_id3153897.10.help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: 03020202.xhp#tit.help.text
+msgid "Input# Statement [Runtime]"
+msgstr "Input# Statement [Runtime]"
+
+#: 03020202.xhp#bm_id3154908.help.text
+msgid "<bookmark_value>Input statement</bookmark_value>"
+msgstr "<bookmark_value>Input statement</bookmark_value>"
+
+#: 03020202.xhp#hd_id3154908.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+
+#: 03020202.xhp#par_id3156424.2.help.text
+msgid "Reads data from an open sequential file."
+msgstr "Reads data from an open sequential file."
+
+#: 03020202.xhp#hd_id3125863.3.help.text
+msgctxt "03020202.xhp#hd_id3125863.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020202.xhp#par_id3150440.4.help.text
+msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+
+#: 03020202.xhp#hd_id3146121.5.help.text
+msgctxt "03020202.xhp#hd_id3146121.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
+
+#: 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 "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."
+
+#: 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 "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\"."
+
+#: 03020202.xhp#par_id3156442.10.help.text
+msgid "Records that are separated by 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 "Records that are separated by 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."
+
+#: 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 "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
+
+#: 03020202.xhp#hd_id3152578.12.help.text
+msgctxt "03020202.xhp#hd_id3152578.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020202.xhp#par_id3144765.13.help.text
+msgctxt "03020202.xhp#par_id3144765.13.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020202.xhp#par_id3145799.14.help.text
+msgctxt "03020202.xhp#par_id3145799.14.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020202.xhp#par_id3145252.15.help.text
+msgctxt "03020202.xhp#par_id3145252.15.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020202.xhp#par_id3149410.16.help.text
+msgctxt "03020202.xhp#par_id3149410.16.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020202.xhp#par_id3149959.39.help.text
+msgctxt "03020202.xhp#par_id3149959.39.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020202.xhp#par_id3153417.17.help.text
+msgctxt "03020202.xhp#par_id3153417.17.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020202.xhp#par_id3150752.19.help.text
+msgctxt "03020202.xhp#par_id3150752.19.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020202.xhp#par_id3153707.20.help.text
+msgctxt "03020202.xhp#par_id3153707.20.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020202.xhp#par_id3150321.21.help.text
+msgctxt "03020202.xhp#par_id3150321.21.help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020202.xhp#par_id3154756.22.help.text
+msgctxt "03020202.xhp#par_id3154756.22.help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Print #iNumber, \"This is another line of text\""
+
+#: 03020202.xhp#par_id3148408.23.help.text
+msgctxt "03020202.xhp#par_id3148408.23.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020202.xhp#par_id3155937.27.help.text
+msgctxt "03020202.xhp#par_id3155937.27.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020202.xhp#par_id3154702.28.help.text
+msgctxt "03020202.xhp#par_id3154702.28.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020202.xhp#par_id3155959.29.help.text
+msgctxt "03020202.xhp#par_id3155959.29.help.text"
+msgid "While not eof(iNumber)"
+msgstr "While not eof(iNumber)"
+
+#: 03020202.xhp#par_id3145232.30.help.text
+msgctxt "03020202.xhp#par_id3145232.30.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020202.xhp#par_id3147345.31.help.text
+msgctxt "03020202.xhp#par_id3147345.31.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020202.xhp#par_id3150298.32.help.text
+msgctxt "03020202.xhp#par_id3150298.32.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020202.xhp#par_id3154021.34.help.text
+msgctxt "03020202.xhp#par_id3154021.34.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020202.xhp#par_id3154665.35.help.text
+msgctxt "03020202.xhp#par_id3154665.35.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020202.xhp#par_id3155607.36.help.text
+msgctxt "03020202.xhp#par_id3155607.36.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020202.xhp#par_id3153268.40.help.text
+msgctxt "03020202.xhp#par_id3153268.40.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020202.xhp#par_id3152584.37.help.text
+msgctxt "03020202.xhp#par_id3152584.37.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03050100.xhp#tit.help.text
+msgid "Erl Function [Runtime]"
+msgstr "Erl Function [Runtime]"
+
+#: 03050100.xhp#bm_id3157896.help.text
+msgid "<bookmark_value>Erl function</bookmark_value>"
+msgstr "<bookmark_value>Erl function</bookmark_value>"
+
+#: 03050100.xhp#hd_id3157896.1.help.text
+msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
+
+#: 03050100.xhp#par_id3153394.2.help.text
+msgid "Returns the line number where an error occurred during program execution."
+msgstr "Returns the line number where an error occurred during program execution."
+
+#: 03050100.xhp#hd_id3147574.3.help.text
+msgctxt "03050100.xhp#hd_id3147574.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03050100.xhp#par_id3146795.4.help.text
+msgid "Erl"
+msgstr "Erl"
+
+#: 03050100.xhp#hd_id3147265.5.help.text
+msgctxt "03050100.xhp#hd_id3147265.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03050100.xhp#par_id3154924.6.help.text
+msgctxt "03050100.xhp#par_id3154924.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03050100.xhp#hd_id3150792.7.help.text
+msgctxt "03050100.xhp#hd_id3150792.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03050100.xhp#par_id3153771.8.help.text
+msgid "The Erl function only returns a line number, and not a line label."
+msgstr "The Erl function only returns a line number, and not a line label."
+
+#: 03050100.xhp#hd_id3146921.9.help.text
+msgctxt "03050100.xhp#hd_id3146921.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03050100.xhp#par_id3146975.10.help.text
+msgctxt "03050100.xhp#par_id3146975.10.help.text"
+msgid "sub ExampleError"
+msgstr "sub ExampleError"
+
+#: 03050100.xhp#par_id3150010.11.help.text
+msgctxt "03050100.xhp#par_id3150010.11.help.text"
+msgid "on error goto ErrorHandler REM Set up error handler"
+msgstr "on error goto ErrorHandler REM Set up error handler"
+
+#: 03050100.xhp#par_id3155308.12.help.text
+msgctxt "03050100.xhp#par_id3155308.12.help.text"
+msgid "Dim iVar as Integer"
+msgstr "Dim iVar as Integer"
+
+#: 03050100.xhp#par_id3149482.13.help.text
+msgctxt "03050100.xhp#par_id3149482.13.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03050100.xhp#par_id3153188.14.help.text
+msgid "REM Error caused by non-existent file"
+msgstr "REM Error caused by non-existent file"
+
+#: 03050100.xhp#par_id3159155.15.help.text
+msgctxt "03050100.xhp#par_id3159155.15.help.text"
+msgid "iVar = Freefile"
+msgstr "iVar = Freefile"
+
+#: 03050100.xhp#par_id3146120.16.help.text
+msgctxt "03050100.xhp#par_id3146120.16.help.text"
+msgid "Open \"\\file9879.txt\" for Input as #iVar"
+msgstr "Open \"\\file9879.txt\" for Input as #iVar"
+
+#: 03050100.xhp#par_id3147349.17.help.text
+msgctxt "03050100.xhp#par_id3147349.17.help.text"
+msgid "Line Input #iVar, sVar"
+msgstr "Line Input #iVar, sVar"
+
+#: 03050100.xhp#par_id3151073.18.help.text
+msgctxt "03050100.xhp#par_id3151073.18.help.text"
+msgid "Close #iVar"
+msgstr "Close #iVar"
+
+#: 03050100.xhp#par_id3148456.19.help.text
+msgctxt "03050100.xhp#par_id3148456.19.help.text"
+msgid "exit sub"
+msgstr "exit sub"
+
+#: 03050100.xhp#par_id3147394.20.help.text
+msgctxt "03050100.xhp#par_id3147394.20.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 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 "MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+
+#: 03050100.xhp#par_id3153878.22.help.text
+msgctxt "03050100.xhp#par_id3153878.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120303.xhp#tit.help.text
+msgid "Left Function [Runtime]"
+msgstr "Left Function [Runtime]"
+
+#: 03120303.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>Left function</bookmark_value>"
+msgstr "<bookmark_value>Left function</bookmark_value>"
+
+#: 03120303.xhp#hd_id3149346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
+
+#: 03120303.xhp#par_id3147242.2.help.text
+msgid "Returns the number of leftmost characters that you specify of a string expression."
+msgstr "Returns the number of leftmost characters that you specify of a string expression."
+
+#: 03120303.xhp#hd_id3156153.3.help.text
+msgctxt "03120303.xhp#hd_id3156153.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120303.xhp#par_id3150771.4.help.text
+msgid "Left (Text As String, n As Long)"
+msgstr "Left (Text As String, n As Long)"
+
+#: 03120303.xhp#hd_id3153824.5.help.text
+msgctxt "03120303.xhp#hd_id3153824.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120303.xhp#par_id3147530.6.help.text
+msgctxt "03120303.xhp#par_id3147530.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120303.xhp#hd_id3148946.7.help.text
+msgctxt "03120303.xhp#hd_id3148946.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120303.xhp#par_id3148552.8.help.text
+msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
+msgstr "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
+
+#: 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 "<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."
+
+#: 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 "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
+
+#: 03120303.xhp#hd_id3125863.11.help.text
+msgctxt "03120303.xhp#hd_id3125863.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120303.xhp#par_id3144761.12.help.text
+msgctxt "03120303.xhp#par_id3144761.12.help.text"
+msgid "Sub ExampleUSDate"
+msgstr "Sub ExampleUSDate"
+
+#: 03120303.xhp#par_id3153194.13.help.text
+msgctxt "03120303.xhp#par_id3153194.13.help.text"
+msgid "Dim sInput As String"
+msgstr "Dim sInput As String"
+
+#: 03120303.xhp#par_id3154217.14.help.text
+msgctxt "03120303.xhp#par_id3154217.14.help.text"
+msgid "Dim sUS_date As String"
+msgstr "Dim sUS_date As String"
+
+#: 03120303.xhp#par_id3150448.15.help.text
+msgctxt "03120303.xhp#par_id3150448.15.help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+
+#: 03120303.xhp#par_id3149203.16.help.text
+msgctxt "03120303.xhp#par_id3149203.16.help.text"
+msgid "sUS_date = Mid(sInput, 6, 2)"
+msgstr "sUS_date = Mid(sInput, 6, 2)"
+
+#: 03120303.xhp#par_id3150439.17.help.text
+msgctxt "03120303.xhp#par_id3150439.17.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120303.xhp#par_id3153770.18.help.text
+msgctxt "03120303.xhp#par_id3153770.18.help.text"
+msgid "sUS_date = sUS_date & Right(sInput, 2)"
+msgstr "sUS_date = sUS_date & Right(sInput, 2)"
+
+#: 03120303.xhp#par_id3161833.19.help.text
+msgctxt "03120303.xhp#par_id3161833.19.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120303.xhp#par_id3147215.20.help.text
+msgctxt "03120303.xhp#par_id3147215.20.help.text"
+msgid "sUS_date = sUS_date & Left(sInput, 4)"
+msgstr "sUS_date = sUS_date & Left(sInput, 4)"
+
+#: 03120303.xhp#par_id3149666.21.help.text
+msgctxt "03120303.xhp#par_id3149666.21.help.text"
+msgid "MsgBox sUS_date"
+msgstr "MsgBox sUS_date"
+
+#: 03120303.xhp#par_id3153138.22.help.text
+msgctxt "03120303.xhp#par_id3153138.22.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090407.xhp#tit.help.text
+msgid "Rem Statement [Runtime]"
+msgstr "Rem Statement [Runtime]"
+
+#: 03090407.xhp#bm_id3154347.help.text
+msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+msgstr "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+
+#: 03090407.xhp#hd_id3154347.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
+
+#: 03090407.xhp#par_id3153525.2.help.text
+msgid "Specifies that a program line is a comment."
+msgstr "Specifies that a program line is a comment."
+
+#: 03090407.xhp#hd_id3153360.3.help.text
+msgctxt "03090407.xhp#hd_id3153360.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090407.xhp#par_id3154141.4.help.text
+msgid "Rem Text"
+msgstr "Rem Text"
+
+#: 03090407.xhp#hd_id3151042.5.help.text
+msgctxt "03090407.xhp#hd_id3151042.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090407.xhp#par_id3150869.6.help.text
+msgid "<emph>Text:</emph> Any text that serves as a comment."
+msgstr "<emph>Text:</emph> Any text that serves as a comment."
+
+#: 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 "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."
+
+#: 03090407.xhp#par_id6187017.help.text
+msgid "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
+msgstr "You can use a space followed by the underline character _ as the last two characters of a line to continue the logical line on the next line. To continue comment lines, you must enter \"Option Compatible\" in the same Basic module."
+
+#: 03090407.xhp#hd_id3150012.8.help.text
+msgctxt "03090407.xhp#hd_id3150012.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090407.xhp#par_id3152939.9.help.text
+msgid "Sub ExampleMid"
+msgstr "Sub ExampleMid"
+
+#: 03090407.xhp#par_id3153142.10.help.text
+msgid "DIM sVar As String"
+msgstr "DIM sVar As String"
+
+#: 03090407.xhp#par_id3145365.11.help.text
+msgctxt "03090407.xhp#par_id3145365.11.help.text"
+msgid "sVar = \"Las Vegas\""
+msgstr "sVar = \"Las Vegas\""
+
+#: 03090407.xhp#par_id3146984.12.help.text
+msgid "Print Mid(sVar,3,5) REM Returns \"s Veg\""
+msgstr "Print Mid(sVar,3,5) REM Returns \"s Veg\""
+
+#: 03090407.xhp#par_id3153140.13.help.text
+msgid "REM Nothing occurs here"
+msgstr "REM Nothing occurs here"
+
+#: 03090407.xhp#par_id3152596.14.help.text
+msgctxt "03090407.xhp#par_id3152596.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120315.xhp#tit.help.text
+msgid "Join Function [Runtime]"
+msgstr "Join Function [Runtime]"
+
+#: 03120315.xhp#bm_id3149416.help.text
+msgid "<bookmark_value>Join function</bookmark_value>"
+msgstr "<bookmark_value>Join function</bookmark_value>"
+
+#: 03120315.xhp#hd_id3149416.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
+
+#: 03120315.xhp#par_id3149670.2.help.text
+msgid "Returns a string from a number of substrings in a string array."
+msgstr "Returns a string from a number of substrings in a string array."
+
+#: 03120315.xhp#hd_id3159414.3.help.text
+msgctxt "03120315.xhp#hd_id3159414.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120315.xhp#par_id3156344.4.help.text
+msgid "Join (Text As String Array, delimiter)"
+msgstr "Join (Text As String Array, delimiter)"
+
+#: 03120315.xhp#hd_id3150400.5.help.text
+msgctxt "03120315.xhp#hd_id3150400.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120315.xhp#par_id3150359.6.help.text
+msgctxt "03120315.xhp#par_id3150359.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120315.xhp#hd_id3148798.7.help.text
+msgctxt "03120315.xhp#hd_id3148798.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120315.xhp#par_id3145171.8.help.text
+msgid "<emph>Text:</emph> A string array."
+msgstr "<emph>Text:</emph> A string array."
+
+#: 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 "<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."
+
+#: 03120315.xhp#hd_id3154218.10.help.text
+msgctxt "03120315.xhp#hd_id3154218.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080401.xhp#tit.help.text
+msgid "Sqr Function [Runtime]"
+msgstr "Sqr Function [Runtime]"
+
+#: 03080401.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>Sqr function</bookmark_value>"
+msgstr "<bookmark_value>Sqr function</bookmark_value>"
+
+#: 03080401.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
+
+#: 03080401.xhp#par_id3147226.2.help.text
+msgid "Calculates the square root of a numeric expression."
+msgstr "Calculates the square root of a numeric expression."
+
+#: 03080401.xhp#hd_id3143267.3.help.text
+msgctxt "03080401.xhp#hd_id3143267.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080401.xhp#par_id3149415.4.help.text
+msgid "Sqr (Number)"
+msgstr "Sqr (Number)"
+
+#: 03080401.xhp#hd_id3156023.5.help.text
+msgctxt "03080401.xhp#hd_id3156023.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080401.xhp#par_id3156343.6.help.text
+msgctxt "03080401.xhp#par_id3156343.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080401.xhp#hd_id3147265.7.help.text
+msgctxt "03080401.xhp#hd_id3147265.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080401.xhp#par_id3149457.8.help.text
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
+msgstr "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
+
+#: 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 "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
+
+#: 03080401.xhp#hd_id3153192.10.help.text
+msgctxt "03080401.xhp#hd_id3153192.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080401.xhp#par_id3145172.11.help.text
+msgid "Sub ExampleSqr"
+msgstr "Sub ExampleSqr"
+
+#: 03080401.xhp#par_id3156423.12.help.text
+msgctxt "03080401.xhp#par_id3156423.12.help.text"
+msgid "Dim iVar As Single"
+msgstr "Dim iVar As Single"
+
+#: 03080401.xhp#par_id3147288.13.help.text
+msgctxt "03080401.xhp#par_id3147288.13.help.text"
+msgid "iVar = 36"
+msgstr "iVar = 36"
+
+#: 03080401.xhp#par_id3159254.14.help.text
+msgctxt "03080401.xhp#par_id3159254.14.help.text"
+msgid "Msgbox Sqr(iVar)"
+msgstr "Msgbox Sqr(iVar)"
+
+#: 03080401.xhp#par_id3161832.15.help.text
+msgctxt "03080401.xhp#par_id3161832.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03050500.xhp#tit.help.text
+msgid "On Error GoTo ... Resume Statement [Runtime]"
+msgstr "On Error GoTo ... Resume Statement [Runtime]"
+
+#: 03050500.xhp#bm_id3146795.help.text
+msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgstr "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
+
+#: 03050500.xhp#par_id3150358.2.help.text
+msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+msgstr "Enables an error-handling routine after an error occurs, or resumes program execution."
+
+#: 03050500.xhp#hd_id3151212.3.help.text
+msgctxt "03050500.xhp#hd_id3151212.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03050500.xhp#par_id3145173.4.help.text
+msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+msgstr "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+
+#: 03050500.xhp#hd_id3154125.5.help.text
+msgctxt "03050500.xhp#hd_id3154125.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+
+#: 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 "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
+
+#: 03050500.xhp#par_id3149482.9.help.text
+msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+msgstr "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+
+#: 03050500.xhp#par_id3149483.9.help.text
+msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
+msgstr "<emph>Local:</emph> \"On error\" is global in scope, and remains active until cancelled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is cancelled automatically, and any previous global setting is restored."
+
+#: 03050500.xhp#par_id3148619.10.help.text
+msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
+msgstr ""
+
+#: 03050500.xhp#hd_id3146985.11.help.text
+msgctxt "03050500.xhp#hd_id3146985.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03050500.xhp#par_id3152460.42.help.text
+msgctxt "03050500.xhp#par_id3152460.42.help.text"
+msgid "Sub ExampleReset"
+msgstr "Sub ExampleReset"
+
+#: 03050500.xhp#par_id3163712.43.help.text
+msgctxt "03050500.xhp#par_id3163712.43.help.text"
+msgid "On Error Goto ErrorHandler"
+msgstr "On Error Goto ErrorHandler"
+
+#: 03050500.xhp#par_id3146119.44.help.text
+msgctxt "03050500.xhp#par_id3146119.44.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03050500.xhp#par_id3145749.45.help.text
+msgctxt "03050500.xhp#par_id3145749.45.help.text"
+msgid "Dim iCount As Integer"
+msgstr "Dim iCount As Integer"
+
+#: 03050500.xhp#par_id3153091.46.help.text
+msgctxt "03050500.xhp#par_id3153091.46.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03050500.xhp#par_id3148576.47.help.text
+msgctxt "03050500.xhp#par_id3148576.47.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03050500.xhp#par_id3147348.48.help.text
+msgctxt "03050500.xhp#par_id3147348.48.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03050500.xhp#par_id3154944.50.help.text
+msgctxt "03050500.xhp#par_id3154944.50.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03050500.xhp#par_id3153158.51.help.text
+msgctxt "03050500.xhp#par_id3153158.51.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03050500.xhp#par_id3153876.52.help.text
+msgctxt "03050500.xhp#par_id3153876.52.help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03050500.xhp#par_id3149581.53.help.text
+msgctxt "03050500.xhp#par_id3149581.53.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03050500.xhp#par_id3155602.55.help.text
+msgctxt "03050500.xhp#par_id3155602.55.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03050500.xhp#par_id3153415.56.help.text
+msgctxt "03050500.xhp#par_id3153415.56.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03050500.xhp#par_id3146970.57.help.text
+msgctxt "03050500.xhp#par_id3146970.57.help.text"
+msgid "For iCount = 1 to 5"
+msgstr "For iCount = 1 to 5"
+
+#: 03050500.xhp#par_id3153707.58.help.text
+msgctxt "03050500.xhp#par_id3153707.58.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03050500.xhp#par_id3156276.59.help.text
+msgctxt "03050500.xhp#par_id3156276.59.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03050500.xhp#par_id3148993.60.help.text
+msgctxt "03050500.xhp#par_id3148993.60.help.text"
+msgid "rem"
+msgstr "rem"
+
+#: 03050500.xhp#par_id3153764.61.help.text
+msgctxt "03050500.xhp#par_id3153764.61.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03050500.xhp#par_id3154754.62.help.text
+msgctxt "03050500.xhp#par_id3154754.62.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03050500.xhp#par_id3159264.63.help.text
+msgctxt "03050500.xhp#par_id3159264.63.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03050500.xhp#par_id3150042.64.help.text
+msgctxt "03050500.xhp#par_id3150042.64.help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03050500.xhp#par_id3151251.65.help.text
+msgctxt "03050500.xhp#par_id3151251.65.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 03050500.xhp#par_id3149106.66.help.text
+msgctxt "03050500.xhp#par_id3149106.66.help.text"
+msgid "Reset"
+msgstr "Reset"
+
+#: 03050500.xhp#par_id3146916.67.help.text
+msgctxt "03050500.xhp#par_id3146916.67.help.text"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr "MsgBox \"All files will be closed\",0,\"Error\""
+
+#: 03050500.xhp#par_id3149568.68.help.text
+msgctxt "03050500.xhp#par_id3149568.68.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03101000.xhp#tit.help.text
+msgid "CStr Function [Runtime]"
+msgstr "CStr Function [Runtime]"
+
+#: 03101000.xhp#bm_id3146958.help.text
+msgid "<bookmark_value>CStr function</bookmark_value>"
+msgstr "<bookmark_value>CStr function</bookmark_value>"
+
+#: 03101000.xhp#hd_id3146958.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
+
+#: 03101000.xhp#par_id3147574.2.help.text
+msgid "Converts any numeric expression to a string expression."
+msgstr "Converts any numeric expression to a string expression."
+
+#: 03101000.xhp#hd_id3148473.3.help.text
+msgctxt "03101000.xhp#hd_id3148473.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101000.xhp#par_id3145315.4.help.text
+msgid "CStr (Expression)"
+msgstr "CStr (Expression)"
+
+#: 03101000.xhp#hd_id3153062.5.help.text
+msgctxt "03101000.xhp#hd_id3153062.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03101000.xhp#par_id3153897.6.help.text
+msgctxt "03101000.xhp#par_id3153897.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03101000.xhp#hd_id3154760.7.help.text
+msgctxt "03101000.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101000.xhp#par_id3149457.8.help.text
+msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+msgstr "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+
+#: 03101000.xhp#hd_id3150358.9.help.text
+msgid "Expression Types and Conversion Returns"
+msgstr "Expression Types and Conversion Returns"
+
+#: 03101000.xhp#par_id3153192.10.help.text
+msgid "Boolean :"
+msgstr "Boolean :"
+
+#: 03101000.xhp#par_id3156422.11.help.text
+msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+msgstr "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+
+#: 03101000.xhp#par_id3147287.12.help.text
+msgid "Date :"
+msgstr "Date :"
+
+#: 03101000.xhp#par_id3155411.13.help.text
+msgid "String that contains the date and time."
+msgstr "String that contains the date and time."
+
+#: 03101000.xhp#par_id3147428.14.help.text
+msgid "Null :"
+msgstr "Null :"
+
+#: 03101000.xhp#par_id3150486.15.help.text
+msgid "Run-time error."
+msgstr "Run-time error."
+
+#: 03101000.xhp#par_id3153953.16.help.text
+msgid "Empty :"
+msgstr "Empty :"
+
+#: 03101000.xhp#par_id3155306.17.help.text
+msgid "String without any characters."
+msgstr "String without any characters."
+
+#: 03101000.xhp#par_id3149260.18.help.text
+msgid "Any :"
+msgstr "Any :"
+
+#: 03101000.xhp#par_id3152938.19.help.text
+msgid "Corresponding number as string."
+msgstr "Corresponding number as string."
+
+#: 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 "Zeros at the end of a floating-point number are not included in the returned string."
+
+#: 03101000.xhp#hd_id3154729.21.help.text
+msgctxt "03101000.xhp#hd_id3154729.21.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101000.xhp#par_id3153878.22.help.text
+msgid "Sub ExampleCSTR"
+msgstr "Sub ExampleCSTR"
+
+#: 03101000.xhp#par_id3154943.23.help.text
+msgctxt "03101000.xhp#par_id3154943.23.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03101000.xhp#par_id3156283.24.help.text
+msgctxt "03101000.xhp#par_id3156283.24.help.text"
+msgid "Msgbox CDbl(1234.5678)"
+msgstr "Msgbox CDbl(1234.5678)"
+
+#: 03101000.xhp#par_id3147396.25.help.text
+msgctxt "03101000.xhp#par_id3147396.25.help.text"
+msgid "Msgbox CInt(1234.5678)"
+msgstr "Msgbox CInt(1234.5678)"
+
+#: 03101000.xhp#par_id3155600.26.help.text
+msgctxt "03101000.xhp#par_id3155600.26.help.text"
+msgid "Msgbox CLng(1234.5678)"
+msgstr "Msgbox CLng(1234.5678)"
+
+#: 03101000.xhp#par_id3153416.27.help.text
+msgctxt "03101000.xhp#par_id3153416.27.help.text"
+msgid "Msgbox CSng(1234.5678)"
+msgstr "Msgbox CSng(1234.5678)"
+
+#: 03101000.xhp#par_id3156559.28.help.text
+msgid "sVar = CStr(1234.5678)"
+msgstr "sVar = CStr(1234.5678)"
+
+#: 03101000.xhp#par_id3153947.29.help.text
+msgid "MsgBox sVar"
+msgstr "MsgBox sVar"
+
+#: 03101000.xhp#par_id3150327.30.help.text
+msgctxt "03101000.xhp#par_id3150327.30.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03102700.xhp#tit.help.text
+msgid "IsNumeric Function [Runtime]"
+msgstr "IsNumeric Function [Runtime]"
+
+#: 03102700.xhp#bm_id3145136.help.text
+msgid "<bookmark_value>IsNumeric function</bookmark_value>"
+msgstr "<bookmark_value>IsNumeric function</bookmark_value>"
+
+#: 03102700.xhp#hd_id3145136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03102700.xhp#hd_id3149415.3.help.text
+msgctxt "03102700.xhp#hd_id3149415.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102700.xhp#par_id3150771.4.help.text
+msgid "IsNumeric (Var)"
+msgstr "IsNumeric (Var)"
+
+#: 03102700.xhp#hd_id3148685.5.help.text
+msgctxt "03102700.xhp#hd_id3148685.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102700.xhp#par_id3148944.6.help.text
+msgctxt "03102700.xhp#par_id3148944.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102700.xhp#hd_id3148947.7.help.text
+msgctxt "03102700.xhp#hd_id3148947.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03102700.xhp#par_id3154760.8.help.text
+msgid "<emph>Var:</emph> Any expression that you want to test."
+msgstr "<emph>Var:</emph> Any expression that you want to test."
+
+#: 03102700.xhp#hd_id3149656.9.help.text
+msgctxt "03102700.xhp#hd_id3149656.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102700.xhp#par_id3154367.10.help.text
+msgid "Sub ExampleIsNumeric"
+msgstr "Sub ExampleIsNumeric"
+
+#: 03102700.xhp#par_id3156423.11.help.text
+msgid "Dim vVar as variant"
+msgstr "Dim vVar as variant"
+
+#: 03102700.xhp#par_id3154125.12.help.text
+msgid "vVar = \"ABC\""
+msgstr "vVar = \"ABC\""
+
+#: 03102700.xhp#par_id3147230.13.help.text
+msgid "Print IsNumeric(vVar) REM Returns False"
+msgstr "Print IsNumeric(vVar) REM Returns False"
+
+#: 03102700.xhp#par_id3156214.14.help.text
+msgid "vVar = \"123\""
+msgstr "vVar = \"123\""
+
+#: 03102700.xhp#par_id3154910.15.help.text
+msgid "Print IsNumeric(vVar) REM Returns True"
+msgstr "Print IsNumeric(vVar) REM Returns True"
+
+#: 03102700.xhp#par_id3147289.16.help.text
+msgctxt "03102700.xhp#par_id3147289.16.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03100080.xhp#tit.help.text
+msgid "CVErr Function [Runtime]"
+msgstr "CVErr Function [Runtime]"
+
+#: 03100080.xhp#bm_id531022.help.text
+msgid "<bookmark_value>CVErr function</bookmark_value>"
+msgstr "<bookmark_value>CVErr function</bookmark_value>"
+
+#: 03100080.xhp#par_idN1054B.help.text
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+
+#: 03100080.xhp#par_idN1055B.help.text
+msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+msgstr "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+
+#: 03100080.xhp#par_idN1055E.help.text
+msgctxt "03100080.xhp#par_idN1055E.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100080.xhp#par_idN10562.help.text
+msgid "CVErr(Expression)"
+msgstr "CVErr(Expression)"
+
+#: 03100080.xhp#par_idN10565.help.text
+msgctxt "03100080.xhp#par_idN10565.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100080.xhp#par_idN10569.help.text
+msgctxt "03100080.xhp#par_idN10569.help.text"
+msgid "Variant."
+msgstr "Variant."
+
+#: 03100080.xhp#par_idN1056C.help.text
+msgctxt "03100080.xhp#par_idN1056C.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03100080.xhp#par_idN10570.help.text
+msgctxt "03100080.xhp#par_idN10570.help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Expression: Any string or numeric expression that you want to convert."
+
+#: 03030120.xhp#tit.help.text
+msgid "DateDiff Function [Runtime]"
+msgstr "DateDiff Function [Runtime]"
+
+#: 03030120.xhp#bm_id6134830.help.text
+msgid "<bookmark_value>DateDiff function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff function</bookmark_value>"
+
+#: 03030120.xhp#par_idN10542.help.text
+msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+
+#: 03030120.xhp#par_idN10546.help.text
+msgid "Returns the number of date intervals between two given date values."
+msgstr "Returns the number of date intervals between two given date values."
+
+#: 03030120.xhp#par_idN10549.help.text
+msgctxt "03030120.xhp#par_idN10549.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030120.xhp#par_idN10648.help.text
+msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+
+#: 03030120.xhp#par_idN1064B.help.text
+msgctxt "03030120.xhp#par_idN1064B.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030120.xhp#par_idN1064F.help.text
+msgid "A number."
+msgstr "A number."
+
+#: 03030120.xhp#par_idN10652.help.text
+msgctxt "03030120.xhp#par_idN10652.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03030120.xhp#par_idN10656.help.text
+msgctxt "03030120.xhp#par_idN10656.help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+
+#: 03030120.xhp#par_idN10664.help.text
+msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
+msgstr "<emph>Date1, Date2</emph> - The two date values to be compared."
+
+#: 03030120.xhp#par_idN1066A.help.text
+msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week. "
+msgstr "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week. "
+
+#: 03030120.xhp#par_idN1067A.help.text
+msgid "Week_start value"
+msgstr "Week_start value"
+
+#: 03030120.xhp#par_idN10680.help.text
+msgctxt "03030120.xhp#par_idN10680.help.text"
+msgid "Explanation"
+msgstr "Explanation"
+
+#: 03030120.xhp#par_idN10687.help.text
+msgctxt "03030120.xhp#par_idN10687.help.text"
+msgid "0"
+msgstr "0"
+
+#: 03030120.xhp#par_idN1068D.help.text
+msgctxt "03030120.xhp#par_idN1068D.help.text"
+msgid "Use system default value"
+msgstr "Use system default value"
+
+#: 03030120.xhp#par_idN10694.help.text
+msgctxt "03030120.xhp#par_idN10694.help.text"
+msgid "1"
+msgstr "1"
+
+#: 03030120.xhp#par_idN1069A.help.text
+msgid "Sunday (default)"
+msgstr "Sunday (default)"
+
+#: 03030120.xhp#par_idN106A1.help.text
+msgctxt "03030120.xhp#par_idN106A1.help.text"
+msgid "2"
+msgstr "2"
+
+#: 03030120.xhp#par_idN106A7.help.text
+msgid "Monday"
+msgstr "Monday"
+
+#: 03030120.xhp#par_idN106AE.help.text
+msgctxt "03030120.xhp#par_idN106AE.help.text"
+msgid "3"
+msgstr "3"
+
+#: 03030120.xhp#par_idN106B4.help.text
+msgid "Tuesday"
+msgstr "Tuesday"
+
+#: 03030120.xhp#par_idN106BB.help.text
+msgctxt "03030120.xhp#par_idN106BB.help.text"
+msgid "4"
+msgstr "4"
+
+#: 03030120.xhp#par_idN106C1.help.text
+msgid "Wednesday"
+msgstr "Wednesday"
+
+#: 03030120.xhp#par_idN106C8.help.text
+msgctxt "03030120.xhp#par_idN106C8.help.text"
+msgid "5"
+msgstr "5"
+
+#: 03030120.xhp#par_idN106CE.help.text
+msgid "Thursday"
+msgstr "Thursday"
+
+#: 03030120.xhp#par_idN106D5.help.text
+msgctxt "03030120.xhp#par_idN106D5.help.text"
+msgid "6"
+msgstr "6"
+
+#: 03030120.xhp#par_idN106DB.help.text
+msgid "Friday"
+msgstr "Friday"
+
+#: 03030120.xhp#par_idN106E2.help.text
+msgctxt "03030120.xhp#par_idN106E2.help.text"
+msgid "7"
+msgstr "7"
+
+#: 03030120.xhp#par_idN106E8.help.text
+msgid "Saturday"
+msgstr "Saturday"
+
+#: 03030120.xhp#par_idN106EB.help.text
+msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year. "
+msgstr "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year. "
+
+#: 03030120.xhp#par_idN106FB.help.text
+msgid "Year_start value"
+msgstr "Year_start value"
+
+#: 03030120.xhp#par_idN10701.help.text
+msgctxt "03030120.xhp#par_idN10701.help.text"
+msgid "Explanation"
+msgstr "Explanation"
+
+#: 03030120.xhp#par_idN10708.help.text
+msgctxt "03030120.xhp#par_idN10708.help.text"
+msgid "0"
+msgstr "0"
+
+#: 03030120.xhp#par_idN1070E.help.text
+msgctxt "03030120.xhp#par_idN1070E.help.text"
+msgid "Use system default value"
+msgstr "Use system default value"
+
+#: 03030120.xhp#par_idN10715.help.text
+msgctxt "03030120.xhp#par_idN10715.help.text"
+msgid "1"
+msgstr "1"
+
+#: 03030120.xhp#par_idN1071B.help.text
+msgid "Week 1 is the week with January, 1st (default)"
+msgstr "Week 1 is the week with January, 1st (default)"
+
+#: 03030120.xhp#par_idN10722.help.text
+msgctxt "03030120.xhp#par_idN10722.help.text"
+msgid "2"
+msgstr "2"
+
+#: 03030120.xhp#par_idN10728.help.text
+msgid "Week 1 is the first week containing four or more days of that year"
+msgstr "Week 1 is the first week containing four or more days of that year"
+
+#: 03030120.xhp#par_idN1072F.help.text
+msgctxt "03030120.xhp#par_idN1072F.help.text"
+msgid "3"
+msgstr "3"
+
+#: 03030120.xhp#par_idN10735.help.text
+msgid "Week 1 is the first week containing only days of the new year"
+msgstr "Week 1 is the first week containing only days of the new year"
+
+#: 03030120.xhp#par_idN10738.help.text
+msgctxt "03030120.xhp#par_idN10738.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030120.xhp#par_idN1073C.help.text
+msgid "Sub example_datediff"
+msgstr "Sub example_datediff"
+
+#: 03030120.xhp#par_idN1073F.help.text
+msgid "msgbox DateDiff(\"d\", \"1/1/2005\", \"12/31/2005\")"
+msgstr "msgbox DateDiff(\"d\", \"1/1/2005\", \"12/31/2005\")"
+
+#: 03030120.xhp#par_idN10742.help.text
+msgctxt "03030120.xhp#par_idN10742.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020000.xhp#tit.help.text
+msgid "File I/O Functions"
+msgstr "File I/O Functions"
+
+#: 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 "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
+
+#: 03020000.xhp#par_id3153360.2.help.text
+msgid "Use File I/O functions to create and manage user-defined (data) files."
+msgstr "Use File I/O functions to create and manage user-defined (data) files."
+
+#: 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 "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."
+
+#: 03020302.xhp#tit.help.text
+msgid "Loc Function [Runtime]"
+msgstr "Loc Function [Runtime]"
+
+#: 03020302.xhp#bm_id3148663.help.text
+msgid "<bookmark_value>Loc function</bookmark_value>"
+msgstr "<bookmark_value>Loc function</bookmark_value>"
+
+#: 03020302.xhp#hd_id3148663.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+
+#: 03020302.xhp#par_id3154138.2.help.text
+msgid "Returns the current position in an open file."
+msgstr "Returns the current position in an open file."
+
+#: 03020302.xhp#hd_id3156422.3.help.text
+msgctxt "03020302.xhp#hd_id3156422.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020302.xhp#par_id3150768.4.help.text
+msgid "Loc(FileNumber)"
+msgstr "Loc(FileNumber)"
+
+#: 03020302.xhp#hd_id3150440.5.help.text
+msgctxt "03020302.xhp#hd_id3150440.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020302.xhp#par_id3152578.6.help.text
+msgctxt "03020302.xhp#par_id3152578.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020302.xhp#hd_id3152462.7.help.text
+msgctxt "03020302.xhp#hd_id3152462.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03120302.xhp#tit.help.text
+msgid "LCase Function [Runtime]"
+msgstr "LCase Function [Runtime]"
+
+#: 03120302.xhp#bm_id3152363.help.text
+msgid "<bookmark_value>LCase function</bookmark_value>"
+msgstr "<bookmark_value>LCase function</bookmark_value>"
+
+#: 03120302.xhp#hd_id3152363.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
+
+#: 03120302.xhp#par_id3145609.2.help.text
+msgid "Converts all uppercase letters in a string to lowercase."
+msgstr "Converts all uppercase letters in a string to lowercase."
+
+#: 03120302.xhp#par_id3154347.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+msgstr "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+
+#: 03120302.xhp#hd_id3149456.4.help.text
+msgctxt "03120302.xhp#hd_id3149456.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120302.xhp#par_id3150791.5.help.text
+msgid "LCase (Text As String)"
+msgstr "LCase (Text As String)"
+
+#: 03120302.xhp#hd_id3154940.6.help.text
+msgctxt "03120302.xhp#hd_id3154940.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120302.xhp#par_id3144760.7.help.text
+msgctxt "03120302.xhp#par_id3144760.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120302.xhp#hd_id3151043.8.help.text
+msgctxt "03120302.xhp#hd_id3151043.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120302.xhp#par_id3153193.9.help.text
+msgctxt "03120302.xhp#par_id3153193.9.help.text"
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>Text:</emph> Any string expression that you want to convert."
+
+#: 03120302.xhp#hd_id3148451.10.help.text
+msgctxt "03120302.xhp#hd_id3148451.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120302.xhp#par_id3149203.11.help.text
+msgctxt "03120302.xhp#par_id3149203.11.help.text"
+msgid "Sub ExampleLUCase"
+msgstr "Sub ExampleLUCase"
+
+#: 03120302.xhp#par_id3150440.12.help.text
+msgctxt "03120302.xhp#par_id3150440.12.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03120302.xhp#par_id3153367.13.help.text
+msgctxt "03120302.xhp#par_id3153367.13.help.text"
+msgid "sVar = \"Las Vegas\""
+msgstr "sVar = \"Las Vegas\""
+
+#: 03120302.xhp#par_id3146121.14.help.text
+msgid "Print LCase(sVar) REM Returns \"las vegas\""
+msgstr "Print LCase(sVar) REM Returns \"las vegas\""
+
+#: 03120302.xhp#par_id3146986.15.help.text
+msgid "Print UCase(sVar) REM Returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM Returns \"LAS VEGAS\""
+
+#: 03120302.xhp#par_id3153575.16.help.text
+msgctxt "03120302.xhp#par_id3153575.16.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03100700.xhp#tit.help.text
+msgid "Const Statement [Runtime]"
+msgstr "Const Statement [Runtime]"
+
+#: 03100700.xhp#bm_id3146958.help.text
+msgid "<bookmark_value>Const statement</bookmark_value>"
+msgstr "<bookmark_value>Const statement</bookmark_value>"
+
+#: 03100700.xhp#hd_id3146958.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
+
+#: 03100700.xhp#par_id3154143.2.help.text
+msgid "Defines a string as a constant."
+msgstr "Defines a string as a constant."
+
+#: 03100700.xhp#hd_id3150670.3.help.text
+msgctxt "03100700.xhp#hd_id3150670.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100700.xhp#par_id3150984.4.help.text
+msgid "Const Text = Expression"
+msgstr "Const Text = Expression"
+
+#: 03100700.xhp#hd_id3147530.5.help.text
+msgctxt "03100700.xhp#hd_id3147530.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03100700.xhp#par_id3153897.6.help.text
+msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
+msgstr "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
+
+#: 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 "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:"
+
+#: 03100700.xhp#par_id3150542.8.help.text
+msgctxt "03100700.xhp#par_id3150542.8.help.text"
+msgid "CONST ConstName=Expression"
+msgstr "CONST ConstName=Expression"
+
+#: 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 "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."
+
+#: 03100700.xhp#hd_id3154366.10.help.text
+msgctxt "03100700.xhp#hd_id3154366.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100700.xhp#par_id3145420.11.help.text
+msgid "Sub ExampleConst"
+msgstr "Sub ExampleConst"
+
+#: 03100700.xhp#par_id3154217.12.help.text
+msgid "Const iVar = 1964"
+msgstr "Const iVar = 1964"
+
+#: 03100700.xhp#par_id3156281.13.help.text
+msgid "Msgbox iVar"
+msgstr "Msgbox iVar"
+
+#: 03100700.xhp#par_id3153969.14.help.text
+msgid "Const sVar = \"Program\", dVar As Double = 1.00"
+msgstr "Const sVar = \"Program\", dVar As Double = 1.00"
+
+#: 03100700.xhp#par_id3149560.15.help.text
+msgid "Msgbox sVar & \" \" & dVar"
+msgstr "Msgbox sVar & \" \" & dVar"
+
+#: 03100700.xhp#par_id3153368.16.help.text
+msgctxt "03100700.xhp#par_id3153368.16.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03010304.xhp#tit.help.text
+msgid "QBColor Function [Runtime]"
+msgstr "QBColor Function [Runtime]"
+
+#: 03010304.xhp#hd_id3149670.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
+
+#: 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 "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> colour code of the colour passed as a colour value through an older MS-DOS based programming system."
+
+#: 03010304.xhp#hd_id3154140.3.help.text
+msgctxt "03010304.xhp#hd_id3154140.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010304.xhp#par_id3151042.4.help.text
+msgid "QBColor (ColorNumber As Integer)"
+msgstr "QBColor (ColorNumber As Integer)"
+
+#: 03010304.xhp#hd_id3145172.5.help.text
+msgctxt "03010304.xhp#hd_id3145172.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010304.xhp#par_id3154685.6.help.text
+msgctxt "03010304.xhp#par_id3154685.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03010304.xhp#hd_id3156560.7.help.text
+msgctxt "03010304.xhp#hd_id3156560.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 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 "<emph>ColorNumber</emph>: Any integer expression that specifies the colour value of the colour passed from an older MS-DOS based programming system."
+
+#: 03010304.xhp#par_id3147318.9.help.text
+msgid "<emph>ColorNumber</emph> can be assigned the following values:"
+msgstr "<emph>ColorNumber</emph> can be assigned the following values:"
+
+#: 03010304.xhp#par_id3152576.10.help.text
+msgid "0 : Black"
+msgstr "0 : Black"
+
+#: 03010304.xhp#par_id3146975.11.help.text
+msgid "1 : Blue"
+msgstr "1 : Blue"
+
+#: 03010304.xhp#par_id3151116.12.help.text
+msgid "2 : Green"
+msgstr "2 : Green"
+
+#: 03010304.xhp#par_id3155412.13.help.text
+msgid "3 : Cyan"
+msgstr "3 : Cyan"
+
+#: 03010304.xhp#par_id3155306.14.help.text
+msgid "4 : Red"
+msgstr "4 : Red"
+
+#: 03010304.xhp#par_id3153364.15.help.text
+msgid "5 : Magenta"
+msgstr "5 : Magenta"
+
+#: 03010304.xhp#par_id3146119.16.help.text
+msgid "6 : Yellow"
+msgstr "6 : Yellow"
+
+#: 03010304.xhp#par_id3154730.17.help.text
+msgid "7 : White"
+msgstr "7 : White"
+
+#: 03010304.xhp#par_id3153877.18.help.text
+msgid "8 : Gray"
+msgstr "8 : Grey"
+
+#: 03010304.xhp#par_id3147124.19.help.text
+msgid "9 : Light Blue"
+msgstr "9 : Light Blue"
+
+#: 03010304.xhp#par_id3145646.20.help.text
+msgid "10 : Light Green"
+msgstr "10 : Light Green"
+
+#: 03010304.xhp#par_id3149958.21.help.text
+msgid "11 : Light Cyan"
+msgstr "11 : Light Cyan"
+
+#: 03010304.xhp#par_id3154943.22.help.text
+msgid "12 : Light Red"
+msgstr "12 : Light Red"
+
+#: 03010304.xhp#par_id3150715.23.help.text
+msgid "13 : Light Magenta"
+msgstr "13 : Light Magenta"
+
+#: 03010304.xhp#par_id3146970.24.help.text
+msgid "14 : Light Yellow"
+msgstr "14 : Light Yellow"
+
+#: 03010304.xhp#par_id3150750.25.help.text
+msgid "15 : Bright White"
+msgstr "15 : Bright White"
+
+#: 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 "This function is used only to convert from older MS-DOS based BASIC applications that use the above colour codes. The function returns a long integer value indicating the colour to be used in the $[officename] IDE."
+
+#: 03010304.xhp#hd_id3148406.27.help.text
+msgctxt "03010304.xhp#hd_id3148406.27.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010304.xhp#par_id3145642.28.help.text
+msgid "Sub ExampleQBColor"
+msgstr "Sub ExampleQBColour"
+
+#: 03010304.xhp#par_id3154256.29.help.text
+msgid "Dim iColor As Integer"
+msgstr "Dim iColour As Integer"
+
+#: 03010304.xhp#par_id3147340.30.help.text
+msgctxt "03010304.xhp#par_id3147340.30.help.text"
+msgid "Dim sText As String"
+msgstr "Dim sText As String"
+
+#: 03010304.xhp#par_id3155962.31.help.text
+msgid "iColor = 7"
+msgstr "iColour = 7"
+
+#: 03010304.xhp#par_id3145230.32.help.text
+msgid "sText = \"RGB= \" & Red(QBColor( iColor) ) & \":\" & Blue(QBColor( iColor) ) & \":\" & Green(QBColor( iColor) )"
+msgstr "sText = \"RGB= \" & Red(QBColor( iColour) ) & \":\" & Blue(QBColor( iColour) ) & \":\" & Green(QBColor( iColour) )"
+
+#: 03010304.xhp#par_id3149566.33.help.text
+msgid "MsgBox stext,0,\"Color \" & iColor"
+msgstr "MsgBox stext,0,\"Colour \" & iColour"
+
+#: 03010304.xhp#par_id3154705.34.help.text
+msgctxt "03010304.xhp#par_id3154705.34.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090301.xhp#tit.help.text
+msgid "GoSub...Return Statement [Runtime]"
+msgstr "GoSub...Return Statement [Runtime]"
+
+#: 03090301.xhp#bm_id3147242.help.text
+msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
+msgstr "<bookmark_value>GoSub...Return statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03090301.xhp#hd_id3145609.3.help.text
+msgctxt "03090301.xhp#hd_id3145609.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090301.xhp#par_id3145069.4.help.text
+msgctxt "03090301.xhp#par_id3145069.4.help.text"
+msgid "see Parameters"
+msgstr "see Parameters"
+
+#: 03090301.xhp#hd_id3147265.5.help.text
+msgctxt "03090301.xhp#hd_id3147265.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090301.xhp#par_id3148664.6.help.text
+msgctxt "03090301.xhp#par_id3148664.6.help.text"
+msgid "Sub/Function"
+msgstr "Sub/Function"
+
+#: 03090301.xhp#par_id3150400.7.help.text
+msgctxt "03090301.xhp#par_id3150400.7.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090301.xhp#par_id3154140.8.help.text
+msgid " Label"
+msgstr " Label"
+
+#: 03090301.xhp#par_id3150869.9.help.text
+msgctxt "03090301.xhp#par_id3150869.9.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090301.xhp#par_id3154909.10.help.text
+msgid "GoSub Label"
+msgstr "GoSub Label"
+
+#: 03090301.xhp#par_id3153969.11.help.text
+msgid "Exit Sub/Function"
+msgstr "Exit Sub/Function"
+
+#: 03090301.xhp#par_id3154685.12.help.text
+msgid "Label:"
+msgstr "Label:"
+
+#: 03090301.xhp#par_id3145786.13.help.text
+msgctxt "03090301.xhp#par_id3145786.13.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090301.xhp#par_id3159252.14.help.text
+msgctxt "03090301.xhp#par_id3159252.14.help.text"
+msgid "Return"
+msgstr "Return"
+
+#: 03090301.xhp#par_id3154321.15.help.text
+msgctxt "03090301.xhp#par_id3154321.15.help.text"
+msgid "End Sub/Function"
+msgstr "End Sub/Function"
+
+#: 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 "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 (\":\")."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03090301.xhp#hd_id3156284.20.help.text
+msgctxt "03090301.xhp#hd_id3156284.20.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090301.xhp#par_id3151073.21.help.text
+msgid "Sub ExampleGoSub"
+msgstr "Sub ExampleGoSub"
+
+#: 03090301.xhp#par_id3154097.22.help.text
+msgid "dim iInputa as Single"
+msgstr "dim iInputa as Single"
+
+#: 03090301.xhp#par_id3150715.23.help.text
+msgid "dim iInputb as Single"
+msgstr "dim iInputb as Single"
+
+#: 03090301.xhp#par_id3153416.24.help.text
+msgid "dim iInputc as Single"
+msgstr "dim iInputc as Single"
+
+#: 03090301.xhp#par_id3146970.25.help.text
+msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+msgstr "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+
+#: 03090301.xhp#par_id3150329.26.help.text
+msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+msgstr "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+
+#: 03090301.xhp#par_id3156277.27.help.text
+msgid "iInputc=iInputa"
+msgstr "iInputc=iInputa"
+
+#: 03090301.xhp#par_id3150321.28.help.text
+msgctxt "03090301.xhp#par_id3150321.28.help.text"
+msgid "GoSub SquareRoot"
+msgstr "GoSub SquareRoot"
+
+#: 03090301.xhp#par_id3154756.29.help.text
+msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+msgstr "Print \"The square root of\";iInputa;\" is\";iInputc"
+
+#: 03090301.xhp#par_id3155764.30.help.text
+msgid "iInputc=iInputb"
+msgstr "iInputc=iInputb"
+
+#: 03090301.xhp#par_id3152960.31.help.text
+msgctxt "03090301.xhp#par_id3152960.31.help.text"
+msgid "GoSub SquareRoot"
+msgstr "GoSub SquareRoot"
+
+#: 03090301.xhp#par_id3147340.32.help.text
+msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
+msgstr "Print \"The square root of\";iInputb;\" is\";iInputc"
+
+#: 03090301.xhp#par_id3166450.33.help.text
+msgctxt "03090301.xhp#par_id3166450.33.help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03090301.xhp#par_id3155176.34.help.text
+msgid "SquareRoot:"
+msgstr "SquareRoot:"
+
+#: 03090301.xhp#par_id3149257.35.help.text
+msgid "iInputc=sqr(iInputc)"
+msgstr "iInputc=sqr(iInputc)"
+
+#: 03090301.xhp#par_id3146316.36.help.text
+msgctxt "03090301.xhp#par_id3146316.36.help.text"
+msgid "Return"
+msgstr "Return"
+
+#: 03090301.xhp#par_id3154703.37.help.text
+msgctxt "03090301.xhp#par_id3154703.37.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: main0601.xhp#tit.help.text
+msgid "$[officename] Basic Help"
+msgstr "$[officename] Basic Help"
+
+#: main0601.xhp#hd_id3154232.1.help.text
+msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
+
+#: main0601.xhp#par_id3153894.4.help.text
+#, fuzzy
+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.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgstr "%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>"
+
+#: 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 <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
+msgstr ""
+
+#: main0601.xhp#hd_id3146957.9.help.text
+msgid "Working with %PRODUCTNAME Basic"
+msgstr "Working with %PRODUCTNAME Basic"
+
+#: main0601.xhp#hd_id3148473.7.help.text
+msgid "Help about the Help"
+msgstr "Help about the Help"
+
+#: 03080000.xhp#tit.help.text
+msgid "Numeric Functions"
+msgstr "Numeric Functions"
+
+#: 03080000.xhp#hd_id3153127.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03080000.xhp\" name=\"Numeric Functions\">Numeric Functions</link>"
+
+#: 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 "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."
+
+#: 03080800.xhp#tit.help.text
+msgid "Converting Numbers"
+msgstr "Converting Numbers"
+
+#: 03080800.xhp#hd_id3145315.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+
+#: 03080800.xhp#par_id3154760.2.help.text
+msgid "The following functions convert numbers from one number format to another."
+msgstr "The following functions convert numbers from one number format to another."
+
+#: 03070100.xhp#tit.help.text
+msgid "\"-\" Operator [Runtime]"
+msgstr "\"-\" Operator [Runtime]"
+
+#: 03070100.xhp#bm_id3156042.help.text
+msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+
+#: 03070100.xhp#hd_id3156042.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+
+#: 03070100.xhp#par_id3153345.2.help.text
+msgid "Subtracts two values."
+msgstr "Subtracts two values."
+
+#: 03070100.xhp#hd_id3149416.3.help.text
+msgctxt "03070100.xhp#hd_id3149416.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070100.xhp#par_id3156023.4.help.text
+msgid "Result = Expression1 - Expression2"
+msgstr "Result = Expression1 - Expression2"
+
+#: 03070100.xhp#hd_id3154760.5.help.text
+msgctxt "03070100.xhp#hd_id3154760.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03070100.xhp#par_id3147560.6.help.text
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
+msgstr "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
+
+#: 03070100.xhp#par_id3150398.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+msgstr "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+
+#: 03070100.xhp#hd_id3154366.8.help.text
+msgctxt "03070100.xhp#hd_id3154366.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070100.xhp#par_id3147230.9.help.text
+msgid "Sub ExampleSubtraction1"
+msgstr "Sub ExampleSubtraction1"
+
+#: 03070100.xhp#par_id3156281.10.help.text
+msgid "Print 5 - 5"
+msgstr "Print 5 - 5"
+
+#: 03070100.xhp#par_id3145172.11.help.text
+msgctxt "03070100.xhp#par_id3145172.11.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03070100.xhp#par_id3149562.13.help.text
+msgid "Sub ExampleSubtraction2"
+msgstr "Sub ExampleSubtraction2"
+
+#: 03070100.xhp#par_id3159254.14.help.text
+msgctxt "03070100.xhp#par_id3159254.14.help.text"
+msgid "Dim iValue1 as Integer"
+msgstr "Dim iValue1 as Integer"
+
+#: 03070100.xhp#par_id3147434.15.help.text
+msgctxt "03070100.xhp#par_id3147434.15.help.text"
+msgid "Dim iValue2 as Integer"
+msgstr "Dim iValue2 as Integer"
+
+#: 03070100.xhp#par_id3150011.16.help.text
+msgctxt "03070100.xhp#par_id3150011.16.help.text"
+msgid "iValue1 = 5"
+msgstr "iValue1 = 5"
+
+#: 03070100.xhp#par_id3152576.17.help.text
+msgctxt "03070100.xhp#par_id3152576.17.help.text"
+msgid "iValue2 = 10"
+msgstr "iValue2 = 10"
+
+#: 03070100.xhp#par_id3163712.18.help.text
+msgid "Print iValue1 - iValue2"
+msgstr "Print iValue1 - iValue2"
+
+#: 03070100.xhp#par_id3156443.19.help.text
+msgctxt "03070100.xhp#par_id3156443.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090102.xhp#tit.help.text
+msgid "Select...Case Statement [Runtime]"
+msgstr "Select...Case Statement [Runtime]"
+
+#: 03090102.xhp#bm_id3149416.help.text
+msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+msgstr "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
+
+#: 03090102.xhp#par_id3153896.2.help.text
+msgid "Defines one or more statement blocks depending on the value of an expression."
+msgstr "Defines one or more statement blocks depending on the value of an expression."
+
+#: 03090102.xhp#hd_id3147265.3.help.text
+msgctxt "03090102.xhp#hd_id3147265.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 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 "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+
+#: 03090102.xhp#hd_id3150767.5.help.text
+msgctxt "03090102.xhp#hd_id3150767.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
+
+#: 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 "<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>."
+
+#: 03090102.xhp#hd_id3153768.8.help.text
+msgctxt "03090102.xhp#hd_id3153768.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090102.xhp#par_id3150441.9.help.text
+msgctxt "03090102.xhp#par_id3150441.9.help.text"
+msgid "Sub ExampleRandomSelect"
+msgstr "Sub ExampleRandomSelect"
+
+#: 03090102.xhp#par_id3152462.10.help.text
+msgctxt "03090102.xhp#par_id3152462.10.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03090102.xhp#par_id3149260.11.help.text
+msgctxt "03090102.xhp#par_id3149260.11.help.text"
+msgid "iVar = Int((15 * Rnd) -2)"
+msgstr "iVar = Int((15 * Rnd) -2)"
+
+#: 03090102.xhp#par_id3151113.12.help.text
+msgctxt "03090102.xhp#par_id3151113.12.help.text"
+msgid "Select Case iVar"
+msgstr "Select Case iVar"
+
+#: 03090102.xhp#par_id3149481.13.help.text
+msgctxt "03090102.xhp#par_id3149481.13.help.text"
+msgid "Case 1 To 5"
+msgstr "Case 1 To 5"
+
+#: 03090102.xhp#par_id3152597.14.help.text
+msgctxt "03090102.xhp#par_id3152597.14.help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03090102.xhp#par_id3147428.15.help.text
+msgctxt "03090102.xhp#par_id3147428.15.help.text"
+msgid "Case 6, 7, 8"
+msgstr "Case 6, 7, 8"
+
+#: 03090102.xhp#par_id3147349.16.help.text
+msgctxt "03090102.xhp#par_id3147349.16.help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03090102.xhp#par_id3153729.17.help.text
+msgid "Case 8 To 10"
+msgstr "Case 8 To 10"
+
+#: 03090102.xhp#par_id3152886.18.help.text
+msgctxt "03090102.xhp#par_id3152886.18.help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03090102.xhp#par_id3155414.19.help.text
+msgctxt "03090102.xhp#par_id3155414.19.help.text"
+msgid "Case Else"
+msgstr "Case Else"
+
+#: 03090102.xhp#par_id3146975.20.help.text
+msgid "Print \"Out of range 1 to 10\""
+msgstr "Print \"Out of range 1 to 10\""
+
+#: 03090102.xhp#par_id3150419.21.help.text
+msgctxt "03090102.xhp#par_id3150419.21.help.text"
+msgid "End Select"
+msgstr "End Select"
+
+#: 03090102.xhp#par_id3154943.22.help.text
+msgctxt "03090102.xhp#par_id3154943.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020411.xhp#tit.help.text
+msgid "MkDir Statement [Runtime]"
+msgstr "MkDir Statement [Runtime]"
+
+#: 03020411.xhp#bm_id3156421.help.text
+msgid "<bookmark_value>MkDir statement</bookmark_value>"
+msgstr "<bookmark_value>MkDir statement</bookmark_value>"
+
+#: 03020411.xhp#hd_id3156421.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
+
+#: 03020411.xhp#par_id3147000.2.help.text
+msgid "Creates a new directory on a data medium."
+msgstr "Creates a new directory on a data medium."
+
+#: 03020411.xhp#hd_id3148520.3.help.text
+msgctxt "03020411.xhp#hd_id3148520.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020411.xhp#par_id3155150.4.help.text
+msgid "MkDir Text As String"
+msgstr "MkDir Text As String"
+
+#: 03020411.xhp#hd_id3156027.5.help.text
+msgctxt "03020411.xhp#hd_id3156027.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 03020411.xhp#par_id3153311.7.help.text
+msgid "If the path is not determined, the directory is created in the current directory."
+msgstr "If the path is not determined, the directory is created in the current directory."
+
+#: 03020411.xhp#hd_id3155388.8.help.text
+msgctxt "03020411.xhp#hd_id3155388.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020411.xhp#par_id3148473.9.help.text
+msgid "Sub ExampleFileIO"
+msgstr "Sub ExampleFileIO"
+
+#: 03020411.xhp#par_id3149762.10.help.text
+msgid "' Example for functions of the file organization"
+msgstr "' Example for functions of the file organisation"
+
+#: 03020411.xhp#par_id3145610.11.help.text
+msgid "Const sFile1 as String = \"file://c|/autoexec.bat\""
+msgstr "Const sFile1 as String = \"file://c|/autoexec.bat\""
+
+#: 03020411.xhp#par_id3147264.12.help.text
+msgid "Const sDir1 as String = \"file://c|/Temp\""
+msgstr "Const sDir1 as String = \"file://c|/Temp\""
+
+#: 03020411.xhp#par_id3149669.13.help.text
+msgid "Const sSubDir1 as String =\"Test\""
+msgstr "Const sSubDir1 as String =\"Test\""
+
+#: 03020411.xhp#par_id3148663.14.help.text
+msgid "Const sFile2 as String = \"Copied.tmp\""
+msgstr "Const sFile2 as String = \"Copied.tmp\""
+
+#: 03020411.xhp#par_id3154071.15.help.text
+msgid "Const sFile3 as String = \"Renamed.tmp\""
+msgstr "Const sFile3 as String = \"Renamed.tmp\""
+
+#: 03020411.xhp#par_id3150792.16.help.text
+msgid "Dim sFile as String"
+msgstr "Dim sFile as String"
+
+#: 03020411.xhp#par_id3154366.17.help.text
+msgid "sFile = sDir1 + \"/\" + sSubDir1"
+msgstr "sFile = sDir1 + \"/\" + sSubDir1"
+
+#: 03020411.xhp#par_id3149204.18.help.text
+msgctxt "03020411.xhp#par_id3149204.18.help.text"
+msgid "ChDir( sDir1 )"
+msgstr "ChDir( sDir1 )"
+
+#: 03020411.xhp#par_id3154217.19.help.text
+msgid "If Dir(sSubDir1,16)=\"\" then ' Does the directory exist ?"
+msgstr "If Dir(sSubDir1,16)=\"\" then ' Does the directory exist ?"
+
+#: 03020411.xhp#par_id3156423.20.help.text
+msgid "MkDir sSubDir1"
+msgstr "MkDir sSubDir1"
+
+#: 03020411.xhp#par_id3147228.21.help.text
+msgid "MsgBox sFile,0,\"Create directory\""
+msgstr "MsgBox sFile,0,\"Create directory\""
+
+#: 03020411.xhp#par_id3153970.22.help.text
+msgctxt "03020411.xhp#par_id3153970.22.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03020411.xhp#par_id3148451.24.help.text
+msgid "sFile = sFile + \"/\" + sFile2"
+msgstr "sFile = sFile + \"/\" + sFile2"
+
+#: 03020411.xhp#par_id3155132.25.help.text
+msgid "FileCopy sFile1 , sFile"
+msgstr "FileCopy sFile1 , sFile"
+
+#: 03020411.xhp#par_id3153770.26.help.text
+msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+msgstr "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+
+#: 03020411.xhp#par_id3159154.27.help.text
+msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+msgstr "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+
+#: 03020411.xhp#par_id3149484.28.help.text
+msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+msgstr "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+
+#: 03020411.xhp#par_id3152885.29.help.text
+msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+msgstr "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+
+#: 03020411.xhp#par_id3152596.30.help.text
+msgid "Name sFile as sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
+msgstr "Name sFile as sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
+
+#: 03020411.xhp#par_id3153952.31.help.text
+msgid "' Rename in the same directory"
+msgstr "' Rename in the same directory"
+
+#: 03020411.xhp#par_id3152576.33.help.text
+msgid "sFile = sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
+msgstr "sFile = sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
+
+#: 03020411.xhp#par_id3147426.34.help.text
+msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
+msgstr "SetAttr( sFile, 0 ) 'Delete all attributes"
+
+#: 03020411.xhp#par_id3148647.35.help.text
+msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+msgstr "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+
+#: 03020411.xhp#par_id3153363.36.help.text
+msgid "Kill sFile"
+msgstr "Kill sFile"
+
+#: 03020411.xhp#par_id3151113.37.help.text
+msgid "RmDir sDir1 + \"/\" + sSubDir1"
+msgstr "RmDir sDir1 + \"/\" + sSubDir1"
+
+#: 03020411.xhp#par_id3153157.38.help.text
+msgctxt "03020411.xhp#par_id3153157.38.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020411.xhp#par_id3150092.40.help.text
+msgid "' Converts a system path in URL"
+msgstr "' Converts a system path in URL"
+
+#: 03020411.xhp#par_id3147396.41.help.text
+msgid "Function fSysURL( fSysFp as String ) as String"
+msgstr "Function fSysURL( fSysFp as String ) as String"
+
+#: 03020411.xhp#par_id3153878.42.help.text
+msgid "Dim iPos As String"
+msgstr "Dim iPos As String"
+
+#: 03020411.xhp#par_id3150420.43.help.text
+msgid "iPos = 1"
+msgstr "iPos = 1"
+
+#: 03020411.xhp#par_id3145253.44.help.text
+msgid "iPos = Instr(iPos,fSysFp, getPathSeparator())"
+msgstr "iPos = Instr(iPos,fSysFp, getPathSeparator())"
+
+#: 03020411.xhp#par_id3153415.45.help.text
+msgid "do while iPos > 0"
+msgstr "do while iPos > 0"
+
+#: 03020411.xhp#par_id3153512.46.help.text
+msgid "mid( fSysFp, iPos , 1,\"/\")"
+msgstr "mid( fSysFp, iPos , 1,\"/\")"
+
+#: 03020411.xhp#par_id3146899.47.help.text
+msgid "iPos = Instr(iPos+1,fSysFp, getPathSeparator())"
+msgstr "iPos = Instr(iPos+1,fSysFp, getPathSeparator())"
+
+#: 03020411.xhp#par_id3145652.48.help.text
+msgid "loop"
+msgstr "loop"
+
+#: 03020411.xhp#par_id3156276.49.help.text
+msgid "' the colon with DOS"
+msgstr "' the colon with DOS"
+
+#: 03020411.xhp#par_id3146913.50.help.text
+msgid "iPos = Instr(1,fSysFp,\":\")"
+msgstr "iPos = Instr(1,fSysFp,\":\")"
+
+#: 03020411.xhp#par_id3145640.51.help.text
+msgid "if iPos > 0 then mid( fSysFp, iPos , 1,\"|\")"
+msgstr "if iPos > 0 then mid( fSysFp, iPos , 1,\"|\")"
+
+#: 03020411.xhp#par_id3155443.52.help.text
+msgid "fSysURL = \"file://\" & fSysFp"
+msgstr "fSysURL = \"file://\" & fSysFp"
+
+#: 03020411.xhp#par_id3148995.53.help.text
+msgctxt "03020411.xhp#par_id3148995.53.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03131700.xhp#tit.help.text
+msgid "GetProcessServiceManager Function [Runtime]"
+msgstr "GetProcessServiceManager Function [Runtime]"
+
+#: 03131700.xhp#bm_id3153255.help.text
+msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+msgstr "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+
+#: 03131700.xhp#hd_id3153255.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
+
+#: 03131700.xhp#par_id3156414.2.help.text
+msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
+msgstr "Returns the ProcessServiceManager (central Uno ServiceManager)."
+
+#: 03131700.xhp#par_id3145136.3.help.text
+msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+msgstr "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+
+#: 03131700.xhp#hd_id3153681.4.help.text
+msgctxt "03131700.xhp#hd_id3153681.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131700.xhp#par_id3151110.5.help.text
+msgctxt "03131700.xhp#par_id3151110.5.help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr "oServiceManager = GetProcessServiceManager()"
+
+#: 03131700.xhp#hd_id3149516.6.help.text
+msgctxt "03131700.xhp#hd_id3149516.6.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131700.xhp#par_id3143270.7.help.text
+msgctxt "03131700.xhp#par_id3143270.7.help.text"
+msgid "oServiceManager = GetProcessServiceManager()"
+msgstr "oServiceManager = GetProcessServiceManager()"
+
+#: 03131700.xhp#par_id3153825.8.help.text
+msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+
+#: 03131700.xhp#par_id3148473.9.help.text
+msgid "this is the same as the following statement:"
+msgstr "this is the same as the following statement:"
+
+#: 03131700.xhp#par_id3145609.10.help.text
+msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+
+#: 03104300.xhp#tit.help.text
+msgid "DimArray Function [Runtime]"
+msgstr "DimArray Function [Runtime]"
+
+#: 03104300.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>DimArray function</bookmark_value>"
+msgstr "<bookmark_value>DimArray function</bookmark_value>"
+
+#: 03104300.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
+
+#: 03104300.xhp#par_id3153527.2.help.text
+msgid "Returns a Variant array."
+msgstr "Returns a Variant array."
+
+#: 03104300.xhp#hd_id3149762.3.help.text
+msgctxt "03104300.xhp#hd_id3149762.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104300.xhp#par_id3148473.4.help.text
+msgid "DimArray ( Argument list)"
+msgstr "DimArray ( Argument list)"
+
+#: 03104300.xhp#par_id3154142.5.help.text
+msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
+msgstr "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
+
+#: 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 "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."
+
+#: 03104300.xhp#hd_id3154760.7.help.text
+msgctxt "03104300.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104300.xhp#par_id3159414.8.help.text
+msgctxt "03104300.xhp#par_id3159414.8.help.text"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgstr "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+
+#: 03104300.xhp#hd_id3150358.9.help.text
+msgctxt "03104300.xhp#hd_id3150358.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03104300.xhp#par_id3154939.10.help.text
+msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
+msgstr "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
+
+#: 03090303.xhp#tit.help.text
+msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
+msgstr "On...GoSub Statement; On...GoTo Statement [Runtime]"
+
+#: 03090303.xhp#bm_id3153897.help.text
+msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
+
+#: 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 "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
+
+#: 03090303.xhp#hd_id3148798.3.help.text
+msgctxt "03090303.xhp#hd_id3148798.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090303.xhp#par_id3154366.4.help.text
+msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
+msgstr "On N GoSub Label1[, Label2[, Label3[,...]]]"
+
+#: 03090303.xhp#par_id3150769.5.help.text
+msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+msgstr "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+
+#: 03090303.xhp#hd_id3156215.6.help.text
+msgctxt "03090303.xhp#hd_id3156215.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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)"
+
+#: 03090303.xhp#par_id3153194.8.help.text
+msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
+msgstr "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
+
+#: 03090303.xhp#par_id3156442.9.help.text
+msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+msgstr "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+
+#: 03090303.xhp#hd_id3148645.10.help.text
+msgctxt "03090303.xhp#hd_id3148645.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090303.xhp#par_id3154014.12.help.text
+msgid "Sub ExampleOnGosub"
+msgstr "Sub ExampleOnGosub"
+
+#: 03090303.xhp#par_id3153158.13.help.text
+msgctxt "03090303.xhp#par_id3153158.13.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03090303.xhp#par_id3154490.14.help.text
+msgctxt "03090303.xhp#par_id3154490.14.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03090303.xhp#par_id3155417.15.help.text
+msgid "iVar = 2"
+msgstr "iVar = 2"
+
+#: 03090303.xhp#par_id3154730.16.help.text
+msgid "sVar =\"\""
+msgstr "sVar =\"\""
+
+#: 03090303.xhp#par_id3154942.17.help.text
+msgid "On iVar GoSub Sub1, Sub2"
+msgstr "On iVar GoSub Sub1, Sub2"
+
+#: 03090303.xhp#par_id3149378.18.help.text
+msgid "On iVar GoTo Line1, Line2"
+msgstr "On iVar GoTo Line1, Line2"
+
+#: 03090303.xhp#par_id3153416.19.help.text
+msgctxt "03090303.xhp#par_id3153416.19.help.text"
+msgid "Exit Sub"
+msgstr "Exit Sub"
+
+#: 03090303.xhp#par_id3154015.20.help.text
+msgid "Sub1:"
+msgstr "Sub1:"
+
+#: 03090303.xhp#par_id3153948.21.help.text
+msgid "sVar =sVar & \" From Sub 1 to\" : Return"
+msgstr "sVar =sVar & \" From Sub 1 to\" : Return"
+
+#: 03090303.xhp#par_id3150750.22.help.text
+msgid "Sub2:"
+msgstr "Sub2:"
+
+#: 03090303.xhp#par_id3153708.23.help.text
+msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+msgstr "sVar =sVar & \" From Sub 2 to\" : Return"
+
+#: 03090303.xhp#par_id3155067.24.help.text
+msgid "Line1:"
+msgstr "Line1:"
+
+#: 03090303.xhp#par_id3150321.25.help.text
+msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
+msgstr "sVar =sVar & \" Label 1\" : GoTo Ende"
+
+#: 03090303.xhp#par_id3149019.26.help.text
+msgid "Line2:"
+msgstr "Line2:"
+
+#: 03090303.xhp#par_id3155764.27.help.text
+msgid "sVar =sVar & \" Label 2\""
+msgstr "sVar =sVar & \" Label 2\""
+
+#: 03090303.xhp#par_id3153711.28.help.text
+msgid "Ende:"
+msgstr "Ende:"
+
+#: 03090303.xhp#par_id3154253.29.help.text
+msgid "MsgBox sVar,0,\"On...Gosub\""
+msgstr "MsgBox sVar,0,\"On...Gosub\""
+
+#: 03090303.xhp#par_id3149565.30.help.text
+msgctxt "03090303.xhp#par_id3149565.30.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120101.xhp#tit.help.text
+msgid "Asc Function [Runtime]"
+msgstr "Asc Function [Runtime]"
+
+#: 03120101.xhp#bm_id3150499.help.text
+msgid "<bookmark_value>Asc function</bookmark_value>"
+msgstr "<bookmark_value>Asc function</bookmark_value>"
+
+#: 03120101.xhp#hd_id3150499.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
+
+#: 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 "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
+
+#: 03120101.xhp#hd_id3155555.3.help.text
+msgctxt "03120101.xhp#hd_id3155555.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120101.xhp#par_id3143267.4.help.text
+msgid "Asc (Text As String)"
+msgstr "Asc (Text As String)"
+
+#: 03120101.xhp#hd_id3147242.5.help.text
+msgctxt "03120101.xhp#hd_id3147242.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120101.xhp#par_id3150669.6.help.text
+msgctxt "03120101.xhp#par_id3150669.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03120101.xhp#hd_id3148473.7.help.text
+msgctxt "03120101.xhp#hd_id3148473.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+
+#: 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 "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."
+
+#: 03120101.xhp#hd_id3159413.10.help.text
+msgctxt "03120101.xhp#hd_id3159413.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120101.xhp#par_id3149457.11.help.text
+msgid "Sub ExampleASC"
+msgstr "Sub ExampleASC"
+
+#: 03120101.xhp#par_id3150792.12.help.text
+msgid "Print ASC(\"A\") REM returns 65"
+msgstr "Print ASC(\"A\") REM returns 65"
+
+#: 03120101.xhp#par_id3148797.13.help.text
+msgid "Print ASC(\"Z\") REM returns 90"
+msgstr "Print ASC(\"Z\") REM returns 90"
+
+#: 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 "Print ASC(\"Las Vegas\") REM returns 76, since only the first character is taken into account"
+
+#: 03120101.xhp#par_id3148674.15.help.text
+msgctxt "03120101.xhp#par_id3148674.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120101.xhp#par_idN1067B.help.text
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
+
+#: 03080701.xhp#tit.help.text
+msgid "Sgn Function [Runtime]"
+msgstr "Sgn Function [Runtime]"
+
+#: 03080701.xhp#bm_id3148474.help.text
+msgid "<bookmark_value>Sgn function</bookmark_value>"
+msgstr "<bookmark_value>Sgn function</bookmark_value>"
+
+#: 03080701.xhp#hd_id3148474.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
+
+#: 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 "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
+
+#: 03080701.xhp#hd_id3156023.3.help.text
+msgctxt "03080701.xhp#hd_id3156023.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080701.xhp#par_id3153897.4.help.text
+msgid "Sgn (Number)"
+msgstr "Sgn (Number)"
+
+#: 03080701.xhp#hd_id3145069.5.help.text
+msgctxt "03080701.xhp#hd_id3145069.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080701.xhp#par_id3150359.6.help.text
+msgctxt "03080701.xhp#par_id3150359.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03080701.xhp#hd_id3150543.7.help.text
+msgctxt "03080701.xhp#hd_id3150543.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080701.xhp#par_id3154365.8.help.text
+msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
+msgstr "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
+
+#: 03080701.xhp#par_id3150767.9.help.text
+msgid "NumExpression"
+msgstr "NumExpression"
+
+#: 03080701.xhp#par_id3150441.10.help.text
+msgctxt "03080701.xhp#par_id3150441.10.help.text"
+msgid "Return value"
+msgstr "Return value"
+
+#: 03080701.xhp#par_id3161833.11.help.text
+msgid "negative"
+msgstr "negative"
+
+#: 03080701.xhp#par_id3155306.12.help.text
+msgid "Sgn returns -1."
+msgstr "Sgn returns -1."
+
+#: 03080701.xhp#par_id3145271.13.help.text
+msgctxt "03080701.xhp#par_id3145271.13.help.text"
+msgid "0"
+msgstr "0"
+
+#: 03080701.xhp#par_id3146119.14.help.text
+msgid "Sgn returns 0."
+msgstr "Sgn returns 0."
+
+#: 03080701.xhp#par_id3153139.15.help.text
+msgid "positive"
+msgstr "positive"
+
+#: 03080701.xhp#par_id3154319.16.help.text
+msgid "Sgn returns 1."
+msgstr "Sgn returns 1."
+
+#: 03080701.xhp#hd_id3152576.17.help.text
+msgctxt "03080701.xhp#hd_id3152576.17.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080701.xhp#par_id3154791.18.help.text
+msgid "Sub ExampleSgn"
+msgstr "Sub ExampleSgn"
+
+#: 03080701.xhp#par_id3155416.19.help.text
+msgid "Print sgn(-10) REM returns -1"
+msgstr "Print sgn(-10) REM returns -1"
+
+#: 03080701.xhp#par_id3154096.20.help.text
+msgid "Print sgn(0) REM returns 0"
+msgstr "Print sgn(0) REM returns 0"
+
+#: 03080701.xhp#par_id3148457.21.help.text
+msgid "Print sgn(10) REM returns 1"
+msgstr "Print sgn(10) REM returns 1"
+
+#: 03080701.xhp#par_id3144765.22.help.text
+msgctxt "03080701.xhp#par_id3144765.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03080101.xhp#tit.help.text
+msgid "Atn Function [Runtime]"
+msgstr "Atn Function [Runtime]"
+
+#: 03080101.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>Atn function</bookmark_value>"
+msgstr "<bookmark_value>Atn function</bookmark_value>"
+
+#: 03080101.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+
+#: 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 "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
+
+#: 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 "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."
+
+#: 03080101.xhp#par_id3145315.4.help.text
+msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+msgstr "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+
+#: 03080101.xhp#hd_id3149669.5.help.text
+msgctxt "03080101.xhp#hd_id3149669.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080101.xhp#par_id3148947.6.help.text
+msgid "Atn (Number)"
+msgstr "Atn (Number)"
+
+#: 03080101.xhp#hd_id3148664.7.help.text
+msgctxt "03080101.xhp#hd_id3148664.7.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080101.xhp#par_id3150359.8.help.text
+msgctxt "03080101.xhp#par_id3150359.8.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080101.xhp#hd_id3148798.9.help.text
+msgctxt "03080101.xhp#hd_id3148798.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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)."
+
+#: 03080101.xhp#par_id3153192.11.help.text
+msgid "To convert radians to degrees, multiply radians by 180/pi."
+msgstr "To convert radians to degrees, multiply radians by 180/pi."
+
+#: 03080101.xhp#par_id3147230.12.help.text
+msgctxt "03080101.xhp#par_id3147230.12.help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "degree=(radian*180)/pi"
+
+#: 03080101.xhp#par_id3125864.13.help.text
+msgctxt "03080101.xhp#par_id3125864.13.help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radian=(degree*pi)/180"
+
+#: 03080101.xhp#par_id3159252.14.help.text
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
+msgstr "Pi is here the fixed circle constant with the rounded value 3.14159."
+
+#: 03080101.xhp#hd_id3153142.15.help.text
+msgctxt "03080101.xhp#hd_id3153142.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080101.xhp#par_id3146985.16.help.text
+msgid "REM The following example calculates for a right-angled triangle"
+msgstr "REM The following example calculates for a right-angled triangle"
+
+#: 03080101.xhp#par_id3145750.17.help.text
+msgid "REM the angle Alpha from the tangent of the angle Alpha:"
+msgstr "REM the angle Alpha from the tangent of the angle Alpha:"
+
+#: 03080101.xhp#par_id3146975.18.help.text
+msgid "Sub ExampleATN"
+msgstr "Sub ExampleATN"
+
+#: 03080101.xhp#par_id3151112.19.help.text
+msgid "REM rounded Pi = 3.14159 is a predefined constant"
+msgstr "REM rounded Pi = 3.14159 is a predefined constant"
+
+#: 03080101.xhp#par_id3159156.20.help.text
+msgid "Dim d1 As Double"
+msgstr "Dim d1 As Double"
+
+#: 03080101.xhp#par_id3147435.21.help.text
+msgid "Dim d2 As Double"
+msgstr "Dim d2 As Double"
+
+#: 03080101.xhp#par_id3149262.22.help.text
+msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+
+#: 03080101.xhp#par_id3149482.23.help.text
+msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+msgstr "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+
+#: 03080101.xhp#par_id3155415.24.help.text
+msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+msgstr "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+
+#: 03080101.xhp#par_id3149959.25.help.text
+msgctxt "03080101.xhp#par_id3149959.25.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080600.xhp#tit.help.text
+msgid "Absolute Values"
+msgstr "Absolute Values"
+
+#: 03080600.xhp#hd_id3146958.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
+
+#: 03080600.xhp#par_id3150771.2.help.text
+msgid "This function returns absolute values."
+msgstr "This function returns absolute values."
+
+#: 03101130.xhp#tit.help.text
+msgid "DefSng Statement [Runtime]"
+msgstr "DefSng Statement [Runtime]"
+
+#: 03101130.xhp#bm_id2445142.help.text
+msgid "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng statement</bookmark_value>"
+
+#: 03101130.xhp#par_idN10577.help.text
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+
+#: 03101130.xhp#par_idN10587.help.text
+msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
+msgstr "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
+
+#: 03101130.xhp#par_idN1058A.help.text
+msgctxt "03101130.xhp#par_idN1058A.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101130.xhp#par_idN1058E.help.text
+msgctxt "03101130.xhp#par_idN1058E.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101130.xhp#par_idN10591.help.text
+msgctxt "03101130.xhp#par_idN10591.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101130.xhp#par_idN10595.help.text
+msgctxt "03101130.xhp#par_idN10595.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101130.xhp#par_idN1059C.help.text
+msgctxt "03101130.xhp#par_idN1059C.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101130.xhp#par_idN105A3.help.text
+msgctxt "03101130.xhp#par_idN105A3.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101130.xhp#par_idN105AA.help.text
+msgid "<emph>DefSng:</emph> Single"
+msgstr "<emph>DefSng:</emph> Single"
+
+#: 03101130.xhp#par_idN105B1.help.text
+msgctxt "03101130.xhp#par_idN105B1.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101130.xhp#par_idN105B5.help.text
+msgctxt "03101130.xhp#par_idN105B5.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101130.xhp#par_idN105B8.help.text
+msgctxt "03101130.xhp#par_idN105B8.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101130.xhp#par_idN105BB.help.text
+msgctxt "03101130.xhp#par_idN105BB.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101130.xhp#par_idN105BE.help.text
+msgctxt "03101130.xhp#par_idN105BE.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101130.xhp#par_idN105C1.help.text
+msgctxt "03101130.xhp#par_idN105C1.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101130.xhp#par_idN105C4.help.text
+msgctxt "03101130.xhp#par_idN105C4.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101130.xhp#par_idN105C7.help.text
+msgctxt "03101130.xhp#par_idN105C7.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101130.xhp#par_idN105CA.help.text
+msgctxt "03101130.xhp#par_idN105CA.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101130.xhp#par_idN105CD.help.text
+msgid "DefSng s"
+msgstr "DefSng s"
+
+#: 03101130.xhp#par_idN105D0.help.text
+msgid "Sub ExampleDefSng"
+msgstr "Sub ExampleDefSng"
+
+#: 03101130.xhp#par_idN105D3.help.text
+msgid "sSng=Single REM sSng is an implicit single variable"
+msgstr "sSng=Single REM sSng is an implicit single variable"
+
+#: 03101130.xhp#par_idN105D6.help.text
+msgctxt "03101130.xhp#par_idN105D6.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020408.xhp#tit.help.text
+msgid "FileLen-Function [Runtime]"
+msgstr "FileLen-Function [Runtime]"
+
+#: 03020408.xhp#bm_id3153126.help.text
+msgid "<bookmark_value>FileLen function</bookmark_value>"
+msgstr "<bookmark_value>FileLen function</bookmark_value>"
+
+#: 03020408.xhp#hd_id3153126.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+
+#: 03020408.xhp#par_id3145068.2.help.text
+msgid "Returns the length of a file in bytes."
+msgstr "Returns the length of a file in bytes."
+
+#: 03020408.xhp#hd_id3159414.3.help.text
+msgctxt "03020408.xhp#hd_id3159414.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020408.xhp#par_id3149656.4.help.text
+msgid "FileLen (Text As String)"
+msgstr "FileLen (Text As String)"
+
+#: 03020408.xhp#hd_id3148798.5.help.text
+msgctxt "03020408.xhp#hd_id3148798.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020408.xhp#par_id3156282.6.help.text
+msgctxt "03020408.xhp#par_id3156282.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020408.xhp#hd_id3150768.7.help.text
+msgctxt "03020408.xhp#hd_id3150768.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020408.xhp#par_id3153193.8.help.text
+msgctxt "03020408.xhp#par_id3153193.8.help.text"
+msgid "<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 "<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>."
+
+#: 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 "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."
+
+#: 03020408.xhp#hd_id3163710.10.help.text
+msgctxt "03020408.xhp#hd_id3163710.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020408.xhp#par_id3159154.11.help.text
+msgid "Sub ExampleFileLen"
+msgstr "Sub ExampleFileLen"
+
+#: 03020408.xhp#par_id3145271.12.help.text
+msgid "msgbox FileLen(\"C:\\autoexec.bat\")"
+msgstr "msgbox FileLen(\"C:\\autoexec.bat\")"
+
+#: 03020408.xhp#par_id3145749.13.help.text
+msgctxt "03020408.xhp#par_id3145749.13.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03070200.xhp#tit.help.text
+msgid "\"*\" Operator [Runtime]"
+msgstr "\"*\" Operator [Runtime]"
+
+#: 03070200.xhp#bm_id3147573.help.text
+msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+
+#: 03070200.xhp#hd_id3147573.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+
+#: 03070200.xhp#par_id3154347.2.help.text
+msgid "Multiplies two values."
+msgstr "Multiplies two values."
+
+#: 03070200.xhp#hd_id3148946.3.help.text
+msgctxt "03070200.xhp#hd_id3148946.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070200.xhp#par_id3150358.4.help.text
+msgid "Result = Expression1 * Expression2"
+msgstr "Result = Expression1 * Expression2"
+
+#: 03070200.xhp#hd_id3150400.5.help.text
+msgctxt "03070200.xhp#hd_id3150400.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03070200.xhp#par_id3154365.6.help.text
+msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
+msgstr "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
+
+#: 03070200.xhp#par_id3154685.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
+msgstr "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
+
+#: 03070200.xhp#hd_id3153968.8.help.text
+msgctxt "03070200.xhp#hd_id3153968.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070200.xhp#par_id3155132.9.help.text
+msgid "Sub ExampleMultiplication1"
+msgstr "Sub ExampleMultiplication1"
+
+#: 03070200.xhp#par_id3159254.10.help.text
+msgid "Print 5 * 5"
+msgstr "Print 5 * 5"
+
+#: 03070200.xhp#par_id3153091.11.help.text
+msgctxt "03070200.xhp#par_id3153091.11.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03070200.xhp#par_id3149667.13.help.text
+msgid "Sub ExampleMultiplication2"
+msgstr "Sub ExampleMultiplication2"
+
+#: 03070200.xhp#par_id3151113.14.help.text
+msgctxt "03070200.xhp#par_id3151113.14.help.text"
+msgid "Dim iValue1 as Integer"
+msgstr "Dim iValue1 as Integer"
+
+#: 03070200.xhp#par_id3147434.15.help.text
+msgctxt "03070200.xhp#par_id3147434.15.help.text"
+msgid "Dim iValue2 as Integer"
+msgstr "Dim iValue2 as Integer"
+
+#: 03070200.xhp#par_id3153727.16.help.text
+msgctxt "03070200.xhp#par_id3153727.16.help.text"
+msgid "iValue1 = 5"
+msgstr "iValue1 = 5"
+
+#: 03070200.xhp#par_id3147348.17.help.text
+msgctxt "03070200.xhp#par_id3147348.17.help.text"
+msgid "iValue2 = 10"
+msgstr "iValue2 = 10"
+
+#: 03070200.xhp#par_id3149261.18.help.text
+msgid "Print iValue1 * iValue2"
+msgstr "Print iValue1 * iValue2"
+
+#: 03070200.xhp#par_id3148646.19.help.text
+msgctxt "03070200.xhp#par_id3148646.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03050000.xhp#tit.help.text
+msgid "Error-Handling Functions"
+msgstr "Error-Handling Functions"
+
+#: 03050000.xhp#hd_id3143271.1.help.text
+msgid "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link>"
+
+#: 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 "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
+
+#: 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 "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
+
+#: 03103700.xhp#tit.help.text
+msgid "Set Statement[Runtime]"
+msgstr "Set Statement[Runtime]"
+
+#: 03103700.xhp#bm_id3154422.help.text
+msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgstr "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+
+#: 03103700.xhp#hd_id3154422.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
+
+#: 03103700.xhp#par_id3159149.2.help.text
+msgid "Sets an object reference on a variable or a Property."
+msgstr "Sets an object reference on a variable or a Property."
+
+#: 03103700.xhp#hd_id3153105.3.help.text
+msgctxt "03103700.xhp#hd_id3153105.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103700.xhp#par_id3154217.4.help.text
+msgid "Set ObjectVar = Object"
+msgstr "Set ObjectVar = Object"
+
+#: 03103700.xhp#hd_id3154685.5.help.text
+msgctxt "03103700.xhp#hd_id3154685.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03103700.xhp#par_id3156281.6.help.text
+msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+msgstr "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+
+#: 03103700.xhp#par_id3159252.7.help.text
+msgid "<emph>Object:</emph> Object that the variable or the property refers to."
+msgstr "<emph>Object:</emph> Object that the variable or the property refers to."
+
+#: 03103700.xhp#par_idN10623.help.text
+msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgstr "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+
+#: 03103700.xhp#hd_id3159153.8.help.text
+msgctxt "03103700.xhp#hd_id3159153.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103700.xhp#par_id3147349.9.help.text
+msgid "Sub ExampleSet"
+msgstr "Sub ExampleSet"
+
+#: 03103700.xhp#par_id3149481.10.help.text
+msgid "Dim oDoc As Object"
+msgstr "Dim oDoc As Object"
+
+#: 03103700.xhp#par_id3153140.11.help.text
+msgid "Set oDoc = ActiveWindow"
+msgstr "Set oDoc = ActiveWindow"
+
+#: 03103700.xhp#par_id3153190.12.help.text
+msgid "Print oDoc.Name"
+msgstr "Print oDoc.Name"
+
+#: 03103700.xhp#par_id3161833.13.help.text
+msgctxt "03103700.xhp#par_id3161833.13.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132400.xhp#tit.help.text
+msgid "CreateObject Function [Runtime]"
+msgstr "CreateObject Function [Runtime]"
+
+#: 03132400.xhp#bm_id659810.help.text
+msgid "<bookmark_value>CreateObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject function</bookmark_value>"
+
+#: 03132400.xhp#par_idN10580.help.text
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+
+#: 03132400.xhp#par_idN10590.help.text
+msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+
+#: 03132400.xhp#par_idN1059F.help.text
+msgid "This method creates instances of the type that is passed as parameter."
+msgstr "This method creates instances of the type that is passed as parameter."
+
+#: 03132400.xhp#par_idN105A2.help.text
+msgctxt "03132400.xhp#par_idN105A2.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03132400.xhp#par_idN105A6.help.text
+msgid "oObj = CreateObject( type )"
+msgstr "oObj = CreateObject( type )"
+
+#: 03132400.xhp#par_idN105A9.help.text
+msgctxt "03132400.xhp#par_idN105A9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03132400.xhp#par_idN105AD.help.text
+msgid "Type address"
+msgstr "Type address"
+
+#: 03132400.xhp#par_idN105B0.help.text
+msgid "Name1 as String"
+msgstr "Name1 as String"
+
+#: 03132400.xhp#par_idN105B4.help.text
+msgid "City as String"
+msgstr "City as String"
+
+#: 03132400.xhp#par_idN105B8.help.text
+msgid "End Type"
+msgstr "End Type"
+
+#: 03132400.xhp#par_idN105BB.help.text
+msgid "Sub main"
+msgstr "Sub main"
+
+#: 03132400.xhp#par_idN105BE.help.text
+msgid "myaddress = CreateObject(\"address\")"
+msgstr "myaddress = CreateObject(\"address\")"
+
+#: 03132400.xhp#par_idN105C2.help.text
+msgid "MsgBox IsObject(myaddress)"
+msgstr "MsgBox IsObject(myaddress)"
+
+#: 03132400.xhp#par_idN105C6.help.text
+msgctxt "03132400.xhp#par_idN105C6.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03060100.xhp#tit.help.text
+msgid "AND Operator [Runtime]"
+msgstr "AND Operator [Runtime]"
+
+#: 03060100.xhp#bm_id3146117.help.text
+msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>AND operator (logical)</bookmark_value>"
+
+#: 03060100.xhp#hd_id3146117.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+
+#: 03060100.xhp#par_id3143268.2.help.text
+msgid "Logically combines two expressions."
+msgstr "Logically combines two expressions."
+
+#: 03060100.xhp#hd_id3147574.3.help.text
+msgctxt "03060100.xhp#hd_id3147574.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060100.xhp#par_id3156344.4.help.text
+msgid "Result = Expression1 And Expression2"
+msgstr "Result = Expression1 And Expression2"
+
+#: 03060100.xhp#hd_id3148946.5.help.text
+msgctxt "03060100.xhp#hd_id3148946.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060100.xhp#par_id3149457.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+msgstr "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+
+#: 03060100.xhp#par_id3150541.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+
+#: 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 "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
+
+#: 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 "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
+
+#: 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 "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+
+#: 03060100.xhp#hd_id3153727.11.help.text
+msgctxt "03060100.xhp#hd_id3153727.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060100.xhp#par_id3149481.12.help.text
+msgid "Sub ExampleAnd"
+msgstr "Sub ExampleAnd"
+
+#: 03060100.xhp#par_id3152577.13.help.text
+msgctxt "03060100.xhp#par_id3152577.13.help.text"
+msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+msgstr "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+
+#: 03060100.xhp#par_id3152598.14.help.text
+msgid "Dim vVarOut as Variant"
+msgstr "Dim vVarOut as Variant"
+
+#: 03060100.xhp#par_id3153092.15.help.text
+msgctxt "03060100.xhp#par_id3153092.15.help.text"
+msgid "A = 10: B = 8: C = 6: D = Null"
+msgstr "A = 10: B = 8: C = 6: D = Null"
+
+#: 03060100.xhp#par_id3146984.16.help.text
+msgid "vVarOut = A > B And B > C REM returns -1"
+msgstr "vVarOut = A > B And B > C REM returns -1"
+
+#: 03060100.xhp#par_id3154014.17.help.text
+msgid "vVarOut = B > A And B > C REM returns 0"
+msgstr "vVarOut = B > A And B > C REM returns 0"
+
+#: 03060100.xhp#par_id3149262.18.help.text
+msgid "vVarOut = A > B And B > D REM returns 0"
+msgstr "vVarOut = A > B And B > D REM returns 0"
+
+#: 03060100.xhp#par_id3145751.19.help.text
+msgid "vVarOut = (B > D And B > A) REM returns 0"
+msgstr "vVarOut = (B > D And B > A) REM returns 0"
+
+#: 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 "vVarOut = B And A REM returns 8 due to the bitwise AND combination of both arguments"
+
+#: 03060100.xhp#par_id3151073.21.help.text
+msgctxt "03060100.xhp#par_id3151073.21.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080300.xhp#tit.help.text
+msgid "Generating Random Numbers"
+msgstr "Generating Random Numbers"
+
+#: 03080300.xhp#hd_id3143270.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
+msgstr "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
+
+#: 03080300.xhp#par_id3154347.2.help.text
+msgid "The following statements and functions generate random numbers."
+msgstr "The following statements and functions generate random numbers."
+
+#: 03104700.xhp#tit.help.text
+msgid "Erase Function [Runtime]"
+msgstr "Erase Function [Runtime]"
+
+#: 03104700.xhp#bm_id624713.help.text
+msgid "<bookmark_value>Erase function</bookmark_value>"
+msgstr "<bookmark_value>Erase function</bookmark_value>"
+
+#: 03104700.xhp#par_idN10548.help.text
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+
+#: 03104700.xhp#par_idN10558.help.text
+msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+msgstr "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+
+#: 03104700.xhp#par_idN1055D.help.text
+msgctxt "03104700.xhp#par_idN1055D.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104700.xhp#par_idN105E6.help.text
+msgid "Erase Arraylist"
+msgstr "Erase Arraylist"
+
+#: 03104700.xhp#par_idN105E9.help.text
+msgctxt "03104700.xhp#par_idN105E9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104700.xhp#par_idN105ED.help.text
+msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
+msgstr "<emph>Arraylist</emph> - The list of arrays to be erased."
+
+#: 03090400.xhp#tit.help.text
+msgid "Further Statements"
+msgstr "Further Statements"
+
+#: 03090400.xhp#hd_id3145316.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
+
+#: 03090400.xhp#par_id3154923.2.help.text
+msgid "Statements that do not belong to any of the other runtime categories are described here."
+msgstr "Statements that do not belong to any of the other runtime categories are described here."
+
+#: 01030000.xhp#tit.help.text
+msgid "Integrated Development Environment (IDE)"
+msgstr "Integrated Development Environment (IDE)"
+
+#: 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 "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+
+#: 01030000.xhp#par_id3146795.2.help.text
+msgid "This section describes the Integrated Development Environment for $[officename] Basic."
+msgstr "This section describes the Integrated Development Environment for $[officename] Basic."
+
+#: 03102900.xhp#tit.help.text
+msgid "LBound Function [Runtime]"
+msgstr "LBound Function [Runtime]"
+
+#: 03102900.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>LBound function</bookmark_value>"
+msgstr "<bookmark_value>LBound function</bookmark_value>"
+
+#: 03102900.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
+
+#: 03102900.xhp#par_id3147226.2.help.text
+msgid "Returns the lower boundary of an array."
+msgstr "Returns the lower boundary of an array."
+
+#: 03102900.xhp#hd_id3148538.3.help.text
+msgctxt "03102900.xhp#hd_id3148538.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102900.xhp#par_id3150503.4.help.text
+msgid "LBound (ArrayName [, Dimension])"
+msgstr "LBound (ArrayName [, Dimension])"
+
+#: 03102900.xhp#hd_id3150984.5.help.text
+msgctxt "03102900.xhp#hd_id3150984.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102900.xhp#par_id3153126.6.help.text
+msgctxt "03102900.xhp#par_id3153126.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03102900.xhp#hd_id3144500.7.help.text
+msgctxt "03102900.xhp#hd_id3144500.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 03102900.xhp#hd_id3145171.10.help.text
+msgctxt "03102900.xhp#hd_id3145171.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102900.xhp#par_id3148673.11.help.text
+msgctxt "03102900.xhp#par_id3148673.11.help.text"
+msgid "Sub ExampleUboundLbound"
+msgstr "Sub ExampleUboundLbound"
+
+#: 03102900.xhp#par_id3153193.12.help.text
+msgctxt "03102900.xhp#par_id3153193.12.help.text"
+msgid "Dim sVar(10 to 20) As String"
+msgstr "Dim sVar(10 to 20) As String"
+
+#: 03102900.xhp#par_id3148452.13.help.text
+msgctxt "03102900.xhp#par_id3148452.13.help.text"
+msgid "print LBound(sVar())"
+msgstr "print LBound(sVar())"
+
+#: 03102900.xhp#par_id3153768.14.help.text
+msgctxt "03102900.xhp#par_id3153768.14.help.text"
+msgid "print UBound(sVar())"
+msgstr "print UBound(sVar())"
+
+#: 03102900.xhp#par_id3147288.15.help.text
+msgctxt "03102900.xhp#par_id3147288.15.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03102900.xhp#par_id3146974.16.help.text
+msgctxt "03102900.xhp#par_id3146974.16.help.text"
+msgid "Sub ExampleUboundLbound2"
+msgstr "Sub ExampleUboundLbound2"
+
+#: 03102900.xhp#par_id3146985.17.help.text
+msgctxt "03102900.xhp#par_id3146985.17.help.text"
+msgid "Dim sVar(10 to 20,5 To 70) As String"
+msgstr "Dim sVar(10 to 20,5 To 70) As String"
+
+#: 03102900.xhp#par_id3145365.18.help.text
+msgctxt "03102900.xhp#par_id3145365.18.help.text"
+msgid "Print LBound(sVar()) REM Returns 10"
+msgstr "Print LBound(sVar()) REM Returns 10"
+
+#: 03102900.xhp#par_id3150486.19.help.text
+msgctxt "03102900.xhp#par_id3150486.19.help.text"
+msgid "Print UBound(sVar()) REM Returns 20"
+msgstr "Print UBound(sVar()) REM Returns 20"
+
+#: 03102900.xhp#par_id3149665.20.help.text
+msgctxt "03102900.xhp#par_id3149665.20.help.text"
+msgid "Print LBound(sVar(),2) REM Returns 5"
+msgstr "Print LBound(sVar(),2) REM Returns 5"
+
+#: 03102900.xhp#par_id3159154.21.help.text
+msgctxt "03102900.xhp#par_id3159154.21.help.text"
+msgid "Print UBound(sVar(),2) REM Returns 70"
+msgstr "Print UBound(sVar(),2) REM Returns 70"
+
+#: 03102900.xhp#par_id3154013.22.help.text
+msgctxt "03102900.xhp#par_id3154013.22.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03080301.xhp#tit.help.text
+msgid "Randomize Statement [Runtime]"
+msgstr "Randomize Statement [Runtime]"
+
+#: 03080301.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>Randomize statement</bookmark_value>"
+msgstr "<bookmark_value>Randomize statement</bookmark_value>"
+
+#: 03080301.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
+
+#: 03080301.xhp#par_id3145090.2.help.text
+msgid "Initializes the random-number generator."
+msgstr "Initializes the random-number generator."
+
+#: 03080301.xhp#hd_id3147573.3.help.text
+msgctxt "03080301.xhp#hd_id3147573.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080301.xhp#par_id3145315.4.help.text
+msgid "Randomize [Number]"
+msgstr "Randomize [Number]"
+
+#: 03080301.xhp#hd_id3152456.5.help.text
+msgctxt "03080301.xhp#hd_id3152456.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080301.xhp#par_id3149670.6.help.text
+msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
+msgstr ""
+
+#: 03080301.xhp#hd_id3149655.7.help.text
+msgctxt "03080301.xhp#hd_id3149655.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080301.xhp#par_id3151211.8.help.text
+msgid "Sub ExampleRandomize"
+msgstr "Sub ExampleRandomize"
+
+#: 03080301.xhp#par_id3147229.9.help.text
+msgid "Dim iVar As Integer, sText As String"
+msgstr "Dim iVar As Integer, sText As String"
+
+#: 03080301.xhp#par_id3150870.10.help.text
+msgid "Dim iSpectral(10) As Integer"
+msgstr "Dim iSpectral(10) As Integer"
+
+#: 03080301.xhp#par_id3148673.12.help.text
+msgid "Randomize 2^14-1"
+msgstr "Randomize 2^14-1"
+
+#: 03080301.xhp#par_id3156423.13.help.text
+msgid "For iCount = 1 To 1000"
+msgstr "For iCount = 1 To 1000"
+
+#: 03080301.xhp#par_id3147288.14.help.text
+msgid "iVar = Int((10 * Rnd) ) REM Range from 0 to 9"
+msgstr "iVar = Int((10 * Rnd) ) REM Range from 0 to 9"
+
+#: 03080301.xhp#par_id3155132.15.help.text
+msgid "iSpectral(iVar) = iSpectral(iVar) +1"
+msgstr "iSpectral(iVar) = iSpectral(iVar) +1"
+
+#: 03080301.xhp#par_id3153143.16.help.text
+msgctxt "03080301.xhp#par_id3153143.16.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03080301.xhp#par_id3154011.18.help.text
+msgid "sText = \" | \""
+msgstr "sText = \" | \""
+
+#: 03080301.xhp#par_id3151114.19.help.text
+msgctxt "03080301.xhp#par_id3151114.19.help.text"
+msgid "For iCount = 0 To 9"
+msgstr "For iCount = 0 To 9"
+
+#: 03080301.xhp#par_id3145748.20.help.text
+msgid "sText = sText & iSpectral(iCount) & \" | \""
+msgstr "sText = sText & iSpectral(iCount) & \" | \""
+
+#: 03080301.xhp#par_id3146921.21.help.text
+msgctxt "03080301.xhp#par_id3146921.21.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03080301.xhp#par_id3148617.22.help.text
+msgid "MsgBox sText,0,\"Spectral Distribution\""
+msgstr "MsgBox sText,0,\"Spectral Distribution\""
+
+#: 03080301.xhp#par_id3152941.23.help.text
+msgctxt "03080301.xhp#par_id3152941.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03132100.xhp#tit.help.text
+msgid "GetGuiType Function [Runtime]"
+msgstr "GetGuiType Function [Runtime]"
+
+#: 03132100.xhp#bm_id3147143.help.text
+msgid "<bookmark_value>GetGuiType function</bookmark_value>"
+msgstr "<bookmark_value>GetGuiType function</bookmark_value>"
+
+#: 03132100.xhp#hd_id3155310.1.help.text
+msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
+
+#: 03132100.xhp#par_id3152459.2.help.text
+msgid "Returns a numerical value that specifies the graphical user interface."
+msgstr "Returns a numerical value that specifies the graphical user interface."
+
+#: 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 "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
+
+#: 03132100.xhp#hd_id3154894.4.help.text
+msgctxt "03132100.xhp#hd_id3154894.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03132100.xhp#par_id3147143.5.help.text
+msgid "GetGUIType()"
+msgstr "GetGUIType()"
+
+#: 03132100.xhp#hd_id3149346.6.help.text
+msgctxt "03132100.xhp#hd_id3149346.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03132100.xhp#par_id3153748.7.help.text
+msgctxt "03132100.xhp#par_id3153748.7.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03132100.xhp#hd_id3149177.8.help.text
+msgid "Return values:"
+msgstr "Return values:"
+
+#: 03132100.xhp#par_id3147242.9.help.text
+msgid "1: Windows"
+msgstr "1: Windows"
+
+#: 03132100.xhp#par_id3156152.11.help.text
+msgid "4: UNIX"
+msgstr "4: UNIX"
+
+#: 03132100.xhp#hd_id3148685.12.help.text
+msgctxt "03132100.xhp#hd_id3148685.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03132100.xhp#par_id3149233.13.help.text
+msgid "Sub ExampleEnvironment"
+msgstr "Sub ExampleEnvironment"
+
+#: 03132100.xhp#par_id3145609.14.help.text
+msgid "MsgBox GetGUIType"
+msgstr "MsgBox GetGUIType"
+
+#: 03132100.xhp#par_id3145069.15.help.text
+msgctxt "03132100.xhp#par_id3145069.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020103.xhp#tit.help.text
+msgid "Open Statement[Runtime]"
+msgstr "Open Statement[Runtime]"
+
+#: 03020103.xhp#bm_id3150791.help.text
+msgid "<bookmark_value>Open statement</bookmark_value>"
+msgstr "<bookmark_value>Open statement</bookmark_value>"
+
+#: 03020103.xhp#hd_id3150791.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement[Runtime]\">Open Statement[Runtime]</link>"
+
+#: 03020103.xhp#par_id3150769.2.help.text
+msgid "Opens a data channel."
+msgstr "Opens a data channel."
+
+#: 03020103.xhp#hd_id3147230.3.help.text
+msgctxt "03020103.xhp#hd_id3147230.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020103.xhp#par_id3154124.4.help.text
+msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+msgstr "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+
+#: 03020103.xhp#hd_id3156280.5.help.text
+msgctxt "03020103.xhp#hd_id3156280.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 not exist (Access = Write), a new file is created."
+msgstr "<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 not exist (Access = Write), a new file is created."
+
+#: 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 "<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)."
+
+#: 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 "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
+
+#: 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 "<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)."
+
+#: 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 "<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."
+
+#: 03020103.xhp#par_id3151115.11.help.text
+msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
+msgstr "<emph>DatasetLength:</emph> For random access files, set the length of the records."
+
+#: 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 "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."
+
+#: 03020103.xhp#hd_id3149123.13.help.text
+msgctxt "03020103.xhp#hd_id3149123.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020103.xhp#par_id3150749.14.help.text
+msgctxt "03020103.xhp#par_id3150749.14.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020103.xhp#par_id3155064.15.help.text
+msgctxt "03020103.xhp#par_id3155064.15.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020103.xhp#par_id3154754.16.help.text
+msgctxt "03020103.xhp#par_id3154754.16.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020103.xhp#par_id3153711.17.help.text
+msgctxt "03020103.xhp#par_id3153711.17.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020103.xhp#par_id3155764.40.help.text
+msgctxt "03020103.xhp#par_id3155764.40.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020103.xhp#par_id3159264.18.help.text
+msgctxt "03020103.xhp#par_id3159264.18.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020103.xhp#par_id3153963.20.help.text
+msgctxt "03020103.xhp#par_id3153963.20.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020103.xhp#par_id3155959.21.help.text
+msgctxt "03020103.xhp#par_id3155959.21.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020103.xhp#par_id3154705.22.help.text
+msgctxt "03020103.xhp#par_id3154705.22.help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020103.xhp#par_id3146916.23.help.text
+msgctxt "03020103.xhp#par_id3146916.23.help.text"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr "Print #iNumber, \"This is another line of text\""
+
+#: 03020103.xhp#par_id3150942.24.help.text
+msgctxt "03020103.xhp#par_id3150942.24.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020103.xhp#par_id3150300.28.help.text
+msgctxt "03020103.xhp#par_id3150300.28.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020103.xhp#par_id3154022.29.help.text
+msgctxt "03020103.xhp#par_id3154022.29.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020103.xhp#par_id3150783.30.help.text
+msgctxt "03020103.xhp#par_id3150783.30.help.text"
+msgid "While not eof(iNumber)"
+msgstr "While not eof(iNumber)"
+
+#: 03020103.xhp#par_id3153270.31.help.text
+msgctxt "03020103.xhp#par_id3153270.31.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020103.xhp#par_id3153784.32.help.text
+msgctxt "03020103.xhp#par_id3153784.32.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020103.xhp#par_id3149208.33.help.text
+msgctxt "03020103.xhp#par_id3149208.33.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020103.xhp#par_id3150304.35.help.text
+msgctxt "03020103.xhp#par_id3150304.35.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020103.xhp#par_id3151217.36.help.text
+msgctxt "03020103.xhp#par_id3151217.36.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020103.xhp#par_id3152582.37.help.text
+msgctxt "03020103.xhp#par_id3152582.37.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020103.xhp#par_id3159100.41.help.text
+msgctxt "03020103.xhp#par_id3159100.41.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020103.xhp#par_id3159091.38.help.text
+msgctxt "03020103.xhp#par_id3159091.38.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090200.xhp#tit.help.text
+msgid "Loops"
+msgstr "Loops"
+
+#: 03090200.xhp#hd_id3153990.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
+msgstr "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
+
+#: 03090200.xhp#par_id3147226.2.help.text
+msgid "The following statements execute loops."
+msgstr "The following statements execute loops."
+
+#: 03080200.xhp#tit.help.text
+msgid "Exponential and Logarithmic Functions"
+msgstr "Exponential and Logarithmic Functions"
+
+#: 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 "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
+
+#: 03080200.xhp#par_id3148550.2.help.text
+msgid "$[officename] Basic supports the following exponential and logarithmic functions."
+msgstr "$[officename] Basic supports the following exponential and logarithmic functions."
+
+#: 01050000.xhp#tit.help.text
+msgid "$[officename] Basic IDE"
+msgstr "$[officename] Basic IDE"
+
+#: 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 "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
+
+#: 01050000.xhp#par_id3153142.2.help.text
+msgid "This section describes the structure of the Basic IDE."
+msgstr "This section describes the structure of the Basic IDE."
+
+#: 01050000.xhp#par_idN105C9.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+
+#: 01050000.xhp#hd_id3153188.5.help.text
+msgid "Commands From the Context menu of the Module Tabs"
+msgstr "Commands From the Context menu of the Module Tabs"
+
+#: 01050000.xhp#hd_id3154731.6.help.text
+msgid "Insert"
+msgstr "Insert"
+
+#: 01050000.xhp#hd_id3151074.8.help.text
+msgid "Module"
+msgstr "Module"
+
+#: 01050000.xhp#par_id3149581.9.help.text
+msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+
+#: 01050000.xhp#hd_id3147397.10.help.text
+msgid "Dialog"
+msgstr "Dialogue"
+
+#: 01050000.xhp#par_id3144335.11.help.text
+msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewDialog\">Inserts a new dialogue into the current library.</ahelp>"
+
+#: 01050000.xhp#hd_id3155602.12.help.text
+msgctxt "01050000.xhp#hd_id3155602.12.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 01050000.xhp#par_id3155064.13.help.text
+msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
+
+#: 01050000.xhp#hd_id3149018.14.help.text
+msgid "Rename"
+msgstr "Rename"
+
+#: 01050000.xhp#par_id3154754.15.help.text
+msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+msgstr "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+
+#: 01050000.xhp#hd_id3150043.16.help.text
+msgid "Hide"
+msgstr "Hide"
+
+#: 01050000.xhp#par_id3145147.17.help.text
+msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
+msgstr "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
+
+#: 01050000.xhp#hd_id3163805.18.help.text
+msgctxt "01050000.xhp#hd_id3163805.18.help.text"
+msgid "Modules"
+msgstr "Modules"
+
+#: 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 "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organiser</emph></link> dialogue."
+
+#: 03132000.xhp#tit.help.text
+msgid "CreateUnoListener Function [Runtime]"
+msgstr "CreateUnoListener Function [Runtime]"
+
+#: 03132000.xhp#bm_id3155150.help.text
+msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoListener function</bookmark_value>"
+
+#: 03132000.xhp#hd_id3155150.53.help.text
+msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
+
+#: 03132000.xhp#par_id3149346.52.help.text
+msgid "Creates a Listener instance."
+msgstr "Creates a Listener instance."
+
+#: 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 "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."
+
+#: 03132000.xhp#hd_id3148685.50.help.text
+msgctxt "03132000.xhp#hd_id3148685.50.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03132000.xhp#par_id3143228.49.help.text
+msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+
+#: 03132000.xhp#hd_id3147574.48.help.text
+msgctxt "03132000.xhp#hd_id3147574.48.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03132000.xhp#par_id3154046.47.help.text
+msgid "The following example is based on a Basic library object."
+msgstr "The following example is based on a Basic library object."
+
+#: 03132000.xhp#par_id3155136.46.help.text
+msgid "Dim oListener"
+msgstr "Dim oListener"
+
+#: 03132000.xhp#par_id3148944.45.help.text
+msgid "oListener = CreateUnoListener( \"ContListener_\",\"com.sun.star.container.XContainerListener\" )"
+msgstr "oListener = CreateUnoListener( \"ContListener_\",\"com.sun.star.container.XContainerListener\" )"
+
+#: 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 "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."
+
+#: 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 "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:"
+
+#: 03132000.xhp#par_id3154164.42.help.text
+msgid "Dim oLib"
+msgstr "Dim oLib"
+
+#: 03132000.xhp#par_id3154940.41.help.text
+msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+msgstr "oLib = BasicLibraries.Library1 ' Library1 must exist!"
+
+#: 03132000.xhp#par_id3150359.40.help.text
+msgid "oLib.addContainerListener( oListener ) ' Register the listener"
+msgstr "oLib.addContainerListener( oListener ) ' Register the listener"
+
+#: 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 "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
+
+#: 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 "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."
+
+#: 03132000.xhp#par_id3150768.37.help.text
+msgid "In this example, the Listener-Interface uses the following methods:"
+msgstr "In this example, the Listener-Interface uses the following methods:"
+
+#: 03132000.xhp#par_id3151176.36.help.text
+msgid "disposing:"
+msgstr "disposing:"
+
+#: 03132000.xhp#par_id3145173.35.help.text
+msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+msgstr "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+
+#: 03132000.xhp#par_id3156212.34.help.text
+msgid "elementInserted:"
+msgstr "elementInserted:"
+
+#: 03132000.xhp#par_id3159254.33.help.text
+msgctxt "03132000.xhp#par_id3159254.33.help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp#par_id3147287.32.help.text
+msgid "elementRemoved:"
+msgstr "elementRemoved:"
+
+#: 03132000.xhp#par_id3146119.31.help.text
+msgctxt "03132000.xhp#par_id3146119.31.help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 03132000.xhp#par_id3153951.30.help.text
+msgid "elementReplaced:"
+msgstr "elementReplaced:"
+
+#: 03132000.xhp#par_id3154013.29.help.text
+msgctxt "03132000.xhp#par_id3154013.29.help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgstr "Method of the com.sun.star.container.XContainerListener interface"
+
+#: 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 "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
+
+#: 03132000.xhp#par_id3155411.27.help.text
+msgid "ContListener_disposing"
+msgstr "ContListener_disposing"
+
+#: 03132000.xhp#par_id3146923.26.help.text
+msgid "ContListener_elementInserted"
+msgstr "ContListener_elementInserted"
+
+#: 03132000.xhp#par_id3147318.25.help.text
+msgid "ContListener_elementRemoved"
+msgstr "ContListener_elementRemoved"
+
+#: 03132000.xhp#par_id3152578.24.help.text
+msgid "ContListener_elementReplaced"
+msgstr "ContListener_elementReplaced"
+
+#: 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 "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:"
+
+#: 03132000.xhp#par_id3149582.22.help.text
+msgid "Sub ContListener_disposing( oEvent )"
+msgstr "Sub ContListener_disposing( oEvent )"
+
+#: 03132000.xhp#par_id3153876.21.help.text
+msgid "MsgBox \"disposing\""
+msgstr "MsgBox \"disposing\""
+
+#: 03132000.xhp#par_id3149959.20.help.text
+msgctxt "03132000.xhp#par_id3149959.20.help.text"
+msgid "MsgBox oEvent.Dbg_Properties"
+msgstr "MsgBox oEvent.Dbg_Properties"
+
+#: 03132000.xhp#par_id3154490.19.help.text
+msgctxt "03132000.xhp#par_id3154490.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132000.xhp#par_id3156285.18.help.text
+msgid "Sub ContListener_elementInserted( oEvent )"
+msgstr "Sub ContListener_elementInserted( oEvent )"
+
+#: 03132000.xhp#par_id3154098.17.help.text
+msgid "MsgBox \"elementInserted\""
+msgstr "MsgBox \"elementInserted\""
+
+#: 03132000.xhp#par_id3155601.16.help.text
+msgctxt "03132000.xhp#par_id3155601.16.help.text"
+msgid "MsgBox oEvent.Dbg_Properties"
+msgstr "MsgBox oEvent.Dbg_Properties"
+
+#: 03132000.xhp#par_id3153415.15.help.text
+msgctxt "03132000.xhp#par_id3153415.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132000.xhp#par_id3154272.14.help.text
+msgid "Sub ContListener_elementRemoved( oEvent )"
+msgstr "Sub ContListener_elementRemoved( oEvent )"
+
+#: 03132000.xhp#par_id3153947.13.help.text
+msgid "MsgBox \"elementRemoved\""
+msgstr "MsgBox \"elementRemoved\""
+
+#: 03132000.xhp#par_id3146914.12.help.text
+msgctxt "03132000.xhp#par_id3146914.12.help.text"
+msgid "MsgBox oEvent.Dbg_Properties"
+msgstr "MsgBox oEvent.Dbg_Properties"
+
+#: 03132000.xhp#par_id3150749.11.help.text
+msgctxt "03132000.xhp#par_id3150749.11.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132000.xhp#par_id3145642.10.help.text
+msgid "Sub ContListener_elementReplaced( oEvent )"
+msgstr "Sub ContListener_elementReplaced( oEvent )"
+
+#: 03132000.xhp#par_id3148915.9.help.text
+msgid "MsgBox \"elementReplaced\""
+msgstr "MsgBox \"elementReplaced\""
+
+#: 03132000.xhp#par_id3148995.8.help.text
+msgctxt "03132000.xhp#par_id3148995.8.help.text"
+msgid "MsgBox oEvent.Dbg_Properties"
+msgstr "MsgBox oEvent.Dbg_Properties"
+
+#: 03132000.xhp#par_id3148407.7.help.text
+msgctxt "03132000.xhp#par_id3148407.7.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 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 "You do not need to include the parameter of an event object if the object is not used:"
+
+#: 03132000.xhp#par_id3150042.5.help.text
+msgid "' Minimal implementation of Sub disposing"
+msgstr "' Minimal implementation of Sub disposing"
+
+#: 03132000.xhp#par_id3151249.4.help.text
+msgid "Sub ContListener_disposing"
+msgstr "Sub ContListener_disposing"
+
+#: 03132000.xhp#par_id3155333.3.help.text
+msgctxt "03132000.xhp#par_id3155333.3.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03132000.xhp#par_id3150940.2.help.text
+msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+msgstr "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+
+#: 01020000.xhp#tit.help.text
+msgctxt "01020000.xhp#tit.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 01020000.xhp#hd_id3148946.1.help.text
+msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgstr "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+
+#: 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 "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."
+
+#: 03030204.xhp#tit.help.text
+msgid "Second Function [Runtime]"
+msgstr "Second Function [Runtime]"
+
+#: 03030204.xhp#bm_id3153346.help.text
+msgid "<bookmark_value>Second function</bookmark_value>"
+msgstr "<bookmark_value>Second function</bookmark_value>"
+
+#: 03030204.xhp#hd_id3153346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
+
+#: 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 "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
+
+#: 03030204.xhp#hd_id3147264.3.help.text
+msgctxt "03030204.xhp#hd_id3147264.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030204.xhp#par_id3146795.4.help.text
+msgid "Second (Number)"
+msgstr "Second (Number)"
+
+#: 03030204.xhp#hd_id3150792.5.help.text
+msgctxt "03030204.xhp#hd_id3150792.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030204.xhp#par_id3154140.6.help.text
+msgctxt "03030204.xhp#par_id3154140.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030204.xhp#hd_id3156280.7.help.text
+msgctxt "03030204.xhp#hd_id3156280.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
+
+#: 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 "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:"
+
+#: 03030204.xhp#par_id3153951.10.help.text
+msgid "Print Second(TimeSerial(12,30,41))"
+msgstr "Print Second(TimeSerial(12,30,41))"
+
+#: 03030204.xhp#par_id3151117.11.help.text
+msgid "returns the value 41."
+msgstr "returns the value 41."
+
+#: 03030204.xhp#hd_id3147426.12.help.text
+msgctxt "03030204.xhp#hd_id3147426.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030204.xhp#par_id3154012.13.help.text
+msgid "Sub ExampleSecond"
+msgstr "Sub ExampleSecond"
+
+#: 03030204.xhp#par_id3156441.14.help.text
+msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
+msgstr "MsgBox \"The exact second of the current time is \"& Second( Now )"
+
+#: 03030204.xhp#par_id3151112.15.help.text
+msgctxt "03030204.xhp#par_id3151112.15.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03103200.xhp#tit.help.text
+msgid "Option Base Statement [Runtime]"
+msgstr "Option Base Statement [Runtime]"
+
+#: 03103200.xhp#bm_id3155805.help.text
+msgid "<bookmark_value>Option Base statement</bookmark_value>"
+msgstr "<bookmark_value>Option Base statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
+
+#: 03103200.xhp#par_id3147242.2.help.text
+msgid "Defines the default lower boundary for arrays as 0 or 1."
+msgstr "Defines the default lower boundary for arrays as 0 or 1."
+
+#: 03103200.xhp#hd_id3150771.3.help.text
+msgctxt "03103200.xhp#hd_id3150771.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103200.xhp#par_id3147573.4.help.text
+msgid "Option Base { 0 | 1}"
+msgstr "Option Base { 0 | 1}"
+
+#: 03103200.xhp#hd_id3145315.5.help.text
+msgctxt "03103200.xhp#hd_id3145315.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03103200.xhp#par_id3147229.6.help.text
+msgctxt "03103200.xhp#par_id3147229.6.help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr "This statement must be added before the executable program code in a module."
+
+#: 03103200.xhp#hd_id3150870.7.help.text
+msgctxt "03103200.xhp#hd_id3150870.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103200.xhp#par_id3152921.8.help.text
+msgid "option Base 1"
+msgstr "option Base 1"
+
+#: 03103200.xhp#par_id3153192.10.help.text
+msgid "Sub ExampleOptionBase"
+msgstr "Sub ExampleOptionBase"
+
+#: 03103200.xhp#par_id3149561.11.help.text
+msgid "Dim sVar(20) As String"
+msgstr "Dim sVar(20) As String"
+
+#: 03103200.xhp#par_id3153770.12.help.text
+msgid "msgbox LBound(sVar())"
+msgstr "msgbox LBound(sVar())"
+
+#: 03103200.xhp#par_id3159153.13.help.text
+msgctxt "03103200.xhp#par_id3159153.13.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01040000.xhp#tit.help.text
+msgid "Event-Driven Macros"
+msgstr "Event-Driven Macros"
+
+#: 01040000.xhp#bm_id3154581.help.text
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+msgstr "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+
+#: 01040000.xhp#hd_id3147348.1.help.text
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
+msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
+
+#: 01040000.xhp#par_id3146120.2.help.text
+msgid "This section describes how to assign Basic programs to program events."
+msgstr "This section describes how to assign Basic programs to program events."
+
+#: 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 "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."
+
+#: 01040000.xhp#par_id3148455.5.help.text
+msgctxt "01040000.xhp#par_id3148455.5.help.text"
+msgid "Event"
+msgstr "Event"
+
+#: 01040000.xhp#par_id3145799.6.help.text
+msgid "An assigned macro is executed..."
+msgstr "An assigned macro is executed..."
+
+#: 01040000.xhp#par_id3149379.7.help.text
+msgid "Program Start"
+msgstr "Program Start"
+
+#: 01040000.xhp#par_id3150715.8.help.text
+msgid "... after a $[officename] application is started."
+msgstr "... after a $[officename] application is started."
+
+#: 01040000.xhp#par_id3146914.9.help.text
+msgid "Program End"
+msgstr "Program End"
+
+#: 01040000.xhp#par_id3153765.10.help.text
+msgid "...before a $[officename] application is terminated."
+msgstr "...before a $[officename] application is terminated."
+
+#: 01040000.xhp#par_id3145150.11.help.text
+msgid "Create Document"
+msgstr "Create Document"
+
+#: 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 "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
+
+#: 01040000.xhp#par_id3145790.13.help.text
+msgid "Open Document"
+msgstr "Open Document"
+
+#: 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 "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+
+#: 01040000.xhp#par_id3153266.15.help.text
+msgid "Save Document As"
+msgstr "Save Document As"
+
+#: 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 "...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)."
+
+#: 01040000.xhp#par_id3158215.43.help.text
+msgid "Document has been saved as"
+msgstr "Document has been saved as"
+
+#: 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 "... 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)."
+
+#: 01040000.xhp#par_id3150519.17.help.text
+msgid "Save Document"
+msgstr "Save Document"
+
+#: 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 "...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."
+
+#: 01040000.xhp#par_id3149404.45.help.text
+msgid "Document has been saved"
+msgstr "Document has been saved"
+
+#: 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 "...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."
+
+#: 01040000.xhp#par_id3159171.19.help.text
+msgid "Document is closing"
+msgstr "Document is closing"
+
+#: 01040000.xhp#par_id3146868.20.help.text
+msgid "...before a document is closed."
+msgstr "...before a document is closed."
+
+#: 01040000.xhp#par_id3159097.47.help.text
+msgid "Document closed"
+msgstr "Document closed"
+
+#: 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 "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
+
+#: 01040000.xhp#par_id3144772.21.help.text
+msgid "Activate Document"
+msgstr "Activate Document"
+
+#: 01040000.xhp#par_id3149442.22.help.text
+msgid "...after a document is brought to the foreground."
+msgstr "...after a document is brought to the foreground."
+
+#: 01040000.xhp#par_id3150888.23.help.text
+msgid "Deactivate Document"
+msgstr "Deactivate Document"
+
+#: 01040000.xhp#par_id3154060.24.help.text
+msgid "...after another document is brought to the foreground."
+msgstr "...after another document is brought to the foreground."
+
+#: 01040000.xhp#par_id3152384.25.help.text
+msgid "Print Document"
+msgstr "Print Document"
+
+#: 01040000.xhp#par_id3152873.26.help.text
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
+msgstr "...after the <emph>Print</emph> dialogue is closed, but before the actual print process begins."
+
+#: 01040000.xhp#par_id3159227.49.help.text
+msgid "JavaScript run-time error"
+msgstr "JavaScript run-time error"
+
+#: 01040000.xhp#par_id3145362.50.help.text
+msgid "...when a JavaScript run-time error occurs."
+msgstr "...when a JavaScript run-time error occurs."
+
+#: 01040000.xhp#par_id3154767.27.help.text
+msgid "Print Mail Merge"
+msgstr "Print Mail Merge"
+
+#: 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 "...after the <emph>Print</emph> dialogue is closed, but before the actual print process begins. This event occurs for each copy printed."
+
+#: 01040000.xhp#par_id3156366.51.help.text
+msgid "Change of the page count"
+msgstr "Change of the page count"
+
+#: 01040000.xhp#par_id3154627.52.help.text
+msgid "...when the page count changes."
+msgstr "...when the page count changes."
+
+#: 01040000.xhp#par_id3154737.53.help.text
+msgid "Message received"
+msgstr "Message received"
+
+#: 01040000.xhp#par_id3150952.54.help.text
+msgid "...if a message was received."
+msgstr "...if a message was received."
+
+#: 01040000.xhp#hd_id3153299.30.help.text
+msgid "Assigning a Macro to an Event"
+msgstr "Assigning a Macro to an Event"
+
+#: 01040000.xhp#par_id3147244.31.help.text
+msgctxt "01040000.xhp#par_id3147244.31.help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+
+#: 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 in the <emph>Save In</emph> listbox."
+msgstr "Select whether you want the assignment to be globally valid or just valid in the current document in the <emph>Save In</emph> listbox."
+
+#: 01040000.xhp#par_id3150431.32.help.text
+msgid "Select the event from the <emph>Event</emph> list."
+msgstr "Select the event from the <emph>Event</emph> list."
+
+#: 01040000.xhp#par_id3148742.33.help.text
+msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+msgstr "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+
+#: 01040000.xhp#par_id3146321.35.help.text
+msgid "Click <emph>OK</emph> to assign the macro."
+msgstr "Click <emph>OK</emph> to assign the macro."
+
+#: 01040000.xhp#par_id3147414.56.help.text
+msgctxt "01040000.xhp#par_id3147414.56.help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr "Click <emph>OK</emph> to close the dialogue."
+
+#: 01040000.xhp#hd_id3154581.36.help.text
+msgid "Removing the Assignment of a Macro to an Event"
+msgstr "Removing the Assignment of a Macro to an Event"
+
+#: 01040000.xhp#par_id3146883.57.help.text
+msgctxt "01040000.xhp#par_id3146883.57.help.text"
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgstr "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+
+#: 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 option in the <emph>Save In</emph> listbox."
+msgstr "Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the option in the <emph>Save In</emph> listbox."
+
+#: 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 "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
+
+#: 01040000.xhp#par_id3149143.37.help.text
+msgid "Click <emph>Remove</emph>."
+msgstr "Click <emph>Remove</emph>."
+
+#: 01040000.xhp#par_id3149351.60.help.text
+msgctxt "01040000.xhp#par_id3149351.60.help.text"
+msgid "Click <emph>OK</emph> to close the dialog."
+msgstr "Click <emph>OK</emph> to close the dialogue."
+
+#: 03060600.xhp#tit.help.text
+msgid "Xor-Operator [Runtime]"
+msgstr "Xor-Operator [Runtime]"
+
+#: 03060600.xhp#bm_id3156024.help.text
+msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Xor operator (logical)</bookmark_value>"
+
+#: 03060600.xhp#hd_id3156024.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
+
+#: 03060600.xhp#par_id3159414.2.help.text
+msgid "Performs a logical Exclusive-Or combination of two expressions."
+msgstr "Performs a logical Exclusive-Or combination of two expressions."
+
+#: 03060600.xhp#hd_id3153381.3.help.text
+msgctxt "03060600.xhp#hd_id3153381.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060600.xhp#par_id3150400.4.help.text
+msgid "Result = Expression1 Xor Expression2"
+msgstr "Result = Expression1 Xor Expression2"
+
+#: 03060600.xhp#hd_id3153968.5.help.text
+msgctxt "03060600.xhp#hd_id3153968.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060600.xhp#par_id3150448.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+
+#: 03060600.xhp#par_id3125864.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+
+#: 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 "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
+
+#: 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 "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
+
+#: 03060600.xhp#hd_id3153366.10.help.text
+msgctxt "03060600.xhp#hd_id3153366.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060600.xhp#par_id3159154.11.help.text
+msgid "Sub ExampleXor"
+msgstr "Sub ExampleXor"
+
+#: 03060600.xhp#par_id3163710.12.help.text
+msgctxt "03060600.xhp#par_id3163710.12.help.text"
+msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+msgstr "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+
+#: 03060600.xhp#par_id3155856.13.help.text
+msgctxt "03060600.xhp#par_id3155856.13.help.text"
+msgid "Dim vOut as Variant"
+msgstr "Dim vOut as Variant"
+
+#: 03060600.xhp#par_id3152462.14.help.text
+msgctxt "03060600.xhp#par_id3152462.14.help.text"
+msgid "vA = 10: vB = 8: vC = 6: vD = Null"
+msgstr "vA = 10: vB = 8: vC = 6: vD = Null"
+
+#: 03060600.xhp#par_id3156442.15.help.text
+msgid "vOut = vA > vB Xor vB > vC REM returns 0"
+msgstr "vOut = vA > vB Xor vB > vC REM returns 0"
+
+#: 03060600.xhp#par_id3153191.16.help.text
+msgid "vOut = vB > vA Xor vB > vC REM returns -1"
+msgstr "vOut = vB > vA Xor vB > vC REM returns -1"
+
+#: 03060600.xhp#par_id3153144.17.help.text
+msgid "vOut = vA > vB Xor vB > vD REM returns -1"
+msgstr "vOut = vA > vB Xor vB > vD REM returns -1"
+
+#: 03060600.xhp#par_id3154944.18.help.text
+msgid "vOut = (vB > vD Xor vB > vA) REM returns 0"
+msgstr "vOut = (vB > vD Xor vB > vA) REM returns 0"
+
+#: 03060600.xhp#par_id3148455.19.help.text
+msgid "vOut = vB Xor vA REM returns 2"
+msgstr "vOut = vB Xor vA REM returns 2"
+
+#: 03060600.xhp#par_id3156283.20.help.text
+msgctxt "03060600.xhp#par_id3156283.20.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03100050.xhp#tit.help.text
+msgid "CCur Function [Runtime]"
+msgstr "CCur Function [Runtime]"
+
+#: 03100050.xhp#bm_id8926053.help.text
+msgid "<bookmark_value>CCur function</bookmark_value>"
+msgstr "<bookmark_value>CCur function</bookmark_value>"
+
+#: 03100050.xhp#par_idN10541.help.text
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+
+#: 03100050.xhp#par_idN10545.help.text
+msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+msgstr "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+
+#: 03100050.xhp#par_idN10548.help.text
+msgctxt "03100050.xhp#par_idN10548.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100050.xhp#par_idN105E8.help.text
+msgid "CCur(Expression)"
+msgstr "CCur(Expression)"
+
+#: 03100050.xhp#par_idN105EB.help.text
+msgctxt "03100050.xhp#par_idN105EB.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100050.xhp#par_idN105EF.help.text
+msgid "Currency"
+msgstr "Currency"
+
+#: 03100050.xhp#par_idN105F2.help.text
+msgctxt "03100050.xhp#par_idN105F2.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03100050.xhp#par_idN105F6.help.text
+msgctxt "03100050.xhp#par_idN105F6.help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "Expression: Any string or numeric expression that you want to convert."
+
+#: 03020303.xhp#tit.help.text
+msgid "Lof Function [Runtime]"
+msgstr "Lof Function [Runtime]"
+
+#: 03020303.xhp#bm_id3156024.help.text
+msgid "<bookmark_value>Lof function</bookmark_value>"
+msgstr "<bookmark_value>Lof function</bookmark_value>"
+
+#: 03020303.xhp#hd_id3156024.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
+
+#: 03020303.xhp#par_id3146794.2.help.text
+msgid "Returns the size of an open file in bytes."
+msgstr "Returns the size of an open file in bytes."
+
+#: 03020303.xhp#hd_id3153380.3.help.text
+msgctxt "03020303.xhp#hd_id3153380.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020303.xhp#par_id3150359.4.help.text
+msgid "Lof (FileNumber)"
+msgstr "Lof (FileNumber)"
+
+#: 03020303.xhp#hd_id3154141.5.help.text
+msgctxt "03020303.xhp#hd_id3154141.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020303.xhp#par_id3147230.6.help.text
+msgctxt "03020303.xhp#par_id3147230.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03020303.xhp#hd_id3156281.7.help.text
+msgctxt "03020303.xhp#hd_id3156281.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
+
+#: 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 "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
+
+#: 03020303.xhp#hd_id3155415.10.help.text
+msgctxt "03020303.xhp#hd_id3155415.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020303.xhp#par_id3151074.11.help.text
+msgctxt "03020303.xhp#par_id3151074.11.help.text"
+msgid "Sub ExampleRandomAccess"
+msgstr "Sub ExampleRandomAccess"
+
+#: 03020303.xhp#par_id3145251.12.help.text
+msgctxt "03020303.xhp#par_id3145251.12.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020303.xhp#par_id3154730.13.help.text
+msgid "Dim sText As Variant REM must be a Variant"
+msgstr "Dim sText As Variant REM must be a Variant"
+
+#: 03020303.xhp#par_id3145646.14.help.text
+msgctxt "03020303.xhp#par_id3145646.14.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020303.xhp#par_id3153157.15.help.text
+msgctxt "03020303.xhp#par_id3153157.15.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020303.xhp#par_id3149403.17.help.text
+msgctxt "03020303.xhp#par_id3149403.17.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020303.xhp#par_id3149121.18.help.text
+msgctxt "03020303.xhp#par_id3149121.18.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020303.xhp#par_id3156276.19.help.text
+msgid "Seek #iNumber,1 REM Position at start"
+msgstr "Seek #iNumber,1 REM Position at start"
+
+#: 03020303.xhp#par_id3148405.20.help.text
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+
+#: 03020303.xhp#par_id3154756.21.help.text
+msgctxt "03020303.xhp#par_id3154756.21.help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020303.xhp#par_id3145643.22.help.text
+msgctxt "03020303.xhp#par_id3145643.22.help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020303.xhp#par_id3156383.23.help.text
+msgctxt "03020303.xhp#par_id3156383.23.help.text"
+msgid "Seek #iNumber,2"
+msgstr "Seek #iNumber,2"
+
+#: 03020303.xhp#par_id3155333.24.help.text
+msgctxt "03020303.xhp#par_id3155333.24.help.text"
+msgid "Get #iNumber,,sText"
+msgstr "Get #iNumber,,sText"
+
+#: 03020303.xhp#par_id3149255.25.help.text
+msgctxt "03020303.xhp#par_id3149255.25.help.text"
+msgid "Print sText"
+msgstr "Print sText"
+
+#: 03020303.xhp#par_id3154702.26.help.text
+msgctxt "03020303.xhp#par_id3154702.26.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020303.xhp#par_id3153965.28.help.text
+msgctxt "03020303.xhp#par_id3153965.28.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020303.xhp#par_id3163807.29.help.text
+msgctxt "03020303.xhp#par_id3163807.29.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020303.xhp#par_id3155607.30.help.text
+msgctxt "03020303.xhp#par_id3155607.30.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020303.xhp#par_id3150299.31.help.text
+msgid "Put #iNumber,,\"This is a new line of text\""
+msgstr "Put #iNumber,,\"This is a new line of text\""
+
+#: 03020303.xhp#par_id3147002.32.help.text
+msgctxt "03020303.xhp#par_id3147002.32.help.text"
+msgid "Get #iNumber,1,sText"
+msgstr "Get #iNumber,1,sText"
+
+#: 03020303.xhp#par_id3149036.33.help.text
+msgctxt "03020303.xhp#par_id3149036.33.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020303.xhp#par_id3166425.34.help.text
+msgctxt "03020303.xhp#par_id3166425.34.help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03020303.xhp#par_id3149817.35.help.text
+msgctxt "03020303.xhp#par_id3149817.35.help.text"
+msgid "Print Lof(#iNumber)"
+msgstr "Print Lof(#iNumber)"
+
+#: 03020303.xhp#par_id3146811.36.help.text
+msgctxt "03020303.xhp#par_id3146811.36.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020303.xhp#par_id3154200.38.help.text
+msgctxt "03020303.xhp#par_id3154200.38.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120304.xhp#tit.help.text
+msgid "LSet Statement [Runtime]"
+msgstr "LSet Statement [Runtime]"
+
+#: 03120304.xhp#bm_id3143268.help.text
+msgid "<bookmark_value>LSet statement</bookmark_value>"
+msgstr "<bookmark_value>LSet statement</bookmark_value>"
+
+#: 03120304.xhp#hd_id3143268.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03120304.xhp#hd_id3145317.3.help.text
+msgctxt "03120304.xhp#hd_id3145317.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120304.xhp#par_id3150984.4.help.text
+msgid "LSet Var As String = Text or LSet Var1 = Var2"
+msgstr "LSet Var As String = Text or LSet Var1 = Var2"
+
+#: 03120304.xhp#hd_id3143271.5.help.text
+msgctxt "03120304.xhp#hd_id3143271.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
+
+#: 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 "<emph>Text:</emph> String that you want to align to the left of the string variable."
+
+#: 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 "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
+
+#: 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 "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
+
+#: 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 "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."
+
+#: 03120304.xhp#hd_id3156282.11.help.text
+msgctxt "03120304.xhp#hd_id3156282.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120304.xhp#par_id3153193.12.help.text
+msgctxt "03120304.xhp#par_id3153193.12.help.text"
+msgid "Sub ExampleRLSet"
+msgstr "Sub ExampleRLSet"
+
+#: 03120304.xhp#par_id3150768.13.help.text
+msgctxt "03120304.xhp#par_id3150768.13.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03120304.xhp#par_id3150447.14.help.text
+msgid "Dim sExpr As String"
+msgstr "Dim sExpr As String"
+
+#: 03120304.xhp#par_id3149561.16.help.text
+msgctxt "03120304.xhp#par_id3149561.16.help.text"
+msgid "sVar = String(40,\"*\")"
+msgstr "sVar = String(40,\"*\")"
+
+#: 03120304.xhp#par_id3153768.17.help.text
+msgctxt "03120304.xhp#par_id3153768.17.help.text"
+msgid "sExpr = \"SBX\""
+msgstr "sExpr = \"SBX\""
+
+#: 03120304.xhp#par_id3152940.18.help.text
+msgid "REM Align \"SBX\" within the 40-character reference string"
+msgstr "REM Align \"SBX\" within the 40-character reference string"
+
+#: 03120304.xhp#par_id3148647.19.help.text
+msgctxt "03120304.xhp#par_id3148647.19.help.text"
+msgid "REM Replace asterisks with spaces"
+msgstr "REM Replace asterisks with spaces"
+
+#: 03120304.xhp#par_id3146119.20.help.text
+msgctxt "03120304.xhp#par_id3146119.20.help.text"
+msgid "RSet sVar = sExpr"
+msgstr "RSet sVar = sExpr"
+
+#: 03120304.xhp#par_id3153365.21.help.text
+msgctxt "03120304.xhp#par_id3153365.21.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120304.xhp#par_id3149260.23.help.text
+msgctxt "03120304.xhp#par_id3149260.23.help.text"
+msgid "sVar = String(5,\"*\")"
+msgstr "sVar = String(5,\"*\")"
+
+#: 03120304.xhp#par_id3147436.24.help.text
+msgctxt "03120304.xhp#par_id3147436.24.help.text"
+msgid "sExpr = \"123457896\""
+msgstr "sExpr = \"123457896\""
+
+#: 03120304.xhp#par_id3146923.25.help.text
+msgctxt "03120304.xhp#par_id3146923.25.help.text"
+msgid "RSet sVar = sExpr"
+msgstr "RSet sVar = sExpr"
+
+#: 03120304.xhp#par_id3151114.26.help.text
+msgctxt "03120304.xhp#par_id3151114.26.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120304.xhp#par_id3155855.28.help.text
+msgctxt "03120304.xhp#par_id3155855.28.help.text"
+msgid "sVar = String(40,\"*\")"
+msgstr "sVar = String(40,\"*\")"
+
+#: 03120304.xhp#par_id3145253.29.help.text
+msgctxt "03120304.xhp#par_id3145253.29.help.text"
+msgid "sExpr = \"SBX\""
+msgstr "sExpr = \"SBX\""
+
+#: 03120304.xhp#par_id3151075.30.help.text
+msgid "REM Left-align \"SBX\" within the 40-character reference string"
+msgstr "REM Left-align \"SBX\" within the 40-character reference string"
+
+#: 03120304.xhp#par_id3147126.31.help.text
+msgctxt "03120304.xhp#par_id3147126.31.help.text"
+msgid "LSet sVar = sExpr"
+msgstr "LSet sVar = sExpr"
+
+#: 03120304.xhp#par_id3154792.32.help.text
+msgctxt "03120304.xhp#par_id3154792.32.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120304.xhp#par_id3154942.34.help.text
+msgctxt "03120304.xhp#par_id3154942.34.help.text"
+msgid "sVar = String(5,\"*\")"
+msgstr "sVar = String(5,\"*\")"
+
+#: 03120304.xhp#par_id3155603.35.help.text
+msgctxt "03120304.xhp#par_id3155603.35.help.text"
+msgid "sExpr = \"123456789\""
+msgstr "sExpr = \"123456789\""
+
+#: 03120304.xhp#par_id3150716.36.help.text
+msgctxt "03120304.xhp#par_id3150716.36.help.text"
+msgid "LSet sVar = sExpr"
+msgstr "LSet sVar = sExpr"
+
+#: 03120304.xhp#par_id3146969.37.help.text
+msgctxt "03120304.xhp#par_id3146969.37.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120304.xhp#par_id3150749.38.help.text
+msgctxt "03120304.xhp#par_id3150749.38.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03100100.xhp#tit.help.text
+msgid "CBool Function [Runtime]"
+msgstr "CBool Function [Runtime]"
+
+#: 03100100.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>CBool function</bookmark_value>"
+msgstr "<bookmark_value>CBool function</bookmark_value>"
+
+#: 03100100.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
+
+#: 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 "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
+
+#: 03100100.xhp#hd_id3153345.3.help.text
+msgctxt "03100100.xhp#hd_id3153345.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100100.xhp#par_id3149514.4.help.text
+msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
+msgstr "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
+
+#: 03100100.xhp#hd_id3156152.5.help.text
+msgctxt "03100100.xhp#hd_id3156152.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100100.xhp#par_id3155419.6.help.text
+msgctxt "03100100.xhp#par_id3155419.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03100100.xhp#hd_id3147530.7.help.text
+msgctxt "03100100.xhp#hd_id3147530.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 03100100.xhp#hd_id3156212.11.help.text
+msgctxt "03100100.xhp#hd_id3156212.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100100.xhp#par_id3147288.12.help.text
+msgid "Sub ExampleCBool"
+msgstr "Sub ExampleCBool"
+
+#: 03100100.xhp#par_id3153768.13.help.text
+msgctxt "03100100.xhp#par_id3153768.13.help.text"
+msgid "Dim sText As String"
+msgstr "Dim sText As String"
+
+#: 03100100.xhp#par_id3155132.14.help.text
+msgid "sText = InputBox(\"Please enter a short sentence:\")"
+msgstr "sText = InputBox(\"Please enter a short sentence:\")"
+
+#: 03100100.xhp#par_id3155855.15.help.text
+msgid "REM Proof if the word »and« appears in the sentence."
+msgstr "REM Proof if the word »and« appears in the sentence."
+
+#: 03100100.xhp#par_id3146984.16.help.text
+msgid "REM Instead of the command line"
+msgstr "REM Instead of the command line"
+
+#: 03100100.xhp#par_id3148576.17.help.text
+msgid "REM If Instr(Input, \"and\")<>0 Then..."
+msgstr "REM If Instr(Input, \"and\")<>0 Then..."
+
+#: 03100100.xhp#par_id3154014.18.help.text
+msgid "REM the CBool function is applied as follows:"
+msgstr "REM the CBool function is applied as follows:"
+
+#: 03100100.xhp#par_id3155413.19.help.text
+msgid "If CBool(Instr(sText, \"and\")) Then"
+msgstr "If CBool(Instr(sText, \"and\")) Then"
+
+#: 03100100.xhp#par_id3152940.20.help.text
+msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
+msgstr "MsgBox \"The word »and« appears in the sentence you entered!\""
+
+#: 03100100.xhp#par_id3153954.21.help.text
+msgid "EndIf"
+msgstr "EndIf"
+
+#: 03100100.xhp#par_id3152886.22.help.text
+msgctxt "03100100.xhp#par_id3152886.22.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030300.xhp#tit.help.text
+msgid "System Date and Time"
+msgstr "System Date and Time"
+
+#: 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 "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+
+#: 03030300.xhp#par_id3149457.2.help.text
+msgid "The following functions and statements set or return the system date and time."
+msgstr "The following functions and statements set or return the system date and time."
+
+#: 03120311.xhp#tit.help.text
+msgid "Trim Function [Runtime]"
+msgstr "Trim Function [Runtime]"
+
+#: 03120311.xhp#bm_id3150616.help.text
+msgid "<bookmark_value>Trim function</bookmark_value>"
+msgstr "<bookmark_value>Trim function</bookmark_value>"
+
+#: 03120311.xhp#hd_id3150616.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
+
+#: 03120311.xhp#par_id3149177.2.help.text
+msgid "Removes all leading and trailing spaces from a string expression."
+msgstr "Removes all leading and trailing spaces from a string expression."
+
+#: 03120311.xhp#hd_id3159157.3.help.text
+msgctxt "03120311.xhp#hd_id3159157.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120311.xhp#par_id3155341.4.help.text
+msgid "Trim( Text As String )"
+msgstr "Trim( Text As String )"
+
+#: 03120311.xhp#hd_id3155388.5.help.text
+msgctxt "03120311.xhp#hd_id3155388.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120311.xhp#par_id3143228.6.help.text
+msgctxt "03120311.xhp#par_id3143228.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120311.xhp#hd_id3145609.7.help.text
+msgctxt "03120311.xhp#hd_id3145609.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120311.xhp#par_id3159414.8.help.text
+msgctxt "03120311.xhp#par_id3159414.8.help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>Text:</emph> Any string expression."
+
+#: 03120311.xhp#hd_id3148663.10.help.text
+msgctxt "03120311.xhp#hd_id3148663.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120311.xhp#par_id3150398.11.help.text
+msgctxt "03120311.xhp#par_id3150398.11.help.text"
+msgid "Sub ExampleSpaces"
+msgstr "Sub ExampleSpaces"
+
+#: 03120311.xhp#par_id3153525.12.help.text
+msgctxt "03120311.xhp#par_id3153525.12.help.text"
+msgid "Dim sText2 as String,sText as String,sOut as String"
+msgstr "Dim sText2 as String,sText as String,sOut as String"
+
+#: 03120311.xhp#par_id3154908.13.help.text
+msgctxt "03120311.xhp#par_id3154908.13.help.text"
+msgid "sText2 = \" <*Las Vegas*> \""
+msgstr "sText2 = \" <*Las Vegas*> \""
+
+#: 03120311.xhp#par_id3144760.15.help.text
+msgctxt "03120311.xhp#par_id3144760.15.help.text"
+msgid "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+msgstr "sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
+
+#: 03120311.xhp#par_id3151383.16.help.text
+msgctxt "03120311.xhp#par_id3151383.16.help.text"
+msgid "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+msgstr "sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
+
+#: 03120311.xhp#par_id3151044.17.help.text
+msgctxt "03120311.xhp#par_id3151044.17.help.text"
+msgid "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
+
+#: 03120311.xhp#par_id3159149.18.help.text
+msgctxt "03120311.xhp#par_id3159149.18.help.text"
+msgid "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+msgstr "sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
+
+#: 03120311.xhp#par_id3150449.19.help.text
+msgctxt "03120311.xhp#par_id3150449.19.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+msgstr "sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
+
+#: 03120311.xhp#par_id3149562.20.help.text
+msgctxt "03120311.xhp#par_id3149562.20.help.text"
+msgid "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+msgstr "sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
+
+#: 03120311.xhp#par_id3161831.21.help.text
+msgctxt "03120311.xhp#par_id3161831.21.help.text"
+msgid "sOut = sOut +\"'\"+ sText +\"'\""
+msgstr "sOut = sOut +\"'\"+ sText +\"'\""
+
+#: 03120311.xhp#par_id3146120.22.help.text
+msgctxt "03120311.xhp#par_id3146120.22.help.text"
+msgid "MsgBox sOut"
+msgstr "MsgBox sOut"
+
+#: 03120311.xhp#par_id3145364.23.help.text
+msgctxt "03120311.xhp#par_id3145364.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03010305.xhp#tit.help.text
+msgid "RGB Function [Runtime]"
+msgstr "RGB Function [Runtime]"
+
+#: 03010305.xhp#hd_id3150792.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
+
+#: 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 "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer colour value</link> consisting of red, green, and blue components."
+
+#: 03010305.xhp#hd_id3147229.3.help.text
+msgctxt "03010305.xhp#hd_id3147229.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010305.xhp#par_id3155132.4.help.text
+msgid "RGB (Red, Green, Blue)"
+msgstr "RGB (Red, Green, Blue)"
+
+#: 03010305.xhp#hd_id3156442.5.help.text
+msgctxt "03010305.xhp#hd_id3156442.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010305.xhp#par_id3159153.6.help.text
+msgctxt "03010305.xhp#par_id3159153.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03010305.xhp#hd_id3154013.7.help.text
+msgctxt "03010305.xhp#hd_id3154013.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 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 "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite colour."
+
+#: 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 "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite colour."
+
+#: 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 "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite colour."
+
+#: 03010305.xhp#hd_id3147435.11.help.text
+msgctxt "03010305.xhp#hd_id3147435.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010305.xhp#par_id3156283.12.help.text
+msgctxt "03010305.xhp#par_id3156283.12.help.text"
+msgid "Sub ExampleColor"
+msgstr "Sub ExampleColour"
+
+#: 03010305.xhp#par_id3149582.13.help.text
+msgctxt "03010305.xhp#par_id3149582.13.help.text"
+msgid "Dim lVar As Long"
+msgstr "Dim lVar As Long"
+
+#: 03010305.xhp#par_id3150417.14.help.text
+msgctxt "03010305.xhp#par_id3150417.14.help.text"
+msgid "lVar = rgb(128,0,200)"
+msgstr "lVar = rgb(128,0,200)"
+
+#: 03010305.xhp#par_id3145647.15.help.text
+msgctxt "03010305.xhp#par_id3145647.15.help.text"
+msgid "msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "msgbox \"The colour \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010305.xhp#par_id3154491.16.help.text
+msgctxt "03010305.xhp#par_id3154491.16.help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr "\"red= \" & red(lVar) & Chr(13)&_"
+
+#: 03010305.xhp#par_id3149401.17.help.text
+msgctxt "03010305.xhp#par_id3149401.17.help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr "\"green= \" & green(lVar) & Chr(13)&_"
+
+#: 03010305.xhp#par_id3150716.18.help.text
+msgctxt "03010305.xhp#par_id3150716.18.help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03010305.xhp#par_id3150752.19.help.text
+msgctxt "03010305.xhp#par_id3150752.19.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03101400.xhp#tit.help.text
+msgid "DefDbl Statement [Runtime]"
+msgstr "DefDbl Statement [Runtime]"
+
+#: 03101400.xhp#bm_id3147242.help.text
+msgid "<bookmark_value>DefDbl statement</bookmark_value>"
+msgstr "<bookmark_value>DefDbl statement</bookmark_value>"
+
+#: 03101400.xhp#hd_id3147242.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+
+#: 03101400.xhp#par_id3153126.2.help.text
+msgctxt "03101400.xhp#par_id3153126.2.help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+
+#: 03101400.xhp#hd_id3155420.3.help.text
+msgctxt "03101400.xhp#hd_id3155420.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101400.xhp#par_id3147530.4.help.text
+msgctxt "03101400.xhp#par_id3147530.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101400.xhp#hd_id3145069.5.help.text
+msgctxt "03101400.xhp#hd_id3145069.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101400.xhp#par_id3147560.6.help.text
+msgctxt "03101400.xhp#par_id3147560.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+
+#: 03101400.xhp#par_id3150791.7.help.text
+msgctxt "03101400.xhp#par_id3150791.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101400.xhp#par_id3151210.8.help.text
+msgctxt "03101400.xhp#par_id3151210.8.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101400.xhp#par_id3154123.9.help.text
+msgid "<emph>DefDbl:</emph> Double"
+msgstr "<emph>DefDbl:</emph> Double"
+
+#: 03101400.xhp#hd_id3153192.10.help.text
+msgctxt "03101400.xhp#hd_id3153192.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101400.xhp#par_id3156281.12.help.text
+msgctxt "03101400.xhp#par_id3156281.12.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101400.xhp#par_id3153970.13.help.text
+msgctxt "03101400.xhp#par_id3153970.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101400.xhp#par_id3149561.14.help.text
+msgctxt "03101400.xhp#par_id3149561.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101400.xhp#par_id3147288.15.help.text
+msgctxt "03101400.xhp#par_id3147288.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101400.xhp#par_id3150487.16.help.text
+msgctxt "03101400.xhp#par_id3150487.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101400.xhp#par_id3151116.17.help.text
+msgctxt "03101400.xhp#par_id3151116.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101400.xhp#par_id3146922.18.help.text
+msgctxt "03101400.xhp#par_id3146922.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101400.xhp#par_id3146984.19.help.text
+msgctxt "03101400.xhp#par_id3146984.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101400.xhp#par_id3147436.21.help.text
+msgid "Sub ExampleDefDBL"
+msgstr "Sub ExampleDefDBL"
+
+#: 03101400.xhp#par_id3153144.22.help.text
+msgid "dValue=1.23e43 REM dValue is an implicit Double variable type"
+msgstr "dValue=1.23e43 REM dValue is an implicit Double variable type"
+
+#: 03101400.xhp#par_id3152941.23.help.text
+msgctxt "03101400.xhp#par_id3152941.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020301.xhp#tit.help.text
+msgid "Eof Function [Runtime]"
+msgstr "Eof Function [Runtime]"
+
+#: 03020301.xhp#bm_id3154598.help.text
+msgid "<bookmark_value>Eof function</bookmark_value>"
+msgstr "<bookmark_value>Eof function</bookmark_value>"
+
+#: 03020301.xhp#hd_id3154598.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+
+#: 03020301.xhp#par_id3147182.2.help.text
+msgid "Determines if the file pointer has reached the end of a file."
+msgstr "Determines if the file pointer has reached the end of a file."
+
+#: 03020301.xhp#hd_id3149119.3.help.text
+msgctxt "03020301.xhp#hd_id3149119.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020301.xhp#par_id3147399.4.help.text
+msgid "Eof (intexpression As Integer)"
+msgstr "Eof (intexpression As Integer)"
+
+#: 03020301.xhp#hd_id3153539.5.help.text
+msgctxt "03020301.xhp#hd_id3153539.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020301.xhp#par_id3156027.6.help.text
+msgctxt "03020301.xhp#par_id3156027.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03020301.xhp#hd_id3152924.7.help.text
+msgctxt "03020301.xhp#hd_id3152924.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020301.xhp#par_id3153990.8.help.text
+msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+msgstr "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+
+#: 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 "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)."
+
+#: 03020301.xhp#hd_id3154046.10.help.text
+msgctxt "03020301.xhp#hd_id3154046.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020301.xhp#par_id3143270.11.help.text
+msgctxt "03020301.xhp#par_id3143270.11.help.text"
+msgid "Sub ExampleWorkWithAFile"
+msgstr "Sub ExampleWorkWithAFile"
+
+#: 03020301.xhp#par_id3150670.12.help.text
+msgctxt "03020301.xhp#par_id3150670.12.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020301.xhp#par_id3154143.13.help.text
+msgctxt "03020301.xhp#par_id3154143.13.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020301.xhp#par_id3148943.14.help.text
+msgctxt "03020301.xhp#par_id3148943.14.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020301.xhp#par_id3153897.37.help.text
+msgctxt "03020301.xhp#par_id3153897.37.help.text"
+msgid "Dim sMsg as String"
+msgstr "Dim sMsg as String"
+
+#: 03020301.xhp#par_id3156344.15.help.text
+msgctxt "03020301.xhp#par_id3156344.15.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020301.xhp#par_id3148663.17.help.text
+msgctxt "03020301.xhp#par_id3148663.17.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020301.xhp#par_id3153379.18.help.text
+msgctxt "03020301.xhp#par_id3153379.18.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020301.xhp#par_id3153360.19.help.text
+msgctxt "03020301.xhp#par_id3153360.19.help.text"
+msgid "Print #iNumber, \"First line of text\""
+msgstr "Print #iNumber, \"First line of text\""
+
+#: 03020301.xhp#par_id3148797.20.help.text
+msgctxt "03020301.xhp#par_id3148797.20.help.text"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr "Print #iNumber, \"Another line of text\""
+
+#: 03020301.xhp#par_id3154684.21.help.text
+msgctxt "03020301.xhp#par_id3154684.21.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020301.xhp#par_id3153104.25.help.text
+msgctxt "03020301.xhp#par_id3153104.25.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020301.xhp#par_id3144761.26.help.text
+msgctxt "03020301.xhp#par_id3144761.26.help.text"
+msgid "Open aFile For Input As iNumber"
+msgstr "Open aFile For Input As iNumber"
+
+#: 03020301.xhp#par_id3153193.27.help.text
+msgctxt "03020301.xhp#par_id3153193.27.help.text"
+msgid "While not eof(iNumber)"
+msgstr "While not eof(iNumber)"
+
+#: 03020301.xhp#par_id3158408.28.help.text
+msgctxt "03020301.xhp#par_id3158408.28.help.text"
+msgid "Line Input #iNumber, sLine"
+msgstr "Line Input #iNumber, sLine"
+
+#: 03020301.xhp#par_id3149203.29.help.text
+msgctxt "03020301.xhp#par_id3149203.29.help.text"
+msgid "If sLine <>\"\" then"
+msgstr "If sLine <>\"\" then"
+
+#: 03020301.xhp#par_id3153770.30.help.text
+msgctxt "03020301.xhp#par_id3153770.30.help.text"
+msgid "sMsg = sMsg & sLine & chr(13)"
+msgstr "sMsg = sMsg & sLine & chr(13)"
+
+#: 03020301.xhp#par_id3153367.32.help.text
+msgctxt "03020301.xhp#par_id3153367.32.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03020301.xhp#par_id3147318.33.help.text
+msgctxt "03020301.xhp#par_id3147318.33.help.text"
+msgid "wend"
+msgstr "wend"
+
+#: 03020301.xhp#par_id3152939.34.help.text
+msgctxt "03020301.xhp#par_id3152939.34.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020301.xhp#par_id3153726.38.help.text
+msgctxt "03020301.xhp#par_id3153726.38.help.text"
+msgid "Msgbox sMsg"
+msgstr "Msgbox sMsg"
+
+#: 03020301.xhp#par_id3153092.35.help.text
+msgctxt "03020301.xhp#par_id3153092.35.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03102300.xhp#tit.help.text
+msgid "IsDate Function [Runtime]"
+msgstr "IsDate Function [Runtime]"
+
+#: 03102300.xhp#bm_id3145090.help.text
+msgid "<bookmark_value>IsDate function</bookmark_value>"
+msgstr "<bookmark_value>IsDate function</bookmark_value>"
+
+#: 03102300.xhp#hd_id3145090.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
+
+#: 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 "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
+
+#: 03102300.xhp#hd_id3153824.3.help.text
+msgctxt "03102300.xhp#hd_id3153824.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102300.xhp#par_id3147573.4.help.text
+msgid "IsDate (Expression)"
+msgstr "IsDate (Expression)"
+
+#: 03102300.xhp#hd_id3143270.5.help.text
+msgctxt "03102300.xhp#hd_id3143270.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102300.xhp#par_id3147560.6.help.text
+msgctxt "03102300.xhp#par_id3147560.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102300.xhp#hd_id3148947.7.help.text
+msgctxt "03102300.xhp#hd_id3148947.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 03102300.xhp#hd_id3150447.9.help.text
+msgctxt "03102300.xhp#hd_id3150447.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102300.xhp#par_id3154217.10.help.text
+msgid "Sub ExampleIsDate"
+msgstr "Sub ExampleIsDate"
+
+#: 03102300.xhp#par_id3153970.11.help.text
+msgid "Dim sDateVar as String"
+msgstr "Dim sDateVar as String"
+
+#: 03102300.xhp#par_id3153193.12.help.text
+msgid "sDateVar = \"12.12.1997\""
+msgstr "sDateVar = \"12.12.1997\""
+
+#: 03102300.xhp#par_id3150869.13.help.text
+msgid "print IsDate(sDateVar) REM Returns True"
+msgstr "print IsDate(sDateVar) REM Returns True"
+
+#: 03102300.xhp#par_id3148453.14.help.text
+msgid "sDateVar = \"12121997\""
+msgstr "sDateVar = \"12121997\""
+
+#: 03102300.xhp#par_id3147288.15.help.text
+msgid "print IsDate(sDateVar) REM Returns False"
+msgstr "print IsDate(sDateVar) REM Returns False"
+
+#: 03102300.xhp#par_id3155132.16.help.text
+msgctxt "03102300.xhp#par_id3155132.16.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030201.xhp#tit.help.text
+msgid "Hour Function [Runtime]"
+msgstr "Hour Function [Runtime]"
+
+#: 03030201.xhp#bm_id3156042.help.text
+msgid "<bookmark_value>Hour function</bookmark_value>"
+msgstr "<bookmark_value>Hour function</bookmark_value>"
+
+#: 03030201.xhp#hd_id3156042.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
+
+#: 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 "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
+
+#: 03030201.xhp#hd_id3147574.3.help.text
+msgctxt "03030201.xhp#hd_id3147574.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030201.xhp#par_id3147264.4.help.text
+msgid "Hour (Number)"
+msgstr "Hour (Number)"
+
+#: 03030201.xhp#hd_id3145069.5.help.text
+msgctxt "03030201.xhp#hd_id3145069.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030201.xhp#par_id3149670.6.help.text
+msgctxt "03030201.xhp#par_id3149670.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030201.xhp#hd_id3150359.7.help.text
+msgctxt "03030201.xhp#hd_id3150359.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 " <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
+
+#: 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 "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"
+
+#: 03030201.xhp#par_id3163798.10.help.text
+msgid "Print Hour(TimeSerial(12,30,41))"
+msgstr "Print Hour(TimeSerial(12,30,41))"
+
+#: 03030201.xhp#par_id3155132.11.help.text
+msgctxt "03030201.xhp#par_id3155132.11.help.text"
+msgid "returns the value 12."
+msgstr "returns the value 12."
+
+#: 03030201.xhp#hd_id3147348.12.help.text
+msgctxt "03030201.xhp#hd_id3147348.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030201.xhp#par_id3146985.13.help.text
+msgid "Sub ExampleHour"
+msgstr "Sub ExampleHour"
+
+#: 03030201.xhp#par_id3156441.14.help.text
+msgid "Print \"The current hour is \" & Hour( Now )"
+msgstr "Print \"The current hour is \" & Hour( Now )"
+
+#: 03030201.xhp#par_id3153145.15.help.text
+msgctxt "03030201.xhp#par_id3153145.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020407.xhp#tit.help.text
+msgid "FileDateTime Function [Runtime]"
+msgstr "FileDateTime Function [Runtime]"
+
+#: 03020407.xhp#bm_id3153361.help.text
+msgid "<bookmark_value>FileDateTime function</bookmark_value>"
+msgstr "<bookmark_value>FileDateTime function</bookmark_value>"
+
+#: 03020407.xhp#hd_id3153361.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+
+#: 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 "Returns a string that contains the date and the time that a file was created or last modified."
+
+#: 03020407.xhp#hd_id3154685.3.help.text
+msgctxt "03020407.xhp#hd_id3154685.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020407.xhp#par_id3154124.4.help.text
+msgid "FileDateTime (Text As String)"
+msgstr "FileDateTime (Text As String)"
+
+#: 03020407.xhp#hd_id3150448.5.help.text
+msgctxt "03020407.xhp#hd_id3150448.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 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 "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
+
+#: 03020407.xhp#hd_id3146119.8.help.text
+msgctxt "03020407.xhp#hd_id3146119.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020407.xhp#par_id3148576.9.help.text
+msgid "Sub ExampleFileDateTime"
+msgstr "Sub ExampleFileDateTime"
+
+#: 03020407.xhp#par_id3161831.10.help.text
+msgid "msgbox FileDateTime(\"C:\\autoexec.bat\")"
+msgstr "msgbox FileDateTime(\"C:\\autoexec.bat\")"
+
+#: 03020407.xhp#par_id3146986.11.help.text
+msgctxt "03020407.xhp#par_id3146986.11.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030200.xhp#tit.help.text
+msgid "Converting Time Values"
+msgstr "Converting Time Values"
+
+#: 03030200.xhp#hd_id3147226.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+msgstr "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+
+#: 03030200.xhp#par_id3149415.2.help.text
+msgid "The following functions convert time values to calculable numbers."
+msgstr "The following functions convert time values to calculable numbers."
+
+#: 01010210.xhp#tit.help.text
+msgid "Basics"
+msgstr "Basics"
+
+#: 01010210.xhp#bm_id4488967.help.text
+msgid "<bookmark_value>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 "<bookmark_value>fundamentals</bookmark_value><bookmark_value>subroutines</bookmark_value><bookmark_value>variables;global and local</bookmark_value><bookmark_value>modules;subroutines and functions</bookmark_value>"
+
+#: 01010210.xhp#hd_id3154927.1.help.text
+msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+
+#: 01010210.xhp#par_id3156023.14.help.text
+msgid "This section provides the fundamentals for working with $[officename] Basic."
+msgstr "This section provides the fundamentals for working with $[officename] Basic."
+
+#: 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 "$[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>."
+
+#: 01010210.xhp#par_id314756320.help.text
+msgctxt "01010210.xhp#par_id314756320.help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 01010210.xhp#hd_id3150398.3.help.text
+msgid "What is a Sub?"
+msgstr "What is a Sub?"
+
+#: 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 "<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:"
+
+#: 01010210.xhp#par_id3150868.15.help.text
+msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+msgstr "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+
+#: 01010210.xhp#hd_id3156282.5.help.text
+msgid "What is a Function?"
+msgstr "What is a Function?"
+
+#: 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 "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:"
+
+#: 01010210.xhp#par_id3146985.7.help.text
+msgid "MySecondValue = myFunction(MyFirstValue)"
+msgstr "MySecondValue = myFunction(MyFirstValue)"
+
+#: 01010210.xhp#hd_id3153364.8.help.text
+msgid "Global and local variables"
+msgstr "Global and local variables"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 01010210.xhp#hd_id3150010.11.help.text
+msgid "Structuring"
+msgstr "Structuring"
+
+#: 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 "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."
+
+#: 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 "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> dialogue."
+
+#: 03090103.xhp#tit.help.text
+msgid "IIf Statement [Runtime]"
+msgstr "IIf Statement [Runtime]"
+
+#: 03090103.xhp#bm_id3155420.help.text
+msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgstr "<bookmark_value>IIf statement</bookmark_value>"
+
+#: 03090103.xhp#hd_id3155420.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+
+#: 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 "Returns one of two possible function results, depending on the logical value of the evaluated expression."
+
+#: 03090103.xhp#hd_id3159413.3.help.text
+msgctxt "03090103.xhp#hd_id3159413.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090103.xhp#par_id3147560.4.help.text
+msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+msgstr "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+
+#: 03090103.xhp#hd_id3150541.5.help.text
+msgctxt "03090103.xhp#hd_id3150541.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
+
+#: 03131800.xhp#tit.help.text
+msgid "CreateUnoDialog Function [Runtime]"
+msgstr "CreateUnoDialog Function [Runtime]"
+
+#: 03131800.xhp#bm_id3150040.help.text
+msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+
+#: 03131800.xhp#hd_id3150040.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+
+#: 03131800.xhp#par_id3154186.2.help.text
+msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
+msgstr "Creates a Basic Uno object that represents a Uno dialogue control during Basic runtime."
+
+#: 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 "Dialogues are defined in the dialogue libraries. To display a dialogue, a \"live\" dialogue must be created from the library."
+
+#: 03131800.xhp#par_id3153681.4.help.text
+msgid "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: 03131800.xhp#hd_id3154286.5.help.text
+msgctxt "03131800.xhp#hd_id3154286.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131800.xhp#par_id3159176.6.help.text
+msgid "CreateUnoDialog( oDlgDesc )"
+msgstr "CreateUnoDialog( oDlgDesc )"
+
+#: 03131800.xhp#hd_id3143270.7.help.text
+msgctxt "03131800.xhp#hd_id3143270.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131800.xhp#par_id3159157.8.help.text
+msgid "' Get dialog description from the dialog library"
+msgstr "' Get dialogue description from the dialogue library"
+
+#: 03131800.xhp#par_id3149234.9.help.text
+msgctxt "03131800.xhp#par_id3149234.9.help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
+
+#: 03131800.xhp#par_id3154923.10.help.text
+msgid "' generate \"live\" dialog"
+msgstr "' generate \"live\" dialogue"
+
+#: 03131800.xhp#par_id3149670.11.help.text
+msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
+
+#: 03131800.xhp#par_id3148550.12.help.text
+msgid "' display \"live\" dialog"
+msgstr "' display \"live\" dialogue"
+
+#: 03131800.xhp#par_id3154072.13.help.text
+msgid "oDlgControl.execute"
+msgstr "oDlgControl.execute"
+
+#: 03130000.xhp#tit.help.text
+msgid "Other Commands"
+msgstr "Other Commands"
+
+#: 03130000.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+
+#: 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 "This is a list of the functions and the statements that are not included in the other categories."
+
+#: 03060000.xhp#tit.help.text
+msgid "Logical Operators"
+msgstr "Logical Operators"
+
+#: 03060000.xhp#hd_id3147559.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+
+#: 03060000.xhp#par_id3153379.2.help.text
+msgid "The following logical operators are supported by $[officename] Basic."
+msgstr "The following logical operators are supported by $[officename] Basic."
+
+#: 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 "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
+
+#: 03102400.xhp#tit.help.text
+msgid "IsEmpty Function [Runtime]"
+msgstr "IsEmpty Function [Runtime]"
+
+#: 03102400.xhp#bm_id3153394.help.text
+msgid "<bookmark_value>IsEmpty function</bookmark_value>"
+msgstr "<bookmark_value>IsEmpty function</bookmark_value>"
+
+#: 03102400.xhp#hd_id3153394.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+
+#: 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 "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialised."
+
+#: 03102400.xhp#hd_id3159158.3.help.text
+msgctxt "03102400.xhp#hd_id3159158.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102400.xhp#par_id3153126.4.help.text
+msgid "IsEmpty (Var)"
+msgstr "IsEmpty (Var)"
+
+#: 03102400.xhp#hd_id3148685.5.help.text
+msgctxt "03102400.xhp#hd_id3148685.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102400.xhp#par_id3156344.6.help.text
+msgctxt "03102400.xhp#par_id3156344.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102400.xhp#hd_id3148947.7.help.text
+msgctxt "03102400.xhp#hd_id3148947.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03102400.xhp#hd_id3154138.9.help.text
+msgctxt "03102400.xhp#hd_id3154138.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102400.xhp#par_id3125864.10.help.text
+msgid "Sub ExampleIsEmpty"
+msgstr "Sub ExampleIsEmpty"
+
+#: 03102400.xhp#par_id3150449.11.help.text
+msgid "Dim sVar as Variant"
+msgstr "Dim sVar as Variant"
+
+#: 03102400.xhp#par_id3153970.12.help.text
+msgid "sVar = Empty"
+msgstr "sVar = Empty"
+
+#: 03102400.xhp#par_id3154863.13.help.text
+msgid "Print IsEmpty(sVar) REM Returns True"
+msgstr "Print IsEmpty(sVar) REM Returns True"
+
+#: 03102400.xhp#par_id3151043.14.help.text
+msgctxt "03102400.xhp#par_id3151043.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030303.xhp#tit.help.text
+msgid "Timer Function [Runtime]"
+msgstr "Timer Function [Runtime]"
+
+#: 03030303.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>Timer function</bookmark_value>"
+msgstr "<bookmark_value>Timer function</bookmark_value>"
+
+#: 03030303.xhp#hd_id3149346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
+
+#: 03030303.xhp#par_id3156023.2.help.text
+msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
+msgstr "Returns a value that specifies the number of seconds that have elapsed since midnight."
+
+#: 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 "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
+
+#: 03030303.xhp#hd_id3153768.4.help.text
+msgctxt "03030303.xhp#hd_id3153768.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030303.xhp#par_id3161831.5.help.text
+msgid "Timer"
+msgstr "Timer"
+
+#: 03030303.xhp#hd_id3146975.6.help.text
+msgctxt "03030303.xhp#hd_id3146975.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030303.xhp#par_id3146984.7.help.text
+msgctxt "03030303.xhp#par_id3146984.7.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030303.xhp#hd_id3156442.8.help.text
+msgctxt "03030303.xhp#hd_id3156442.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030303.xhp#par_id3153951.9.help.text
+msgid "Sub ExampleTimer"
+msgstr "Sub ExampleTimer"
+
+#: 03030303.xhp#par_id3147427.10.help.text
+msgid "Dim lSec as long,lMin as long,lHour as long"
+msgstr "Dim lSec as long,lMin as long,lHour as long"
+
+#: 03030303.xhp#par_id3153092.11.help.text
+msgid "lSec = Timer"
+msgstr "lSec = Timer"
+
+#: 03030303.xhp#par_id3145748.12.help.text
+msgid "MsgBox lSec,0,\"Seconds since midnight\""
+msgstr "MsgBox lSec,0,\"Seconds since midnight\""
+
+#: 03030303.xhp#par_id3149260.13.help.text
+msgid "lMin = lSec / 60"
+msgstr "lMin = lSec / 60"
+
+#: 03030303.xhp#par_id3148646.14.help.text
+msgid "lSec = lSec Mod 60"
+msgstr "lSec = lSec Mod 60"
+
+#: 03030303.xhp#par_id3148575.15.help.text
+msgid "lHour = lMin / 60"
+msgstr "lHour = lMin / 60"
+
+#: 03030303.xhp#par_id3150418.16.help.text
+msgid "lMin = lMin Mod 60"
+msgstr "lMin = lMin Mod 60"
+
+#: 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 "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
+
+#: 03030303.xhp#par_id3153158.18.help.text
+msgctxt "03030303.xhp#par_id3153158.18.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: keys.xhp#tit.help.text
+msgid "Keyboard Shortcuts in the Basic IDE"
+msgstr "Keyboard Shortcuts in the Basic IDE"
+
+#: 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 "<bookmark_value>keyboard;in IDE</bookmark_value><bookmark_value>shortcut keys;Basic IDE</bookmark_value><bookmark_value>IDE;keyboard shortcuts</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/keys.xhp\" name=\"Keyboard Shortcuts in the Basic IDE\">Keyboard Shortcuts in the Basic IDE</link>"
+
+#: keys.xhp#par_id3149655.2.help.text
+msgid "In the Basic IDE you can use the following keyboard shortcuts:"
+msgstr "In the Basic IDE you can use the following keyboard shortcuts:"
+
+#: keys.xhp#par_id3154908.3.help.text
+msgid "Action"
+msgstr "Action"
+
+#: keys.xhp#par_id3153192.4.help.text
+msgid "Keyboard shortcut"
+msgstr "Keyboard shortcut"
+
+#: 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 "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
+
+#: keys.xhp#par_id3163712.6.help.text
+msgid "F5"
+msgstr "F5"
+
+#: keys.xhp#par_id3150010.7.help.text
+msgctxt "keys.xhp#par_id3150010.7.help.text"
+msgid "Stop"
+msgstr "Stop"
+
+#: keys.xhp#par_id3154319.8.help.text
+msgid "Shift+F5"
+msgstr "Shift+F5"
+
+#: 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 "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
+
+#: keys.xhp#par_id3154731.12.help.text
+msgid "F7"
+msgstr "F7"
+
+#: 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 "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
+
+#: keys.xhp#par_id3150716.14.help.text
+msgid "F8"
+msgstr "F8"
+
+#: 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 "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
+
+#: keys.xhp#par_id3153764.16.help.text
+msgid "Shift+F8"
+msgstr "Shift+F8"
+
+#: 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 "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"
+
+#: keys.xhp#par_id3147339.18.help.text
+msgid "F9"
+msgstr "F9"
+
+#: keys.xhp#par_id3153963.19.help.text
+msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
+msgstr "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
+
+#: keys.xhp#par_id3155175.20.help.text
+msgid "Shift+F9"
+msgstr "Shift+F9"
+
+#: keys.xhp#par_id3154702.21.help.text
+msgid "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8."
+msgstr "A running macro can be aborted with Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q stops execution of the macro, but you can recognise this only after the next F5, F8, or Shift+F8."
+
+#: 03101700.xhp#tit.help.text
+msgid "DefObj Statement [Runtime]"
+msgstr "DefObj Statement [Runtime]"
+
+#: 03101700.xhp#bm_id3149811.help.text
+msgid "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefObj statement</bookmark_value>"
+
+#: 03101700.xhp#hd_id3149811.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+
+#: 03101700.xhp#par_id3147573.2.help.text
+msgctxt "03101700.xhp#par_id3147573.2.help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+
+#: 03101700.xhp#hd_id3150504.3.help.text
+msgctxt "03101700.xhp#hd_id3150504.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101700.xhp#par_id3147530.4.help.text
+msgctxt "03101700.xhp#par_id3147530.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101700.xhp#hd_id3153896.5.help.text
+msgctxt "03101700.xhp#hd_id3153896.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101700.xhp#par_id3148552.6.help.text
+msgctxt "03101700.xhp#par_id3148552.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+
+#: 03101700.xhp#par_id3150358.7.help.text
+msgctxt "03101700.xhp#par_id3150358.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101700.xhp#par_id3148798.8.help.text
+msgctxt "03101700.xhp#par_id3148798.8.help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword: </emph>Default variable type"
+
+#: 03101700.xhp#par_id3150769.9.help.text
+msgid "<emph>DefObj:</emph> Object"
+msgstr "<emph>DefObj:</emph> Object"
+
+#: 03101700.xhp#hd_id3156212.10.help.text
+msgctxt "03101700.xhp#hd_id3156212.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101700.xhp#par_id3153969.12.help.text
+msgctxt "03101700.xhp#par_id3153969.12.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101700.xhp#par_id3156424.13.help.text
+msgctxt "03101700.xhp#par_id3156424.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101700.xhp#par_id3159254.14.help.text
+msgctxt "03101700.xhp#par_id3159254.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101700.xhp#par_id3150440.15.help.text
+msgctxt "03101700.xhp#par_id3150440.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101700.xhp#par_id3161832.16.help.text
+msgctxt "03101700.xhp#par_id3161832.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101700.xhp#par_id3145365.17.help.text
+msgctxt "03101700.xhp#par_id3145365.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101700.xhp#par_id3149481.18.help.text
+msgctxt "03101700.xhp#par_id3149481.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101700.xhp#par_id3152886.19.help.text
+msgctxt "03101700.xhp#par_id3152886.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03090300.xhp#tit.help.text
+msgid "Jumps"
+msgstr "Jumps"
+
+#: 03090300.xhp#hd_id3151262.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+msgstr "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+
+#: 03090300.xhp#par_id3148983.2.help.text
+msgid "The following statements execute jumps."
+msgstr "The following statements execute jumps."
+
+#: 03132300.xhp#tit.help.text
+msgid "CreateUnoValue Function [Runtime]"
+msgstr "CreateUnoValue Function [Runtime]"
+
+#: 03132300.xhp#bm_id3150682.help.text
+msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoValue function</bookmark_value>"
+
+#: 03132300.xhp#hd_id3150682.1.help.text
+msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
+
+#: 03132300.xhp#par_id3147291.2.help.text
+msgid "Returns an object that represents a strictly typed value referring to the Uno type system. "
+msgstr "Returns an object that represents a strictly typed value referring to the Uno type system. "
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03132300.xhp#hd_id3147560.5.help.text
+msgctxt "03132300.xhp#hd_id3147560.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03132300.xhp#par_id3154760.6.help.text
+msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
+msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
+
+#: 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 "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
+
+#: 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 "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 recognise these types as they are only defined in the corresponding service."
+
+#: 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 use the CreateUnoValue() function to create a value for the unknown Uno type."
+msgstr "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 use the CreateUnoValue() function to create a value for the unknown Uno type."
+
+#: 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 "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."
+
+#: 03101500.xhp#tit.help.text
+msgid "DefInt Statement [Runtime]"
+msgstr "DefInt Statement [Runtime]"
+
+#: 03101500.xhp#bm_id3149811.help.text
+msgid "<bookmark_value>DefInt statement</bookmark_value>"
+msgstr "<bookmark_value>DefInt statement</bookmark_value>"
+
+#: 03101500.xhp#hd_id3149811.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
+
+#: 03101500.xhp#par_id3149762.2.help.text
+msgctxt "03101500.xhp#par_id3149762.2.help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+
+#: 03101500.xhp#hd_id3148686.3.help.text
+msgctxt "03101500.xhp#hd_id3148686.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101500.xhp#par_id3156023.4.help.text
+msgctxt "03101500.xhp#par_id3156023.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101500.xhp#hd_id3156344.5.help.text
+msgctxt "03101500.xhp#hd_id3156344.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101500.xhp#par_id3147560.6.help.text
+msgctxt "03101500.xhp#par_id3147560.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101500.xhp#par_id3150398.7.help.text
+msgctxt "03101500.xhp#par_id3150398.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101500.xhp#par_id3154365.8.help.text
+msgctxt "03101500.xhp#par_id3154365.8.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101500.xhp#par_id3125863.9.help.text
+msgid "<emph>DefInt:</emph> Integer"
+msgstr "<emph>DefInt:</emph> Integer"
+
+#: 03101500.xhp#hd_id3154123.10.help.text
+msgctxt "03101500.xhp#hd_id3154123.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101500.xhp#par_id3151042.12.help.text
+msgid "REM Prefix definitions for variable types"
+msgstr "REM Prefix definitions for variable types"
+
+#: 03101500.xhp#par_id3156424.13.help.text
+msgctxt "03101500.xhp#par_id3156424.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101500.xhp#par_id3159254.14.help.text
+msgctxt "03101500.xhp#par_id3159254.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101500.xhp#par_id3150440.15.help.text
+msgctxt "03101500.xhp#par_id3150440.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101500.xhp#par_id3155855.16.help.text
+msgctxt "03101500.xhp#par_id3155855.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101500.xhp#par_id3152885.17.help.text
+msgctxt "03101500.xhp#par_id3152885.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101500.xhp#par_id3148646.18.help.text
+msgctxt "03101500.xhp#par_id3148646.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101500.xhp#par_id3153951.19.help.text
+msgctxt "03101500.xhp#par_id3153951.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101500.xhp#par_id3146924.21.help.text
+msgid "Sub ExampleDefInt"
+msgstr "Sub ExampleDefInt"
+
+#: 03101500.xhp#par_id3153728.22.help.text
+msgid "iCount=200 REM iCount is an implicit integer variable"
+msgstr "iCount=200 REM iCount is an implicit integer variable"
+
+#: 03101500.xhp#par_id3150010.23.help.text
+msgctxt "03101500.xhp#par_id3150010.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030103.xhp#tit.help.text
+msgid "Day Function [Runtime]"
+msgstr "Day Function [Runtime]"
+
+#: 03030103.xhp#bm_id3153345.help.text
+msgid "<bookmark_value>Day function</bookmark_value>"
+msgstr "<bookmark_value>Day function</bookmark_value>"
+
+#: 03030103.xhp#hd_id3153345.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
+
+#: 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 "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>."
+
+#: 03030103.xhp#hd_id3149456.3.help.text
+msgctxt "03030103.xhp#hd_id3149456.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030103.xhp#par_id3150358.4.help.text
+msgid "Day (Number)"
+msgstr "Day (Number)"
+
+#: 03030103.xhp#hd_id3148798.5.help.text
+msgctxt "03030103.xhp#hd_id3148798.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030103.xhp#par_id3125865.6.help.text
+msgctxt "03030103.xhp#par_id3125865.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030103.xhp#hd_id3150448.7.help.text
+msgctxt "03030103.xhp#hd_id3150448.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
+
+#: 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 "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"
+
+#: 03030103.xhp#par_id3145364.10.help.text
+msgid "Print Day (DateSerial(1994, 12, 20))"
+msgstr "Print Day (DateSerial(1994, 12, 20))"
+
+#: 03030103.xhp#par_id3153190.11.help.text
+msgid "returns the value 20."
+msgstr "returns the value 20."
+
+#: 03030103.xhp#hd_id3149481.12.help.text
+msgctxt "03030103.xhp#hd_id3149481.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030103.xhp#par_id3155413.13.help.text
+msgid "sub ExampleDay"
+msgstr "sub ExampleDay"
+
+#: 03030103.xhp#par_id3149260.14.help.text
+msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+msgstr "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+
+#: 03030103.xhp#par_id3148645.15.help.text
+msgctxt "03030103.xhp#par_id3148645.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030105.xhp#tit.help.text
+msgid "WeekDay Function [Runtime]"
+msgstr "WeekDay Function [Runtime]"
+
+#: 03030105.xhp#bm_id3153127.help.text
+msgid "<bookmark_value>WeekDay function</bookmark_value>"
+msgstr "<bookmark_value>WeekDay function</bookmark_value>"
+
+#: 03030105.xhp#hd_id3153127.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
+
+#: 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 "Returns the number corresponding to the weekday represented by a serial date number that is generated by the DateSerial or the DateValue function."
+
+#: 03030105.xhp#hd_id3145068.3.help.text
+msgctxt "03030105.xhp#hd_id3145068.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030105.xhp#par_id3149655.4.help.text
+msgid "WeekDay (Number)"
+msgstr "WeekDay (Number)"
+
+#: 03030105.xhp#hd_id3148799.5.help.text
+msgctxt "03030105.xhp#hd_id3148799.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030105.xhp#par_id3154125.6.help.text
+msgctxt "03030105.xhp#par_id3154125.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030105.xhp#hd_id3150768.7.help.text
+msgctxt "03030105.xhp#hd_id3150768.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the day of the week (1-7)."
+
+#: 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 "The following example determines the day of the week using the WeekDay function when you enter a date."
+
+#: 03030105.xhp#hd_id3148616.10.help.text
+msgctxt "03030105.xhp#hd_id3148616.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030105.xhp#par_id3145749.11.help.text
+msgid "Sub ExampleWeekDay"
+msgstr "Sub ExampleWeekDay"
+
+#: 03030105.xhp#par_id3147426.12.help.text
+msgid "Dim sDay As String"
+msgstr "Dim sDay As String"
+
+#: 03030105.xhp#par_id3148576.13.help.text
+msgid "REM Return and display the day of the week"
+msgstr "REM Return and display the day of the week"
+
+#: 03030105.xhp#par_id3155412.14.help.text
+msgid "Select Case WeekDay( Now )"
+msgstr "Select Case WeekDay( Now )"
+
+#: 03030105.xhp#par_id3155306.15.help.text
+msgid "case 1"
+msgstr "case 1"
+
+#: 03030105.xhp#par_id3151117.16.help.text
+msgid "sDay=\"Sunday\""
+msgstr "sDay=\"Sunday\""
+
+#: 03030105.xhp#par_id3152460.17.help.text
+msgid "case 2"
+msgstr "case 2"
+
+#: 03030105.xhp#par_id3153952.18.help.text
+msgid "sDay=\"Monday\""
+msgstr "sDay=\"Monday\""
+
+#: 03030105.xhp#par_id3149666.19.help.text
+msgid "case 3"
+msgstr "case 3"
+
+#: 03030105.xhp#par_id3153157.20.help.text
+msgid "sDay=\"Tuesday\""
+msgstr "sDay=\"Tuesday\""
+
+#: 03030105.xhp#par_id3154730.21.help.text
+msgid "case 4"
+msgstr "case 4"
+
+#: 03030105.xhp#par_id3154942.22.help.text
+msgid "sDay=\"Wednesday\""
+msgstr "sDay=\"Wednesday\""
+
+#: 03030105.xhp#par_id3145799.23.help.text
+msgid "case 5"
+msgstr "case 5"
+
+#: 03030105.xhp#par_id3155416.24.help.text
+msgid "sDay=\"Thursday\""
+msgstr "sDay=\"Thursday\""
+
+#: 03030105.xhp#par_id3150716.25.help.text
+msgid "case 6"
+msgstr "case 6"
+
+#: 03030105.xhp#par_id3154015.26.help.text
+msgid "sDay=\"Friday\""
+msgstr "sDay=\"Friday\""
+
+#: 03030105.xhp#par_id3146971.27.help.text
+msgid "case 7"
+msgstr "case 7"
+
+#: 03030105.xhp#par_id3153707.28.help.text
+msgid "sDay=\"Saturday\""
+msgstr "sDay=\"Saturday\""
+
+#: 03030105.xhp#par_id3155065.29.help.text
+msgctxt "03030105.xhp#par_id3155065.29.help.text"
+msgid "End Select"
+msgstr "End Select"
+
+#: 03030105.xhp#par_id3148993.30.help.text
+msgid "msgbox \"\" + sDay,64,\"Today is\""
+msgstr "msgbox \"\" + sDay,64,\"Today is\""
+
+#: 03030105.xhp#par_id3149019.31.help.text
+msgctxt "03030105.xhp#par_id3149019.31.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080601.xhp#tit.help.text
+msgid "Abs Function [Runtime]"
+msgstr "Abs Function [Runtime]"
+
+#: 03080601.xhp#bm_id3159201.help.text
+msgid "<bookmark_value>Abs function</bookmark_value>"
+msgstr "<bookmark_value>Abs function</bookmark_value>"
+
+#: 03080601.xhp#hd_id3159201.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+
+#: 03080601.xhp#par_id3153394.2.help.text
+msgid "Returns the absolute value of a numeric expression."
+msgstr "Returns the absolute value of a numeric expression."
+
+#: 03080601.xhp#hd_id3149233.3.help.text
+msgctxt "03080601.xhp#hd_id3149233.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080601.xhp#par_id3147573.4.help.text
+msgid "Abs (Number)"
+msgstr "Abs (Number)"
+
+#: 03080601.xhp#hd_id3156152.5.help.text
+msgctxt "03080601.xhp#hd_id3156152.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080601.xhp#par_id3149670.6.help.text
+msgctxt "03080601.xhp#par_id3149670.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080601.xhp#hd_id3154924.7.help.text
+msgctxt "03080601.xhp#hd_id3154924.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
+
+#: 03080601.xhp#hd_id3148451.10.help.text
+msgctxt "03080601.xhp#hd_id3148451.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080601.xhp#par_id3154124.11.help.text
+msgid "Sub ExampleDifference"
+msgstr "Sub ExampleDifference"
+
+#: 03080601.xhp#par_id3150768.12.help.text
+msgid "Dim siW1 As Single"
+msgstr "Dim siW1 As Single"
+
+#: 03080601.xhp#par_id3125864.13.help.text
+msgid "Dim siW2 As Single"
+msgstr "Dim siW2 As Single"
+
+#: 03080601.xhp#par_id3145786.14.help.text
+msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value input\"))"
+msgstr "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value input\"))"
+
+#: 03080601.xhp#par_id3149561.15.help.text
+msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value input\"))"
+msgstr "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value input\"))"
+
+#: 03080601.xhp#par_id3145750.16.help.text
+msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
+msgstr "Print \"The difference is \"; Abs(siW1 - siW2)"
+
+#: 03080601.xhp#par_id3147319.17.help.text
+msgctxt "03080601.xhp#par_id3147319.17.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03100500.xhp#tit.help.text
+msgid "CInt Function [Runtime]"
+msgstr "CInt Function [Runtime]"
+
+#: 03100500.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>CInt function</bookmark_value>"
+
+#: 03100500.xhp#hd_id3149346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+
+#: 03100500.xhp#par_id3155419.2.help.text
+msgid "Converts any string or numeric expression to an integer."
+msgstr "Converts any string or numeric expression to an integer."
+
+#: 03100500.xhp#hd_id3147573.3.help.text
+msgctxt "03100500.xhp#hd_id3147573.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100500.xhp#par_id3154142.4.help.text
+msgid "CInt (Expression)"
+msgstr "CInt (Expression)"
+
+#: 03100500.xhp#hd_id3147531.5.help.text
+msgctxt "03100500.xhp#hd_id3147531.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100500.xhp#par_id3147560.6.help.text
+msgctxt "03100500.xhp#par_id3147560.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03100500.xhp#hd_id3145069.7.help.text
+msgctxt "03100500.xhp#hd_id3145069.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03100500.xhp#par_id3150358.9.help.text
+msgctxt "03100500.xhp#par_id3150358.9.help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr "This function always rounds the fractional part of a number to the nearest integer."
+
+#: 03100500.xhp#hd_id3145419.10.help.text
+msgctxt "03100500.xhp#hd_id3145419.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100500.xhp#par_id3150448.11.help.text
+msgctxt "03100500.xhp#par_id3150448.11.help.text"
+msgid "Sub ExampleCountryConvert"
+msgstr "Sub ExampleCountryConvert"
+
+#: 03100500.xhp#par_id3156423.12.help.text
+msgctxt "03100500.xhp#par_id3156423.12.help.text"
+msgid "Msgbox CDbl(1234.5678)"
+msgstr "Msgbox CDbl(1234.5678)"
+
+#: 03100500.xhp#par_id3150869.13.help.text
+msgctxt "03100500.xhp#par_id3150869.13.help.text"
+msgid "Msgbox CInt(1234.5678)"
+msgstr "Msgbox CInt(1234.5678)"
+
+#: 03100500.xhp#par_id3153768.14.help.text
+msgctxt "03100500.xhp#par_id3153768.14.help.text"
+msgid "Msgbox CLng(1234.5678)"
+msgstr "Msgbox CLng(1234.5678)"
+
+#: 03100500.xhp#par_id3145786.15.help.text
+msgctxt "03100500.xhp#par_id3145786.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020205.xhp#tit.help.text
+msgid "Write Statement [Runtime]"
+msgstr "Write Statement [Runtime]"
+
+#: 03020205.xhp#bm_id3147229.help.text
+msgid "<bookmark_value>Write statement</bookmark_value>"
+msgstr "<bookmark_value>Write statement</bookmark_value>"
+
+#: 03020205.xhp#hd_id3147229.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
+
+#: 03020205.xhp#par_id3154685.2.help.text
+msgid "Writes data to a sequential file."
+msgstr "Writes data to a sequential file."
+
+#: 03020205.xhp#hd_id3150449.3.help.text
+msgctxt "03020205.xhp#hd_id3150449.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020205.xhp#par_id3145785.4.help.text
+msgid "Write [#FileName], [Expressionlist]"
+msgstr "Write [#FileName], [Expressionlist]"
+
+#: 03020205.xhp#hd_id3151116.5.help.text
+msgctxt "03020205.xhp#hd_id3151116.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020205.xhp#par_id3153728.6.help.text
+msgctxt "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 "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+
+#: 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 "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+
+#: 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 "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
+
+#: 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 "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."
+
+#: 03020205.xhp#par_id3147428.10.help.text
+msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
+msgstr "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
+
+#: 03020205.xhp#par_id1002838.help.text
+msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
+msgstr "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
+
+#: 03020205.xhp#par_id6618854.help.text
+msgid "Numbers with decimal delimiters are converted according to the locale settings."
+msgstr "Numbers with decimal delimiters are converted according to the locale settings."
+
+#: 03020205.xhp#hd_id3151073.11.help.text
+msgctxt "03020205.xhp#hd_id3151073.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020205.xhp#par_id3145252.12.help.text
+msgid "Sub ExampleWrite"
+msgstr "Sub ExampleWrite"
+
+#: 03020205.xhp#par_id3149958.13.help.text
+msgctxt "03020205.xhp#par_id3149958.13.help.text"
+msgid "Dim iCount As Integer"
+msgstr "Dim iCount As Integer"
+
+#: 03020205.xhp#par_id3156284.14.help.text
+msgid "Dim sValue As String"
+msgstr "Dim sValue As String"
+
+#: 03020205.xhp#par_id3145645.15.help.text
+msgid "iCount = Freefile"
+msgstr "iCount = Freefile"
+
+#: 03020205.xhp#par_id3153417.16.help.text
+msgid "open \"C:\\data.txt\" for OutPut as iCount"
+msgstr "open \"C:\\data.txt\" for OutPut as iCount"
+
+#: 03020205.xhp#par_id3149401.17.help.text
+msgid "sValue = \"Hamburg\""
+msgstr "sValue = \"Hamburg\""
+
+#: 03020205.xhp#par_id3156275.18.help.text
+msgid "Write #iCount,sValue,200"
+msgstr "Write #iCount,sValue,200"
+
+#: 03020205.xhp#par_id3146913.19.help.text
+msgid "sValue = \"New York\""
+msgstr "sValue = \"New York\""
+
+#: 03020205.xhp#par_id3155064.20.help.text
+msgid "Write #iCount,sValue,300"
+msgstr "Write #iCount,sValue,300"
+
+#: 03020205.xhp#par_id3150322.21.help.text
+msgid "sValue = \"Miami\""
+msgstr "sValue = \"Miami\""
+
+#: 03020205.xhp#par_id3155766.22.help.text
+msgid "Write #iCount,sValue,450"
+msgstr "Write #iCount,sValue,450"
+
+#: 03020205.xhp#par_id3145643.23.help.text
+msgid "close #iCount"
+msgstr "close #iCount"
+
+#: 03020205.xhp#par_id3150044.24.help.text
+msgctxt "03020205.xhp#par_id3150044.24.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 00000002.xhp#tit.help.text
+msgid "$[officename] Basic Glossary"
+msgstr "$[officename] Basic Glossary"
+
+#: 00000002.xhp#hd_id3145068.1.help.text
+msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
+msgstr "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
+
+#: 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 "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
+
+#: 00000002.xhp#hd_id3155133.7.help.text
+msgid "Decimal Point"
+msgstr "Decimal Point"
+
+#: 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 "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
+
+#: 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 "The behaviour 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>."
+
+#: 00000002.xhp#hd_id3155854.29.help.text
+msgid "Colors"
+msgstr "Colours"
+
+#: 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 "In $[officename] Basic, colours are treated as long integer value. The return value of colour queries is also always a long integer value. When defining properties, colours 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>."
+
+#: 00000002.xhp#hd_id3146119.32.help.text
+msgid "Measurement Units"
+msgstr "Measurement Units"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+msgstr "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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+
+#: 00000002.xhp#bm_id3145801.help.text
+msgid "<bookmark_value>twips; definition</bookmark_value>"
+msgstr "<bookmark_value>twips; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3145801.5.help.text
+msgid "Twips"
+msgstr "Twips"
+
+#: 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 "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 centimetre."
+
+#: 00000002.xhp#hd_id3153159.106.help.text
+msgid "URL Notation"
+msgstr "URL Notation"
+
+#: 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 "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:"
+
+#: 00000002.xhp#par_id3149121.107.help.text
+msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+msgstr "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03090401.xhp#tit.help.text
+msgid "Call Statement [Runtime]"
+msgstr "Call Statement [Runtime]"
+
+#: 03090401.xhp#bm_id3154422.help.text
+msgid "<bookmark_value>Call statement</bookmark_value>"
+msgstr "<bookmark_value>Call statement</bookmark_value>"
+
+#: 03090401.xhp#hd_id3154422.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
+
+#: 03090401.xhp#par_id3153394.2.help.text
+msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+msgstr "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+
+#: 03090401.xhp#hd_id3153345.3.help.text
+msgctxt "03090401.xhp#hd_id3153345.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090401.xhp#par_id3150984.4.help.text
+msgid "[Call] Name [Parameter]"
+msgstr "[Call] Name [Parameter]"
+
+#: 03090401.xhp#hd_id3150771.5.help.text
+msgctxt "03090401.xhp#hd_id3150771.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
+
+#: 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 "<emph>Parameter:</emph> Parameters to pass to the procedure. The type and number of parameters is dependent on the routine that is executing."
+
+#: 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 "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>."
+
+#: 03090401.xhp#hd_id3125865.9.help.text
+msgctxt "03090401.xhp#hd_id3125865.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090401.xhp#par_id3159254.12.help.text
+msgid "Sub ExampleCall"
+msgstr "Sub ExampleCall"
+
+#: 03090401.xhp#par_id3161832.13.help.text
+msgctxt "03090401.xhp#par_id3161832.13.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03090401.xhp#par_id3147317.14.help.text
+msgctxt "03090401.xhp#par_id3147317.14.help.text"
+msgid "sVar = \"Office\""
+msgstr "sVar = \"Office\""
+
+#: 03090401.xhp#par_id3145273.15.help.text
+msgid "Call f_callFun sVar"
+msgstr "Call f_callFun sVar"
+
+#: 03090401.xhp#par_id3147435.16.help.text
+msgctxt "03090401.xhp#par_id3147435.16.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03090401.xhp#par_id3155414.18.help.text
+msgid "Sub f_callFun (sText as String)"
+msgstr "Sub f_callFun (sText as String)"
+
+#: 03090401.xhp#par_id3151112.19.help.text
+msgctxt "03090401.xhp#par_id3151112.19.help.text"
+msgid "Msgbox sText"
+msgstr "Msgbox sText"
+
+#: 03090401.xhp#par_id3148646.20.help.text
+msgctxt "03090401.xhp#par_id3148646.20.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01050300.xhp#tit.help.text
+msgid "Manage Breakpoints"
+msgstr "Manage Breakpoints"
+
+#: 01050300.xhp#hd_id3154927.1.help.text
+msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+
+#: 01050300.xhp#par_id3148550.2.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
+
+#: 01050300.xhp#hd_id3149670.3.help.text
+msgid "Breakpoints"
+msgstr "Breakpoints"
+
+#: 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 "<ahelp hid=\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\">Enter the line number for a new breakpoint, then click <emph>New</emph>.</ahelp>"
+
+#: 01050300.xhp#hd_id3156280.6.help.text
+msgid "Active"
+msgstr "Active"
+
+#: 01050300.xhp#par_id3154910.7.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
+
+#: 01050300.xhp#hd_id3144500.8.help.text
+msgid "Pass Count"
+msgstr "Pass Count"
+
+#: 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 "<ahelp hid=\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\">Specify the number of loops to perform before the breakpoint takes effect.</ahelp>"
+
+#: 01050300.xhp#hd_id3152579.10.help.text
+msgid "New"
+msgstr "New"
+
+#: 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 "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
+
+#: 01050300.xhp#hd_id3147319.12.help.text
+msgctxt "01050300.xhp#hd_id3147319.12.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 01050300.xhp#par_id3153363.13.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
+
+#: 03020415.xhp#tit.help.text
+msgid "FileExists Function [Runtime]"
+msgstr "FileExists Function [Runtime]"
+
+#: 03020415.xhp#bm_id3148946.help.text
+msgid "<bookmark_value>FileExists function</bookmark_value>"
+msgstr "<bookmark_value>FileExists function</bookmark_value>"
+
+#: 03020415.xhp#hd_id3148946.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+
+#: 03020415.xhp#par_id3153361.2.help.text
+msgid "Determines if a file or a directory is available on the data medium."
+msgstr "Determines if a file or a directory is available on the data medium."
+
+#: 03020415.xhp#hd_id3150447.3.help.text
+msgctxt "03020415.xhp#hd_id3150447.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020415.xhp#par_id3154685.4.help.text
+msgid "FileExists(FileName As String | DirectoryName As String)"
+msgstr "FileExists(FileName As String | DirectoryName As String)"
+
+#: 03020415.xhp#hd_id3154126.5.help.text
+msgctxt "03020415.xhp#hd_id3154126.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020415.xhp#par_id3150769.6.help.text
+msgctxt "03020415.xhp#par_id3150769.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03020415.xhp#hd_id3153770.7.help.text
+msgctxt "03020415.xhp#hd_id3153770.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "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>."
+
+#: 03020415.xhp#hd_id3149664.9.help.text
+msgctxt "03020415.xhp#hd_id3149664.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020415.xhp#par_id3145272.10.help.text
+msgid "sub ExampleFileExists"
+msgstr "sub ExampleFileExists"
+
+#: 03020415.xhp#par_id3147317.12.help.text
+msgid "msgbox FileExists(\"C:\\autoexec.bat\")"
+msgstr "msgbox FileExists(\"C:\\autoexec.bat\")"
+
+#: 03020415.xhp#par_id3153190.13.help.text
+msgid "msgbox FileExists(\"file:///d|/bookmark.htm\")"
+msgstr "msgbox FileExists(\"file:///d|/bookmark.htm\")"
+
+#: 03020415.xhp#par_id3148645.14.help.text
+msgid "msgbox FileExists(\"file:///d|/private\")"
+msgstr "msgbox FileExists(\"file:///d|/private\")"
+
+#: 03020415.xhp#par_id3149262.15.help.text
+msgctxt "03020415.xhp#par_id3149262.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120402.xhp#tit.help.text
+msgid "Len Function [Runtime]"
+msgstr "Len Function [Runtime]"
+
+#: 03120402.xhp#bm_id3154136.help.text
+msgid "<bookmark_value>Len function</bookmark_value>"
+msgstr "<bookmark_value>Len function</bookmark_value>"
+
+#: 03120402.xhp#hd_id3154136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+
+#: 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 "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
+
+#: 03120402.xhp#hd_id3159177.3.help.text
+msgctxt "03120402.xhp#hd_id3159177.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120402.xhp#par_id3150669.4.help.text
+msgid "Len (Text As String)"
+msgstr "Len (Text As String)"
+
+#: 03120402.xhp#hd_id3148473.5.help.text
+msgctxt "03120402.xhp#hd_id3148473.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120402.xhp#par_id3143270.6.help.text
+msgctxt "03120402.xhp#par_id3143270.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03120402.xhp#hd_id3147531.7.help.text
+msgctxt "03120402.xhp#hd_id3147531.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120402.xhp#par_id3147265.8.help.text
+msgid "<emph>Text:</emph> Any string expression or a variable of another type."
+msgstr "<emph>Text:</emph> Any string expression or a variable of another type."
+
+#: 03120402.xhp#hd_id3153360.9.help.text
+msgctxt "03120402.xhp#hd_id3153360.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120402.xhp#par_id3150792.10.help.text
+msgctxt "03120402.xhp#par_id3150792.10.help.text"
+msgid "Sub ExampleLen"
+msgstr "Sub ExampleLen"
+
+#: 03120402.xhp#par_id3151211.11.help.text
+msgctxt "03120402.xhp#par_id3151211.11.help.text"
+msgid "Dim sText as String"
+msgstr "Dim sText as String"
+
+#: 03120402.xhp#par_id3154125.12.help.text
+msgctxt "03120402.xhp#par_id3154125.12.help.text"
+msgid "sText = \"Las Vegas\""
+msgstr "sText = \"Las Vegas\""
+
+#: 03120402.xhp#par_id3156214.13.help.text
+msgid "MsgBox Len(sText) REM Returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
+
+#: 03120402.xhp#par_id3125864.14.help.text
+msgctxt "03120402.xhp#par_id3125864.14.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03103600.xhp#tit.help.text
+msgid "TypeName Function; VarType Function[Runtime]"
+msgstr "TypeName Function; VarType Function[Runtime]"
+
+#: 03103600.xhp#bm_id3143267.help.text
+msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
+msgstr "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
+
+#: 03103600.xhp#par_id3159157.2.help.text
+msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
+msgstr "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
+
+#: 03103600.xhp#hd_id3153825.3.help.text
+msgctxt "03103600.xhp#hd_id3153825.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103600.xhp#par_id3155341.4.help.text
+msgid "TypeName (Variable)VarType (Variable)"
+msgstr "TypeName (Variable)VarType (Variable)"
+
+#: 03103600.xhp#hd_id3145610.5.help.text
+msgctxt "03103600.xhp#hd_id3145610.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03103600.xhp#par_id3148947.6.help.text
+msgid "String; Integer"
+msgstr "String; Integer"
+
+#: 03103600.xhp#hd_id3146795.7.help.text
+msgctxt "03103600.xhp#hd_id3146795.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
+
+#: 03103600.xhp#par_id3145171.9.help.text
+msgid "key word"
+msgstr "key word"
+
+#: 03103600.xhp#par_id3156212.10.help.text
+msgid "VarType"
+msgstr "VarType"
+
+#: 03103600.xhp#par_id3154684.11.help.text
+msgid "Variable type"
+msgstr "Variable type"
+
+#: 03103600.xhp#par_id3151041.12.help.text
+msgid "Boolean"
+msgstr "Boolean"
+
+#: 03103600.xhp#par_id3153367.13.help.text
+msgid "11"
+msgstr "11"
+
+#: 03103600.xhp#par_id3148645.14.help.text
+msgid "Boolean variable"
+msgstr "Boolean variable"
+
+#: 03103600.xhp#par_id3153138.15.help.text
+msgctxt "03103600.xhp#par_id3153138.15.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03103600.xhp#par_id3153363.16.help.text
+msgctxt "03103600.xhp#par_id3153363.16.help.text"
+msgid "7"
+msgstr "7"
+
+#: 03103600.xhp#par_id3155411.17.help.text
+msgid "Date variable"
+msgstr "Date variable"
+
+#: 03103600.xhp#par_id3146975.18.help.text
+msgctxt "03103600.xhp#par_id3146975.18.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03103600.xhp#par_id3150486.19.help.text
+msgctxt "03103600.xhp#par_id3150486.19.help.text"
+msgid "5"
+msgstr "5"
+
+#: 03103600.xhp#par_id3148616.20.help.text
+msgid "Double floating point variable"
+msgstr "Double floating point variable"
+
+#: 03103600.xhp#par_id3148457.21.help.text
+msgctxt "03103600.xhp#par_id3148457.21.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03103600.xhp#par_id3145647.22.help.text
+msgctxt "03103600.xhp#par_id3145647.22.help.text"
+msgid "2"
+msgstr "2"
+
+#: 03103600.xhp#par_id3154490.23.help.text
+msgid "Integer variable"
+msgstr "Integer variable"
+
+#: 03103600.xhp#par_id3149960.24.help.text
+msgctxt "03103600.xhp#par_id3149960.24.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03103600.xhp#par_id3154513.25.help.text
+msgctxt "03103600.xhp#par_id3154513.25.help.text"
+msgid "3"
+msgstr "3"
+
+#: 03103600.xhp#par_id3151318.26.help.text
+msgid "Long integer variable"
+msgstr "Long integer variable"
+
+#: 03103600.xhp#par_id3146972.27.help.text
+msgid "Object"
+msgstr "Object"
+
+#: 03103600.xhp#par_id3154482.28.help.text
+msgid "9"
+msgstr "9"
+
+#: 03103600.xhp#par_id3150323.29.help.text
+msgid "Object variable"
+msgstr "Object variable"
+
+#: 03103600.xhp#par_id3148405.30.help.text
+msgctxt "03103600.xhp#par_id3148405.30.help.text"
+msgid "Single"
+msgstr "Single"
+
+#: 03103600.xhp#par_id3149020.31.help.text
+msgctxt "03103600.xhp#par_id3149020.31.help.text"
+msgid "4"
+msgstr "4"
+
+#: 03103600.xhp#par_id3147341.32.help.text
+msgid "Single floating-point variable"
+msgstr "Single floating-point variable"
+
+#: 03103600.xhp#par_id3155901.33.help.text
+msgctxt "03103600.xhp#par_id3155901.33.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03103600.xhp#par_id3155960.34.help.text
+msgid "8"
+msgstr "8"
+
+#: 03103600.xhp#par_id3146313.35.help.text
+msgid "String variable"
+msgstr "String variable"
+
+#: 03103600.xhp#par_id3145149.36.help.text
+msgid "Variant"
+msgstr "Variant"
+
+#: 03103600.xhp#par_id3154021.37.help.text
+msgid "12"
+msgstr "12"
+
+#: 03103600.xhp#par_id3145789.38.help.text
+msgid "Variant variable (can contain all types specified by the definition)"
+msgstr "Variant variable (can contain all types specified by the definition)"
+
+#: 03103600.xhp#par_id3148630.39.help.text
+msgid "Empty"
+msgstr "Empty"
+
+#: 03103600.xhp#par_id3152584.40.help.text
+msgctxt "03103600.xhp#par_id3152584.40.help.text"
+msgid "0"
+msgstr "0"
+
+#: 03103600.xhp#par_id3151278.41.help.text
+msgid "Variable is not initialized"
+msgstr "Variable is not initialised"
+
+#: 03103600.xhp#par_id3154576.42.help.text
+msgid "Null"
+msgstr "Null"
+
+#: 03103600.xhp#par_id3166424.43.help.text
+msgctxt "03103600.xhp#par_id3166424.43.help.text"
+msgid "1"
+msgstr "1"
+
+#: 03103600.xhp#par_id3145131.44.help.text
+msgid "No valid data"
+msgstr "No valid data"
+
+#: 03103600.xhp#hd_id3149338.45.help.text
+msgctxt "03103600.xhp#hd_id3149338.45.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103600.xhp#par_id3150363.46.help.text
+msgid "Sub ExampleType"
+msgstr "Sub ExampleType"
+
+#: 03103600.xhp#par_id3159088.47.help.text
+msgctxt "03103600.xhp#par_id3159088.47.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03103600.xhp#par_id3150089.48.help.text
+msgctxt "03103600.xhp#par_id3150089.48.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03103600.xhp#par_id3156139.49.help.text
+msgid "Dim siVar As Single"
+msgstr "Dim siVar As Single"
+
+#: 03103600.xhp#par_id3151217.50.help.text
+msgid "Dim dVar As Double"
+msgstr "Dim dVar As Double"
+
+#: 03103600.xhp#par_id3154658.51.help.text
+msgid "Dim bVar As Boolean"
+msgstr "Dim bVar As Boolean"
+
+#: 03103600.xhp#par_id3152992.52.help.text
+msgctxt "03103600.xhp#par_id3152992.52.help.text"
+msgid "Dim lVar As Long"
+msgstr "Dim lVar As Long"
+
+#: 03103600.xhp#par_id3155509.53.help.text
+msgid "Msgbox TypeName(iVar) & \" \" & VarType(iVar) & Chr(13) &_"
+msgstr "Msgbox TypeName(iVar) & \" \" & VarType(iVar) & Chr(13) &_"
+
+#: 03103600.xhp#par_id3150370.54.help.text
+msgid "TypeName(sVar) & \" \" & VarType(sVar) & Chr(13) &_"
+msgstr "TypeName(sVar) & \" \" & VarType(sVar) & Chr(13) &_"
+
+#: 03103600.xhp#par_id3155532.55.help.text
+msgid "TypeName(siVar) & \" \" & VarType(siVar) & Chr(13) &_"
+msgstr "TypeName(siVar) & \" \" & VarType(siVar) & Chr(13) &_"
+
+#: 03103600.xhp#par_id3152988.56.help.text
+msgid "TypeName(dVar) & \" \" & VarType(dVar) & Chr(13) &_"
+msgstr "TypeName(dVar) & \" \" & VarType(dVar) & Chr(13) &_"
+
+#: 03103600.xhp#par_id3156166.57.help.text
+msgid "TypeName(bVar) & \" \" & VarType(bVar) & Chr(13) &_"
+msgstr "TypeName(bVar) & \" \" & VarType(bVar) & Chr(13) &_"
+
+#: 03103600.xhp#par_id3148817.58.help.text
+msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types in $[officename] Basic\""
+msgstr "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types in $[officename] Basic\""
+
+#: 03103600.xhp#par_id3154259.59.help.text
+msgctxt "03103600.xhp#par_id3154259.59.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03110000.xhp#tit.help.text
+msgid "Comparison Operators"
+msgstr "Comparison Operators"
+
+#: 03110000.xhp#hd_id3155555.1.help.text
+msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+
+#: 03110000.xhp#par_id3153528.2.help.text
+msgid "The available comparison operators are described here."
+msgstr "The available comparison operators are described here."
+
+#: 03070300.xhp#tit.help.text
+msgid "\"+\" Operator [Runtime]"
+msgstr "\"+\" Operator [Runtime]"
+
+#: 03070300.xhp#bm_id3145316.help.text
+msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+
+#: 03070300.xhp#hd_id3145316.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+
+#: 03070300.xhp#par_id3145068.2.help.text
+msgid "Adds or combines two expressions."
+msgstr "Adds or combines two expressions."
+
+#: 03070300.xhp#hd_id3144500.3.help.text
+msgctxt "03070300.xhp#hd_id3144500.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070300.xhp#par_id3150358.4.help.text
+msgid "Result = Expression1 + Expression2"
+msgstr "Result = Expression1 + Expression2"
+
+#: 03070300.xhp#hd_id3150400.5.help.text
+msgctxt "03070300.xhp#hd_id3150400.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03070300.xhp#par_id3154123.6.help.text
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+msgstr "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+
+#: 03070300.xhp#par_id3150870.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+msgstr "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+
+#: 03070300.xhp#hd_id3153969.8.help.text
+msgctxt "03070300.xhp#hd_id3153969.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070300.xhp#par_id3150440.9.help.text
+msgid "Sub ExampleAddition1"
+msgstr "Sub ExampleAddition1"
+
+#: 03070300.xhp#par_id3159254.10.help.text
+msgid "Print 5 + 5"
+msgstr "Print 5 + 5"
+
+#: 03070300.xhp#par_id3152460.11.help.text
+msgctxt "03070300.xhp#par_id3152460.11.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03070300.xhp#par_id3153191.13.help.text
+msgid "Sub ExampleAddition2"
+msgstr "Sub ExampleAddition2"
+
+#: 03070300.xhp#par_id3146120.14.help.text
+msgctxt "03070300.xhp#par_id3146120.14.help.text"
+msgid "Dim iValue1 as Integer"
+msgstr "Dim iValue1 as Integer"
+
+#: 03070300.xhp#par_id3155411.15.help.text
+msgctxt "03070300.xhp#par_id3155411.15.help.text"
+msgid "Dim iValue2 as Integer"
+msgstr "Dim iValue2 as Integer"
+
+#: 03070300.xhp#par_id3147435.16.help.text
+msgctxt "03070300.xhp#par_id3147435.16.help.text"
+msgid "iValue1 = 5"
+msgstr "iValue1 = 5"
+
+#: 03070300.xhp#par_id3163710.17.help.text
+msgctxt "03070300.xhp#par_id3163710.17.help.text"
+msgid "iValue2 = 10"
+msgstr "iValue2 = 10"
+
+#: 03070300.xhp#par_id3151118.18.help.text
+msgid "Print iValue1 + iValue2"
+msgstr "Print iValue1 + iValue2"
+
+#: 03070300.xhp#par_id3146974.19.help.text
+msgctxt "03070300.xhp#par_id3146974.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03130600.xhp#tit.help.text
+msgid "Wait Statement [Runtime]"
+msgstr "Wait Statement [Runtime]"
+
+#: 03130600.xhp#bm_id3154136.help.text
+msgid "<bookmark_value>Wait statement</bookmark_value>"
+msgstr "<bookmark_value>Wait statement</bookmark_value>"
+
+#: 03130600.xhp#hd_id3154136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
+
+#: 03130600.xhp#par_id3149236.2.help.text
+msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
+msgstr "Interrupts the program execution for the amount of time that you specify in milliseconds."
+
+#: 03130600.xhp#hd_id3143229.3.help.text
+msgctxt "03130600.xhp#hd_id3143229.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03130600.xhp#par_id3150669.4.help.text
+msgid "Wait millisec"
+msgstr "Wait millisec"
+
+#: 03130600.xhp#hd_id3148943.5.help.text
+msgctxt "03130600.xhp#hd_id3148943.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>millisec:</emph> Numeric expression that contains the amount of time (in milliseconds) to wait before the program is executed."
+
+#: 03130600.xhp#hd_id3150541.7.help.text
+msgctxt "03130600.xhp#hd_id3150541.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03130600.xhp#par_id3154138.8.help.text
+msgctxt "03130600.xhp#par_id3154138.8.help.text"
+msgid "Sub ExampleWait"
+msgstr "Sub ExampleWait"
+
+#: 03130600.xhp#par_id3154367.9.help.text
+msgctxt "03130600.xhp#par_id3154367.9.help.text"
+msgid "Dim lTick As Long"
+msgstr "Dim lTick As Long"
+
+#: 03130600.xhp#par_id3154909.10.help.text
+msgctxt "03130600.xhp#par_id3154909.10.help.text"
+msgid "lTick = GetSystemTicks()"
+msgstr "lTick = GetSystemTicks()"
+
+#: 03130600.xhp#par_id3151042.11.help.text
+msgctxt "03130600.xhp#par_id3151042.11.help.text"
+msgid "wait 2000"
+msgstr "wait 2000"
+
+#: 03130600.xhp#par_id3154217.12.help.text
+msgctxt "03130600.xhp#par_id3154217.12.help.text"
+msgid "lTick = (GetSystemTicks() - lTick)"
+msgstr "lTick = (GetSystemTicks() - lTick)"
+
+#: 03130600.xhp#par_id3156214.13.help.text
+msgctxt "03130600.xhp#par_id3156214.13.help.text"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
+
+#: 03130600.xhp#par_id3148922.14.help.text
+msgctxt "03130600.xhp#par_id3148922.14.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020403.xhp#tit.help.text
+msgid "CurDir Function [Runtime]"
+msgstr "CurDir Function [Runtime]"
+
+#: 03020403.xhp#bm_id3153126.help.text
+msgid "<bookmark_value>CurDir function</bookmark_value>"
+msgstr "<bookmark_value>CurDir function</bookmark_value>"
+
+#: 03020403.xhp#hd_id3153126.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
+
+#: 03020403.xhp#par_id3156343.2.help.text
+msgid "Returns a variant string that represents the current path of the specified drive."
+msgstr "Returns a variant string that represents the current path of the specified drive."
+
+#: 03020403.xhp#hd_id3149457.3.help.text
+msgctxt "03020403.xhp#hd_id3149457.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020403.xhp#par_id3153381.4.help.text
+msgid "CurDir [(Text As String)]"
+msgstr "CurDir [(Text As String)]"
+
+#: 03020403.xhp#hd_id3154366.5.help.text
+msgctxt "03020403.xhp#hd_id3154366.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020403.xhp#par_id3156281.6.help.text
+msgctxt "03020403.xhp#par_id3156281.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03020403.xhp#hd_id3156423.7.help.text
+msgctxt "03020403.xhp#hd_id3156423.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
+
+#: 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 "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."
+
+#: 03020403.xhp#par_id3150010.10.help.text
+msgid "This function is not case-sensitive."
+msgstr "This function is not case-sensitive."
+
+#: 03020403.xhp#hd_id3155411.11.help.text
+msgctxt "03020403.xhp#hd_id3155411.11.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020403.xhp#par_id3151113.12.help.text
+msgid "Sub ExampleCurDir"
+msgstr "Sub ExampleCurDir"
+
+#: 03020403.xhp#par_id3155306.13.help.text
+msgctxt "03020403.xhp#par_id3155306.13.help.text"
+msgid "Dim sDir1 as String , sDir2 as String"
+msgstr "Dim sDir1 as String , sDir2 as String"
+
+#: 03020403.xhp#par_id3156444.14.help.text
+msgctxt "03020403.xhp#par_id3156444.14.help.text"
+msgid "sDir1 = \"c:\\Test\""
+msgstr "sDir1 = \"c:\\Test\""
+
+#: 03020403.xhp#par_id3147318.15.help.text
+msgctxt "03020403.xhp#par_id3147318.15.help.text"
+msgid "sDir2 = \"d:\\private\""
+msgstr "sDir2 = \"d:\\private\""
+
+#: 03020403.xhp#par_id3154013.16.help.text
+msgctxt "03020403.xhp#par_id3154013.16.help.text"
+msgid "ChDir( sDir1 )"
+msgstr "ChDir( sDir1 )"
+
+#: 03020403.xhp#par_id3153877.17.help.text
+msgctxt "03020403.xhp#par_id3153877.17.help.text"
+msgid "msgbox CurDir"
+msgstr "msgbox CurDir"
+
+#: 03020403.xhp#par_id3144764.18.help.text
+msgctxt "03020403.xhp#par_id3144764.18.help.text"
+msgid "ChDir( sDir2 )"
+msgstr "ChDir( sDir2 )"
+
+#: 03020403.xhp#par_id3147125.19.help.text
+msgctxt "03020403.xhp#par_id3147125.19.help.text"
+msgid "msgbox CurDir"
+msgstr "msgbox CurDir"
+
+#: 03020403.xhp#par_id3149581.20.help.text
+msgctxt "03020403.xhp#par_id3149581.20.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120201.xhp#tit.help.text
+msgid "Space Function [Runtime]"
+msgstr "Space Function [Runtime]"
+
+#: 03120201.xhp#bm_id3150499.help.text
+msgid "<bookmark_value>Space function</bookmark_value>"
+msgstr "<bookmark_value>Space function</bookmark_value>"
+
+#: 03120201.xhp#hd_id3150499.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+
+#: 03120201.xhp#par_id3154927.2.help.text
+msgid "Returns a string that consists of a specified amount of spaces."
+msgstr "Returns a string that consists of a specified amount of spaces."
+
+#: 03120201.xhp#hd_id3153394.3.help.text
+msgctxt "03120201.xhp#hd_id3153394.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120201.xhp#par_id3143267.4.help.text
+msgid "Space (n As Long)"
+msgstr "Space (n As Long)"
+
+#: 03120201.xhp#hd_id3147242.5.help.text
+msgctxt "03120201.xhp#hd_id3147242.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120201.xhp#par_id3149233.6.help.text
+msgctxt "03120201.xhp#par_id3149233.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120201.xhp#hd_id3156152.7.help.text
+msgctxt "03120201.xhp#hd_id3156152.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
+
+#: 03120201.xhp#hd_id3154760.9.help.text
+msgctxt "03120201.xhp#hd_id3154760.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120201.xhp#par_id3147560.10.help.text
+msgid "Sub ExampleSpace"
+msgstr "Sub ExampleSpace"
+
+#: 03120201.xhp#par_id3149670.11.help.text
+msgid "Dim sText As String,sOut As String"
+msgstr "Dim sText As String,sOut As String"
+
+#: 03120201.xhp#par_id3154938.12.help.text
+msgid "DIm iLen As Integer"
+msgstr "DIm iLen As Integer"
+
+#: 03120201.xhp#par_id3153525.13.help.text
+msgid "iLen = 10"
+msgstr "iLen = 10"
+
+#: 03120201.xhp#par_id3151211.14.help.text
+msgctxt "03120201.xhp#par_id3151211.14.help.text"
+msgid "sText = \"Las Vegas\""
+msgstr "sText = \"Las Vegas\""
+
+#: 03120201.xhp#par_id3156282.15.help.text
+msgid "sOut = sText & Space(iLen) & sText & Chr(13) &_"
+msgstr "sOut = sText & Space(iLen) & sText & Chr(13) &_"
+
+#: 03120201.xhp#par_id3144760.16.help.text
+msgid "sText & Space(iLen*2) & sText & Chr(13) &_"
+msgstr "sText & Space(iLen*2) & sText & Chr(13) &_"
+
+#: 03120201.xhp#par_id3159149.17.help.text
+msgid "sText & Space(iLen*4) & sText & Chr(13)"
+msgstr "sText & Space(iLen*4) & sText & Chr(13)"
+
+#: 03120201.xhp#par_id3154216.18.help.text
+msgid "msgBox sOut,0,\"Info:\""
+msgstr "msgBox sOut,0,\"Info:\""
+
+#: 03120201.xhp#par_id3158409.19.help.text
+msgctxt "03120201.xhp#par_id3158409.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030130.xhp#tit.help.text
+msgid "DatePart Function [Runtime]"
+msgstr "DatePart Function [Runtime]"
+
+#: 03030130.xhp#bm_id249946.help.text
+msgid "<bookmark_value>DatePart function</bookmark_value>"
+msgstr "<bookmark_value>DatePart function</bookmark_value>"
+
+#: 03030130.xhp#par_idN10542.help.text
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+
+#: 03030130.xhp#par_idN10546.help.text
+msgid "The DatePart function returns a specified part of a date."
+msgstr "The DatePart function returns a specified part of a date."
+
+#: 03030130.xhp#par_idN10549.help.text
+msgctxt "03030130.xhp#par_idN10549.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030130.xhp#par_idN105E8.help.text
+msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
+msgstr "DatePart (Add, Date [, Week_start [, Year_start]])"
+
+#: 03030130.xhp#par_idN105EB.help.text
+msgctxt "03030130.xhp#par_idN105EB.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030130.xhp#par_idN105EF.help.text
+msgctxt "03030130.xhp#par_idN105EF.help.text"
+msgid "A Variant containing a date."
+msgstr "A Variant containing a date."
+
+#: 03030130.xhp#par_idN105F2.help.text
+msgctxt "03030130.xhp#par_idN105F2.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03030130.xhp#par_idN105F6.help.text
+msgctxt "03030130.xhp#par_idN105F6.help.text"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+
+#: 03030130.xhp#par_idN10604.help.text
+msgid "<emph>Date</emph> - The date from which the result is calculated."
+msgstr "<emph>Date</emph> - The date from which the result is calculated."
+
+#: 03030130.xhp#par_idN10611.help.text
+msgctxt "03030130.xhp#par_idN10611.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030130.xhp#par_idN10615.help.text
+msgid "Sub example_datepart"
+msgstr "Sub example_datepart"
+
+#: 03030130.xhp#par_idN10618.help.text
+msgid "msgbox DatePart(\"ww\", \"12/31/2005\")"
+msgstr "msgbox DatePart(\"ww\", \"12/31/2005\")"
+
+#: 03030130.xhp#par_idN1061B.help.text
+msgctxt "03030130.xhp#par_idN1061B.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090405.xhp#tit.help.text
+msgid "FreeLibrary Function [Runtime]"
+msgstr "FreeLibrary Function [Runtime]"
+
+#: 03090405.xhp#bm_id3143270.help.text
+msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
+msgstr "<bookmark_value>FreeLibrary function</bookmark_value>"
+
+#: 03090405.xhp#hd_id3143270.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+
+#: 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 "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>"
+
+#: 03090405.xhp#hd_id3148550.3.help.text
+msgctxt "03090405.xhp#hd_id3148550.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090405.xhp#par_id3153361.4.help.text
+msgid "FreeLibrary (LibName As String)"
+msgstr "FreeLibrary (LibName As String)"
+
+#: 03090405.xhp#hd_id3153380.5.help.text
+msgctxt "03090405.xhp#hd_id3153380.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090405.xhp#par_id3154138.6.help.text
+msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
+msgstr "<emph>LibName:</emph> String expression that specifies the name of the DLL."
+
+#: 03090405.xhp#par_id3146923.7.help.text
+msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
+msgstr "FreeLibrary can only release DLLs that are loaded during Basic runtime."
+
+#: 03090405.xhp#hd_id3153363.8.help.text
+msgctxt "03090405.xhp#hd_id3153363.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090405.xhp#par_id3155855.9.help.text
+msgctxt "03090405.xhp#par_id3155855.9.help.text"
+msgid "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
+msgstr "Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
+
+#: 03090405.xhp#par_id3149664.11.help.text
+msgctxt "03090405.xhp#par_id3149664.11.help.text"
+msgid "Sub ExampleDeclare"
+msgstr "Sub ExampleDeclare"
+
+#: 03090405.xhp#par_id3148618.12.help.text
+msgctxt "03090405.xhp#par_id3148618.12.help.text"
+msgid "Dim lValue As Long"
+msgstr "Dim lValue As Long"
+
+#: 03090405.xhp#par_id3147350.13.help.text
+msgctxt "03090405.xhp#par_id3147350.13.help.text"
+msgid "lValue = 5000"
+msgstr "lValue = 5000"
+
+#: 03090405.xhp#par_id3148648.14.help.text
+msgctxt "03090405.xhp#par_id3148648.14.help.text"
+msgid "MyMessageBeep( lValue )"
+msgstr "MyMessageBeep( lValue )"
+
+#: 03090405.xhp#par_id3145750.15.help.text
+msgctxt "03090405.xhp#par_id3145750.15.help.text"
+msgid "FreeLibrary(\"user32.dll\" )"
+msgstr "FreeLibrary(\"user32.dll\" )"
+
+#: 03090405.xhp#par_id3149412.16.help.text
+msgctxt "03090405.xhp#par_id3149412.16.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080502.xhp#tit.help.text
+msgid "Int Function [Runtime]"
+msgstr "Int Function [Runtime]"
+
+#: 03080502.xhp#bm_id3153345.help.text
+msgid "<bookmark_value>Int function</bookmark_value>"
+msgstr "<bookmark_value>Int function</bookmark_value>"
+
+#: 03080502.xhp#hd_id3153345.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+
+#: 03080502.xhp#par_id3155420.2.help.text
+msgid "Returns the integer portion of a number."
+msgstr "Returns the integer portion of a number."
+
+#: 03080502.xhp#hd_id3147559.3.help.text
+msgctxt "03080502.xhp#hd_id3147559.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080502.xhp#par_id3146795.4.help.text
+msgid "Int (Number)"
+msgstr "Int (Number)"
+
+#: 03080502.xhp#hd_id3149670.5.help.text
+msgctxt "03080502.xhp#hd_id3149670.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080502.xhp#par_id3150400.6.help.text
+msgctxt "03080502.xhp#par_id3150400.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080502.xhp#hd_id3149656.7.help.text
+msgctxt "03080502.xhp#hd_id3149656.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080502.xhp#par_id3148797.8.help.text
+msgid "<emph>Number:</emph> Any valid numeric expression."
+msgstr "<emph>Number:</emph> Any valid numeric expression."
+
+#: 03080502.xhp#hd_id3148672.9.help.text
+msgctxt "03080502.xhp#hd_id3148672.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080502.xhp#par_id3156214.10.help.text
+msgid "sub ExampleINT"
+msgstr "sub ExampleINT"
+
+#: 03080502.xhp#par_id3125864.11.help.text
+msgid "Print Int(3.99) REM returns the value 3"
+msgstr "Print Int(3.99) REM returns the value 3"
+
+#: 03080502.xhp#par_id3145787.12.help.text
+msgid "Print Int(0) REM returns the value 0"
+msgstr "Print Int(0) REM returns the value 0"
+
+#: 03080502.xhp#par_id3153143.13.help.text
+msgid "Print Int(-3.14159) REM returns the value -4"
+msgstr "Print Int(-3.14159) REM returns the value -4"
+
+#: 03080502.xhp#par_id3152578.14.help.text
+msgctxt "03080502.xhp#par_id3152578.14.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020409.xhp#tit.help.text
+msgid "GetAttr Function [Runtime]"
+msgstr "GetAttr Function [Runtime]"
+
+#: 03020409.xhp#bm_id3150984.help.text
+msgid "<bookmark_value>GetAttr function</bookmark_value>"
+msgstr "<bookmark_value>GetAttr function</bookmark_value>"
+
+#: 03020409.xhp#hd_id3150984.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
+
+#: 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 "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
+
+#: 03020409.xhp#hd_id3149457.3.help.text
+msgctxt "03020409.xhp#hd_id3149457.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020409.xhp#par_id3150359.4.help.text
+msgid "GetAttr (Text As String)"
+msgstr "GetAttr (Text As String)"
+
+#: 03020409.xhp#hd_id3151211.5.help.text
+msgctxt "03020409.xhp#hd_id3151211.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020409.xhp#par_id3154909.6.help.text
+msgctxt "03020409.xhp#par_id3154909.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03020409.xhp#hd_id3145172.7.help.text
+msgctxt "03020409.xhp#hd_id3145172.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020409.xhp#par_id3151042.8.help.text
+msgctxt "03020409.xhp#par_id3151042.8.help.text"
+msgid "<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 "<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>."
+
+#: 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 "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
+
+#: 03020409.xhp#hd_id3145364.10.help.text
+msgctxt "03020409.xhp#hd_id3145364.10.help.text"
+msgid "Value"
+msgstr "Value"
+
+#: 03020409.xhp#par_id3147349.11.help.text
+msgctxt "03020409.xhp#par_id3147349.11.help.text"
+msgid "0 : Normal files."
+msgstr "0 : Normal files."
+
+#: 03020409.xhp#par_id3147434.12.help.text
+msgctxt "03020409.xhp#par_id3147434.12.help.text"
+msgid "1 : Read-only files."
+msgstr "1 : Read-only files."
+
+#: 03020409.xhp#par_id3159154.15.help.text
+msgid "8 : Returns the name of the volume"
+msgstr "8 : Returns the name of the volume"
+
+#: 03020409.xhp#par_id3145271.16.help.text
+msgctxt "03020409.xhp#par_id3145271.16.help.text"
+msgid "16 : Returns the name of the directory only."
+msgstr "16 : Returns the name of the directory only."
+
+#: 03020409.xhp#par_id3153953.17.help.text
+msgctxt "03020409.xhp#par_id3153953.17.help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr "32 : File was changed since last backup (Archive bit)."
+
+#: 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 "If you want to know if a bit of the attribute byte is set, use the following query method:"
+
+#: 03020409.xhp#hd_id3153094.19.help.text
+msgctxt "03020409.xhp#hd_id3153094.19.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020409.xhp#par_id3154491.20.help.text
+msgctxt "03020409.xhp#par_id3154491.20.help.text"
+msgid "Sub ExampleSetGetAttr"
+msgstr "Sub ExampleSetGetAttr"
+
+#: 03020409.xhp#par_id3155415.21.help.text
+msgctxt "03020409.xhp#par_id3155415.21.help.text"
+msgid "On Error Goto ErrorHandler REM Define target for error-handler"
+msgstr "On Error Goto ErrorHandler REM Define target for error-handler"
+
+#: 03020409.xhp#par_id3154944.22.help.text
+msgctxt "03020409.xhp#par_id3154944.22.help.text"
+msgid "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
+msgstr "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
+
+#: 03020409.xhp#par_id3151075.23.help.text
+msgctxt "03020409.xhp#par_id3151075.23.help.text"
+msgid "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+msgstr "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+
+#: 03020409.xhp#par_id3149959.24.help.text
+msgctxt "03020409.xhp#par_id3149959.24.help.text"
+msgid "SetAttr \"c:\\test\\autoexec.sav\" ,0"
+msgstr "SetAttr \"c:\\test\\autoexec.sav\" ,0"
+
+#: 03020409.xhp#par_id3153418.25.help.text
+msgctxt "03020409.xhp#par_id3153418.25.help.text"
+msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+msgstr "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+
+#: 03020409.xhp#par_id3149122.26.help.text
+msgctxt "03020409.xhp#par_id3149122.26.help.text"
+msgid "SetAttr \"c:\\test\\autoexec.sav\" ,1"
+msgstr "SetAttr \"c:\\test\\autoexec.sav\" ,1"
+
+#: 03020409.xhp#par_id3154480.27.help.text
+msgctxt "03020409.xhp#par_id3154480.27.help.text"
+msgid "print GetAttr( \"c:\\test\\autoexec.sav\" )"
+msgstr "print GetAttr( \"c:\\test\\autoexec.sav\" )"
+
+#: 03020409.xhp#par_id3150753.28.help.text
+msgctxt "03020409.xhp#par_id3150753.28.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020409.xhp#par_id3150323.29.help.text
+msgctxt "03020409.xhp#par_id3150323.29.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 03020409.xhp#par_id3154754.30.help.text
+msgctxt "03020409.xhp#par_id3154754.30.help.text"
+msgid "Print Error"
+msgstr "Print Error"
+
+#: 03020409.xhp#par_id3155764.31.help.text
+msgctxt "03020409.xhp#par_id3155764.31.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020409.xhp#par_id3156382.32.help.text
+msgctxt "03020409.xhp#par_id3156382.32.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090203.xhp#tit.help.text
+msgid "While...Wend Statement[Runtime]"
+msgstr "While...Wend Statement[Runtime]"
+
+#: 03090203.xhp#bm_id3150400.help.text
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
+msgstr "<bookmark_value>While;While...Wend loop</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03090203.xhp#par_id3145172.4.help.text
+msgid "A Do...Loop is more flexible than a While...Wend."
+msgstr "A Do...Loop is more flexible than a While...Wend."
+
+#: 03090203.xhp#hd_id3155133.5.help.text
+msgctxt "03090203.xhp#hd_id3155133.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090203.xhp#par_id3147288.6.help.text
+msgid "While Condition [Statement] Wend"
+msgstr "While Condition [Statement] Wend"
+
+#: 03090203.xhp#hd_id3153139.7.help.text
+msgctxt "03090203.xhp#hd_id3153139.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090203.xhp#par_id3159153.8.help.text
+msgid "Sub ExampleWhileWend"
+msgstr "Sub ExampleWhileWend"
+
+#: 03090203.xhp#par_id3151114.9.help.text
+msgid "Dim stext As String"
+msgstr "Dim stext As String"
+
+#: 03090203.xhp#par_id3153143.10.help.text
+msgid "Dim iRun As Integer"
+msgstr "Dim iRun As Integer"
+
+#: 03090203.xhp#par_id3155306.11.help.text
+msgid "sText =\"This is a short text\""
+msgstr "sText =\"This is a short text\""
+
+#: 03090203.xhp#par_id3154011.12.help.text
+msgid "iRun = 1"
+msgstr "iRun = 1"
+
+#: 03090203.xhp#par_id3147215.13.help.text
+msgid "while iRun < Len(sText)"
+msgstr "while iRun < Len(sText)"
+
+#: 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 "if Mid(sText,iRun,1 )<> \" \" then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+
+#: 03090203.xhp#par_id3149665.15.help.text
+msgid "iRun = iRun + 1"
+msgstr "iRun = iRun + 1"
+
+#: 03090203.xhp#par_id3152939.16.help.text
+msgid "Wend"
+msgstr "Wend"
+
+#: 03090203.xhp#par_id3153189.17.help.text
+msgid "MsgBox sText,0,\"Text encoded\""
+msgstr "MsgBox sText,0,\"Text encoded\""
+
+#: 03090203.xhp#par_id3145251.18.help.text
+msgctxt "03090203.xhp#par_id3145251.18.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090201.xhp#tit.help.text
+msgid "Do...Loop Statement [Runtime]"
+msgstr "Do...Loop Statement [Runtime]"
+
+#: 03090201.xhp#bm_id3156116.help.text
+msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+msgstr "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
+
+#: 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 "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
+
+#: 03090201.xhp#hd_id3149119.3.help.text
+msgctxt "03090201.xhp#hd_id3149119.3.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03090201.xhp#par_id3155150.4.help.text
+msgid "Do [{While | Until} condition = True]"
+msgstr "Do [{While | Until} condition = True]"
+
+#: 03090201.xhp#par_id3154422.5.help.text
+msgctxt "03090201.xhp#par_id3154422.5.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp#par_id3150789.6.help.text
+msgctxt "03090201.xhp#par_id3150789.6.help.text"
+msgid "[Exit Do]"
+msgstr "[Exit Do]"
+
+#: 03090201.xhp#par_id3155805.7.help.text
+msgctxt "03090201.xhp#par_id3155805.7.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp#par_id3145090.8.help.text
+msgctxt "03090201.xhp#par_id3145090.8.help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 03090201.xhp#par_id3154749.9.help.text
+msgid "or"
+msgstr "or"
+
+#: 03090201.xhp#par_id3150503.10.help.text
+msgctxt "03090201.xhp#par_id3150503.10.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp#par_id3149762.11.help.text
+msgctxt "03090201.xhp#par_id3149762.11.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp#par_id3150984.12.help.text
+msgctxt "03090201.xhp#par_id3150984.12.help.text"
+msgid "[Exit Do]"
+msgstr "[Exit Do]"
+
+#: 03090201.xhp#par_id3143228.13.help.text
+msgctxt "03090201.xhp#par_id3143228.13.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090201.xhp#par_id3149235.14.help.text
+msgid "Loop [{While | Until} condition = True]"
+msgstr "Loop [{While | Until} condition = True]"
+
+#: 03090201.xhp#hd_id3156024.15.help.text
+msgid "Parameters/Elements"
+msgstr "Parameters/Elements"
+
+#: 03090201.xhp#par_id3156344.16.help.text
+msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
+msgstr "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
+
+#: 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 "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
+
+#: 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 "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:"
+
+#: 03090201.xhp#hd_id3154366.19.help.text
+msgctxt "03090201.xhp#hd_id3154366.19.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03090201.xhp#par_id3145171.20.help.text
+msgid "Do While condition = True"
+msgstr "Do While condition = True"
+
+#: 03090201.xhp#par_id3149203.21.help.text
+msgctxt "03090201.xhp#par_id3149203.21.help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp#par_id3125864.22.help.text
+msgctxt "03090201.xhp#par_id3125864.22.help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 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 "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
+
+#: 03090201.xhp#par_id3153968.25.help.text
+msgid "Do Until condition = True"
+msgstr "Do Until condition = True"
+
+#: 03090201.xhp#par_id3154909.26.help.text
+msgctxt "03090201.xhp#par_id3154909.26.help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp#par_id3159151.27.help.text
+msgctxt "03090201.xhp#par_id3159151.27.help.text"
+msgid "Loop"
+msgstr "Loop"
+
+#: 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 "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
+
+#: 03090201.xhp#par_id3153952.30.help.text
+msgctxt "03090201.xhp#par_id3153952.30.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp#par_id3147349.31.help.text
+msgctxt "03090201.xhp#par_id3147349.31.help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp#par_id3159153.32.help.text
+msgid "Loop While condition = True"
+msgstr "Loop While condition = True"
+
+#: 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 "The statement block between the Do and the Loop statements repeats so long as the condition is true."
+
+#: 03090201.xhp#par_id3150488.35.help.text
+msgctxt "03090201.xhp#par_id3150488.35.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp#par_id3153189.36.help.text
+msgctxt "03090201.xhp#par_id3153189.36.help.text"
+msgid "...statement block"
+msgstr "...statement block"
+
+#: 03090201.xhp#par_id3155411.37.help.text
+msgid "Loop Until condition = True"
+msgstr "Loop Until condition = True"
+
+#: 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 "The statement block between the Do and the Loop statements repeats until the condition is true."
+
+#: 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 "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:"
+
+#: 03090201.xhp#par_id3149262.42.help.text
+msgid "Do..."
+msgstr "Do..."
+
+#: 03090201.xhp#par_id3149298.43.help.text
+msgctxt "03090201.xhp#par_id3149298.43.help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090201.xhp#par_id3145646.44.help.text
+msgid "If condition = True Then Exit Do"
+msgstr "If condition = True Then Exit Do"
+
+#: 03090201.xhp#par_id3154490.45.help.text
+msgctxt "03090201.xhp#par_id3154490.45.help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090201.xhp#par_id3153159.46.help.text
+msgid "Loop..."
+msgstr "Loop..."
+
+#: 03090201.xhp#hd_id3147396.47.help.text
+msgctxt "03090201.xhp#hd_id3147396.47.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 03090201.xhp#par_id3144764.49.help.text
+msgid "Sub ExampleDoLoop"
+msgstr "Sub ExampleDoLoop"
+
+#: 03090201.xhp#par_id3154791.50.help.text
+msgid "Dim sFile As String"
+msgstr "Dim sFile As String"
+
+#: 03090201.xhp#par_id3149401.51.help.text
+msgctxt "03090201.xhp#par_id3149401.51.help.text"
+msgid "Dim sPath As String"
+msgstr "Dim sPath As String"
+
+#: 03090201.xhp#par_id3155600.52.help.text
+msgid "sPath = \"c:\\\""
+msgstr "sPath = \"c:\\\""
+
+#: 03090201.xhp#par_id3150717.53.help.text
+msgid "sFile = Dir$( sPath ,22)"
+msgstr "sFile = Dir$( sPath ,22)"
+
+#: 03090201.xhp#par_id3146898.54.help.text
+msgctxt "03090201.xhp#par_id3146898.54.help.text"
+msgid "If sFile <> \"\" Then"
+msgstr "If sFile <> \"\" Then"
+
+#: 03090201.xhp#par_id3156333.55.help.text
+msgctxt "03090201.xhp#par_id3156333.55.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03090201.xhp#par_id3153947.56.help.text
+msgid "MsgBox sFile"
+msgstr "MsgBox sFile"
+
+#: 03090201.xhp#par_id3150327.57.help.text
+msgctxt "03090201.xhp#par_id3150327.57.help.text"
+msgid "sFile = Dir$"
+msgstr "sFile = Dir$"
+
+#: 03090201.xhp#par_id3150749.58.help.text
+msgctxt "03090201.xhp#par_id3150749.58.help.text"
+msgid "Loop Until sFile = \"\""
+msgstr "Loop Until sFile = \"\""
+
+#: 03090201.xhp#par_id3153765.59.help.text
+msgctxt "03090201.xhp#par_id3153765.59.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03090201.xhp#par_id3148914.60.help.text
+msgctxt "03090201.xhp#par_id3148914.60.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 01030400.xhp#tit.help.text
+msgid "Organizing Libraries and Modules"
+msgstr "Organising Libraries and Modules"
+
+#: 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/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
+msgstr "<bookmark_value>libraries;organising</bookmark_value><bookmark_value>modules;organising</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogues</bookmark_value><bookmark_value>dialogues;organising</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organising;modules/libraries/dialogues</bookmark_value><bookmark_value>renaming modules and dialogues</bookmark_value>"
+
+#: 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 "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
+
+#: 01030400.xhp#hd_id3150868.4.help.text
+msgid "Organizing Libraries"
+msgstr "Organising Libraries"
+
+#: 01030400.xhp#hd_id3125864.5.help.text
+msgid "Creating a New Library"
+msgstr "Creating a New Library"
+
+#: 01030400.xhp#par_id3152576.6.help.text
+msgctxt "01030400.xhp#par_id3152576.6.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3153726.8.help.text
+msgctxt "01030400.xhp#par_id3153726.8.help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Click the <emph>Libraries</emph> tab."
+
+#: 01030400.xhp#par_id3149664.9.help.text
+msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, 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 "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, 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."
+
+#: 01030400.xhp#par_id3153365.10.help.text
+msgid "Click <emph>New</emph> and insert a name to create a new library."
+msgstr "Click <emph>New</emph> and insert a name to create a new library."
+
+#: 01030400.xhp#hd_id3147394.48.help.text
+msgid "Appending a Library"
+msgstr "Appending a Library"
+
+#: 01030400.xhp#par_id3153157.49.help.text
+msgctxt "01030400.xhp#par_id3153157.49.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3146972.50.help.text
+msgctxt "01030400.xhp#par_id3146972.50.help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Click the <emph>Libraries</emph> tab."
+
+#: 01030400.xhp#par_id3145640.51.help.text
+msgid "Select to where you want to append the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be appended to this document and only available from there."
+msgstr "Select to where you want to append the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be appended to this document and only available from there."
+
+#: 01030400.xhp#par_id3154253.52.help.text
+msgid "Click <emph>Append</emph> and select an external library to append."
+msgstr "Click <emph>Append</emph> and select an external library to append."
+
+#: 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 "Select all libraries to be appended in the <emph>Append Libraries</emph> dialogue. The dialogue displays all libraries that are contained in the selected file."
+
+#: 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 "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."
+
+#: 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 "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
+
+#: 01030400.xhp#par_id3147004.56.help.text
+msgid "Click <emph>OK</emph> to append the library."
+msgstr "Click <emph>OK</emph> to append the library."
+
+#: 01030400.xhp#hd_id3159100.17.help.text
+msgid "Deleting a Library"
+msgstr "Deleting a Library"
+
+#: 01030400.xhp#par_id3150086.18.help.text
+msgctxt "01030400.xhp#par_id3150086.18.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3146808.57.help.text
+msgctxt "01030400.xhp#par_id3146808.57.help.text"
+msgid "Click the <emph>Libraries</emph> tab."
+msgstr "Click the <emph>Libraries</emph> tab."
+
+#: 01030400.xhp#par_id3158212.58.help.text
+msgid "Select the library to be deleted from the list."
+msgstr "Select the library to be deleted from the list."
+
+#: 01030400.xhp#par_id3150361.20.help.text
+msgctxt "01030400.xhp#par_id3150361.20.help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "Click <emph>Delete</emph>."
+
+#: 01030400.xhp#par_id3152986.19.help.text
+msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+msgstr "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+
+#: 01030400.xhp#par_id3148868.59.help.text
+msgid "You cannot delete the default library named \"Standard\"."
+msgstr "You cannot delete the default library named \"Standard\"."
+
+#: 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 "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
+
+#: 01030400.xhp#hd_id3147070.21.help.text
+msgid "Organizing Modules and Dialogs"
+msgstr "Organising Modules and Dialogues"
+
+#: 01030400.xhp#hd_id3155265.61.help.text
+msgid "Creating a New Module or Dialog"
+msgstr "Creating a New Module or Dialogue"
+
+#: 01030400.xhp#par_id3154537.62.help.text
+msgctxt "01030400.xhp#par_id3154537.62.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3146781.63.help.text
+msgctxt "01030400.xhp#par_id3146781.63.help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+
+#: 01030400.xhp#par_id3159206.64.help.text
+msgid "Select the library where the module will be inserted and click <emph>New</emph>."
+msgstr "Select the library where the module will be inserted and click <emph>New</emph>."
+
+#: 01030400.xhp#par_id3152389.65.help.text
+msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+msgstr "Enter a name for the module or the dialogue and click <emph>OK</emph>."
+
+#: 01030400.xhp#hd_id3152872.25.help.text
+msgid "Renaming a Module or Dialog"
+msgstr "Renaming a Module or Dialogue"
+
+#: 01030400.xhp#par_id3159230.66.help.text
+msgctxt "01030400.xhp#par_id3159230.66.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3150046.67.help.text
+msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+msgstr "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+
+#: 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, choose <emph>Rename</emph> and type in the new name."
+msgstr "In the Basic IDE, right-click the name of the module or dialogue in the tabs at the bottom of the screen, choose <emph>Rename</emph> and type in the new name."
+
+#: 01030400.xhp#par_id3155526.28.help.text
+msgid "Press Enter to confirm your changes."
+msgstr "Press Enter to confirm your changes."
+
+#: 01030400.xhp#hd_id3146963.29.help.text
+msgid "Deleting a Module or Dialog"
+msgstr "Deleting a Module or Dialogue"
+
+#: 01030400.xhp#par_id3147547.68.help.text
+msgctxt "01030400.xhp#par_id3147547.68.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3150958.69.help.text
+msgctxt "01030400.xhp#par_id3150958.69.help.text"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgstr "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+
+#: 01030400.xhp#par_id3149870.30.help.text
+msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
+msgstr "Select the module or dialogue to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
+
+#: 01030400.xhp#par_id3147248.32.help.text
+msgctxt "01030400.xhp#par_id3147248.32.help.text"
+msgid "Click <emph>Delete</emph>."
+msgstr "Click <emph>Delete</emph>."
+
+#: 01030400.xhp#par_id3151339.31.help.text
+msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
+msgstr "Deleting a module permanently deletes all existing procedures and functions in that module."
+
+#: 01030400.xhp#hd_id3151392.33.help.text
+msgid "Organizing Projects among Documents or Templates"
+msgstr "Organising Projects among Documents or Templates"
+
+#: 01030400.xhp#hd_id3156400.36.help.text
+msgid "Moving or copying modules between documents, templates and the application."
+msgstr "Moving or copying modules between documents, templates and the application."
+
+#: 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 "Open all documents or templates among which you want to move or copy the modules or dialogues."
+
+#: 01030400.xhp#par_id3149319.38.help.text
+msgctxt "01030400.xhp#par_id3149319.38.help.text"
+msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog."
+msgstr "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialogue."
+
+#: 01030400.xhp#par_id3145637.39.help.text
+msgid "To move a module or dialog to another document, click the corresponding object in the 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\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
+msgstr "To move a module or dialogue to another document, click the corresponding object in the 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\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
+
+#: 03080103.xhp#tit.help.text
+msgid "Sin Function [Runtime]"
+msgstr "Sin Function [Runtime]"
+
+#: 03080103.xhp#bm_id3153896.help.text
+msgid "<bookmark_value>Sin function</bookmark_value>"
+msgstr "<bookmark_value>Sin function</bookmark_value>"
+
+#: 03080103.xhp#hd_id3153896.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+
+#: 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 "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+
+#: 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 "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."
+
+#: 03080103.xhp#par_id3148798.4.help.text
+msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+msgstr "Sin(Alpha) = side opposite the angle/hypotenuse"
+
+#: 03080103.xhp#hd_id3147230.5.help.text
+msgctxt "03080103.xhp#hd_id3147230.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080103.xhp#par_id3154909.6.help.text
+msgid "Sin (Number)"
+msgstr "Sin (Number)"
+
+#: 03080103.xhp#hd_id3156214.7.help.text
+msgctxt "03080103.xhp#hd_id3156214.7.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080103.xhp#par_id3150870.8.help.text
+msgctxt "03080103.xhp#par_id3150870.8.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080103.xhp#hd_id3155132.9.help.text
+msgctxt "03080103.xhp#hd_id3155132.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
+
+#: 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 "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
+
+#: 03080103.xhp#par_id3149664.12.help.text
+msgid "grad=(radiant*180)/pi"
+msgstr "grad=(radiant*180)/pi"
+
+#: 03080103.xhp#par_id3153143.13.help.text
+msgid "radiant=(grad*pi)/180"
+msgstr "radiant=(grad*pi)/180"
+
+#: 03080103.xhp#par_id3151112.14.help.text
+msgctxt "03080103.xhp#par_id3151112.14.help.text"
+msgid "Pi is approximately 3.141593."
+msgstr "Pi is approximately 3.141593."
+
+#: 03080103.xhp#hd_id3163712.15.help.text
+msgctxt "03080103.xhp#hd_id3163712.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080103.xhp#par_id3149482.16.help.text
+msgctxt "03080103.xhp#par_id3149482.16.help.text"
+msgid "REM In this example, the following entry is possible for a right-angled triangle:"
+msgstr "REM In this example, the following entry is possible for a right-angled triangle:"
+
+#: 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 "REM The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
+
+#: 03080103.xhp#par_id3152941.18.help.text
+msgid "Sub ExampleSine"
+msgstr "Sub ExampleSine"
+
+#: 03080103.xhp#par_id3150011.19.help.text
+msgid "REM Pi = 3.1415926 is a predefined variable"
+msgstr "REM Pi = 3.1415926 is a predefined variable"
+
+#: 03080103.xhp#par_id3153159.20.help.text
+msgctxt "03080103.xhp#par_id3153159.20.help.text"
+msgid "Dim d1 as Double"
+msgstr "Dim d1 as Double"
+
+#: 03080103.xhp#par_id3154491.21.help.text
+msgctxt "03080103.xhp#par_id3154491.21.help.text"
+msgid "Dim dAlpha as Double"
+msgstr "Dim dAlpha as Double"
+
+#: 03080103.xhp#par_id3145251.22.help.text
+msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+msgstr "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
+
+#: 03080103.xhp#par_id3148456.23.help.text
+msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+
+#: 03080103.xhp#par_id3153877.24.help.text
+msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+msgstr "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+
+#: 03080103.xhp#par_id3150717.25.help.text
+msgctxt "03080103.xhp#par_id3150717.25.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090409.xhp#tit.help.text
+msgid "Sub Statement [Runtime]"
+msgstr "Sub Statement [Runtime]"
+
+#: 03090409.xhp#bm_id3147226.help.text
+msgid "<bookmark_value>Sub statement</bookmark_value>"
+msgstr "<bookmark_value>Sub statement</bookmark_value>"
+
+#: 03090409.xhp#hd_id3147226.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
+
+#: 03090409.xhp#par_id3153311.2.help.text
+msgid "Defines a subroutine."
+msgstr "Defines a subroutine."
+
+#: 03090409.xhp#hd_id3149416.3.help.text
+msgctxt "03090409.xhp#hd_id3149416.3.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03090409.xhp#par_idN105E7.help.text
+msgid "Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]"
+msgstr "Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]"
+
+#: 03090409.xhp#par_id3147530.5.help.text
+msgctxt "03090409.xhp#par_id3147530.5.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090409.xhp#par_id3146795.8.help.text
+msgctxt "03090409.xhp#par_id3146795.8.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090409.xhp#hd_id3153525.9.help.text
+msgctxt "03090409.xhp#hd_id3153525.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090409.xhp#par_id3150792.10.help.text
+msgid "<emph>Name:</emph> Name of the subroutine ."
+msgstr "<emph>Name:</emph> Name of the subroutine ."
+
+#: 03090409.xhp#par_id3154138.11.help.text
+msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
+msgstr "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
+
+#: 03090409.xhp#par_id3154908.12.help.text
+msgid "<emph>Type:</emph> Type-declaration key word."
+msgstr "<emph>Type:</emph> Type-declaration key word."
+
+#: 03090409.xhp#hd_id3153770.16.help.text
+msgctxt "03090409.xhp#hd_id3153770.16.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090409.xhp#par_id3151113.17.help.text
+msgctxt "03090409.xhp#par_id3151113.17.help.text"
+msgid "Sub Example"
+msgstr "Sub Example"
+
+#: 03090409.xhp#par_idN1063F.help.text
+msgid "REM some statements"
+msgstr "REM some statements"
+
+#: 03090409.xhp#par_id3154319.19.help.text
+msgctxt "03090409.xhp#par_id3154319.19.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03060400.xhp#tit.help.text
+msgid "Not-Operator [Runtime]"
+msgstr "Not-Operator [Runtime]"
+
+#: 03060400.xhp#bm_id3156024.help.text
+msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Not operator (logical)</bookmark_value>"
+
+#: 03060400.xhp#hd_id3156024.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+
+#: 03060400.xhp#par_id3159414.2.help.text
+msgid "Negates an expression by inverting the bit values."
+msgstr "Negates an expression by inverting the bit values."
+
+#: 03060400.xhp#hd_id3149457.3.help.text
+msgctxt "03060400.xhp#hd_id3149457.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060400.xhp#par_id3150360.4.help.text
+msgid "Result = Not Expression"
+msgstr "Result = Not Expression"
+
+#: 03060400.xhp#hd_id3151211.5.help.text
+msgctxt "03060400.xhp#hd_id3151211.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060400.xhp#par_id3147228.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+
+#: 03060400.xhp#par_id3154124.7.help.text
+msgid "<emph>Expression:</emph> Any expression that you want to negate."
+msgstr "<emph>Expression:</emph> Any expression that you want to negate."
+
+#: 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 "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
+
+#: 03060400.xhp#par_id3145785.9.help.text
+msgid "In a bitwise negation each individual bit is inverted."
+msgstr "In a bitwise negation each individual bit is inverted."
+
+#: 03060400.xhp#hd_id3153093.10.help.text
+msgctxt "03060400.xhp#hd_id3153093.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060400.xhp#par_id3153143.11.help.text
+msgid "Sub ExampleNot"
+msgstr "Sub ExampleNot"
+
+#: 03060400.xhp#par_id3147317.12.help.text
+msgctxt "03060400.xhp#par_id3147317.12.help.text"
+msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+msgstr "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+
+#: 03060400.xhp#par_id3145274.13.help.text
+msgctxt "03060400.xhp#par_id3145274.13.help.text"
+msgid "Dim vOut as Variant"
+msgstr "Dim vOut as Variant"
+
+#: 03060400.xhp#par_id3153363.14.help.text
+msgctxt "03060400.xhp#par_id3153363.14.help.text"
+msgid "vA = 10: vB = 8: vC = 6: vD = Null"
+msgstr "vA = 10: vB = 8: vC = 6: vD = Null"
+
+#: 03060400.xhp#par_id3145749.15.help.text
+msgid "vOut = Not vA REM Returns -11"
+msgstr "vOut = Not vA REM Returns -11"
+
+#: 03060400.xhp#par_id3148645.16.help.text
+msgid "vOut = Not(vC > vD) REM Returns -1"
+msgstr "vOut = Not(vC > vD) REM Returns -1"
+
+#: 03060400.xhp#par_id3156441.17.help.text
+msgid "vOut = Not(vB > vA) REM Returns -1"
+msgstr "vOut = Not(vB > vA) REM Returns -1"
+
+#: 03060400.xhp#par_id3152596.18.help.text
+msgid "vOut = Not(vA > vB) REM Returns 0"
+msgstr "vOut = Not(vA > vB) REM Returns 0"
+
+#: 03060400.xhp#par_id3154319.19.help.text
+msgctxt "03060400.xhp#par_id3154319.19.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03103300.xhp#tit.help.text
+msgid "Option Explicit Statement [Runtime]"
+msgstr "Option Explicit Statement [Runtime]"
+
+#: 03103300.xhp#bm_id3145090.help.text
+msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
+msgstr "<bookmark_value>Option Explicit statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
+
+#: 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 "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
+
+#: 03103300.xhp#hd_id3149763.3.help.text
+msgctxt "03103300.xhp#hd_id3149763.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103300.xhp#par_id3149514.4.help.text
+msgctxt "03103300.xhp#par_id3149514.4.help.text"
+msgid "Option Explicit"
+msgstr "Option Explicit"
+
+#: 03103300.xhp#hd_id3145315.5.help.text
+msgctxt "03103300.xhp#hd_id3145315.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03103300.xhp#par_id3145172.6.help.text
+msgctxt "03103300.xhp#par_id3145172.6.help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr "This statement must be added before the executable program code in a module."
+
+#: 03103300.xhp#hd_id3125864.7.help.text
+msgctxt "03103300.xhp#hd_id3125864.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103300.xhp#par_id3154217.8.help.text
+msgctxt "03103300.xhp#par_id3154217.8.help.text"
+msgid "Option Explicit"
+msgstr "Option Explicit"
+
+#: 03103300.xhp#par_id3156214.9.help.text
+msgid "Sub ExampleExplicit"
+msgstr "Sub ExampleExplicit"
+
+#: 03103300.xhp#par_id3153193.10.help.text
+msgctxt "03103300.xhp#par_id3153193.10.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03103300.xhp#par_id3159252.11.help.text
+msgctxt "03103300.xhp#par_id3159252.11.help.text"
+msgid "sVar = \"Las Vegas\""
+msgstr "sVar = \"Las Vegas\""
+
+#: 03103300.xhp#par_id3145787.12.help.text
+msgid "For i% = 1 to 10 REM This results in a run-time error"
+msgstr "For i% = 1 to 10 REM This results in a run-time error"
+
+#: 03103300.xhp#par_id3152598.13.help.text
+msgid "REM"
+msgstr "REM"
+
+#: 03103300.xhp#par_id3145749.14.help.text
+msgid "Next i%"
+msgstr "Next i%"
+
+#: 03103300.xhp#par_id3150010.15.help.text
+msgctxt "03103300.xhp#par_id3150010.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03100900.xhp#tit.help.text
+msgid "CSng Function[Runtime]"
+msgstr "CSng Function[Runtime]"
+
+#: 03100900.xhp#bm_id3153753.help.text
+msgid "<bookmark_value>CSng function</bookmark_value>"
+msgstr "<bookmark_value>CSng function</bookmark_value>"
+
+#: 03100900.xhp#hd_id3153753.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
+
+#: 03100900.xhp#par_id3149748.2.help.text
+msgid "Converts any string or numeric expression to data type Single."
+msgstr "Converts any string or numeric expression to data type Single."
+
+#: 03100900.xhp#hd_id3153255.3.help.text
+msgctxt "03100900.xhp#hd_id3153255.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100900.xhp#par_id3148983.4.help.text
+msgid "CSng (Expression)"
+msgstr "CSng (Expression)"
+
+#: 03100900.xhp#hd_id3152347.5.help.text
+msgctxt "03100900.xhp#hd_id3152347.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100900.xhp#par_id3153750.6.help.text
+msgctxt "03100900.xhp#par_id3153750.6.help.text"
+msgid "Single"
+msgstr "Single"
+
+#: 03100900.xhp#hd_id3146957.7.help.text
+msgctxt "03100900.xhp#hd_id3146957.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03100900.xhp#par_id3153345.8.help.text
+msgctxt "03100900.xhp#par_id3153345.8.help.text"
+msgid "<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 "<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."
+
+#: 03100900.xhp#hd_id3149514.9.help.text
+msgctxt "03100900.xhp#hd_id3149514.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100900.xhp#par_id3154142.10.help.text
+msgid "Sub ExampleCSNG"
+msgstr "Sub ExampleCSNG"
+
+#: 03100900.xhp#par_id3147573.11.help.text
+msgctxt "03100900.xhp#par_id3147573.11.help.text"
+msgid "Msgbox CDbl(1234.5678)"
+msgstr "Msgbox CDbl(1234.5678)"
+
+#: 03100900.xhp#par_id3150772.12.help.text
+msgctxt "03100900.xhp#par_id3150772.12.help.text"
+msgid "Msgbox CInt(1234.5678)"
+msgstr "Msgbox CInt(1234.5678)"
+
+#: 03100900.xhp#par_id3147531.13.help.text
+msgctxt "03100900.xhp#par_id3147531.13.help.text"
+msgid "Msgbox CLng(1234.5678)"
+msgstr "Msgbox CLng(1234.5678)"
+
+#: 03100900.xhp#par_id3147265.14.help.text
+msgctxt "03100900.xhp#par_id3147265.14.help.text"
+msgid "Msgbox CSng(1234.5678)"
+msgstr "Msgbox CSng(1234.5678)"
+
+#: 03100900.xhp#par_id3159414.15.help.text
+msgctxt "03100900.xhp#par_id3159414.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01020200.xhp#tit.help.text
+msgid "Using Objects"
+msgstr "Using Objects"
+
+#: 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 "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+
+#: 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 "The object catalogue provides an overview of all modules and dialogues you have created in $[officename]."
+
+#: 01020200.xhp#par_id3147346.78.help.text
+msgid "Click the <emph>Object Catalog</emph> icon <image id=\"img_id3147341\" src=\"cmd/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 "Click the <emph>Object Catalogue</emph> icon <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Icon</alt></image> in the Macro toolbar to display the object catalogue."
+
+#: 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 "The dialogue shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
+
+#: 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 "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>."
+
+#: 01020200.xhp#par_id3153266.81.help.text
+msgid "Click the (X) icon in the title bar to close the object catalog."
+msgstr "Click the (X) icon in the title bar to close the object catalogue."
+
+#: 03030203.xhp#tit.help.text
+msgid "Now Function [Runtime]"
+msgstr "Now Function [Runtime]"
+
+#: 03030203.xhp#bm_id3149416.help.text
+msgid "<bookmark_value>Now function</bookmark_value>"
+msgstr "<bookmark_value>Now function</bookmark_value>"
+
+#: 03030203.xhp#hd_id3149416.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
+
+#: 03030203.xhp#par_id3149670.2.help.text
+msgid "Returns the current system date and time as a <emph>Date</emph> value."
+msgstr "Returns the current system date and time as a <emph>Date</emph> value."
+
+#: 03030203.xhp#hd_id3149456.3.help.text
+msgctxt "03030203.xhp#hd_id3149456.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030203.xhp#par_id3149655.4.help.text
+msgid "Now"
+msgstr "Now"
+
+#: 03030203.xhp#hd_id3154366.5.help.text
+msgctxt "03030203.xhp#hd_id3154366.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030203.xhp#par_id3154909.6.help.text
+msgctxt "03030203.xhp#par_id3154909.6.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030203.xhp#hd_id3147229.7.help.text
+msgctxt "03030203.xhp#hd_id3147229.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030203.xhp#par_id3145172.8.help.text
+msgid "Sub ExampleNow"
+msgstr "Sub ExampleNow"
+
+#: 03030203.xhp#par_id3150870.9.help.text
+msgid "msgbox \"It is now \" & Now"
+msgstr "msgbox \"It is now \" & Now"
+
+#: 03030203.xhp#par_id3145787.10.help.text
+msgctxt "03030203.xhp#par_id3145787.10.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03131400.xhp#tit.help.text
+msgid "TwipsPerPixelY Function [Runtime]"
+msgstr "TwipsPerPixelY Function [Runtime]"
+
+#: 03131400.xhp#bm_id3150040.help.text
+msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+
+#: 03131400.xhp#hd_id3150040.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+
+#: 03131400.xhp#par_id3154186.2.help.text
+msgid "Returns the number of twips that represent the height of a pixel."
+msgstr "Returns the number of twips that represent the height of a pixel."
+
+#: 03131400.xhp#hd_id3145090.3.help.text
+msgctxt "03131400.xhp#hd_id3145090.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131400.xhp#par_id3153681.4.help.text
+msgid "n = TwipsPerPixelY"
+msgstr "n = TwipsPerPixelY"
+
+#: 03131400.xhp#hd_id3148473.5.help.text
+msgctxt "03131400.xhp#hd_id3148473.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03131400.xhp#par_id3154306.6.help.text
+msgctxt "03131400.xhp#par_id3154306.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03131400.xhp#hd_id3149235.7.help.text
+msgctxt "03131400.xhp#hd_id3149235.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131400.xhp#par_id3150503.8.help.text
+msgctxt "03131400.xhp#par_id3150503.8.help.text"
+msgid "Sub ExamplePixelTwips"
+msgstr "Sub ExamplePixelTwips"
+
+#: 03131400.xhp#par_id3154142.9.help.text
+msgctxt "03131400.xhp#par_id3154142.9.help.text"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+
+#: 03131400.xhp#par_id3148944.10.help.text
+msgctxt "03131400.xhp#par_id3148944.10.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020414.xhp#tit.help.text
+msgid "SetAttr Statement [Runtime]"
+msgstr "SetAttr Statement [Runtime]"
+
+#: 03020414.xhp#bm_id3147559.help.text
+msgid "<bookmark_value>SetAttr statement</bookmark_value>"
+msgstr "<bookmark_value>SetAttr statement</bookmark_value>"
+
+#: 03020414.xhp#hd_id3147559.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
+
+#: 03020414.xhp#par_id3147264.2.help.text
+msgid "Sets the attribute information for a specified file."
+msgstr "Sets the attribute information for a specified file."
+
+#: 03020414.xhp#hd_id3150359.3.help.text
+msgctxt "03020414.xhp#hd_id3150359.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020414.xhp#par_id3154365.4.help.text
+msgid "SetAttr FileName As String, Attribute As Integer"
+msgstr "SetAttr FileName As String, Attribute As Integer"
+
+#: 03020414.xhp#hd_id3125863.5.help.text
+msgctxt "03020414.xhp#hd_id3125863.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "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>."
+
+#: 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 "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
+
+#: 03020414.xhp#par_id3145786.8.help.text
+msgid "<emph>Value</emph>"
+msgstr "<emph>Value</emph>"
+
+#: 03020414.xhp#par_id3152596.9.help.text
+msgctxt "03020414.xhp#par_id3152596.9.help.text"
+msgid "0 : Normal files."
+msgstr "0 : Normal files."
+
+#: 03020414.xhp#par_id3149262.10.help.text
+msgctxt "03020414.xhp#par_id3149262.10.help.text"
+msgid "1 : Read-only files."
+msgstr "1 : Read-only files."
+
+#: 03020414.xhp#par_id3152576.13.help.text
+msgctxt "03020414.xhp#par_id3152576.13.help.text"
+msgid "32 : File was changed since last backup (Archive bit)."
+msgstr "32 : File was changed since last backup (Archive bit)."
+
+#: 03020414.xhp#par_id3153093.14.help.text
+msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
+msgstr "You can set multiple attributes by combining the respective values with a logic OR statement."
+
+#: 03020414.xhp#hd_id3147434.15.help.text
+msgctxt "03020414.xhp#hd_id3147434.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020414.xhp#par_id3154012.16.help.text
+msgctxt "03020414.xhp#par_id3154012.16.help.text"
+msgid "Sub ExampleSetGetAttr"
+msgstr "Sub ExampleSetGetAttr"
+
+#: 03020414.xhp#par_id3148645.17.help.text
+msgctxt "03020414.xhp#par_id3148645.17.help.text"
+msgid "On Error Goto ErrorHandler REM Define target for error-handler"
+msgstr "On Error Goto ErrorHandler REM Define target for error-handler"
+
+#: 03020414.xhp#par_id3145647.18.help.text
+msgctxt "03020414.xhp#par_id3145647.18.help.text"
+msgid "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
+msgstr "If Dir(\"C:\\test\",16)=\"\" Then MkDir \"C:\\test\""
+
+#: 03020414.xhp#par_id3147126.19.help.text
+msgctxt "03020414.xhp#par_id3147126.19.help.text"
+msgid "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+msgstr "If Dir(\"C:\\test\\autoexec.sav\")=\"\" THEN Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+
+#: 03020414.xhp#par_id3151074.20.help.text
+msgctxt "03020414.xhp#par_id3151074.20.help.text"
+msgid "SetAttr \"c:\\test\\autoexec.sav\" ,0"
+msgstr "SetAttr \"c:\\test\\autoexec.sav\" ,0"
+
+#: 03020414.xhp#par_id3153158.21.help.text
+msgctxt "03020414.xhp#par_id3153158.21.help.text"
+msgid "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+msgstr "Filecopy \"c:\\autoexec.bat\", \"c:\\test\\autoexec.sav\""
+
+#: 03020414.xhp#par_id3149378.22.help.text
+msgctxt "03020414.xhp#par_id3149378.22.help.text"
+msgid "SetAttr \"c:\\test\\autoexec.sav\" ,1"
+msgstr "SetAttr \"c:\\test\\autoexec.sav\" ,1"
+
+#: 03020414.xhp#par_id3150716.23.help.text
+msgctxt "03020414.xhp#par_id3150716.23.help.text"
+msgid "print GetAttr( \"c:\\test\\autoexec.sav\" )"
+msgstr "print GetAttr( \"c:\\test\\autoexec.sav\" )"
+
+#: 03020414.xhp#par_id3154018.24.help.text
+msgctxt "03020414.xhp#par_id3154018.24.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020414.xhp#par_id3149121.25.help.text
+msgctxt "03020414.xhp#par_id3149121.25.help.text"
+msgid "ErrorHandler:"
+msgstr "ErrorHandler:"
+
+#: 03020414.xhp#par_id3156275.26.help.text
+msgctxt "03020414.xhp#par_id3156275.26.help.text"
+msgid "Print Error"
+msgstr "Print Error"
+
+#: 03020414.xhp#par_id3153707.27.help.text
+msgctxt "03020414.xhp#par_id3153707.27.help.text"
+msgid "end"
+msgstr "end"
+
+#: 03020414.xhp#par_id3145640.28.help.text
+msgctxt "03020414.xhp#par_id3145640.28.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020200.xhp#tit.help.text
+msgid "File Input/Output Functions"
+msgstr "File Input/Output Functions"
+
+#: 03020200.xhp#hd_id3150791.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
+
+#: 03060500.xhp#tit.help.text
+msgid "Or-Operator [Runtime]"
+msgstr "Or-Operator [Runtime]"
+
+#: 03060500.xhp#bm_id3150986.help.text
+msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Or operator (logical)</bookmark_value>"
+
+#: 03060500.xhp#hd_id3150986.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
+
+#: 03060500.xhp#par_id3148552.2.help.text
+msgid "Performs a logical OR disjunction on two expressions."
+msgstr "Performs a logical OR disjunction on two expressions."
+
+#: 03060500.xhp#hd_id3148664.3.help.text
+msgctxt "03060500.xhp#hd_id3148664.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060500.xhp#par_id3150358.4.help.text
+msgid "Result = Expression1 Or Expression2"
+msgstr "Result = Expression1 Or Expression2"
+
+#: 03060500.xhp#hd_id3151211.5.help.text
+msgctxt "03060500.xhp#hd_id3151211.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060500.xhp#par_id3153192.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+
+#: 03060500.xhp#par_id3147229.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+
+#: 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 "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
+
+#: 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 "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
+
+#: 03060500.xhp#hd_id3161831.10.help.text
+msgctxt "03060500.xhp#hd_id3161831.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060500.xhp#par_id3147427.11.help.text
+msgid "Sub ExampleOr"
+msgstr "Sub ExampleOr"
+
+#: 03060500.xhp#par_id3153142.12.help.text
+msgctxt "03060500.xhp#par_id3153142.12.help.text"
+msgid "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+msgstr "Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
+
+#: 03060500.xhp#par_id3154014.13.help.text
+msgctxt "03060500.xhp#par_id3154014.13.help.text"
+msgid "Dim vOut as Variant"
+msgstr "Dim vOut as Variant"
+
+#: 03060500.xhp#par_id3155856.14.help.text
+msgctxt "03060500.xhp#par_id3155856.14.help.text"
+msgid "vA = 10: vB = 8: vC = 6: vD = Null"
+msgstr "vA = 10: vB = 8: vC = 6: vD = Null"
+
+#: 03060500.xhp#par_id3152460.15.help.text
+msgid "vOut = vA > vB Or vB > vC REM -1"
+msgstr "vOut = vA > vB Or vB > vC REM -1"
+
+#: 03060500.xhp#par_id3147349.16.help.text
+msgid "vOut = vB > vA Or vB > vC REM -1"
+msgstr "vOut = vB > vA Or vB > vC REM -1"
+
+#: 03060500.xhp#par_id3151114.17.help.text
+msgid "vOut = vA > vB Or vB > vD REM -1"
+msgstr "vOut = vA > vB Or vB > vD REM -1"
+
+#: 03060500.xhp#par_id3153726.18.help.text
+msgid "vOut = (vB > vD Or vB > vA) REM 0"
+msgstr "vOut = (vB > vD Or vB > vA) REM 0"
+
+#: 03060500.xhp#par_id3152598.19.help.text
+msgid "vOut = vB Or vA REM 10"
+msgstr "vOut = vB Or vA REM 10"
+
+#: 03060500.xhp#par_id3150420.20.help.text
+msgctxt "03060500.xhp#par_id3150420.20.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03120102.xhp#tit.help.text
+msgid "Chr Function [Runtime]"
+msgstr "Chr Function [Runtime]"
+
+#: 03120102.xhp#bm_id3149205.help.text
+msgid "<bookmark_value>Chr function</bookmark_value>"
+msgstr "<bookmark_value>Chr function</bookmark_value>"
+
+#: 03120102.xhp#hd_id3149205.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
+
+#: 03120102.xhp#par_id3153311.2.help.text
+msgid "Returns the character that corresponds to the specified character code."
+msgstr "Returns the character that corresponds to the specified character code."
+
+#: 03120102.xhp#hd_id3149514.3.help.text
+msgctxt "03120102.xhp#hd_id3149514.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120102.xhp#par_id3150669.4.help.text
+msgid "Chr(Expression As Integer)"
+msgstr "Chr(Expression As Integer)"
+
+#: 03120102.xhp#hd_id3143228.5.help.text
+msgctxt "03120102.xhp#hd_id3143228.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120102.xhp#par_id3153824.6.help.text
+msgctxt "03120102.xhp#par_id3153824.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120102.xhp#hd_id3148944.7.help.text
+msgctxt "03120102.xhp#hd_id3148944.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
+
+#: 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 "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."
+
+#: 03120102.xhp#hd_id3154366.10.help.text
+msgctxt "03120102.xhp#hd_id3154366.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120102.xhp#par_id3144502.11.help.text
+msgid "sub ExampleChr"
+msgstr "sub ExampleChr"
+
+#: 03120102.xhp#par_id3154909.12.help.text
+msgid "REM This example inserts quotation marks (ASCII value 34) in a string."
+msgstr "REM This example inserts quotation marks (ASCII value 34) in a string."
+
+#: 03120102.xhp#par_id3151380.13.help.text
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+
+#: 03120102.xhp#par_id3145174.14.help.text
+msgid "REM The printout appears in the dialog as: A \"short\" trip."
+msgstr "REM The printout appears in the dialogue as: A \"short\" trip."
+
+#: 03120102.xhp#par_id3154685.15.help.text
+msgctxt "03120102.xhp#par_id3154685.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120102.xhp#par_idN10668.help.text
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+
+#: 01000000.xhp#tit.help.text
+msgid "Programming with $[officename] Basic "
+msgstr "Programming with $[officename] Basic "
+
+#: 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 "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
+
+#: 01000000.xhp#par_id3153708.2.help.text
+msgid "This is where you find general information about working with macros and $[officename] Basic."
+msgstr "This is where you find general information about working with macros and $[officename] Basic."
+
+#: 03030302.xhp#tit.help.text
+msgid "Time Statement [Runtime]"
+msgstr "Time Statement [Runtime]"
+
+#: 03030302.xhp#bm_id3145090.help.text
+msgid "<bookmark_value>Time statement</bookmark_value>"
+msgstr "<bookmark_value>Time statement</bookmark_value>"
+
+#: 03030302.xhp#hd_id3145090.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+
+#: 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 "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+
+#: 03030302.xhp#hd_id3154346.3.help.text
+msgctxt "03030302.xhp#hd_id3154346.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030302.xhp#par_id3149670.4.help.text
+msgid "Time"
+msgstr "Time"
+
+#: 03030302.xhp#hd_id3150792.5.help.text
+msgctxt "03030302.xhp#hd_id3150792.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+
+#: 03030302.xhp#hd_id3145173.7.help.text
+msgctxt "03030302.xhp#hd_id3145173.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030302.xhp#par_id3156281.8.help.text
+msgid "Sub ExampleTime"
+msgstr "Sub ExampleTime"
+
+#: 03030302.xhp#par_id3150870.9.help.text
+msgid "MsgBox Time,0,\"The time is\""
+msgstr "MsgBox Time,0,\"The time is\""
+
+#: 03030302.xhp#par_id3154123.10.help.text
+msgctxt "03030302.xhp#par_id3154123.10.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090404.xhp#tit.help.text
+msgid "End Statement [Runtime]"
+msgstr "End Statement [Runtime]"
+
+#: 03090404.xhp#bm_id3150771.help.text
+msgid "<bookmark_value>End statement</bookmark_value>"
+msgstr "<bookmark_value>End statement</bookmark_value>"
+
+#: 03090404.xhp#hd_id3150771.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
+
+#: 03090404.xhp#par_id3153126.2.help.text
+msgid "Ends a procedure or block."
+msgstr "Ends a procedure or block."
+
+#: 03090404.xhp#hd_id3147264.3.help.text
+msgctxt "03090404.xhp#hd_id3147264.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090404.xhp#par_id3148552.4.help.text
+msgid "End, End Function, End If, End Select, End Sub"
+msgstr "End, End Function, End If, End Select, End Sub"
+
+#: 03090404.xhp#hd_id3149456.5.help.text
+msgctxt "03090404.xhp#hd_id3149456.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03090404.xhp#par_id3150398.6.help.text
+msgid "Use the End statement as follows:"
+msgstr "Use the End statement as follows:"
+
+#: 03090404.xhp#hd_id3154366.7.help.text
+msgid "Statement"
+msgstr "Statement"
+
+#: 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 "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
+
+#: 03090404.xhp#par_id3145171.9.help.text
+msgid "End Function: Ends a <emph>Function</emph> statement."
+msgstr "End Function: Ends a <emph>Function</emph> statement."
+
+#: 03090404.xhp#par_id3153192.10.help.text
+msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
+msgstr "End If: Marks the end of a <emph>If...Then...Else</emph> block."
+
+#: 03090404.xhp#par_id3148451.11.help.text
+msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
+msgstr "End Select: Marks the end of a <emph>Select Case</emph> block."
+
+#: 03090404.xhp#par_id3155131.12.help.text
+msgid "End Sub: Ends a <emph>Sub</emph> statement."
+msgstr "End Sub: Ends a <emph>Sub</emph> statement."
+
+#: 03090404.xhp#hd_id3146120.13.help.text
+msgctxt "03090404.xhp#hd_id3146120.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090404.xhp#par_id3146985.14.help.text
+msgctxt "03090404.xhp#par_id3146985.14.help.text"
+msgid "Sub ExampleRandomSelect"
+msgstr "Sub ExampleRandomSelect"
+
+#: 03090404.xhp#par_id3153363.15.help.text
+msgctxt "03090404.xhp#par_id3153363.15.help.text"
+msgid "Dim iVar As Integer"
+msgstr "Dim iVar As Integer"
+
+#: 03090404.xhp#par_id3153727.16.help.text
+msgctxt "03090404.xhp#par_id3153727.16.help.text"
+msgid "iVar = Int((15 * Rnd) -2)"
+msgstr "iVar = Int((15 * Rnd) -2)"
+
+#: 03090404.xhp#par_id3150011.17.help.text
+msgctxt "03090404.xhp#par_id3150011.17.help.text"
+msgid "Select Case iVar"
+msgstr "Select Case iVar"
+
+#: 03090404.xhp#par_id3149481.18.help.text
+msgctxt "03090404.xhp#par_id3149481.18.help.text"
+msgid "Case 1 To 5"
+msgstr "Case 1 To 5"
+
+#: 03090404.xhp#par_id3152887.19.help.text
+msgctxt "03090404.xhp#par_id3152887.19.help.text"
+msgid "Print \"Number from 1 to 5\""
+msgstr "Print \"Number from 1 to 5\""
+
+#: 03090404.xhp#par_id3163713.20.help.text
+msgctxt "03090404.xhp#par_id3163713.20.help.text"
+msgid "Case 6, 7, 8"
+msgstr "Case 6, 7, 8"
+
+#: 03090404.xhp#par_id3148618.21.help.text
+msgctxt "03090404.xhp#par_id3148618.21.help.text"
+msgid "Print \"Number from 6 to 8\""
+msgstr "Print \"Number from 6 to 8\""
+
+#: 03090404.xhp#par_id3153144.22.help.text
+msgctxt "03090404.xhp#par_id3153144.22.help.text"
+msgid "Case Is > 8 And iVar < 11"
+msgstr "Case Is > 8 And iVar < 11"
+
+#: 03090404.xhp#par_id3147436.23.help.text
+msgctxt "03090404.xhp#par_id3147436.23.help.text"
+msgid "Print \"Greater than 8\""
+msgstr "Print \"Greater than 8\""
+
+#: 03090404.xhp#par_id3155418.24.help.text
+msgctxt "03090404.xhp#par_id3155418.24.help.text"
+msgid "Case Else"
+msgstr "Case Else"
+
+#: 03090404.xhp#par_id3150418.25.help.text
+msgctxt "03090404.xhp#par_id3150418.25.help.text"
+msgid "Print \"Outside range 1 to 10\""
+msgstr "Print \"Outside range 1 to 10\""
+
+#: 03090404.xhp#par_id3156285.26.help.text
+msgctxt "03090404.xhp#par_id3156285.26.help.text"
+msgid "End Select"
+msgstr "End Select"
+
+#: 03090404.xhp#par_id3149582.27.help.text
+msgctxt "03090404.xhp#par_id3149582.27.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090000.xhp#tit.help.text
+msgid "Controlling Program Execution"
+msgstr "Controlling Program Execution"
+
+#: 03090000.xhp#hd_id3145136.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+msgstr "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+
+#: 03090000.xhp#par_id3143268.2.help.text
+msgid "The following statements control the execution of a program."
+msgstr "The following statements control the execution of a program."
+
+#: 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 "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."
+
+#: 03090202.xhp#tit.help.text
+msgid "For...Next Statement [Runtime]"
+msgstr "For...Next Statement [Runtime]"
+
+#: 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 "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
+
+#: 03090202.xhp#par_id3143267.2.help.text
+msgid "Repeats the statements between the For...Next block a specified number of times."
+msgstr "Repeats the statements between the For...Next block a specified number of times."
+
+#: 03090202.xhp#hd_id3156153.3.help.text
+msgctxt "03090202.xhp#hd_id3156153.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090202.xhp#par_id3148473.4.help.text
+msgid "For counter=start To end [Step step]"
+msgstr "For counter=start To end [Step step]"
+
+#: 03090202.xhp#par_id3156024.5.help.text
+msgctxt "03090202.xhp#par_id3156024.5.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090202.xhp#par_id3146796.6.help.text
+msgid "[Exit For]"
+msgstr "[Exit For]"
+
+#: 03090202.xhp#par_id3159414.7.help.text
+msgctxt "03090202.xhp#par_id3159414.7.help.text"
+msgid "statement block"
+msgstr "statement block"
+
+#: 03090202.xhp#par_id3153897.8.help.text
+msgid "Next [counter]"
+msgstr "Next [counter]"
+
+#: 03090202.xhp#hd_id3150400.9.help.text
+msgid "Variables:"
+msgstr "Variables:"
+
+#: 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 "<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."
+
+#: 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 "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
+
+#: 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 "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
+
+#: 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 "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)."
+
+#: 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 "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:"
+
+#: 03090202.xhp#par_id3153190.20.help.text
+msgid "For..."
+msgstr "For..."
+
+#: 03090202.xhp#par_id3149482.21.help.text
+msgctxt "03090202.xhp#par_id3149482.21.help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090202.xhp#par_id3147124.22.help.text
+msgid "If condition = True Then Exit For"
+msgstr "If condition = True Then Exit For"
+
+#: 03090202.xhp#par_id3153159.23.help.text
+msgctxt "03090202.xhp#par_id3153159.23.help.text"
+msgid "statements"
+msgstr "statements"
+
+#: 03090202.xhp#par_id3154096.24.help.text
+msgid "Next"
+msgstr "Next"
+
+#: 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 "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
+
+#: 03090202.xhp#hd_id3148457.26.help.text
+msgctxt "03090202.xhp#hd_id3148457.26.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
+
+#: 03090202.xhp#par_id3155603.28.help.text
+msgid "Sub ExampleSort"
+msgstr "Sub ExampleSort"
+
+#: 03090202.xhp#par_id3156275.29.help.text
+msgid "Dim sEntry(9) As String"
+msgstr "Dim sEntry(9) As String"
+
+#: 03090202.xhp#par_id3155066.30.help.text
+msgctxt "03090202.xhp#par_id3155066.30.help.text"
+msgid "Dim iCount As Integer"
+msgstr "Dim iCount As Integer"
+
+#: 03090202.xhp#par_id3150751.31.help.text
+msgid "Dim iCount2 As Integer"
+msgstr "Dim iCount2 As Integer"
+
+#: 03090202.xhp#par_id3155446.32.help.text
+msgctxt "03090202.xhp#par_id3155446.32.help.text"
+msgid "Dim sTemp As String"
+msgstr "Dim sTemp As String"
+
+#: 03090202.xhp#par_id3155767.42.help.text
+msgid "sEntry(0) = \"Jerry\""
+msgstr "sEntry(0) = \"Jerry\""
+
+#: 03090202.xhp#par_id3153711.33.help.text
+msgid "sEntry(1) = \"Patty\""
+msgstr "sEntry(1) = \"Patty\""
+
+#: 03090202.xhp#par_id3148993.34.help.text
+msgid "sEntry(2) = \"Kurt\""
+msgstr "sEntry(2) = \"Kurt\""
+
+#: 03090202.xhp#par_id3156382.35.help.text
+msgid "sEntry(3) = \"Thomas\""
+msgstr "sEntry(3) = \"Thomas\""
+
+#: 03090202.xhp#par_id3155174.36.help.text
+msgid "sEntry(4) = \"Michael\""
+msgstr "sEntry(4) = \"Michael\""
+
+#: 03090202.xhp#par_id3166448.37.help.text
+msgid "sEntry(5) = \"David\""
+msgstr "sEntry(5) = \"David\""
+
+#: 03090202.xhp#par_id3149255.38.help.text
+msgid "sEntry(6) = \"Cathy\""
+msgstr "sEntry(6) = \"Cathy\""
+
+#: 03090202.xhp#par_id3149565.39.help.text
+msgid "sEntry(7) = \"Susie\""
+msgstr "sEntry(7) = \"Susie\""
+
+#: 03090202.xhp#par_id3145148.40.help.text
+msgid "sEntry(8) = \"Edward\""
+msgstr "sEntry(8) = \"Edward\""
+
+#: 03090202.xhp#par_id3145229.41.help.text
+msgid "sEntry(9) = \"Christine\""
+msgstr "sEntry(9) = \"Christine\""
+
+#: 03090202.xhp#par_id3149107.44.help.text
+msgctxt "03090202.xhp#par_id3149107.44.help.text"
+msgid "For iCount = 0 To 9"
+msgstr "For iCount = 0 To 9"
+
+#: 03090202.xhp#par_id3148485.45.help.text
+msgid "For iCount2 = iCount + 1 To 9"
+msgstr "For iCount2 = iCount + 1 To 9"
+
+#: 03090202.xhp#par_id3155608.46.help.text
+msgid "If sEntry(iCount) > sEntry(iCount2) Then"
+msgstr "If sEntry(iCount) > sEntry(iCount2) Then"
+
+#: 03090202.xhp#par_id3150938.47.help.text
+msgid "sTemp = sEntry(iCount)"
+msgstr "sTemp = sEntry(iCount)"
+
+#: 03090202.xhp#par_id3153790.48.help.text
+msgid "sEntry(iCount) = sEntry(iCount2)"
+msgstr "sEntry(iCount) = sEntry(iCount2)"
+
+#: 03090202.xhp#par_id3149210.49.help.text
+msgid "sEntry(iCount2) = sTemp"
+msgstr "sEntry(iCount2) = sTemp"
+
+#: 03090202.xhp#par_id3153781.50.help.text
+msgctxt "03090202.xhp#par_id3153781.50.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03090202.xhp#par_id3158446.51.help.text
+msgid "Next iCount2"
+msgstr "Next iCount2"
+
+#: 03090202.xhp#par_id3150783.52.help.text
+msgctxt "03090202.xhp#par_id3150783.52.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03090202.xhp#par_id3151278.57.help.text
+msgctxt "03090202.xhp#par_id3151278.57.help.text"
+msgid "For iCount = 0 To 9"
+msgstr "For iCount = 0 To 9"
+
+#: 03090202.xhp#par_id3148462.58.help.text
+msgid "Print sEntry(iCount)"
+msgstr "Print sEntry(iCount)"
+
+#: 03090202.xhp#par_id3149528.59.help.text
+msgctxt "03090202.xhp#par_id3149528.59.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03090202.xhp#par_id3152580.60.help.text
+msgctxt "03090202.xhp#par_id3152580.60.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03010101.xhp#tit.help.text
+msgid "MsgBox Statement [Runtime]"
+msgstr "MsgBox Statement [Runtime]"
+
+#: 03010101.xhp#bm_id1807916.help.text
+msgid "<bookmark_value>MsgBox statement</bookmark_value>"
+msgstr "<bookmark_value>MsgBox statement</bookmark_value>"
+
+#: 03010101.xhp#hd_id3154927.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+
+#: 03010101.xhp#par_id3148947.2.help.text
+msgid "Displays a dialog box containing a message."
+msgstr "Displays a dialogue box containing a message."
+
+#: 03010101.xhp#hd_id3153897.3.help.text
+msgctxt "03010101.xhp#hd_id3153897.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 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 "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)"
+
+#: 03010101.xhp#hd_id3153361.5.help.text
+msgctxt "03010101.xhp#hd_id3153361.5.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03010101.xhp#par_id3148798.6.help.text
+msgctxt "03010101.xhp#par_id3148798.6.help.text"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
+msgstr "<emph>Text</emph>: String expression displayed as a message in the dialogue box. Line breaks can be inserted with Chr$(13)."
+
+#: 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 "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialogue. If omitted, the title bar displays the name of the respective application."
+
+#: 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 "<emph>Type</emph>: Any integer expression that specifies the dialogue 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:"
+
+#: 03010101.xhp#par_id3161832.9.help.text
+msgctxt "03010101.xhp#par_id3161832.9.help.text"
+msgid "0 : Display OK button only."
+msgstr "0 : Display OK button only."
+
+#: 03010101.xhp#par_id3153726.10.help.text
+msgctxt "03010101.xhp#par_id3153726.10.help.text"
+msgid "1 : Display OK and Cancel buttons."
+msgstr "1 : Display OK and Cancel buttons."
+
+#: 03010101.xhp#par_id3149665.11.help.text
+msgctxt "03010101.xhp#par_id3149665.11.help.text"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr "2 : Display Abort, Retry, and Ignore buttons."
+
+#: 03010101.xhp#par_id3147318.12.help.text
+msgid "3 : Display Yes, No and Cancel buttons."
+msgstr "3 : Display Yes, No and Cancel buttons."
+
+#: 03010101.xhp#par_id3155412.13.help.text
+msgctxt "03010101.xhp#par_id3155412.13.help.text"
+msgid "4 : Display Yes and No buttons."
+msgstr "4 : Display Yes and No buttons."
+
+#: 03010101.xhp#par_id3146119.14.help.text
+msgctxt "03010101.xhp#par_id3146119.14.help.text"
+msgid "5 : Display Retry and Cancel buttons."
+msgstr "5 : Display Retry and Cancel buttons."
+
+#: 03010101.xhp#par_id3159155.15.help.text
+msgctxt "03010101.xhp#par_id3159155.15.help.text"
+msgid "16 : Add the Stop icon to the dialog."
+msgstr "16 : Add the Stop icon to the dialogue."
+
+#: 03010101.xhp#par_id3145366.16.help.text
+msgctxt "03010101.xhp#par_id3145366.16.help.text"
+msgid "32 : Add the Question icon to the dialog."
+msgstr "32 : Add the Question icon to the dialogue."
+
+#: 03010101.xhp#par_id3147350.17.help.text
+msgid "48 : Add the Exclamation icon to the dialog."
+msgstr "48 : Add the Exclamation icon to the dialogue."
+
+#: 03010101.xhp#par_id3149960.18.help.text
+msgctxt "03010101.xhp#par_id3149960.18.help.text"
+msgid "64 : Add the Information icon to the dialog."
+msgstr "64 : Add the Information icon to the dialogue."
+
+#: 03010101.xhp#par_id3154944.19.help.text
+msgctxt "03010101.xhp#par_id3154944.19.help.text"
+msgid "128 : First button in the dialog as default button."
+msgstr "128 : First button in the dialogue as default button."
+
+#: 03010101.xhp#par_id3155417.20.help.text
+msgctxt "03010101.xhp#par_id3155417.20.help.text"
+msgid "256 : Second button in the dialog as default button."
+msgstr "256 : Second button in the dialogue as default button."
+
+#: 03010101.xhp#par_id3153878.21.help.text
+msgctxt "03010101.xhp#par_id3153878.21.help.text"
+msgid "512 : Third button in the dialog as default button."
+msgstr "512 : Third button in the dialogue as default button."
+
+#: 03010101.xhp#hd_id3150715.22.help.text
+msgctxt "03010101.xhp#hd_id3150715.22.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010101.xhp#par_id3154511.23.help.text
+msgctxt "03010101.xhp#par_id3154511.23.help.text"
+msgid "Sub ExampleMsgBox"
+msgstr "Sub ExampleMsgBox"
+
+#: 03010101.xhp#par_id3150327.24.help.text
+msgid "Const sText1 = \"An unexpected error occurred.\""
+msgstr "Const sText1 = \"An unexpected error occurred.\""
+
+#: 03010101.xhp#par_id3146912.25.help.text
+msgid "Const sText2 = \"The program execution will continue, however.\""
+msgstr "Const sText2 = \"The program execution will continue, however.\""
+
+#: 03010101.xhp#par_id3154757.26.help.text
+msgid "Const sText3 = \"Error\""
+msgstr "Const sText3 = \"Error\""
+
+#: 03010101.xhp#par_id3155445.27.help.text
+msgid "MsgBox(sText1 + Chr(13) + sText2,16,sText3)"
+msgstr "MsgBox(sText1 + Chr(13) + sText2,16,sText3)"
+
+#: 03010101.xhp#par_id3155768.28.help.text
+msgctxt "03010101.xhp#par_id3155768.28.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03132200.xhp#tit.help.text
+msgid "ThisComponent Statement [Runtime]"
+msgstr "ThisComponent Statement [Runtime]"
+
+#: 03132200.xhp#bm_id3155342.help.text
+msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgstr "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+
+#: 03132200.xhp#hd_id3155342.1.help.text
+msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
+
+#: 03132200.xhp#par_id3154923.2.help.text
+msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
+msgstr "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
+
+#: 03132200.xhp#hd_id3154346.3.help.text
+msgctxt "03132200.xhp#hd_id3154346.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03132200.xhp#par_id3151056.4.help.text
+msgid "ThisComponent"
+msgstr "ThisComponent"
+
+#: 03132200.xhp#hd_id3154940.5.help.text
+msgctxt "03132200.xhp#hd_id3154940.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03132200.xhp#par_id3151211.6.help.text
+msgctxt "03132200.xhp#par_id3151211.6.help.text"
+msgid "Sub Main"
+msgstr "Sub Main"
+
+#: 03132200.xhp#par_id3154123.7.help.text
+msgid " REM updates the \"Table of Contents\" in a text doc"
+msgstr " REM updates the \"Table of Contents\" in a text doc"
+
+#: 03132200.xhp#par_id3151381.8.help.text
+msgid " Dim allindexes, index As Object"
+msgstr " Dim allindexes, index As Object"
+
+#: 03132200.xhp#par_id3150769.9.help.text
+msgid " allindexes = ThisComponent.getDocumentIndexes()"
+msgstr " allindexes = ThisComponent.getDocumentIndexes()"
+
+#: 03132200.xhp#par_id3153194.10.help.text
+msgid " index = allindexes.getByName(\"Table of Contents1\")"
+msgstr " index = allindexes.getByName(\"Table of Contents1\")"
+
+#: 03132200.xhp#par_id3156422.11.help.text
+msgid " REM use the default name for Table of Contents and a 1"
+msgstr " REM use the default name for Table of Contents and a 1"
+
+#: 03132200.xhp#par_id3153368.12.help.text
+msgid " index.update()"
+msgstr " index.update()"
+
+#: 03132200.xhp#par_id3161832.13.help.text
+msgctxt "03132200.xhp#par_id3161832.13.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03102200.xhp#tit.help.text
+msgid "IsArray Function [Runtime]"
+msgstr "IsArray Function [Runtime]"
+
+#: 03102200.xhp#bm_id3154346.help.text
+msgid "<bookmark_value>IsArray function</bookmark_value>"
+msgstr "<bookmark_value>IsArray function</bookmark_value>"
+
+#: 03102200.xhp#hd_id3154346.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+
+#: 03102200.xhp#par_id3159413.2.help.text
+msgid "Determines if a variable is a data field in an array."
+msgstr "Determines if a variable is a data field in an array."
+
+#: 03102200.xhp#hd_id3150792.3.help.text
+msgctxt "03102200.xhp#hd_id3150792.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102200.xhp#par_id3153379.4.help.text
+msgid "IsArray (Var)"
+msgstr "IsArray (Var)"
+
+#: 03102200.xhp#hd_id3154365.5.help.text
+msgctxt "03102200.xhp#hd_id3154365.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102200.xhp#par_id3154685.6.help.text
+msgctxt "03102200.xhp#par_id3154685.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102200.xhp#hd_id3153969.7.help.text
+msgctxt "03102200.xhp#hd_id3153969.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03102200.xhp#hd_id3155131.9.help.text
+msgctxt "03102200.xhp#hd_id3155131.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102200.xhp#par_id3153365.10.help.text
+msgid "Sub ExampleIsArray"
+msgstr "Sub ExampleIsArray"
+
+#: 03102200.xhp#par_id3150487.11.help.text
+msgid "Dim sDatf(10) as String"
+msgstr "Dim sDatf(10) as String"
+
+#: 03102200.xhp#par_id3155414.12.help.text
+msgid "print isarray(sdatf())"
+msgstr "print isarray(sdatf())"
+
+#: 03102200.xhp#par_id3153727.13.help.text
+msgctxt "03102200.xhp#par_id3153727.13.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03080802.xhp#tit.help.text
+msgid "Oct Function [Runtime]"
+msgstr "Oct Function [Runtime]"
+
+#: 03080802.xhp#bm_id3155420.help.text
+msgid "<bookmark_value>Oct function</bookmark_value>"
+msgstr "<bookmark_value>Oct function</bookmark_value>"
+
+#: 03080802.xhp#hd_id3155420.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+
+#: 03080802.xhp#par_id3154924.2.help.text
+msgid "Returns the octal value of a number."
+msgstr "Returns the octal value of a number."
+
+#: 03080802.xhp#hd_id3148947.3.help.text
+msgctxt "03080802.xhp#hd_id3148947.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080802.xhp#par_id3150543.4.help.text
+msgid "Oct (Number)"
+msgstr "Oct (Number)"
+
+#: 03080802.xhp#hd_id3153360.5.help.text
+msgctxt "03080802.xhp#hd_id3153360.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080802.xhp#par_id3154138.6.help.text
+msgctxt "03080802.xhp#par_id3154138.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03080802.xhp#hd_id3156422.7.help.text
+msgctxt "03080802.xhp#hd_id3156422.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080802.xhp#par_id3150768.8.help.text
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+msgstr "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+
+#: 03080802.xhp#hd_id3148672.9.help.text
+msgctxt "03080802.xhp#hd_id3148672.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080802.xhp#par_id3147287.10.help.text
+msgid "Sub ExampleOkt"
+msgstr "Sub ExampleOkt"
+
+#: 03080802.xhp#par_id3161831.11.help.text
+msgid "Msgbox Oct(255)"
+msgstr "Msgbox Oct(255)"
+
+#: 03080802.xhp#par_id3147318.12.help.text
+msgctxt "03080802.xhp#par_id3147318.12.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120308.xhp#tit.help.text
+msgid "RSet Statement [Runtime]"
+msgstr "RSet Statement [Runtime]"
+
+#: 03120308.xhp#bm_id3153345.help.text
+msgid "<bookmark_value>RSet statement</bookmark_value>"
+msgstr "<bookmark_value>RSet statement</bookmark_value>"
+
+#: 03120308.xhp#hd_id3153345.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
+
+#: 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 "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
+
+#: 03120308.xhp#hd_id3149234.3.help.text
+msgctxt "03120308.xhp#hd_id3149234.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120308.xhp#par_id3150669.4.help.text
+msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
+msgstr "RSet Text As String = Text or RSet Variable1 = Variable2"
+
+#: 03120308.xhp#hd_id3156024.5.help.text
+msgctxt "03120308.xhp#hd_id3156024.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120308.xhp#par_id3148552.6.help.text
+msgid "<emph>Text:</emph> Any string variable."
+msgstr "<emph>Text:</emph> Any string variable."
+
+#: 03120308.xhp#par_id3154924.7.help.text
+msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
+msgstr "<emph>Text</emph>: String that you want to right-align in the string variable."
+
+#: 03120308.xhp#par_id3149456.8.help.text
+msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+msgstr "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+
+#: 03120308.xhp#par_id3153381.9.help.text
+msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+msgstr "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+
+#: 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 "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."
+
+#: 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 "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
+
+#: 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 "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
+
+#: 03120308.xhp#hd_id3154909.13.help.text
+msgctxt "03120308.xhp#hd_id3154909.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120308.xhp#par_id3154218.14.help.text
+msgctxt "03120308.xhp#par_id3154218.14.help.text"
+msgid "Sub ExampleRLSet"
+msgstr "Sub ExampleRLSet"
+
+#: 03120308.xhp#par_id3147288.15.help.text
+msgid "Dim sVar as string"
+msgstr "Dim sVar as string"
+
+#: 03120308.xhp#par_id3153367.16.help.text
+msgid "Dim sExpr as string"
+msgstr "Dim sExpr as string"
+
+#: 03120308.xhp#par_id3153952.18.help.text
+msgctxt "03120308.xhp#par_id3153952.18.help.text"
+msgid "sVar = String(40,\"*\")"
+msgstr "sVar = String(40,\"*\")"
+
+#: 03120308.xhp#par_id3154013.19.help.text
+msgctxt "03120308.xhp#par_id3154013.19.help.text"
+msgid "sExpr = \"SBX\""
+msgstr "sExpr = \"SBX\""
+
+#: 03120308.xhp#par_id3155856.20.help.text
+msgid "REM Right-align \"SBX\" in a 40-character string"
+msgstr "REM Right-align \"SBX\" in a 40-character string"
+
+#: 03120308.xhp#par_id3152577.21.help.text
+msgctxt "03120308.xhp#par_id3152577.21.help.text"
+msgid "REM Replace asterisks with spaces"
+msgstr "REM Replace asterisks with spaces"
+
+#: 03120308.xhp#par_id3149260.22.help.text
+msgctxt "03120308.xhp#par_id3149260.22.help.text"
+msgid "RSet sVar = sExpr"
+msgstr "RSet sVar = sExpr"
+
+#: 03120308.xhp#par_id3156444.23.help.text
+msgctxt "03120308.xhp#par_id3156444.23.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120308.xhp#par_id3148575.25.help.text
+msgctxt "03120308.xhp#par_id3148575.25.help.text"
+msgid "sVar = String(5,\"*\")"
+msgstr "sVar = String(5,\"*\")"
+
+#: 03120308.xhp#par_id3153140.26.help.text
+msgctxt "03120308.xhp#par_id3153140.26.help.text"
+msgid "sExpr = \"123457896\""
+msgstr "sExpr = \"123457896\""
+
+#: 03120308.xhp#par_id3153144.27.help.text
+msgctxt "03120308.xhp#par_id3153144.27.help.text"
+msgid "RSet sVar = sExpr"
+msgstr "RSet sVar = sExpr"
+
+#: 03120308.xhp#par_id3150116.28.help.text
+msgctxt "03120308.xhp#par_id3150116.28.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120308.xhp#par_id3154491.30.help.text
+msgctxt "03120308.xhp#par_id3154491.30.help.text"
+msgid "sVar = String(40,\"*\")"
+msgstr "sVar = String(40,\"*\")"
+
+#: 03120308.xhp#par_id3149412.31.help.text
+msgctxt "03120308.xhp#par_id3149412.31.help.text"
+msgid "sExpr = \"SBX\""
+msgstr "sExpr = \"SBX\""
+
+#: 03120308.xhp#par_id3145801.32.help.text
+msgid "REM Left-align \"SBX\" in a 40-character string"
+msgstr "REM Left-align \"SBX\" in a 40-character string"
+
+#: 03120308.xhp#par_id3145646.33.help.text
+msgctxt "03120308.xhp#par_id3145646.33.help.text"
+msgid "LSet sVar = sExpr"
+msgstr "LSet sVar = sExpr"
+
+#: 03120308.xhp#par_id3154511.34.help.text
+msgctxt "03120308.xhp#par_id3154511.34.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120308.xhp#par_id3153839.36.help.text
+msgctxt "03120308.xhp#par_id3153839.36.help.text"
+msgid "sVar = String(5,\"*\")"
+msgstr "sVar = String(5,\"*\")"
+
+#: 03120308.xhp#par_id3149122.37.help.text
+msgctxt "03120308.xhp#par_id3149122.37.help.text"
+msgid "sExpr = \"123456789\""
+msgstr "sExpr = \"123456789\""
+
+#: 03120308.xhp#par_id3150330.38.help.text
+msgctxt "03120308.xhp#par_id3150330.38.help.text"
+msgid "LSet sVar = sExpr"
+msgstr "LSet sVar = sExpr"
+
+#: 03120308.xhp#par_id3154480.39.help.text
+msgctxt "03120308.xhp#par_id3154480.39.help.text"
+msgid "Print \">\"; sVar; \"<\""
+msgstr "Print \">\"; sVar; \"<\""
+
+#: 03120308.xhp#par_id3148914.40.help.text
+msgctxt "03120308.xhp#par_id3148914.40.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020405.xhp#tit.help.text
+msgid "FileAttr-Function [Runtime]"
+msgstr "FileAttr-Function [Runtime]"
+
+#: 03020405.xhp#bm_id3153380.help.text
+msgid "<bookmark_value>FileAttr function</bookmark_value>"
+msgstr "<bookmark_value>FileAttr function</bookmark_value>"
+
+#: 03020405.xhp#hd_id3153380.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
+
+#: 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 "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)."
+
+#: 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 "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
+
+#: 03020405.xhp#par_id3163713.4.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
+
+#: 03020405.xhp#hd_id3151116.5.help.text
+msgctxt "03020405.xhp#hd_id3151116.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020405.xhp#par_id3154012.6.help.text
+msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
+msgstr "FileAttr (FileNumber As Integer, Attribute As Integer)"
+
+#: 03020405.xhp#hd_id3147349.7.help.text
+msgctxt "03020405.xhp#hd_id3147349.7.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020405.xhp#par_id3146974.8.help.text
+msgctxt "03020405.xhp#par_id3146974.8.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03020405.xhp#hd_id3153728.9.help.text
+msgctxt "03020405.xhp#hd_id3153728.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020405.xhp#par_id3151074.10.help.text
+msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
+msgstr "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
+
+#: 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 "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
+
+#: 03020405.xhp#par_id3147396.12.help.text
+msgid "1: The FileAttr-Function indicates the access mode of the file."
+msgstr "1: The FileAttr-Function indicates the access mode of the file."
+
+#: 03020405.xhp#par_id3149959.13.help.text
+msgid "2: The FileAttr-Function returns the file access number of the operating system."
+msgstr "2: The FileAttr-Function returns the file access number of the operating system."
+
+#: 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 "If you specify a parameter attribute with a value of 1, the following return values apply:"
+
+#: 03020405.xhp#par_id3149124.15.help.text
+msgid "1 - INPUT (file open for input)"
+msgstr "1 - INPUT (file open for input)"
+
+#: 03020405.xhp#par_id3156275.16.help.text
+msgid "2 - OUTPUT (file open for output)"
+msgstr "2 - OUTPUT (file open for output)"
+
+#: 03020405.xhp#par_id3155066.17.help.text
+msgid "4 - RANDOM (file open for random access)"
+msgstr "4 - RANDOM (file open for random access)"
+
+#: 03020405.xhp#par_id3148406.18.help.text
+msgid "8 - APPEND (file open for appending)"
+msgstr "8 - APPEND (file open for appending)"
+
+#: 03020405.xhp#par_id3154757.19.help.text
+msgid "32 - BINARY (file open in binary mode)."
+msgstr "32 - BINARY (file open in binary mode)."
+
+#: 03020405.xhp#hd_id3147339.20.help.text
+msgctxt "03020405.xhp#hd_id3147339.20.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020405.xhp#par_id3155959.21.help.text
+msgid "Sub ExampleFileAttr"
+msgstr "Sub ExampleFileAttr"
+
+#: 03020405.xhp#par_id3145147.22.help.text
+msgctxt "03020405.xhp#par_id3145147.22.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020405.xhp#par_id3153966.23.help.text
+msgctxt "03020405.xhp#par_id3153966.23.help.text"
+msgid "Dim sLine As String"
+msgstr "Dim sLine As String"
+
+#: 03020405.xhp#par_id3155336.24.help.text
+msgctxt "03020405.xhp#par_id3155336.24.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020405.xhp#par_id3163807.25.help.text
+msgctxt "03020405.xhp#par_id3163807.25.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020405.xhp#par_id3154021.27.help.text
+msgctxt "03020405.xhp#par_id3154021.27.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020405.xhp#par_id3153786.28.help.text
+msgctxt "03020405.xhp#par_id3153786.28.help.text"
+msgid "Open aFile For Output As #iNumber"
+msgstr "Open aFile For Output As #iNumber"
+
+#: 03020405.xhp#par_id3155607.29.help.text
+msgctxt "03020405.xhp#par_id3155607.29.help.text"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr "Print #iNumber, \"This is a line of text\""
+
+#: 03020405.xhp#par_id3150361.30.help.text
+msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
+msgstr "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
+
+#: 03020405.xhp#par_id3149817.31.help.text
+msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
+msgstr "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
+
+#: 03020405.xhp#par_id3155115.32.help.text
+msgctxt "03020405.xhp#par_id3155115.32.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020405.xhp#par_id3147130.33.help.text
+msgctxt "03020405.xhp#par_id3147130.33.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 01030100.xhp#tit.help.text
+msgid "IDE Overview"
+msgstr "IDE Overview"
+
+#: 01030100.xhp#hd_id3147291.1.help.text
+msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+msgstr "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs."
+
+#: 01030100.xhp#par_id3147434.6.help.text
+msgctxt "01030100.xhp#par_id3147434.6.help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+
+#: 03010201.xhp#tit.help.text
+msgid "InputBox Function [Runtime]"
+msgstr "InputBox Function [Runtime]"
+
+#: 03010201.xhp#bm_id3148932.help.text
+msgid "<bookmark_value>InputBox function</bookmark_value>"
+msgstr "<bookmark_value>InputBox function</bookmark_value>"
+
+#: 03010201.xhp#hd_id3148932.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
+
+#: 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 "Displays a prompt in a dialogue at which the user can input text. The input is assigned to a variable."
+
+#: 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 "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialogue. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialogue with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
+
+#: 03010201.xhp#hd_id3152347.4.help.text
+msgctxt "03010201.xhp#hd_id3152347.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 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 "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]]) "
+
+#: 03010201.xhp#hd_id3150713.6.help.text
+msgctxt "03010201.xhp#hd_id3150713.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010201.xhp#par_id3145090.7.help.text
+msgctxt "03010201.xhp#par_id3145090.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03010201.xhp#hd_id3149346.8.help.text
+msgctxt "03010201.xhp#hd_id3149346.8.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03010201.xhp#par_id3153311.9.help.text
+msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
+msgstr "<emph>Msg</emph>: String expression displayed as the message in the dialogue box."
+
+#: 03010201.xhp#par_id3145315.10.help.text
+msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
+msgstr "<emph>Title</emph>: String expression displayed in the title bar of the dialogue box."
+
+#: 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 "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
+
+#: 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 "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialogue. The position is an absolute coordinate and does not refer to the window of the office application."
+
+#: 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 "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialogue. The position is an absolute coordinate and does not refer to the window of the office application."
+
+#: 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 "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialogue is centred on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
+
+#: 03010201.xhp#hd_id3149456.15.help.text
+msgctxt "03010201.xhp#hd_id3149456.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010201.xhp#par_id3153379.16.help.text
+msgid "Sub ExampleInputBox"
+msgstr "Sub ExampleInputBox"
+
+#: 03010201.xhp#par_id3149656.17.help.text
+msgctxt "03010201.xhp#par_id3149656.17.help.text"
+msgid "Dim sText As String"
+msgstr "Dim sText As String"
+
+#: 03010201.xhp#par_id3154367.18.help.text
+msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+msgstr "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+
+#: 03010201.xhp#par_id3151042.19.help.text
+msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+msgstr "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+
+#: 03010201.xhp#par_id3150768.20.help.text
+msgctxt "03010201.xhp#par_id3150768.20.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03070400.xhp#tit.help.text
+msgid "\"/\" Operator [Runtime]"
+msgstr "\"/\" Operator [Runtime]"
+
+#: 03070400.xhp#bm_id3150669.help.text
+msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+
+#: 03070400.xhp#hd_id3150669.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+
+#: 03070400.xhp#par_id3149670.2.help.text
+msgid "Divides two values."
+msgstr "Divides two values."
+
+#: 03070400.xhp#hd_id3148946.3.help.text
+msgctxt "03070400.xhp#hd_id3148946.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070400.xhp#par_id3153360.4.help.text
+msgid "Result = Expression1 / Expression2 "
+msgstr "Result = Expression1 / Expression2 "
+
+#: 03070400.xhp#hd_id3150359.5.help.text
+msgctxt "03070400.xhp#hd_id3150359.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03070400.xhp#par_id3154141.6.help.text
+msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+msgstr "<emph>Result:</emph> Any numerical value that contains the result of the division."
+
+#: 03070400.xhp#par_id3150448.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+
+#: 03070400.xhp#hd_id3154684.8.help.text
+msgctxt "03070400.xhp#hd_id3154684.8.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070400.xhp#par_id3145786.9.help.text
+msgid "Sub ExampleDivision1"
+msgstr "Sub ExampleDivision1"
+
+#: 03070400.xhp#par_id3153768.10.help.text
+msgid "Print 5 / 5"
+msgstr "Print 5 / 5"
+
+#: 03070400.xhp#par_id3161832.11.help.text
+msgctxt "03070400.xhp#par_id3161832.11.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03070400.xhp#par_id3149484.13.help.text
+msgid "Sub ExampleDivision2"
+msgstr "Sub ExampleDivision2"
+
+#: 03070400.xhp#par_id3145365.14.help.text
+msgctxt "03070400.xhp#par_id3145365.14.help.text"
+msgid "Dim iValue1 as Integer"
+msgstr "Dim iValue1 as Integer"
+
+#: 03070400.xhp#par_id3146119.15.help.text
+msgctxt "03070400.xhp#par_id3146119.15.help.text"
+msgid "Dim iValue2 as Integer"
+msgstr "Dim iValue2 as Integer"
+
+#: 03070400.xhp#par_id3150011.16.help.text
+msgctxt "03070400.xhp#par_id3150011.16.help.text"
+msgid "iValue1 = 5"
+msgstr "iValue1 = 5"
+
+#: 03070400.xhp#par_id3153726.17.help.text
+msgctxt "03070400.xhp#par_id3153726.17.help.text"
+msgid "iValue2 = 10"
+msgstr "iValue2 = 10"
+
+#: 03070400.xhp#par_id3151117.18.help.text
+msgid "Print iValue1 / iValue2"
+msgstr "Print iValue1 / iValue2"
+
+#: 03070400.xhp#par_id3146975.19.help.text
+msgctxt "03070400.xhp#par_id3146975.19.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03060300.xhp#tit.help.text
+msgid "Imp-Operator [Runtime]"
+msgstr "Imp-Operator [Runtime]"
+
+#: 03060300.xhp#bm_id3156024.help.text
+msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
+msgstr "<bookmark_value>Imp operator (logical)</bookmark_value>"
+
+#: 03060300.xhp#hd_id3156024.1.help.text
+msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+
+#: 03060300.xhp#par_id3148947.2.help.text
+msgid "Performs a logical implication on two expressions."
+msgstr "Performs a logical implication on two expressions."
+
+#: 03060300.xhp#hd_id3148664.3.help.text
+msgctxt "03060300.xhp#hd_id3148664.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03060300.xhp#par_id3149656.4.help.text
+msgid "Result = Expression1 Imp Expression2"
+msgstr "Result = Expression1 Imp Expression2"
+
+#: 03060300.xhp#hd_id3151212.5.help.text
+msgctxt "03060300.xhp#hd_id3151212.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03060300.xhp#par_id3154910.6.help.text
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
+msgstr "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
+
+#: 03060300.xhp#par_id3156281.7.help.text
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
+msgstr "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03060300.xhp#hd_id3147318.10.help.text
+msgctxt "03060300.xhp#hd_id3147318.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03060300.xhp#par_id3155854.11.help.text
+msgid "Sub ExampleImp"
+msgstr "Sub ExampleImp"
+
+#: 03060300.xhp#par_id3145272.12.help.text
+msgctxt "03060300.xhp#par_id3145272.12.help.text"
+msgid "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+msgstr "Dim A as Variant, B as Variant, C as Variant, D as Variant"
+
+#: 03060300.xhp#par_id3159156.13.help.text
+msgctxt "03060300.xhp#par_id3159156.13.help.text"
+msgid "Dim vOut as Variant"
+msgstr "Dim vOut as Variant"
+
+#: 03060300.xhp#par_id3151116.14.help.text
+msgctxt "03060300.xhp#par_id3151116.14.help.text"
+msgid "A = 10: B = 8: C = 6: D = Null"
+msgstr "A = 10: B = 8: C = 6: D = Null"
+
+#: 03060300.xhp#par_id3145750.15.help.text
+msgid "vOut = A > B Imp B > C REM returns -1"
+msgstr "vOut = A > B Imp B > C REM returns -1"
+
+#: 03060300.xhp#par_id3156441.16.help.text
+msgid "vOut = B > A Imp B > C REM returns -1"
+msgstr "vOut = B > A Imp B > C REM returns -1"
+
+#: 03060300.xhp#par_id3152596.17.help.text
+msgid "vOut = A > B Imp B > D REM returns 0"
+msgstr "vOut = A > B Imp B > D REM returns 0"
+
+#: 03060300.xhp#par_id3154942.18.help.text
+msgid "vOut = (B > D Imp B > A) REM returns -1"
+msgstr "vOut = (B > D Imp B > A) REM returns -1"
+
+#: 03060300.xhp#par_id3154492.19.help.text
+msgid "vOut = B Imp A REM returns -1"
+msgstr "vOut = B Imp A REM returns -1"
+
+#: 03060300.xhp#par_id3147394.20.help.text
+msgctxt "03060300.xhp#par_id3147394.20.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 00000003.xhp#tit.help.text
+msgctxt "00000003.xhp#tit.help.text"
+msgid "Information"
+msgstr "Information"
+
+#: 00000003.xhp#hd_id3148550.1.help.text
+msgctxt "00000003.xhp#hd_id3148550.1.help.text"
+msgid "Information"
+msgstr "Information"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+
+#: 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 "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."
+
+#: 00000003.xhp#par_id3156424.2.help.text
+msgid "The color values of the 16 basic colors are as follows:"
+msgstr "The colour values of the 16 basic colours are as follows:"
+
+#: 00000003.xhp#par_id3153091.3.help.text
+msgid "<emph>Color Value</emph>"
+msgstr "<emph>Colour Value</emph>"
+
+#: 00000003.xhp#par_id3154319.4.help.text
+msgid "<emph>Color Name</emph>"
+msgstr "<emph>Colour Name</emph>"
+
+#: 00000003.xhp#par_id3151112.5.help.text
+msgctxt "00000003.xhp#par_id3151112.5.help.text"
+msgid "0"
+msgstr "0"
+
+#: 00000003.xhp#par_id3155854.6.help.text
+msgid "Black"
+msgstr "Black"
+
+#: 00000003.xhp#par_id3154942.7.help.text
+msgid "128"
+msgstr "128"
+
+#: 00000003.xhp#par_id3154731.8.help.text
+msgid "Blue"
+msgstr "Blue"
+
+#: 00000003.xhp#par_id3145645.9.help.text
+msgid "32768"
+msgstr "32768"
+
+#: 00000003.xhp#par_id3149400.10.help.text
+msgid "Green"
+msgstr "Green"
+
+#: 00000003.xhp#par_id3150753.11.help.text
+msgid "32896"
+msgstr "32896"
+
+#: 00000003.xhp#par_id3153765.12.help.text
+msgid "Cyan"
+msgstr "Cyan"
+
+#: 00000003.xhp#par_id3154756.13.help.text
+msgid "8388608"
+msgstr "8388608"
+
+#: 00000003.xhp#par_id3159266.14.help.text
+msgid "Red"
+msgstr "Red"
+
+#: 00000003.xhp#par_id3163807.15.help.text
+msgid "8388736"
+msgstr "8388736"
+
+#: 00000003.xhp#par_id3145150.16.help.text
+msgid "Magenta"
+msgstr "Magenta"
+
+#: 00000003.xhp#par_id3147002.17.help.text
+msgid "8421376"
+msgstr "8421376"
+
+#: 00000003.xhp#par_id3152778.18.help.text
+msgid "Yellow"
+msgstr "Yellow"
+
+#: 00000003.xhp#par_id3150088.19.help.text
+msgid "8421504"
+msgstr "8421504"
+
+#: 00000003.xhp#par_id3159239.20.help.text
+msgid "White"
+msgstr "White"
+
+#: 00000003.xhp#par_id3150206.21.help.text
+msgid "12632256"
+msgstr "12632256"
+
+#: 00000003.xhp#par_id3149817.22.help.text
+msgid "Gray"
+msgstr "Grey"
+
+#: 00000003.xhp#par_id3150363.23.help.text
+msgid "255"
+msgstr "255"
+
+#: 00000003.xhp#par_id3154576.24.help.text
+msgid "Light blue"
+msgstr "Light blue"
+
+#: 00000003.xhp#par_id3150367.25.help.text
+msgid "65280"
+msgstr "65280"
+
+#: 00000003.xhp#par_id3150202.26.help.text
+msgid "Light green"
+msgstr "Light green"
+
+#: 00000003.xhp#par_id3154487.27.help.text
+msgid "65535"
+msgstr "65535"
+
+#: 00000003.xhp#par_id3151332.28.help.text
+msgid "Light cyan"
+msgstr "Light cyan"
+
+#: 00000003.xhp#par_id3148702.29.help.text
+msgid "16711680"
+msgstr "16711680"
+
+#: 00000003.xhp#par_id3153067.30.help.text
+msgid "Light red"
+msgstr "Light red"
+
+#: 00000003.xhp#par_id3153912.31.help.text
+msgid "16711935"
+msgstr "16711935"
+
+#: 00000003.xhp#par_id3159097.32.help.text
+msgid "Light magenta"
+msgstr "Light magenta"
+
+#: 00000003.xhp#par_id3155266.33.help.text
+msgid "16776960"
+msgstr "16776960"
+
+#: 00000003.xhp#par_id3157978.34.help.text
+msgid "Light yellow"
+msgstr "Light yellow"
+
+#: 00000003.xhp#par_id3153286.35.help.text
+msgid "16777215"
+msgstr "16777215"
+
+#: 00000003.xhp#par_id3151302.36.help.text
+msgid "Transparent white"
+msgstr "Transparent white"
+
+#: 00000003.xhp#hd_id3152869.37.help.text
+msgid "<variable id=\"errorcode\">Error Codes</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id315509599.help.text
+msgid "<variable id=\"err1\">1 An exception occurred</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3155095.38.help.text
+msgid "<variable id=\"err2\">2 Syntax error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149126.39.help.text
+msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3153976.40.help.text
+msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150891.41.help.text
+msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3159227.42.help.text
+msgid "<variable id=\"err6\">6 Overflow</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154649.43.help.text
+msgid "<variable id=\"err7\">7 Not enough memory</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150050.44.help.text
+msgid "<variable id=\"err8\">8 Array already dimensioned</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148900.45.help.text
+msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3153806.46.help.text
+msgid "<variable id=\"err10\">10 Duplicate definition</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146963.47.help.text
+msgid "<variable id=\"err11\">11 Division by zero</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3153013.48.help.text
+msgid "<variable id=\"err12\">12 Variable not defined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3155593.49.help.text
+msgid "<variable id=\"err13\">13 Data type mismatch</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3151197.50.help.text
+msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154710.51.help.text
+msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147504.52.help.text
+msgid "<variable id=\"err20\">20 Resume without error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3145319.53.help.text
+msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146110.54.help.text
+msgid "<variable id=\"err35\">35 Sub-procedure or function procedure not defined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147246.55.help.text
+msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146101.56.help.text
+msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3153957.57.help.text
+msgid "<variable id=\"err51\">51 Internal error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154404.58.help.text
+msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3151338.59.help.text
+msgid "<variable id=\"err53\">53 File not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147298.60.help.text
+msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148747.61.help.text
+msgid "<variable id=\"err55\">55 File already open</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3145233.62.help.text
+msgid "<variable id=\"err57\">57 Device I/O error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3156399.63.help.text
+msgid "<variable id=\"err58\">58 File already exists</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149324.64.help.text
+msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147409.65.help.text
+msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149146.66.help.text
+msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150456.67.help.text
+msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146883.68.help.text
+msgid "<variable id=\"err67\">67 Too many files</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146818.69.help.text
+msgid "<variable id=\"err68\">68 Device not available</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3145225.70.help.text
+msgid "<variable id=\"err70\">70 Access denied</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150372.71.help.text
+msgid "<variable id=\"err71\">71 Disk not ready</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148894.72.help.text
+msgid "<variable id=\"err73\">73 Not implemented</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3152981.73.help.text
+msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149355.74.help.text
+msgid "<variable id=\"err75\">75 Path/file access error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150477.75.help.text
+msgid "<variable id=\"err76\">76 Path not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154678.76.help.text
+msgid "<variable id=\"err91\">91 Object variable not set</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149890.77.help.text
+msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146942.78.help.text
+msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469429.help.text
+msgid "<variable id=\"err250\">250 DDE Error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469428.help.text
+msgid "<variable id=\"err280\">280 Awaiting response to DDE connection</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469427.help.text
+msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469426.help.text
+msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469425.help.text
+msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469424.help.text
+msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469423.help.text
+msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469422.help.text
+msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469421.help.text
+msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469420.help.text
+msgid "<variable id=\"err288\">288 External application busy</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469419.help.text
+msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469418.help.text
+msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469417.help.text
+msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469416.help.text
+msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469415.help.text
+msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469414.help.text
+msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469413.help.text
+msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469412.help.text
+msgid "<variable id=\"err296\">296 Paste link already performed</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469411.help.text
+msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31469410.help.text
+msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150028.79.help.text
+msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148434.80.help.text
+msgid "<variable id=\"err341\">341 Invalid object index</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3143219.81.help.text
+msgid "<variable id=\"err366\">366 Object is not available</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3144744.82.help.text
+msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147420.83.help.text
+msgid "<variable id=\"err382\">382 This property is read-only</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3147472.84.help.text
+msgid "<variable id=\"err394\">394 This property is write-only</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148583.85.help.text
+msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3153329.86.help.text
+msgid "<variable id=\"err423\">423 Property or method not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3148738.87.help.text
+msgid "<variable id=\"err424\">424 Object required</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3159084.88.help.text
+msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146806.89.help.text
+msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146130.90.help.text
+msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154374.91.help.text
+msgid "<variable id=\"err440\">440 OLE automation error</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149685.92.help.text
+msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150282.93.help.text
+msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3150142.94.help.text
+msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3152771.95.help.text
+msgid "<variable id=\"err448\">448 Named argument not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3145145.96.help.text
+msgid "<variable id=\"err449\">449 Argument is not optional</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154399.97.help.text
+msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3146137.98.help.text
+msgid "<variable id=\"err451\">451 Object is not a list</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3149507.99.help.text
+msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3154566.100.help.text
+msgid "<variable id=\"err453\">453 Specified DLL function not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id3145595.101.help.text
+msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455951.help.text
+msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455952.help.text
+msgid "<variable id=\"err952\">952 Expected:</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455953.help.text
+msgid "<variable id=\"err953\">953 Symbol expected</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455954.help.text
+msgid "<variable id=\"err954\">954 Variable expected</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455955.help.text
+msgid "<variable id=\"err955\">955 Label expected</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455956.help.text
+msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455957.help.text
+msgid "<variable id=\"err957\">957 Variable already defined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455958.help.text
+msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455959.help.text
+msgid "<variable id=\"err959\">959 Label already defined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455960.help.text
+msgid "<variable id=\"err960\">960 Variable not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455961.help.text
+msgid "<variable id=\"err961\">961 Array or procedure not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455962.help.text
+msgid "<variable id=\"err962\">962 Procedure not found</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455963.help.text
+msgid "<variable id=\"err963\">963 Label undefined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455964.help.text
+msgid "<variable id=\"err964\">964 Unknown data type</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455965.help.text
+msgid "<variable id=\"err965\">965 Exit expected</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455966.help.text
+msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455967.help.text
+msgid "<variable id=\"err967\">967 Parentheses do not match</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455968.help.text
+msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455969.help.text
+msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455970.help.text
+msgid "<variable id=\"err970\">970 Invalid character in number</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455971.help.text
+msgid "<variable id=\"err971\">971 Array must be dimensioned</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455972.help.text
+msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455973.help.text
+msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455974.help.text
+msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455975.help.text
+msgid "<variable id=\"err975\">975 Dimension specifications do not match</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455976.help.text
+msgid "<variable id=\"err976\">976 Unknown option:</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455977.help.text
+msgid "<variable id=\"err977\">977 Constant redefined</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455978.help.text
+msgid "<variable id=\"err978\">978 Program too large</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455979.help.text
+msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455980.help.text
+msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455981.help.text
+msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455982.help.text
+msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455983.help.text
+msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455984.help.text
+msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455985.help.text
+msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
+msgstr ""
+
+#: 00000003.xhp#par_id31455986.help.text
+msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
+msgstr ""
+
+#: 05060700.xhp#tit.help.text
+msgid "Macro"
+msgstr "Macro"
+
+#: 05060700.xhp#bm_id3153894.help.text
+msgid "<bookmark_value>events;linked to objects</bookmark_value>"
+msgstr "<bookmark_value>events;linked to objects</bookmark_value>"
+
+#: 05060700.xhp#hd_id3153894.1.help.text
+msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
+
+#: 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 "<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> dialogue, or in the <emph>Assign Macro</emph> dialogue."
+
+#: 05060700.xhp#hd_id3150503.3.help.text
+msgctxt "05060700.xhp#hd_id3150503.3.help.text"
+msgid "Event"
+msgstr "Event"
+
+#: 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 "<ahelp hid=\"HID_MACRO_LB_EVENT\">Lists the events that are relevant to the macros that are currently assigned to the selected object.</ahelp>"
+
+#: 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 "The following table describes the macros and the events that can by linked to objects in your document:"
+
+#: 05060700.xhp#par_id3153360.24.help.text
+msgctxt "05060700.xhp#par_id3153360.24.help.text"
+msgid "Event"
+msgstr "Event"
+
+#: 05060700.xhp#par_id3154365.25.help.text
+msgid "Event trigger"
+msgstr "Event trigger"
+
+#: 05060700.xhp#par_id3159149.26.help.text
+msgid "OLE object"
+msgstr "OLE object"
+
+#: 05060700.xhp#par_id3148451.27.help.text
+msgctxt "05060700.xhp#par_id3148451.27.help.text"
+msgid "Graphics"
+msgstr "Graphics"
+
+#: 05060700.xhp#par_id3125863.28.help.text
+msgid "Frame"
+msgstr "Frame"
+
+#: 05060700.xhp#par_id3154216.29.help.text
+msgid "AutoText"
+msgstr "AutoText"
+
+#: 05060700.xhp#par_id3145785.30.help.text
+msgid "ImageMap area"
+msgstr "ImageMap area"
+
+#: 05060700.xhp#par_id3153138.31.help.text
+msgid "Hyperlink"
+msgstr "Hyperlink"
+
+#: 05060700.xhp#par_id3155306.32.help.text
+msgid "Click object"
+msgstr "Click object"
+
+#: 05060700.xhp#par_id3152460.33.help.text
+msgid "Object is selected."
+msgstr "Object is selected."
+
+#: 05060700.xhp#par_id3147348.34.help.text
+msgctxt "05060700.xhp#par_id3147348.34.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3147426.35.help.text
+msgctxt "05060700.xhp#par_id3147426.35.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3153951.36.help.text
+msgctxt "05060700.xhp#par_id3153951.36.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3150116.37.help.text
+msgid "Mouse over object"
+msgstr "Mouse over object"
+
+#: 05060700.xhp#par_id3145253.38.help.text
+msgid "Mouse moves over the object."
+msgstr "Mouse moves over the object."
+
+#: 05060700.xhp#par_id3144765.39.help.text
+msgctxt "05060700.xhp#par_id3144765.39.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3153418.40.help.text
+msgctxt "05060700.xhp#par_id3153418.40.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3153948.41.help.text
+msgctxt "05060700.xhp#par_id3153948.41.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3145652.42.help.text
+msgctxt "05060700.xhp#par_id3145652.42.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3155066.43.help.text
+msgctxt "05060700.xhp#par_id3155066.43.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3155446.44.help.text
+msgid "Trigger Hyperlink"
+msgstr "Trigger Hyperlink"
+
+#: 05060700.xhp#par_id3154756.45.help.text
+msgid "Hyperlink assigned to the object is clicked."
+msgstr "Hyperlink assigned to the object is clicked."
+
+#: 05060700.xhp#par_id3150042.46.help.text
+msgctxt "05060700.xhp#par_id3150042.46.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3151252.47.help.text
+msgctxt "05060700.xhp#par_id3151252.47.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3147344.48.help.text
+msgctxt "05060700.xhp#par_id3147344.48.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3146920.49.help.text
+msgctxt "05060700.xhp#par_id3146920.49.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3159333.50.help.text
+msgid "Mouse leaves object "
+msgstr "Mouse leaves object "
+
+#: 05060700.xhp#par_id3147003.51.help.text
+msgid "Mouse moves off of the object."
+msgstr "Mouse moves off of the object."
+
+#: 05060700.xhp#par_id3151278.52.help.text
+msgctxt "05060700.xhp#par_id3151278.52.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3145257.53.help.text
+msgctxt "05060700.xhp#par_id3145257.53.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3154122.54.help.text
+msgctxt "05060700.xhp#par_id3154122.54.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3156139.55.help.text
+msgctxt "05060700.xhp#par_id3156139.55.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3149036.56.help.text
+msgctxt "05060700.xhp#par_id3149036.56.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3150785.57.help.text
+msgid "Graphics load successful "
+msgstr "Graphics load successful "
+
+#: 05060700.xhp#par_id3153705.58.help.text
+msgid "Graphics are loaded successfully."
+msgstr "Graphics are loaded successfully."
+
+#: 05060700.xhp#par_id3150343.59.help.text
+msgctxt "05060700.xhp#par_id3150343.59.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3150202.60.help.text
+msgid "Graphics load terminated"
+msgstr "Graphics load terminated"
+
+#: 05060700.xhp#par_id3145584.61.help.text
+msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
+msgstr "Loading of graphics is stopped by the user (for example, when downloading the page)."
+
+#: 05060700.xhp#par_id3154259.62.help.text
+msgctxt "05060700.xhp#par_id3154259.62.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3155089.63.help.text
+msgid "Graphics load faulty"
+msgstr "Graphics load faulty"
+
+#: 05060700.xhp#par_id3153307.64.help.text
+msgid "Graphics not successfully loaded, for example, if a graphic was not found."
+msgstr "Graphics not successfully loaded, for example, if a graphic was not found."
+
+#: 05060700.xhp#par_id3148840.65.help.text
+msgctxt "05060700.xhp#par_id3148840.65.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3154533.66.help.text
+msgid "Input of alpha characters "
+msgstr "Input of alpha characters "
+
+#: 05060700.xhp#par_id3155266.67.help.text
+msgid "Text is entered from the keyboard."
+msgstr "Text is entered from the keyboard."
+
+#: 05060700.xhp#par_id3144768.68.help.text
+msgctxt "05060700.xhp#par_id3144768.68.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3145659.69.help.text
+msgid "Input of non-alpha characters "
+msgstr "Input of non-alpha characters "
+
+#: 05060700.xhp#par_id3151131.70.help.text
+msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
+msgstr "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
+
+#: 05060700.xhp#par_id3159206.71.help.text
+msgctxt "05060700.xhp#par_id3159206.71.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3150405.72.help.text
+msgid "Resize frame"
+msgstr "Resize frame"
+
+#: 05060700.xhp#par_id3153972.73.help.text
+msgid "Frame is resized with the mouse."
+msgstr "Frame is resized with the mouse."
+
+#: 05060700.xhp#par_id3152873.74.help.text
+msgctxt "05060700.xhp#par_id3152873.74.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3148900.75.help.text
+msgid "Move frame"
+msgstr "Move frame"
+
+#: 05060700.xhp#par_id3154767.76.help.text
+msgid "Frame is moved with the mouse."
+msgstr "Frame is moved with the mouse."
+
+#: 05060700.xhp#par_id3155914.77.help.text
+msgctxt "05060700.xhp#par_id3155914.77.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3153010.78.help.text
+msgid "Before inserting AutoText"
+msgstr "Before inserting AutoText"
+
+#: 05060700.xhp#par_id3147515.79.help.text
+msgid "Before a text block is inserted."
+msgstr "Before a text block is inserted."
+
+#: 05060700.xhp#par_id3151191.80.help.text
+msgctxt "05060700.xhp#par_id3151191.80.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#par_id3150956.81.help.text
+msgid "After inserting AutoText"
+msgstr "After inserting AutoText"
+
+#: 05060700.xhp#par_id3147502.82.help.text
+msgid "After a text block is inserted."
+msgstr "After a text block is inserted."
+
+#: 05060700.xhp#par_id3147555.83.help.text
+msgctxt "05060700.xhp#par_id3147555.83.help.text"
+msgid "x"
+msgstr "x"
+
+#: 05060700.xhp#hd_id3153958.5.help.text
+msgid "Macros"
+msgstr "Macros"
+
+#: 05060700.xhp#par_id3150432.6.help.text
+msgid "Choose the macro that you want to execute when the selected event occurs."
+msgstr "Choose the macro that you want to execute when the selected event occurs."
+
+#: 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 "Frames allow you to link events to a function, so that the function can determine if it processes the event or $[officename] Writer."
+
+#: 05060700.xhp#hd_id3155587.7.help.text
+msgid "Category"
+msgstr "Category"
+
+#: 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 "<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>"
+
+#: 05060700.xhp#hd_id3149744.9.help.text
+msgid "Macro name"
+msgstr "Macro name"
+
+#: 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 "<ahelp hid=\"HID_MACRO_MACROS\">Lists the available macros. Click the macro that you want to assign to the selected object.</ahelp>"
+
+#: 05060700.xhp#hd_id3159260.11.help.text
+msgid "Assign"
+msgstr "Assign"
+
+#: 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 "<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."
+
+#: 05060700.xhp#hd_id3150533.15.help.text
+msgid "Remove"
+msgstr "Remove"
+
+#: 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 "<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>"
+
+#: 05060700.xhp#hd_id3159126.85.help.text
+msgid "Macro selection"
+msgstr "Macro selection"
+
+#: 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 "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>"
+
+#: 03101110.xhp#tit.help.text
+msgid "DefCur Statement [Runtime]"
+msgstr "DefCur Statement [Runtime]"
+
+#: 03101110.xhp#bm_id9555345.help.text
+msgid "<bookmark_value>DefCur statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur statement</bookmark_value>"
+
+#: 03101110.xhp#par_idN1057D.help.text
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+
+#: 03101110.xhp#par_idN1058D.help.text
+msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
+msgstr "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
+
+#: 03101110.xhp#par_idN10590.help.text
+msgctxt "03101110.xhp#par_idN10590.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101110.xhp#par_idN10594.help.text
+msgctxt "03101110.xhp#par_idN10594.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101110.xhp#par_idN10597.help.text
+msgctxt "03101110.xhp#par_idN10597.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101110.xhp#par_idN1059B.help.text
+msgctxt "03101110.xhp#par_idN1059B.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101110.xhp#par_idN105A2.help.text
+msgctxt "03101110.xhp#par_idN105A2.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101110.xhp#par_idN105A9.help.text
+msgctxt "03101110.xhp#par_idN105A9.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101110.xhp#par_idN105B0.help.text
+msgid "<emph>DefCur:</emph> Currency"
+msgstr "<emph>DefCur:</emph> Currency"
+
+#: 03101110.xhp#par_idN105B7.help.text
+msgctxt "03101110.xhp#par_idN105B7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101110.xhp#par_idN105BB.help.text
+msgctxt "03101110.xhp#par_idN105BB.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101110.xhp#par_idN105BE.help.text
+msgctxt "03101110.xhp#par_idN105BE.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101110.xhp#par_idN105C1.help.text
+msgctxt "03101110.xhp#par_idN105C1.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101110.xhp#par_idN105C4.help.text
+msgctxt "03101110.xhp#par_idN105C4.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101110.xhp#par_idN105C7.help.text
+msgctxt "03101110.xhp#par_idN105C7.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101110.xhp#par_idN105CA.help.text
+msgctxt "03101110.xhp#par_idN105CA.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101110.xhp#par_idN105CD.help.text
+msgctxt "03101110.xhp#par_idN105CD.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101110.xhp#par_idN105D0.help.text
+msgctxt "03101110.xhp#par_idN105D0.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101110.xhp#par_idN105D3.help.text
+msgid "DefCur c"
+msgstr "DefCur c"
+
+#: 03101110.xhp#par_idN105D6.help.text
+msgid "Sub ExampleDefCur"
+msgstr "Sub ExampleDefCur"
+
+#: 03101110.xhp#par_idN105D9.help.text
+msgid "cCur=Currency REM cCur is an implicit currency variable"
+msgstr "cCur=Currency REM cCur is an implicit currency variable"
+
+#: 03101110.xhp#par_idN105DC.help.text
+msgctxt "03101110.xhp#par_idN105DC.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03090408.xhp#tit.help.text
+msgid "Stop Statement [Runtime]"
+msgstr "Stop Statement [Runtime]"
+
+#: 03090408.xhp#bm_id3153311.help.text
+msgid "<bookmark_value>Stop statement</bookmark_value>"
+msgstr "<bookmark_value>Stop statement</bookmark_value>"
+
+#: 03090408.xhp#hd_id3153311.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
+
+#: 03090408.xhp#par_id3154142.2.help.text
+msgid "Stops the execution of the Basic program."
+msgstr "Stops the execution of the Basic program."
+
+#: 03090408.xhp#hd_id3153126.3.help.text
+msgctxt "03090408.xhp#hd_id3153126.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090408.xhp#par_id3156023.4.help.text
+msgctxt "03090408.xhp#par_id3156023.4.help.text"
+msgid "Stop"
+msgstr "Stop"
+
+#: 03090408.xhp#hd_id3156344.5.help.text
+msgctxt "03090408.xhp#hd_id3156344.5.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090408.xhp#par_id3148552.6.help.text
+msgid "Sub ExampleStop"
+msgstr "Sub ExampleStop"
+
+#: 03090408.xhp#par_id3153897.7.help.text
+msgctxt "03090408.xhp#par_id3153897.7.help.text"
+msgid "Dim iVar As Single"
+msgstr "Dim iVar As Single"
+
+#: 03090408.xhp#par_id3153380.8.help.text
+msgctxt "03090408.xhp#par_id3153380.8.help.text"
+msgid "iVar = 36"
+msgstr "iVar = 36"
+
+#: 03090408.xhp#par_id3150400.9.help.text
+msgctxt "03090408.xhp#par_id3150400.9.help.text"
+msgid "Stop"
+msgstr "Stop"
+
+#: 03090408.xhp#par_id3148799.10.help.text
+msgctxt "03090408.xhp#par_id3148799.10.help.text"
+msgid "Msgbox Sqr(iVar)"
+msgstr "Msgbox Sqr(iVar)"
+
+#: 03090408.xhp#par_id3151043.11.help.text
+msgctxt "03090408.xhp#par_id3151043.11.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03101100.xhp#tit.help.text
+msgid "DefBool Statement [Runtime]"
+msgstr "DefBool Statement [Runtime]"
+
+#: 03101100.xhp#bm_id3145759.help.text
+msgid "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>DefBool statement</bookmark_value>"
+
+#: 03101100.xhp#hd_id3145759.1.help.text
+msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+
+#: 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 "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
+
+#: 03101100.xhp#hd_id3149495.3.help.text
+msgctxt "03101100.xhp#hd_id3149495.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101100.xhp#par_id3150682.4.help.text
+msgctxt "03101100.xhp#par_id3150682.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101100.xhp#hd_id3159201.5.help.text
+msgctxt "03101100.xhp#hd_id3159201.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101100.xhp#par_id3147226.6.help.text
+msgctxt "03101100.xhp#par_id3147226.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+
+#: 03101100.xhp#par_id3149178.7.help.text
+msgctxt "03101100.xhp#par_id3149178.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101100.xhp#par_id3150669.8.help.text
+msgctxt "03101100.xhp#par_id3150669.8.help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword: </emph>Default variable type"
+
+#: 03101100.xhp#par_id3149233.9.help.text
+msgid "<emph>DefBool:</emph> Boolean"
+msgstr "<emph>DefBool:</emph> Boolean"
+
+#: 03101100.xhp#hd_id3149762.10.help.text
+msgctxt "03101100.xhp#hd_id3149762.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101100.xhp#par_id3156152.12.help.text
+msgid "REM Prefix definition for variable types:"
+msgstr "REM Prefix definition for variable types:"
+
+#: 03101100.xhp#par_id3153627.13.help.text
+msgctxt "03101100.xhp#par_id3153627.13.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101100.xhp#par_id3145610.14.help.text
+msgctxt "03101100.xhp#par_id3145610.14.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101100.xhp#par_id3154760.15.help.text
+msgctxt "03101100.xhp#par_id3154760.15.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101100.xhp#par_id3148552.16.help.text
+msgctxt "03101100.xhp#par_id3148552.16.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101100.xhp#par_id3152812.17.help.text
+msgctxt "03101100.xhp#par_id3152812.17.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101100.xhp#par_id3153524.18.help.text
+msgctxt "03101100.xhp#par_id3153524.18.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101100.xhp#par_id3150541.19.help.text
+msgctxt "03101100.xhp#par_id3150541.19.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101100.xhp#par_id3153193.21.help.text
+msgid "Sub ExampleDefBool"
+msgstr "Sub ExampleDefBool"
+
+#: 03101100.xhp#par_id3151381.22.help.text
+msgid "bOK=TRUE REM bOK is an implicit Boolean variable"
+msgstr "bOK=TRUE REM bOK is an implicit Boolean variable"
+
+#: 03101100.xhp#par_id3145421.23.help.text
+msgctxt "03101100.xhp#par_id3145421.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120100.xhp#tit.help.text
+msgid "ASCII/ANSI Conversion in Strings"
+msgstr "ASCII/ANSI Conversion in Strings"
+
+#: 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 "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
+
+#: 03120100.xhp#par_id3159201.2.help.text
+msgid "The following functions convert strings to and from ASCII or ANSI code."
+msgstr "The following functions convert strings to and from ASCII or ANSI code."
+
+#: 03030106.xhp#tit.help.text
+msgid "Year Function [Runtime]"
+msgstr "Year Function [Runtime]"
+
+#: 03030106.xhp#bm_id3148664.help.text
+msgid "<bookmark_value>Year function</bookmark_value>"
+msgstr "<bookmark_value>Year function</bookmark_value>"
+
+#: 03030106.xhp#hd_id3148664.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+
+#: 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 "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
+
+#: 03030106.xhp#hd_id3154125.3.help.text
+msgctxt "03030106.xhp#hd_id3154125.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030106.xhp#par_id3147229.4.help.text
+msgid "Year (Number)"
+msgstr "Year (Number)"
+
+#: 03030106.xhp#hd_id3154685.5.help.text
+msgctxt "03030106.xhp#hd_id3154685.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030106.xhp#par_id3153970.6.help.text
+msgctxt "03030106.xhp#par_id3153970.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030106.xhp#hd_id3150440.7.help.text
+msgctxt "03030106.xhp#hd_id3150440.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
+
+#: 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 "This function is the opposite of the <emph>DateSerial </emph>function, and returns the year of a serial date. For example, the expression:"
+
+#: 03030106.xhp#par_id3154319.10.help.text
+msgid "Print Year(DateSerial(1994, 12, 20))"
+msgstr "Print Year(DateSerial(1994, 12, 20))"
+
+#: 03030106.xhp#par_id3149483.11.help.text
+msgid "returns the value 1994."
+msgstr "returns the value 1994."
+
+#: 03030106.xhp#hd_id3146985.12.help.text
+msgctxt "03030106.xhp#hd_id3146985.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030106.xhp#par_id3153952.13.help.text
+msgid "Sub ExampleYear"
+msgstr "Sub ExampleYear"
+
+#: 03030106.xhp#par_id3153363.14.help.text
+msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+msgstr "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+
+#: 03030106.xhp#par_id3145274.15.help.text
+msgctxt "03030106.xhp#par_id3145274.15.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03090411.xhp#tit.help.text
+msgid "With Statement [Runtime]"
+msgstr "With Statement [Runtime]"
+
+#: 03090411.xhp#bm_id3153311.help.text
+msgid "<bookmark_value>With statement</bookmark_value>"
+msgstr "<bookmark_value>With statement</bookmark_value>"
+
+#: 03090411.xhp#hd_id3153311.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03090411.xhp#hd_id3156153.3.help.text
+msgctxt "03090411.xhp#hd_id3156153.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090411.xhp#par_id3145609.4.help.text
+msgid "With Object Statement block End With"
+msgstr "With Object Statement block End With"
+
+#: 03090411.xhp#hd_id3154924.5.help.text
+msgctxt "03090411.xhp#hd_id3154924.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
+
+#: 03010200.xhp#tit.help.text
+msgid "Functions for Screen Input"
+msgstr "Functions for Screen Input"
+
+#: 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 "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
+
+#: 03010200.xhp#par_id3150398.2.help.text
+msgid "This section describes Runtime functions used to control screen input."
+msgstr "This section describes Runtime functions used to control screen input."
+
+#: 03131900.xhp#tit.help.text
+msgid "GlobalScope [Runtime]"
+msgstr "GlobalScope [Runtime]"
+
+#: 03131900.xhp#bm_id3150682.help.text
+msgid "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+msgstr "<bookmark_value>GlobalScope function</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>LibraryContainer</bookmark_value><bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value><bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value>"
+
+#: 03131900.xhp#hd_id3150682.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
+
+#: 03131900.xhp#par_id3153345.2.help.text
+msgid "Basic source code and dialogs are organized in a library system."
+msgstr "Basic source code and dialogues are organised in a library system."
+
+#: 03131900.xhp#par_id3145315.3.help.text
+msgid "The LibraryContainer contains libraries"
+msgstr "The LibraryContainer contains libraries"
+
+#: 03131900.xhp#par_id3149514.4.help.text
+msgid "Libraries can contain modules and dialogs"
+msgstr "Libraries can contain modules and dialogues"
+
+#: 03131900.xhp#hd_id3143271.5.help.text
+msgid "In Basic:"
+msgstr "In Basic:"
+
+#: 03131900.xhp#par_id3153061.6.help.text
+msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
+msgstr "The LibraryContainer is called <emph>BasicLibraries</emph>."
+
+#: 03131900.xhp#hd_id3154346.7.help.text
+msgid "In dialogs:"
+msgstr "In dialogues:"
+
+#: 03131900.xhp#par_id3148663.8.help.text
+msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
+msgstr "The LibraryContainer is called <emph>DialogLibraries</emph>."
+
+#: 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 "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>."
+
+#: 03131900.xhp#hd_id3148920.10.help.text
+msgctxt "03131900.xhp#hd_id3148920.10.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131900.xhp#par_id3149203.11.help.text
+msgid "GlobalScope"
+msgstr "GlobalScope"
+
+#: 03131900.xhp#hd_id3154685.12.help.text
+msgctxt "03131900.xhp#hd_id3154685.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03131900.xhp#par_id3154124.13.help.text
+msgid "Example in the document Basic"
+msgstr "Example in the document Basic"
+
+#: 03131900.xhp#par_id3158408.14.help.text
+msgid "' calling Dialog1 in the document library Standard"
+msgstr "' calling Dialog1 in the document library Standard"
+
+#: 03131900.xhp#par_id3125865.15.help.text
+msgctxt "03131900.xhp#par_id3125865.15.help.text"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
+
+#: 03131900.xhp#par_id3154910.16.help.text
+msgid "' calling Dialog2 in the application library Library1"
+msgstr "' calling Dialog2 in the application library Library1"
+
+#: 03131900.xhp#par_id3156424.17.help.text
+msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+
+#: 03070000.xhp#tit.help.text
+msgid "Mathematical Operators"
+msgstr "Mathematical Operators"
+
+#: 03070000.xhp#hd_id3149234.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+
+#: 03070000.xhp#par_id3145068.2.help.text
+msgid "The following mathematical operators are supported in $[officename] Basic."
+msgstr "The following mathematical operators are supported in $[officename] Basic."
+
+#: 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 "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
+
+#: 03010303.xhp#tit.help.text
+msgid "Red Function [Runtime]"
+msgstr "Red Function [Runtime]"
+
+#: 03010303.xhp#bm_id3148947.help.text
+msgid "<bookmark_value>Red function</bookmark_value>"
+msgstr "<bookmark_value>Red function</bookmark_value>"
+
+#: 03010303.xhp#hd_id3148947.1.help.text
+msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
+
+#: 03010303.xhp#par_id3149656.2.help.text
+msgid "Returns the Red component of the specified color code."
+msgstr "Returns the Red component of the specified colour code."
+
+#: 03010303.xhp#hd_id3148799.3.help.text
+msgctxt "03010303.xhp#hd_id3148799.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03010303.xhp#par_id3150448.4.help.text
+msgid "Red (ColorNumber As Long)"
+msgstr "Red (ColorNumber As Long)"
+
+#: 03010303.xhp#hd_id3151042.5.help.text
+msgctxt "03010303.xhp#hd_id3151042.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03010303.xhp#par_id3145173.6.help.text
+msgctxt "03010303.xhp#par_id3145173.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03010303.xhp#hd_id3154685.7.help.text
+msgctxt "03010303.xhp#hd_id3154685.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 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 "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">colour code</link> for which to return the Red component."
+
+#: 03010303.xhp#hd_id3148575.9.help.text
+msgctxt "03010303.xhp#hd_id3148575.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03010303.xhp#par_id3145365.10.help.text
+msgctxt "03010303.xhp#par_id3145365.10.help.text"
+msgid "Sub ExampleColor"
+msgstr "Sub ExampleColour"
+
+#: 03010303.xhp#par_id3147348.11.help.text
+msgctxt "03010303.xhp#par_id3147348.11.help.text"
+msgid "Dim lVar As Long"
+msgstr "Dim lVar As Long"
+
+#: 03010303.xhp#par_id3145750.12.help.text
+msgctxt "03010303.xhp#par_id3145750.12.help.text"
+msgid "lVar = rgb(128,0,200)"
+msgstr "lVar = rgb(128,0,200)"
+
+#: 03010303.xhp#par_id3147435.13.help.text
+msgctxt "03010303.xhp#par_id3147435.13.help.text"
+msgid "msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgstr "msgbox \"The colour \" & lVar & \" consists of:\" & Chr(13) &_"
+
+#: 03010303.xhp#par_id3155306.14.help.text
+msgctxt "03010303.xhp#par_id3155306.14.help.text"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
+msgstr "\"red= \" & red(lVar) & Chr(13)&_"
+
+#: 03010303.xhp#par_id3149262.15.help.text
+msgctxt "03010303.xhp#par_id3149262.15.help.text"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgstr "\"green= \" & green(lVar) & Chr(13)&_"
+
+#: 03010303.xhp#par_id3147397.16.help.text
+msgctxt "03010303.xhp#par_id3147397.16.help.text"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colours\""
+
+#: 03010303.xhp#par_id3156286.17.help.text
+msgctxt "03010303.xhp#par_id3156286.17.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03102450.xhp#tit.help.text
+msgid "IsError Function [Runtime]"
+msgstr "IsError Function [Runtime]"
+
+#: 03102450.xhp#bm_id4954680.help.text
+msgid "<bookmark_value>IsError function</bookmark_value>"
+msgstr "<bookmark_value>IsError function</bookmark_value>"
+
+#: 03102450.xhp#par_idN1054E.help.text
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+
+#: 03102450.xhp#par_idN1055E.help.text
+msgid "Tests if a variable contains an error value."
+msgstr "Tests if a variable contains an error value."
+
+#: 03102450.xhp#par_idN10561.help.text
+msgctxt "03102450.xhp#par_idN10561.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102450.xhp#par_idN10565.help.text
+msgid "IsError (Var)"
+msgstr "IsError (Var)"
+
+#: 03102450.xhp#par_idN10568.help.text
+msgctxt "03102450.xhp#par_idN10568.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102450.xhp#par_idN1056C.help.text
+msgctxt "03102450.xhp#par_idN1056C.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102450.xhp#par_idN1056F.help.text
+msgctxt "03102450.xhp#par_idN1056F.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03102450.xhp#par_idN10573.help.text
+msgid "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
+msgstr "<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False."
+
+#: 03100000.xhp#tit.help.text
+msgid "Variables"
+msgstr "Variables"
+
+#: 03100000.xhp#hd_id3149669.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+
+#: 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 "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."
+
+#: 03120313.xhp#tit.help.text
+msgid "ConvertFromURL Function [Runtime]"
+msgstr "ConvertFromURL Function [Runtime]"
+
+#: 03120313.xhp#bm_id3153894.help.text
+msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL function</bookmark_value>"
+
+#: 03120313.xhp#hd_id3153894.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+
+#: 03120313.xhp#par_id3147226.2.help.text
+msgid "Converts a file URL to a system file name."
+msgstr "Converts a file URL to a system file name."
+
+#: 03120313.xhp#hd_id3143267.3.help.text
+msgctxt "03120313.xhp#hd_id3143267.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120313.xhp#par_id3154142.4.help.text
+msgid "ConvertFromURL(filename)"
+msgstr "ConvertFromURL(filename)"
+
+#: 03120313.xhp#hd_id3159157.5.help.text
+msgctxt "03120313.xhp#hd_id3159157.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120313.xhp#par_id3150669.6.help.text
+msgctxt "03120313.xhp#par_id3150669.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120313.xhp#hd_id3143270.7.help.text
+msgctxt "03120313.xhp#hd_id3143270.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120313.xhp#par_id3156023.8.help.text
+msgid "<emph>Filename:</emph> A file name as a string."
+msgstr "<emph>Filename:</emph> A file name as a string."
+
+#: 03120313.xhp#hd_id3154760.9.help.text
+msgctxt "03120313.xhp#hd_id3154760.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120313.xhp#par_id3148664.10.help.text
+msgctxt "03120313.xhp#par_id3148664.10.help.text"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgstr "systemFile$ = \"c:\\folder\\mytext.txt\""
+
+#: 03120313.xhp#par_id3150541.11.help.text
+msgctxt "03120313.xhp#par_id3150541.11.help.text"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr "url$ = ConvertToURL( systemFile$ )"
+
+#: 03120313.xhp#par_id3150792.12.help.text
+msgctxt "03120313.xhp#par_id3150792.12.help.text"
+msgid "print url$"
+msgstr "print url$"
+
+#: 03120313.xhp#par_id3154367.13.help.text
+msgctxt "03120313.xhp#par_id3154367.13.help.text"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
+
+#: 03120313.xhp#par_id3153194.14.help.text
+msgctxt "03120313.xhp#par_id3153194.14.help.text"
+msgid "print systemFileAgain$"
+msgstr "print systemFileAgain$"
+
+#: 03020305.xhp#tit.help.text
+msgid "Seek Statement [Runtime]"
+msgstr "Seek Statement [Runtime]"
+
+#: 03020305.xhp#bm_id3159413.help.text
+msgid "<bookmark_value>Seek statement</bookmark_value>"
+msgstr "<bookmark_value>Seek statement</bookmark_value>"
+
+#: 03020305.xhp#hd_id3159413.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
+
+#: 03020305.xhp#par_id3153381.2.help.text
+msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
+msgstr "Sets the position for the next writing or reading in a file that was opened with the Open statement."
+
+#: 03020305.xhp#par_id2100589.help.text
+msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
+msgstr "For random access files, the Seek statement sets the number of the next record to be accessed."
+
+#: 03020305.xhp#par_id5444807.help.text
+msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+msgstr "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+
+#: 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 "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
+
+#: 03020305.xhp#hd_id3145785.6.help.text
+msgctxt "03020305.xhp#hd_id3145785.6.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020305.xhp#par_id3145273.7.help.text
+msgid "Seek[#FileNumber], Position (As Long)"
+msgstr "Seek[#FileNumber], Position (As Long)"
+
+#: 03020305.xhp#hd_id3154321.8.help.text
+msgctxt "03020305.xhp#hd_id3154321.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020305.xhp#par_id3153952.9.help.text
+msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+msgstr "<emph>FileNumber: </emph>The data channel number used in the Open statement."
+
+#: 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 "<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."
+
+#: 03103500.xhp#tit.help.text
+msgid "Static Statement [Runtime]"
+msgstr "Static Statement [Runtime]"
+
+#: 03103500.xhp#bm_id3149798.help.text
+msgid "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>Static statement</bookmark_value>"
+
+#: 03103500.xhp#hd_id3149798.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+
+#: 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 "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."
+
+#: 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 "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
+
+#: 03103500.xhp#hd_id3149657.4.help.text
+msgctxt "03103500.xhp#hd_id3149657.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103500.xhp#par_id3150400.5.help.text
+msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+msgstr "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+
+#: 03103500.xhp#hd_id3148452.6.help.text
+msgctxt "03103500.xhp#hd_id3148452.6.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103500.xhp#par_id3156214.7.help.text
+msgid "Sub ExampleStatic"
+msgstr "Sub ExampleStatic"
+
+#: 03103500.xhp#par_id1940061.help.text
+msgid "Dim iCount as Integer, iResult as Integer"
+msgstr "Dim iCount as Integer, iResult as Integer"
+
+#: 03103500.xhp#par_id878627.help.text
+msgid "For iCount = 0 to 2"
+msgstr "For iCount = 0 to 2"
+
+#: 03103500.xhp#par_id7914059.help.text
+msgid "iResult = InitVar()"
+msgstr "iResult = InitVar()"
+
+#: 03103500.xhp#par_id299691.help.text
+msgctxt "03103500.xhp#par_id299691.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03103500.xhp#par_id3150870.11.help.text
+msgid "MsgBox iResult,0,\"The answer is\""
+msgstr "MsgBox iResult,0,\"The answer is\""
+
+#: 03103500.xhp#par_id3153771.13.help.text
+msgctxt "03103500.xhp#par_id3153771.13.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03103500.xhp#par_id3151115.15.help.text
+msgid "REM Function for initialization of the static variable"
+msgstr "REM Function for initialisation of the static variable"
+
+#: 03103500.xhp#par_id3148618.16.help.text
+msgid "Function InitVar() As Integer"
+msgstr "Function InitVar() As Integer"
+
+#: 03103500.xhp#par_id3154217.8.help.text
+msgid "Static iInit As Integer"
+msgstr "Static iInit As Integer"
+
+#: 03103500.xhp#par_id1057161.help.text
+msgid "Const iMinimum as Integer = 40 REM minimum return value of this function"
+msgstr "Const iMinimum as Integer = 40 REM minimum return value of this function"
+
+#: 03103500.xhp#par_id580462.help.text
+msgid "if iInit = 0 then REM check if initialized"
+msgstr "if iInit = 0 then REM check if initialised"
+
+#: 03103500.xhp#par_id7382732.help.text
+msgid "iInit = iMinimum"
+msgstr "iInit = iMinimum"
+
+#: 03103500.xhp#par_id5779900.help.text
+msgid "else"
+msgstr "else"
+
+#: 03103500.xhp#par_id3151041.10.help.text
+msgid "iInit = iInit + 1"
+msgstr "iInit = iInit + 1"
+
+#: 03103500.xhp#par_id5754264.help.text
+msgctxt "03103500.xhp#par_id5754264.help.text"
+msgid "end if"
+msgstr "end if"
+
+#: 03103500.xhp#par_id6529435.help.text
+msgid "InitVar = iInit"
+msgstr "InitVar = iInit"
+
+#: 03103500.xhp#par_id3150487.18.help.text
+msgctxt "03103500.xhp#par_id3150487.18.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03070500.xhp#tit.help.text
+msgid "\"^\" Operator [Runtime]"
+msgstr "\"^\" Operator [Runtime]"
+
+#: 03070500.xhp#bm_id3145315.help.text
+msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
+msgstr "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
+
+#: 03070500.xhp#hd_id3145315.1.help.text
+msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
+
+#: 03070500.xhp#par_id3149670.2.help.text
+msgid "Raises a number to a power."
+msgstr "Raises a number to a power."
+
+#: 03070500.xhp#hd_id3147264.3.help.text
+msgctxt "03070500.xhp#hd_id3147264.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03070500.xhp#par_id3149656.4.help.text
+msgid "Result = Expression ^ Exponent"
+msgstr "Result = Expression ^ Exponent"
+
+#: 03070500.xhp#hd_id3151211.5.help.text
+msgctxt "03070500.xhp#hd_id3151211.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
+
+#: 03070500.xhp#par_id3150448.7.help.text
+msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
+msgstr "<emph>Expression:</emph> Numerical value that you want to raise to a power."
+
+#: 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 "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
+
+#: 03070500.xhp#hd_id3147287.9.help.text
+msgctxt "03070500.xhp#hd_id3147287.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03070500.xhp#par_id3153770.10.help.text
+msgctxt "03070500.xhp#par_id3153770.10.help.text"
+msgid "Sub Example"
+msgstr "Sub Example"
+
+#: 03070500.xhp#par_id3152886.11.help.text
+msgid "Print ( 12.345 ^ 23 )"
+msgstr "Print ( 12.345 ^ 23 )"
+
+#: 03070500.xhp#par_id3146984.12.help.text
+msgid "Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithm"
+msgstr "Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithm"
+
+#: 03070500.xhp#par_id3148618.13.help.text
+msgctxt "03070500.xhp#par_id3148618.13.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03080102.xhp#tit.help.text
+msgid "Cos Function [Runtime]"
+msgstr "Cos Function [Runtime]"
+
+#: 03080102.xhp#bm_id3154923.help.text
+msgid "<bookmark_value>Cos function</bookmark_value>"
+msgstr "<bookmark_value>Cos function</bookmark_value>"
+
+#: 03080102.xhp#hd_id3154923.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
+
+#: 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 "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+
+#: 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 "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."
+
+#: 03080102.xhp#par_id3154141.4.help.text
+msgid "Cos(Alpha) = Adjacent/Hypotenuse"
+msgstr "Cos(Alpha) = Adjacent/Hypotenuse"
+
+#: 03080102.xhp#hd_id3154125.5.help.text
+msgctxt "03080102.xhp#hd_id3154125.5.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080102.xhp#par_id3145172.6.help.text
+msgid "Cos (Number)"
+msgstr "Cos (Number)"
+
+#: 03080102.xhp#hd_id3156214.7.help.text
+msgctxt "03080102.xhp#hd_id3156214.7.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080102.xhp#par_id3150449.8.help.text
+msgctxt "03080102.xhp#par_id3150449.8.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080102.xhp#hd_id3153969.9.help.text
+msgctxt "03080102.xhp#hd_id3153969.9.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
+
+#: 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 "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
+
+#: 03080102.xhp#par_id3149664.12.help.text
+msgctxt "03080102.xhp#par_id3149664.12.help.text"
+msgid "degree=(radian*180)/pi"
+msgstr "degree=(radian*180)/pi"
+
+#: 03080102.xhp#par_id3146985.13.help.text
+msgctxt "03080102.xhp#par_id3146985.13.help.text"
+msgid "radian=(degree*pi)/180"
+msgstr "radian=(degree*pi)/180"
+
+#: 03080102.xhp#par_id3152885.14.help.text
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
+msgstr "Pi is here the fixed circle constant with the rounded value 3.14159..."
+
+#: 03080102.xhp#hd_id3153951.15.help.text
+msgctxt "03080102.xhp#hd_id3153951.15.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080102.xhp#par_id3155855.16.help.text
+msgid "REM The following example allows for a right-angled triangle the input of"
+msgstr "REM The following example allows for a right-angled triangle the input of"
+
+#: 03080102.xhp#par_id3149484.17.help.text
+msgid "REM secant and angle (in degrees) and calculates the length of the hypotenuse:"
+msgstr "REM secant and angle (in degrees) and calculates the length of the hypotenuse:"
+
+#: 03080102.xhp#par_id3147428.18.help.text
+msgid "Sub ExampleCosinus"
+msgstr "Sub ExampleCosinus"
+
+#: 03080102.xhp#par_id3150010.19.help.text
+msgid "REM rounded Pi = 3.14159"
+msgstr "REM rounded Pi = 3.14159"
+
+#: 03080102.xhp#par_id3149959.20.help.text
+msgid "Dim d1 as Double, dAngle as Double"
+msgstr "Dim d1 as Double, dAngle as Double"
+
+#: 03080102.xhp#par_id3144764.21.help.text
+msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+msgstr "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
+
+#: 03080102.xhp#par_id3154491.22.help.text
+msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgstr "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+
+#: 03080102.xhp#par_id3151074.23.help.text
+msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+msgstr "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+
+#: 03080102.xhp#par_id3149583.24.help.text
+msgctxt "03080102.xhp#par_id3149583.24.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03102600.xhp#tit.help.text
+msgid "IsNull Function [Runtime]"
+msgstr "IsNull Function [Runtime]"
+
+#: 03102600.xhp#bm_id3155555.help.text
+msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgstr "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+
+#: 03102600.xhp#hd_id3155555.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
+
+#: 03102600.xhp#par_id3146957.2.help.text
+msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+msgstr "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+
+#: 03102600.xhp#hd_id3150670.3.help.text
+msgctxt "03102600.xhp#hd_id3150670.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102600.xhp#par_id3150984.4.help.text
+msgid "IsNull (Var)"
+msgstr "IsNull (Var)"
+
+#: 03102600.xhp#hd_id3149514.5.help.text
+msgctxt "03102600.xhp#hd_id3149514.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03102600.xhp#par_id3145609.6.help.text
+msgctxt "03102600.xhp#par_id3145609.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03102600.xhp#hd_id3149669.7.help.text
+msgctxt "03102600.xhp#hd_id3149669.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03102600.xhp#par_idN1062A.help.text
+msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+msgstr "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+
+#: 03102600.xhp#hd_id3153381.9.help.text
+msgctxt "03102600.xhp#hd_id3153381.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102600.xhp#par_id3154140.10.help.text
+msgid "Sub ExampleIsNull"
+msgstr "Sub ExampleIsNull"
+
+#: 03102600.xhp#par_id3145172.11.help.text
+msgid "Dim vVar As Variant"
+msgstr "Dim vVar As Variant"
+
+#: 03102600.xhp#par_id3144760.12.help.text
+msgid "msgbox IsNull(vVar)"
+msgstr "msgbox IsNull(vVar)"
+
+#: 03102600.xhp#par_id3153970.13.help.text
+msgctxt "03102600.xhp#par_id3153970.13.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03030202.xhp#tit.help.text
+msgid "Minute Function [Runtime]"
+msgstr "Minute Function [Runtime]"
+
+#: 03030202.xhp#bm_id3155419.help.text
+msgid "<bookmark_value>Minute function</bookmark_value>"
+msgstr "<bookmark_value>Minute function</bookmark_value>"
+
+#: 03030202.xhp#hd_id3155419.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+
+#: 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 "Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function."
+
+#: 03030202.xhp#hd_id3154758.3.help.text
+msgctxt "03030202.xhp#hd_id3154758.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030202.xhp#par_id3149656.4.help.text
+msgid "Minute (Number)"
+msgstr "Minute (Number)"
+
+#: 03030202.xhp#hd_id3148798.5.help.text
+msgctxt "03030202.xhp#hd_id3148798.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030202.xhp#par_id3150449.6.help.text
+msgctxt "03030202.xhp#par_id3150449.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03030202.xhp#hd_id3153193.7.help.text
+msgctxt "03030202.xhp#hd_id3153193.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 " <emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
+
+#: 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 "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:"
+
+#: 03030202.xhp#par_id3149262.10.help.text
+msgid "Print Minute(TimeSerial(12,30,41))"
+msgstr "Print Minute(TimeSerial(12,30,41))"
+
+#: 03030202.xhp#par_id3148576.11.help.text
+msgid "returns the value 30."
+msgstr "returns the value 30."
+
+#: 03030202.xhp#hd_id3150010.12.help.text
+msgctxt "03030202.xhp#hd_id3150010.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030202.xhp#par_id3159154.13.help.text
+msgid "Sub ExampleMinute"
+msgstr "Sub ExampleMinute"
+
+#: 03030202.xhp#par_id3146119.14.help.text
+msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+msgstr "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+
+#: 03030202.xhp#par_id3153726.15.help.text
+msgctxt "03030202.xhp#par_id3153726.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120403.xhp#tit.help.text
+msgid "StrComp Function [Runtime]"
+msgstr "StrComp Function [Runtime]"
+
+#: 03120403.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp function</bookmark_value>"
+
+#: 03120403.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+
+#: 03120403.xhp#par_id3155805.2.help.text
+msgid "Compares two strings and returns an integer value that represents the result of the comparison."
+msgstr "Compares two strings and returns an integer value that represents the result of the comparison."
+
+#: 03120403.xhp#hd_id3153345.3.help.text
+msgctxt "03120403.xhp#hd_id3153345.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120403.xhp#par_id3150503.4.help.text
+msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
+
+#: 03120403.xhp#hd_id3147574.5.help.text
+msgctxt "03120403.xhp#hd_id3147574.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120403.xhp#par_id3156152.6.help.text
+msgctxt "03120403.xhp#par_id3156152.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03120403.xhp#hd_id3150984.7.help.text
+msgctxt "03120403.xhp#hd_id3150984.7.help.text"
+msgid "Parameter:"
+msgstr "Parameter:"
+
+#: 03120403.xhp#par_id3153061.8.help.text
+msgid "<emph>Text1:</emph> Any string expression"
+msgstr "<emph>Text1:</emph> Any string expression"
+
+#: 03120403.xhp#par_id3147560.9.help.text
+msgid "<emph>Text2:</emph> Any string expression"
+msgstr "<emph>Text2:</emph> Any string expression"
+
+#: 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 "<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."
+
+#: 03120403.xhp#hd_id3154940.13.help.text
+msgctxt "03120403.xhp#hd_id3154940.13.help.text"
+msgid "Return value"
+msgstr "Return value"
+
+#: 03120403.xhp#par_id3150358.27.help.text
+msgid "If Text1 < Text2 the function returns -1"
+msgstr "If Text1 < Text2 the function returns -1"
+
+#: 03120403.xhp#par_id3151043.28.help.text
+msgid "If Text1 = Text2 the function returns 0"
+msgstr "If Text1 = Text2 the function returns 0"
+
+#: 03120403.xhp#par_id3158410.29.help.text
+msgid "If Text1 > Text2 the function returns 1"
+msgstr "If Text1 > Text2 the function returns 1"
+
+#: 03120403.xhp#hd_id3153968.18.help.text
+msgctxt "03120403.xhp#hd_id3153968.18.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120403.xhp#par_id3151381.19.help.text
+msgid "Sub ExampleStrComp"
+msgstr "Sub ExampleStrComp"
+
+#: 03120403.xhp#par_id3154685.20.help.text
+msgctxt "03120403.xhp#par_id3154685.20.help.text"
+msgid "Dim iVar As Single"
+msgstr "Dim iVar As Single"
+
+#: 03120403.xhp#par_id3148453.21.help.text
+msgctxt "03120403.xhp#par_id3148453.21.help.text"
+msgid "Dim sVar As String"
+msgstr "Dim sVar As String"
+
+#: 03120403.xhp#par_id3153369.22.help.text
+msgctxt "03120403.xhp#par_id3153369.22.help.text"
+msgid "iVar = 123.123"
+msgstr "iVar = 123.123"
+
+#: 03120403.xhp#par_id3145786.23.help.text
+msgid "sVar = Str$(iVar)"
+msgstr "sVar = Str$(iVar)"
+
+#: 03120403.xhp#par_id3146975.24.help.text
+msgid "Msgbox strcomp(sVar , Str$(iVar),1)"
+msgstr "Msgbox strcomp(sVar , Str$(iVar),1)"
+
+#: 03120403.xhp#par_id3150487.25.help.text
+msgctxt "03120403.xhp#par_id3150487.25.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120306.xhp#tit.help.text
+msgid "Mid Function, Mid Statement [Runtime]"
+msgstr "Mid Function, Mid Statement [Runtime]"
+
+#: 03120306.xhp#bm_id3143268.help.text
+msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgstr "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+
+#: 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 "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
+
+#: 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 "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>)."
+
+#: 03120306.xhp#hd_id3154285.3.help.text
+msgctxt "03120306.xhp#hd_id3154285.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 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 "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
+
+#: 03120306.xhp#hd_id3145068.5.help.text
+msgctxt "03120306.xhp#hd_id3145068.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120306.xhp#par_id3149295.6.help.text
+msgid "String (only by Function)"
+msgstr "String (only by Function)"
+
+#: 03120306.xhp#hd_id3154347.7.help.text
+msgctxt "03120306.xhp#hd_id3154347.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120306.xhp#par_id3148664.8.help.text
+msgid "<emph>Text:</emph> Any string expression that you want to modify."
+msgstr "<emph>Text:</emph> Any string expression that you want to modify."
+
+#: 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 "<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."
+
+#: 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 "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03120306.xhp#par_id3150769.13.help.text
+msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+msgstr "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+
+#: 03120306.xhp#hd_id3149560.14.help.text
+msgctxt "03120306.xhp#hd_id3149560.14.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120306.xhp#par_id3150439.15.help.text
+msgctxt "03120306.xhp#par_id3150439.15.help.text"
+msgid "Sub ExampleUSDate"
+msgstr "Sub ExampleUSDate"
+
+#: 03120306.xhp#par_id3147349.16.help.text
+msgctxt "03120306.xhp#par_id3147349.16.help.text"
+msgid "Dim sInput As String"
+msgstr "Dim sInput As String"
+
+#: 03120306.xhp#par_id3155854.17.help.text
+msgctxt "03120306.xhp#par_id3155854.17.help.text"
+msgid "Dim sUS_date As String"
+msgstr "Dim sUS_date As String"
+
+#: 03120306.xhp#par_id3153189.18.help.text
+msgctxt "03120306.xhp#par_id3153189.18.help.text"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+
+#: 03120306.xhp#par_id3148645.19.help.text
+msgctxt "03120306.xhp#par_id3148645.19.help.text"
+msgid "sUS_date = Mid(sInput, 6, 2)"
+msgstr "sUS_date = Mid(sInput, 6, 2)"
+
+#: 03120306.xhp#par_id3153952.20.help.text
+msgctxt "03120306.xhp#par_id3153952.20.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120306.xhp#par_id3153364.21.help.text
+msgctxt "03120306.xhp#par_id3153364.21.help.text"
+msgid "sUS_date = sUS_date & Right(sInput, 2)"
+msgstr "sUS_date = sUS_date & Right(sInput, 2)"
+
+#: 03120306.xhp#par_id3146975.22.help.text
+msgctxt "03120306.xhp#par_id3146975.22.help.text"
+msgid "sUS_date = sUS_date & \"/\""
+msgstr "sUS_date = sUS_date & \"/\""
+
+#: 03120306.xhp#par_id3149665.23.help.text
+msgctxt "03120306.xhp#par_id3149665.23.help.text"
+msgid "sUS_date = sUS_date & Left(sInput, 4)"
+msgstr "sUS_date = sUS_date & Left(sInput, 4)"
+
+#: 03120306.xhp#par_id3150011.24.help.text
+msgctxt "03120306.xhp#par_id3150011.24.help.text"
+msgid "MsgBox sUS_date"
+msgstr "MsgBox sUS_date"
+
+#: 03120306.xhp#par_id3148618.25.help.text
+msgctxt "03120306.xhp#par_id3148618.25.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030110.xhp#tit.help.text
+msgid "DateAdd Function [Runtime]"
+msgstr "DateAdd Function [Runtime]"
+
+#: 03030110.xhp#bm_id6269417.help.text
+msgid "<bookmark_value>DateAdd function</bookmark_value>"
+msgstr "<bookmark_value>DateAdd function</bookmark_value>"
+
+#: 03030110.xhp#par_idN10548.help.text
+msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
+
+#: 03030110.xhp#par_idN10558.help.text
+msgid "Adds a date interval to a given date a number of times and returns the resulting date."
+msgstr "Adds a date interval to a given date a number of times and returns the resulting date."
+
+#: 03030110.xhp#par_idN1055B.help.text
+msgctxt "03030110.xhp#par_idN1055B.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030110.xhp#par_idN1055F.help.text
+msgid "DateAdd (Add, Count, Date)"
+msgstr "DateAdd (Add, Count, Date)"
+
+#: 03030110.xhp#par_idN1061E.help.text
+msgctxt "03030110.xhp#par_idN1061E.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030110.xhp#par_idN10622.help.text
+msgctxt "03030110.xhp#par_idN10622.help.text"
+msgid "A Variant containing a date."
+msgstr "A Variant containing a date."
+
+#: 03030110.xhp#par_idN10625.help.text
+msgctxt "03030110.xhp#par_idN10625.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03030110.xhp#par_idN10629.help.text
+msgid "Add - A string expression from the following table, specifying the date interval."
+msgstr "Add - A string expression from the following table, specifying the date interval."
+
+#: 03030110.xhp#par_idN10636.help.text
+msgid "Add (string value)"
+msgstr "Add (string value)"
+
+#: 03030110.xhp#par_idN1063C.help.text
+msgctxt "03030110.xhp#par_idN1063C.help.text"
+msgid "Explanation"
+msgstr "Explanation"
+
+#: 03030110.xhp#par_idN10643.help.text
+msgid "yyyy"
+msgstr "yyyy"
+
+#: 03030110.xhp#par_idN10649.help.text
+msgid "Year"
+msgstr "Year"
+
+#: 03030110.xhp#par_idN10650.help.text
+msgid "q"
+msgstr "q"
+
+#: 03030110.xhp#par_idN10656.help.text
+msgid "Quarter"
+msgstr "Quarter"
+
+#: 03030110.xhp#par_idN1065D.help.text
+msgid "m"
+msgstr "m"
+
+#: 03030110.xhp#par_idN10663.help.text
+msgid "Month"
+msgstr "Month"
+
+#: 03030110.xhp#par_idN1066A.help.text
+msgid "y"
+msgstr "y"
+
+#: 03030110.xhp#par_idN10670.help.text
+msgid "Day of year"
+msgstr "Day of year"
+
+#: 03030110.xhp#par_idN10677.help.text
+msgid "w"
+msgstr "w"
+
+#: 03030110.xhp#par_idN1067D.help.text
+msgid "Weekday"
+msgstr "Weekday"
+
+#: 03030110.xhp#par_idN10684.help.text
+msgid "ww"
+msgstr "ww"
+
+#: 03030110.xhp#par_idN1068A.help.text
+msgid "Week of year"
+msgstr "Week of year"
+
+#: 03030110.xhp#par_idN10691.help.text
+msgid "d"
+msgstr "d"
+
+#: 03030110.xhp#par_idN10697.help.text
+msgid "Day"
+msgstr "Day"
+
+#: 03030110.xhp#par_idN1069E.help.text
+msgid "h"
+msgstr "h"
+
+#: 03030110.xhp#par_idN106A4.help.text
+msgid "Hour"
+msgstr "Hour"
+
+#: 03030110.xhp#par_idN106AB.help.text
+msgid "n"
+msgstr "n"
+
+#: 03030110.xhp#par_idN106B1.help.text
+msgid "Minute"
+msgstr "Minute"
+
+#: 03030110.xhp#par_idN106B8.help.text
+msgid "s"
+msgstr "s"
+
+#: 03030110.xhp#par_idN106BE.help.text
+msgid "Second"
+msgstr "Second"
+
+#: 03030110.xhp#par_idN106C1.help.text
+msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+msgstr "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+
+#: 03030110.xhp#par_idN106C4.help.text
+msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+msgstr "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+
+#: 03030110.xhp#par_idN106C7.help.text
+msgctxt "03030110.xhp#par_idN106C7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030110.xhp#par_idN106CB.help.text
+msgid "Sub example_dateadd"
+msgstr "Sub example_dateadd"
+
+#: 03030110.xhp#par_idN106CE.help.text
+msgid "msgbox DateAdd(\"m\", 1, \"1/31/2004\") &\" - \"& DateAdd(\"m\", 1, \"1/31/2005\")"
+msgstr "msgbox DateAdd(\"m\", 1, \"1/31/2004\") &\" - \"& DateAdd(\"m\", 1, \"1/31/2005\")"
+
+#: 03030110.xhp#par_idN106D1.help.text
+msgctxt "03030110.xhp#par_idN106D1.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03030206.xhp#tit.help.text
+msgid "TimeValue Function [Runtime]"
+msgstr "TimeValue Function [Runtime]"
+
+#: 03030206.xhp#bm_id3149670.help.text
+msgid "<bookmark_value>TimeValue function</bookmark_value>"
+msgstr "<bookmark_value>TimeValue function</bookmark_value>"
+
+#: 03030206.xhp#hd_id3149670.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03030206.xhp#hd_id3154138.3.help.text
+msgctxt "03030206.xhp#hd_id3154138.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030206.xhp#par_id3156282.4.help.text
+msgid "TimeValue (Text As String)"
+msgstr "TimeValue (Text As String)"
+
+#: 03030206.xhp#hd_id3153969.5.help.text
+msgctxt "03030206.xhp#hd_id3153969.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030206.xhp#par_id3156424.6.help.text
+msgctxt "03030206.xhp#par_id3156424.6.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 03030206.xhp#hd_id3145172.7.help.text
+msgctxt "03030206.xhp#hd_id3145172.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
+
+#: 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 "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03030206.xhp#hd_id3145271.13.help.text
+msgctxt "03030206.xhp#hd_id3145271.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030206.xhp#par_id3152597.30.help.text
+msgid "Sub ExampleTimerValue"
+msgstr "Sub ExampleTimerValue"
+
+#: 03030206.xhp#par_id3147348.31.help.text
+msgid "Dim daDT as Date"
+msgstr "Dim daDT as Date"
+
+#: 03030206.xhp#par_id3148576.32.help.text
+msgid "Dim a1, b1, c1, a2, b2, c2 as String"
+msgstr "Dim a1, b1, c1, a2, b2, c2 as String"
+
+#: 03030206.xhp#par_id3149378.33.help.text
+msgid "a1 = \"start time\""
+msgstr "a1 = \"start time\""
+
+#: 03030206.xhp#par_id3145800.34.help.text
+msgid "b1 = \"end time\""
+msgstr "b1 = \"end time\""
+
+#: 03030206.xhp#par_id3151074.35.help.text
+msgid "c1 = \"total time\""
+msgstr "c1 = \"total time\""
+
+#: 03030206.xhp#par_id3154492.37.help.text
+msgid "a2 = \"8:34\""
+msgstr "a2 = \"8:34\""
+
+#: 03030206.xhp#par_id3155602.38.help.text
+msgid "b2 = \"18:12\""
+msgstr "b2 = \"18:12\""
+
+#: 03030206.xhp#par_id3150715.39.help.text
+msgid "daDT = TimeValue(b2) - TimeValue(a2)"
+msgstr "daDT = TimeValue(b2) - TimeValue(a2)"
+
+#: 03030206.xhp#par_id3153838.40.help.text
+msgid "c2 = a1 & \": \" & a2 & chr(13)"
+msgstr "c2 = a1 & \": \" & a2 & chr(13)"
+
+#: 03030206.xhp#par_id3150749.41.help.text
+msgid "c2 = c2 & b1 & \": \" & b2 & chr(13)"
+msgstr "c2 = c2 & b1 & \": \" & b2 & chr(13)"
+
+#: 03030206.xhp#par_id3154755.42.help.text
+msgid "c2 = c2 & c1 & \": \" & trim(Str(Hour(daDT))) & \":\" & trim(Str(Minute(daDT))) & \":\" & trim(Str(Second(daDT)))"
+msgstr "c2 = c2 & c1 & \": \" & trim(Str(Hour(daDT))) & \":\" & trim(Str(Minute(daDT))) & \":\" & trim(Str(Second(daDT)))"
+
+#: 03030206.xhp#par_id3153714.43.help.text
+msgid "Msgbox c2"
+msgstr "Msgbox c2"
+
+#: 03030206.xhp#par_id3155767.44.help.text
+msgctxt "03030206.xhp#par_id3155767.44.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03104000.xhp#tit.help.text
+msgid "IsMissing function [Runtime]"
+msgstr "IsMissing function [Runtime]"
+
+#: 03104000.xhp#bm_id3153527.help.text
+msgid "<bookmark_value>IsMissing function</bookmark_value>"
+msgstr "<bookmark_value>IsMissing function</bookmark_value>"
+
+#: 03104000.xhp#hd_id3153527.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+
+#: 03104000.xhp#par_id3153825.2.help.text
+msgid "Tests if a function is called with an optional parameter."
+msgstr "Tests if a function is called with an optional parameter."
+
+#: 03104000.xhp#par_id3150669.3.help.text
+msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+msgstr "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+
+#: 03104000.xhp#hd_id3145611.4.help.text
+msgctxt "03104000.xhp#hd_id3145611.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104000.xhp#par_id3154924.5.help.text
+msgid "IsMissing( ArgumentName )"
+msgstr "IsMissing( ArgumentName )"
+
+#: 03104000.xhp#hd_id3145069.6.help.text
+msgctxt "03104000.xhp#hd_id3145069.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03104000.xhp#par_id3149457.7.help.text
+msgid "<emph>ArgumentName:</emph> the name of an optional argument."
+msgstr "<emph>ArgumentName:</emph> the name of an optional argument."
+
+#: 03104000.xhp#par_id3150398.8.help.text
+msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
+msgstr "If the IsMissing function is called by the ArgumentName, then True is returned."
+
+#: 03104000.xhp#par_id3148798.9.help.text
+msgctxt "03104000.xhp#par_id3148798.9.help.text"
+msgid "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+msgstr "See also <link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Examples\">Examples</link>."
+
+#: 03090410.xhp#tit.help.text
+msgid "Switch Function [Runtime]"
+msgstr "Switch Function [Runtime]"
+
+#: 03090410.xhp#bm_id3148554.help.text
+msgid "<bookmark_value>Switch function</bookmark_value>"
+msgstr "<bookmark_value>Switch function</bookmark_value>"
+
+#: 03090410.xhp#hd_id3148554.1.help.text
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03090410.xhp#hd_id3154863.3.help.text
+msgctxt "03090410.xhp#hd_id3154863.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03090410.xhp#par_id3155934.4.help.text
+msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+msgstr "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
+
+#: 03090410.xhp#hd_id3149119.5.help.text
+msgctxt "03090410.xhp#hd_id3149119.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "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."
+
+#: 03090410.xhp#par_id3153990.7.help.text
+msgid "<emph>Expression:</emph> The expression that you want to evaluate."
+msgstr "<emph>Expression:</emph> The expression that you want to evaluate."
+
+#: 03090410.xhp#par_id3153394.8.help.text
+msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
+msgstr "<emph>Value:</emph> The value that you want to return if the expression is True."
+
+#: 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 "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
+
+#: 03090410.xhp#hd_id3159157.10.help.text
+msgctxt "03090410.xhp#hd_id3159157.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03090410.xhp#par_id3147573.11.help.text
+msgid "Sub ExampleSwitch"
+msgstr "Sub ExampleSwitch"
+
+#: 03090410.xhp#par_id3143270.12.help.text
+msgid "Dim sGender As String"
+msgstr "Dim sGender As String"
+
+#: 03090410.xhp#par_id3149579.13.help.text
+msgid "sGender = GetGenderIndex( \"John\" )"
+msgstr "sGender = GetGenderIndex( \"John\" )"
+
+#: 03090410.xhp#par_id3153626.14.help.text
+msgid "MsgBox sGender"
+msgstr "MsgBox sGender"
+
+#: 03090410.xhp#par_id3147560.15.help.text
+msgctxt "03090410.xhp#par_id3147560.15.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03090410.xhp#par_id3154758.17.help.text
+msgid "Function GetGenderIndex (sName As String) As String"
+msgstr "Function GetGenderIndex (sName As String) As String"
+
+#: 03090410.xhp#par_id3153361.18.help.text
+msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+msgstr "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+
+#: 03090410.xhp#par_id3154939.19.help.text
+msgctxt "03090410.xhp#par_id3154939.19.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 03101140.xhp#tit.help.text
+msgid "DefStr Statement [Runtime]"
+msgstr "DefStr Statement [Runtime]"
+
+#: 03101140.xhp#bm_id6161381.help.text
+msgid "<bookmark_value>DefStr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr statement</bookmark_value>"
+
+#: 03101140.xhp#par_idN10577.help.text
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+
+#: 03101140.xhp#par_idN10587.help.text
+msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
+msgstr "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
+
+#: 03101140.xhp#par_idN1058A.help.text
+msgctxt "03101140.xhp#par_idN1058A.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03101140.xhp#par_idN1058E.help.text
+msgctxt "03101140.xhp#par_idN1058E.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03101140.xhp#par_idN10591.help.text
+msgctxt "03101140.xhp#par_idN10591.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03101140.xhp#par_idN10595.help.text
+msgctxt "03101140.xhp#par_idN10595.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+
+#: 03101140.xhp#par_idN1059C.help.text
+msgctxt "03101140.xhp#par_idN1059C.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03101140.xhp#par_idN105A3.help.text
+msgctxt "03101140.xhp#par_idN105A3.help.text"
+msgid "<emph>Keyword:</emph> Default variable type"
+msgstr "<emph>Keyword:</emph> Default variable type"
+
+#: 03101140.xhp#par_idN105AA.help.text
+msgid "<emph>DefStr:</emph> String"
+msgstr "<emph>DefStr:</emph> String"
+
+#: 03101140.xhp#par_idN105B1.help.text
+msgctxt "03101140.xhp#par_idN105B1.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03101140.xhp#par_idN105B5.help.text
+msgctxt "03101140.xhp#par_idN105B5.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03101140.xhp#par_idN105B8.help.text
+msgctxt "03101140.xhp#par_idN105B8.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03101140.xhp#par_idN105BB.help.text
+msgctxt "03101140.xhp#par_idN105BB.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03101140.xhp#par_idN105BE.help.text
+msgctxt "03101140.xhp#par_idN105BE.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03101140.xhp#par_idN105C1.help.text
+msgctxt "03101140.xhp#par_idN105C1.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03101140.xhp#par_idN105C4.help.text
+msgctxt "03101140.xhp#par_idN105C4.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03101140.xhp#par_idN105C7.help.text
+msgctxt "03101140.xhp#par_idN105C7.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03101140.xhp#par_idN105CA.help.text
+msgctxt "03101140.xhp#par_idN105CA.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03101140.xhp#par_idN105CD.help.text
+msgid "DefStr s"
+msgstr "DefStr s"
+
+#: 03101140.xhp#par_idN105D0.help.text
+msgid "Sub ExampleDefStr"
+msgstr "Sub ExampleDefStr"
+
+#: 03101140.xhp#par_idN105D3.help.text
+msgid "sStr=String REM sStr is an implicit string variable"
+msgstr "sStr=String REM sStr is an implicit string variable"
+
+#: 03101140.xhp#par_idN105D6.help.text
+msgctxt "03101140.xhp#par_idN105D6.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03130800.xhp#tit.help.text
+msgid "Environ Function [Runtime]"
+msgstr "Environ Function [Runtime]"
+
+#: 03130800.xhp#bm_id3155364.help.text
+msgid "<bookmark_value>Environ function</bookmark_value>"
+msgstr "<bookmark_value>Environ function</bookmark_value>"
+
+#: 03130800.xhp#hd_id3155364.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+
+#: 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 "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
+
+#: 03130800.xhp#hd_id3150670.4.help.text
+msgctxt "03130800.xhp#hd_id3150670.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03130800.xhp#par_id3159176.5.help.text
+msgid "Environ (Environment As String)"
+msgstr "Environ (Environment As String)"
+
+#: 03130800.xhp#hd_id3159157.6.help.text
+msgctxt "03130800.xhp#hd_id3159157.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03130800.xhp#par_id3148473.7.help.text
+msgctxt "03130800.xhp#par_id3148473.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03130800.xhp#hd_id3145609.8.help.text
+msgctxt "03130800.xhp#hd_id3145609.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03130800.xhp#par_id3159414.9.help.text
+msgid "Environment: Environment variable that you want to return the value for."
+msgstr "Environment: Environment variable that you want to return the value for."
+
+#: 03130800.xhp#hd_id3148663.10.help.text
+msgctxt "03130800.xhp#hd_id3148663.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03130800.xhp#par_id3149655.11.help.text
+msgid "Sub ExampleEnviron"
+msgstr "Sub ExampleEnviron"
+
+#: 03130800.xhp#par_id3154940.12.help.text
+msgctxt "03130800.xhp#par_id3154940.12.help.text"
+msgid "Dim sTemp As String"
+msgstr "Dim sTemp As String"
+
+#: 03130800.xhp#par_id3148920.13.help.text
+msgid "sTemp=Environ (\"TEMP\")"
+msgstr "sTemp=Environ (\"TEMP\")"
+
+#: 03130800.xhp#par_id3150869.14.help.text
+msgid "If sTemp = \"\" Then sTemp=Environ(\"TMP\")"
+msgstr "If sTemp = \"\" Then sTemp=Environ(\"TMP\")"
+
+#: 03130800.xhp#par_id3145419.15.help.text
+msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+
+#: 03130800.xhp#par_id3154124.16.help.text
+msgctxt "03130800.xhp#par_id3154124.16.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03020204.xhp#tit.help.text
+msgid "Put Statement [Runtime]"
+msgstr "Put Statement [Runtime]"
+
+#: 03020204.xhp#bm_id3150360.help.text
+msgid "<bookmark_value>Put statement</bookmark_value>"
+msgstr "<bookmark_value>Put statement</bookmark_value>"
+
+#: 03020204.xhp#hd_id3150360.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
+
+#: 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 "Writes a record to a relative file or a sequence of bytes to a binary file."
+
+#: 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 "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+
+#: 03020204.xhp#hd_id3125863.4.help.text
+msgctxt "03020204.xhp#hd_id3125863.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020204.xhp#par_id3155132.5.help.text
+msgid "Put [#] FileNumber As Integer, [position], Variable"
+msgstr "Put [#] FileNumber As Integer, [position], Variable"
+
+#: 03020204.xhp#hd_id3153190.6.help.text
+msgctxt "03020204.xhp#hd_id3153190.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
+
+#: 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 "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
+
+#: 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 "For binary files (binary access), the position of the byte in the file where you want to start writing."
+
+#: 03020204.xhp#par_id3153729.10.help.text
+msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
+msgstr "<emph>Variable:</emph> Name of the variable that you want to write to the file."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 03020204.xhp#hd_id3154491.13.help.text
+msgctxt "03020204.xhp#hd_id3154491.13.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020204.xhp#par_id3149410.14.help.text
+msgctxt "03020204.xhp#par_id3149410.14.help.text"
+msgid "Sub ExampleRandomAccess"
+msgstr "Sub ExampleRandomAccess"
+
+#: 03020204.xhp#par_id3149959.15.help.text
+msgctxt "03020204.xhp#par_id3149959.15.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020204.xhp#par_id3154729.16.help.text
+msgid "Dim sText As Variant REM Must be a variant type"
+msgstr "Dim sText As Variant REM Must be a variant type"
+
+#: 03020204.xhp#par_id3156286.17.help.text
+msgctxt "03020204.xhp#par_id3156286.17.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020204.xhp#par_id3149400.18.help.text
+msgctxt "03020204.xhp#par_id3149400.18.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020204.xhp#par_id3149124.20.help.text
+msgctxt "03020204.xhp#par_id3149124.20.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020204.xhp#par_id3150330.21.help.text
+msgctxt "03020204.xhp#par_id3150330.21.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020204.xhp#par_id3156278.22.help.text
+msgid "Seek #iNumber,1 REM Position to start writing"
+msgstr "Seek #iNumber,1 REM Position to start writing"
+
+#: 03020204.xhp#par_id3153711.23.help.text
+msgctxt "03020204.xhp#par_id3153711.23.help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+
+#: 03020204.xhp#par_id3155446.24.help.text
+msgctxt "03020204.xhp#par_id3155446.24.help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020204.xhp#par_id3154255.25.help.text
+msgctxt "03020204.xhp#par_id3154255.25.help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020204.xhp#par_id3150045.26.help.text
+msgctxt "03020204.xhp#par_id3150045.26.help.text"
+msgid "Seek #iNumber,2"
+msgstr "Seek #iNumber,2"
+
+#: 03020204.xhp#par_id3145149.27.help.text
+msgctxt "03020204.xhp#par_id3145149.27.help.text"
+msgid "Get #iNumber,,sText"
+msgstr "Get #iNumber,,sText"
+
+#: 03020204.xhp#par_id3147363.28.help.text
+msgctxt "03020204.xhp#par_id3147363.28.help.text"
+msgid "Print sText"
+msgstr "Print sText"
+
+#: 03020204.xhp#par_id3163806.29.help.text
+msgctxt "03020204.xhp#par_id3163806.29.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020204.xhp#par_id3149568.31.help.text
+msgctxt "03020204.xhp#par_id3149568.31.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020204.xhp#par_id3155607.32.help.text
+msgctxt "03020204.xhp#par_id3155607.32.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020204.xhp#par_id3154022.33.help.text
+msgctxt "03020204.xhp#par_id3154022.33.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020204.xhp#par_id3150940.34.help.text
+msgid "Put #iNumber,,\"This is new text\""
+msgstr "Put #iNumber,,\"This is new text\""
+
+#: 03020204.xhp#par_id3146132.35.help.text
+msgctxt "03020204.xhp#par_id3146132.35.help.text"
+msgid "Get #iNumber,1,sText"
+msgstr "Get #iNumber,1,sText"
+
+#: 03020204.xhp#par_id3154198.36.help.text
+msgctxt "03020204.xhp#par_id3154198.36.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020204.xhp#par_id3159102.37.help.text
+msgctxt "03020204.xhp#par_id3159102.37.help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03020204.xhp#par_id3153785.38.help.text
+msgctxt "03020204.xhp#par_id3153785.38.help.text"
+msgid "Print Lof(#iNumber)"
+msgstr "Print Lof(#iNumber)"
+
+#: 03020204.xhp#par_id3151277.39.help.text
+msgctxt "03020204.xhp#par_id3151277.39.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020204.xhp#par_id3150786.41.help.text
+msgctxt "03020204.xhp#par_id3150786.41.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020201.xhp#tit.help.text
+msgid "Get Statement [Runtime]"
+msgstr "Get Statement [Runtime]"
+
+#: 03020201.xhp#bm_id3154927.help.text
+msgid "<bookmark_value>Get statement</bookmark_value>"
+msgstr "<bookmark_value>Get statement</bookmark_value>"
+
+#: 03020201.xhp#hd_id3154927.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+
+#: 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 "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
+
+#: 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 "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
+
+#: 03020201.xhp#hd_id3150358.4.help.text
+msgctxt "03020201.xhp#hd_id3150358.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020201.xhp#par_id3150792.5.help.text
+msgid "Get [#] FileNumber As Integer, [Position], Variable"
+msgstr "Get [#] FileNumber As Integer, [Position], Variable"
+
+#: 03020201.xhp#hd_id3154138.6.help.text
+msgctxt "03020201.xhp#hd_id3154138.6.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03020201.xhp#par_id3150448.7.help.text
+msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
+msgstr "<emph>FileNumber:</emph> Any integer expression that determines the file number."
+
+#: 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 "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
+
+#: 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 "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
+
+#: 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 "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
+
+#: 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 "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
+
+#: 03020201.xhp#hd_id3153144.12.help.text
+msgctxt "03020201.xhp#hd_id3153144.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020201.xhp#par_id3159154.13.help.text
+msgctxt "03020201.xhp#par_id3159154.13.help.text"
+msgid "Sub ExampleRandomAccess"
+msgstr "Sub ExampleRandomAccess"
+
+#: 03020201.xhp#par_id3153188.14.help.text
+msgctxt "03020201.xhp#par_id3153188.14.help.text"
+msgid "Dim iNumber As Integer"
+msgstr "Dim iNumber As Integer"
+
+#: 03020201.xhp#par_id3155307.15.help.text
+msgid "Dim sText As Variant REM Must be a variant"
+msgstr "Dim sText As Variant REM Must be a variant"
+
+#: 03020201.xhp#par_id3152577.16.help.text
+msgctxt "03020201.xhp#par_id3152577.16.help.text"
+msgid "Dim aFile As String"
+msgstr "Dim aFile As String"
+
+#: 03020201.xhp#par_id3153726.17.help.text
+msgctxt "03020201.xhp#par_id3153726.17.help.text"
+msgid "aFile = \"c:\\data.txt\""
+msgstr "aFile = \"c:\\data.txt\""
+
+#: 03020201.xhp#par_id3154490.19.help.text
+msgctxt "03020201.xhp#par_id3154490.19.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020201.xhp#par_id3150418.20.help.text
+msgctxt "03020201.xhp#par_id3150418.20.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020201.xhp#par_id3149411.21.help.text
+msgid "Seek #iNumber,1 REM Position at beginning"
+msgstr "Seek #iNumber,1 REM Position at beginning"
+
+#: 03020201.xhp#par_id3153158.22.help.text
+msgctxt "03020201.xhp#par_id3153158.22.help.text"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+msgstr "Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
+
+#: 03020201.xhp#par_id3148457.23.help.text
+msgctxt "03020201.xhp#par_id3148457.23.help.text"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr "Put #iNumber,, \"This is the second line of text\""
+
+#: 03020201.xhp#par_id3150715.24.help.text
+msgctxt "03020201.xhp#par_id3150715.24.help.text"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr "Put #iNumber,, \"This is the third line of text\""
+
+#: 03020201.xhp#par_id3153836.25.help.text
+msgctxt "03020201.xhp#par_id3153836.25.help.text"
+msgid "Seek #iNumber,2"
+msgstr "Seek #iNumber,2"
+
+#: 03020201.xhp#par_id3150327.26.help.text
+msgctxt "03020201.xhp#par_id3150327.26.help.text"
+msgid "Get #iNumber,,sText"
+msgstr "Get #iNumber,,sText"
+
+#: 03020201.xhp#par_id3153707.27.help.text
+msgctxt "03020201.xhp#par_id3153707.27.help.text"
+msgid "Print sText"
+msgstr "Print sText"
+
+#: 03020201.xhp#par_id3153764.28.help.text
+msgctxt "03020201.xhp#par_id3153764.28.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020201.xhp#par_id3153715.30.help.text
+msgctxt "03020201.xhp#par_id3153715.30.help.text"
+msgid "iNumber = Freefile"
+msgstr "iNumber = Freefile"
+
+#: 03020201.xhp#par_id3154256.31.help.text
+msgctxt "03020201.xhp#par_id3154256.31.help.text"
+msgid "Open aFile For Random As #iNumber Len=32"
+msgstr "Open aFile For Random As #iNumber Len=32"
+
+#: 03020201.xhp#par_id3147340.32.help.text
+msgctxt "03020201.xhp#par_id3147340.32.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020201.xhp#par_id3155938.33.help.text
+msgid "Put #iNumber,,\"This is a new text\""
+msgstr "Put #iNumber,,\"This is a new text\""
+
+#: 03020201.xhp#par_id3155959.34.help.text
+msgctxt "03020201.xhp#par_id3155959.34.help.text"
+msgid "Get #iNumber,1,sText"
+msgstr "Get #iNumber,1,sText"
+
+#: 03020201.xhp#par_id3147361.35.help.text
+msgctxt "03020201.xhp#par_id3147361.35.help.text"
+msgid "Get #iNumber,2,sText"
+msgstr "Get #iNumber,2,sText"
+
+#: 03020201.xhp#par_id3146916.36.help.text
+msgctxt "03020201.xhp#par_id3146916.36.help.text"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr "Put #iNumber,20,\"This is the text in record 20\""
+
+#: 03020201.xhp#par_id3149259.37.help.text
+msgctxt "03020201.xhp#par_id3149259.37.help.text"
+msgid "Print Lof(#iNumber)"
+msgstr "Print Lof(#iNumber)"
+
+#: 03020201.xhp#par_id3153790.38.help.text
+msgctxt "03020201.xhp#par_id3153790.38.help.text"
+msgid "Close #iNumber"
+msgstr "Close #iNumber"
+
+#: 03020201.xhp#par_id3155606.40.help.text
+msgctxt "03020201.xhp#par_id3155606.40.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03020100.xhp#tit.help.text
+msgid "Opening and Closing Files"
+msgstr "Opening and Closing Files"
+
+#: 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 "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
+
+#: 03030108.xhp#tit.help.text
+msgid "CDateFromIso Function [Runtime]"
+msgstr "CDateFromIso Function [Runtime]"
+
+#: 03030108.xhp#bm_id3153127.help.text
+msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
+msgstr "<bookmark_value>CdateFromIso function</bookmark_value>"
+
+#: 03030108.xhp#hd_id3153127.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+
+#: 03030108.xhp#par_id3148550.2.help.text
+msgid "Returns the internal date number from a string that contains a date in ISO format."
+msgstr "Returns the internal date number from a string that contains a date in ISO format."
+
+#: 03030108.xhp#hd_id3148947.3.help.text
+msgctxt "03030108.xhp#hd_id3148947.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030108.xhp#par_id3150400.4.help.text
+msgid "CDateFromIso(String)"
+msgstr "CDateFromIso(String)"
+
+#: 03030108.xhp#hd_id3154367.5.help.text
+msgctxt "03030108.xhp#hd_id3154367.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03030108.xhp#par_id3156212.6.help.text
+msgid "Internal date number"
+msgstr "Internal date number"
+
+#: 03030108.xhp#hd_id3125864.7.help.text
+msgctxt "03030108.xhp#hd_id3125864.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
+
+#: 03030108.xhp#hd_id3150439.9.help.text
+msgctxt "03030108.xhp#hd_id3150439.9.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030108.xhp#par_id3147318.10.help.text
+msgid "dateval = CDateFromIso(\"20021231\")"
+msgstr "dateval = CDateFromIso(\"20021231\")"
+
+#: 03030108.xhp#par_id3146921.11.help.text
+msgid "returns 12/31/2002 in the date format of your system"
+msgstr "returns 12/31/2002 in the date format of your system"
+
+#: 03030301.xhp#tit.help.text
+msgid "Date Statement [Runtime]"
+msgstr "Date Statement [Runtime]"
+
+#: 03030301.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>Date statement</bookmark_value>"
+msgstr "<bookmark_value>Date statement</bookmark_value>"
+
+#: 03030301.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
+
+#: 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 "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
+
+#: 03030301.xhp#hd_id3148686.3.help.text
+msgctxt "03030301.xhp#hd_id3148686.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03030301.xhp#par_id3146794.4.help.text
+msgid "Date ; Date = Text As String"
+msgstr "Date ; Date = Text As String"
+
+#: 03030301.xhp#hd_id3154347.5.help.text
+msgctxt "03030301.xhp#hd_id3154347.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03030301.xhp#hd_id3150793.7.help.text
+msgctxt "03030301.xhp#hd_id3150793.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03030301.xhp#par_id3151212.8.help.text
+msgid "Sub ExampleDate"
+msgstr "Sub ExampleDate"
+
+#: 03030301.xhp#par_id3156424.9.help.text
+msgid "msgbox \"The date is \" & Date"
+msgstr "msgbox \"The date is \" & Date"
+
+#: 03030301.xhp#par_id3145174.10.help.text
+msgctxt "03030301.xhp#par_id3145174.10.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03131600.xhp#tit.help.text
+msgid "CreateUnoService Function [Runtime]"
+msgstr "CreateUnoService Function [Runtime]"
+
+#: 03131600.xhp#bm_id3150682.help.text
+msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoService function</bookmark_value>"
+
+#: 03131600.xhp#hd_id3150682.1.help.text
+msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+
+#: 03131600.xhp#par_id3152924.2.help.text
+msgid "Instantiates a Uno service with the ProcessServiceManager."
+msgstr "Instantiates a Uno service with the ProcessServiceManager."
+
+#: 03131600.xhp#hd_id3152801.3.help.text
+msgctxt "03131600.xhp#hd_id3152801.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03131600.xhp#par_id3153346.4.help.text
+msgid "oService = CreateUnoService( Uno service name )"
+msgstr "oService = CreateUnoService( Uno service name )"
+
+#: 03131600.xhp#par_idN1060F.help.text
+#, fuzzy
+msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+msgstr "For a list of available services, go to: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+
+#: 03131600.xhp#hd_id3151111.5.help.text
+msgctxt "03131600.xhp#hd_id3151111.5.help.text"
+msgid "Examples:"
+msgstr "Examples:"
+
+#: 03131600.xhp#par_id3154046.6.help.text
+msgctxt "03131600.xhp#par_id3154046.6.help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+
+#: 03131600.xhp#bm_id8334604.help.text
+msgid "<bookmark_value>filepicker;API service</bookmark_value>"
+msgstr "<bookmark_value>filepicker;API service</bookmark_value>"
+
+#: 03131600.xhp#par_idN10625.help.text
+msgid "The following code uses a service to open a file open dialog:"
+msgstr "The following code uses a service to open a file open dialogue:"
+
+#: 03131600.xhp#par_idN10628.help.text
+msgctxt "03131600.xhp#par_idN10628.help.text"
+msgid "Sub Main"
+msgstr "Sub Main"
+
+#: 03131600.xhp#par_idN1062B.help.text
+msgid "fName = FileOpenDialog (\"Please select a file\")"
+msgstr "fName = FileOpenDialog (\"Please select a file\")"
+
+#: 03131600.xhp#par_idN10630.help.text
+msgid "print \"file chosen: \"+fName"
+msgstr "print \"file chosen: \"+fName"
+
+#: 03131600.xhp#par_idN10635.help.text
+msgctxt "03131600.xhp#par_idN10635.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03131600.xhp#par_idN1063A.help.text
+msgid "function FileOpenDialog(title as String) as String"
+msgstr "function FileOpenDialog(title as String) as String"
+
+#: 03131600.xhp#par_idN1063D.help.text
+msgid "filepicker = createUnoService(\"com.sun.star.ui.dialogs.FilePicker\")"
+msgstr "filepicker = createUnoService(\"com.sun.star.ui.dialogs.FilePicker\")"
+
+#: 03131600.xhp#par_idN10642.help.text
+msgid "filepicker.Title = title"
+msgstr "filepicker.Title = title"
+
+#: 03131600.xhp#par_idN10647.help.text
+msgid "filepicker.execute()"
+msgstr "filepicker.execute()"
+
+#: 03131600.xhp#par_idN1064C.help.text
+msgid "files = filepicker.getFiles()"
+msgstr "files = filepicker.getFiles()"
+
+#: 03131600.xhp#par_idN10651.help.text
+msgid "FileOpenDialog=files(0)"
+msgstr "FileOpenDialog=files(0)"
+
+#: 03131600.xhp#par_idN10656.help.text
+msgid "End function"
+msgstr "End function"
+
+#: 03120301.xhp#tit.help.text
+msgid "Format Function [Runtime]"
+msgstr "Format Function [Runtime]"
+
+#: 03120301.xhp#bm_id3153539.help.text
+msgid "<bookmark_value>Format function</bookmark_value>"
+msgstr "<bookmark_value>Format function</bookmark_value>"
+
+#: 03120301.xhp#hd_id3153539.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
+
+#: 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 "Converts a number to a string, and then formats it according to the format that you specify."
+
+#: 03120301.xhp#hd_id3145090.4.help.text
+msgctxt "03120301.xhp#hd_id3145090.4.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120301.xhp#par_id3153527.5.help.text
+msgid "Format (Number [, Format As String])"
+msgstr "Format (Number [, Format As String])"
+
+#: 03120301.xhp#hd_id3149178.6.help.text
+msgctxt "03120301.xhp#hd_id3149178.6.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120301.xhp#par_id3148474.7.help.text
+msgctxt "03120301.xhp#par_id3148474.7.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03120301.xhp#hd_id3159176.8.help.text
+msgctxt "03120301.xhp#hd_id3159176.8.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120301.xhp#par_id3149415.9.help.text
+msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
+msgstr "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
+
+#: 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 "<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."
+
+#: 03120301.xhp#hd_id3147561.47.help.text
+msgid "Formatting Codes"
+msgstr "Formatting Codes"
+
+#: 03120301.xhp#par_id3147265.11.help.text
+msgid "The following list describes the codes that you can use for formatting a number:"
+msgstr "The following list describes the codes that you can use for formatting a number:"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 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 "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
+
+#: 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 "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."
+
+#: 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 "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
+
+#: 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 "<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."
+
+#: 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 "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+."
+
+#: 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 "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+
+#: 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 "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."
+
+#: 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 "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
+
+#: 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 "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
+
+#: 03120301.xhp#par_id3153139.26.help.text
+msgid "\\ : The backslash displays the next character in the format code."
+msgstr "\\ : The backslash displays the next character in the format code."
+
+#: 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 "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."
+
+#: 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 "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 (@, &, <, >, !)."
+
+#: 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 "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."
+
+#: 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 "If you use predefined formats, the name of the format must be enclosed in quotation marks."
+
+#: 03120301.xhp#hd_id3149377.32.help.text
+msgid "Predefined format"
+msgstr "Predefined format"
+
+#: 03120301.xhp#par_id3154730.33.help.text
+msgid "<emph>General Number:</emph> Numbers are displayed as entered."
+msgstr "<emph>General Number:</emph> Numbers are displayed as entered."
+
+#: 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 "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
+
+#: 03120301.xhp#par_id3154490.35.help.text
+msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+msgstr "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+
+#: 03120301.xhp#par_id3153415.36.help.text
+msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
+msgstr "<emph>Standard:</emph> Displays numbers with a thousands separator."
+
+#: 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 "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
+
+#: 03120301.xhp#par_id3153836.38.help.text
+msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
+msgstr "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
+
+#: 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 "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."
+
+#: 03120301.xhp#hd_id3149019.40.help.text
+msgctxt "03120301.xhp#hd_id3149019.40.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03120301.xhp#par_id3156054.41.help.text
+msgid "Sub ExampleFormat"
+msgstr "Sub ExampleFormat"
+
+#: 03120301.xhp#par_id3148993.42.help.text
+msgid "MsgBox Format(6328.2, \"##,##0.00\")"
+msgstr "MsgBox Format(6328.2, \"##,##0.00\")"
+
+#: 03120301.xhp#par_idN107A2.help.text
+msgid "REM always use a period as decimal delimiter when you enter numbers in Basic source code."
+msgstr "REM always use a period as decimal delimiter when you enter numbers in Basic source code."
+
+#: 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 "REM displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+
+#: 03120301.xhp#par_id3156382.43.help.text
+msgctxt "03120301.xhp#par_id3156382.43.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 03130500.xhp#tit.help.text
+msgid "Shell Function [Runtime]"
+msgstr "Shell Function [Runtime]"
+
+#: 03130500.xhp#bm_id3150040.help.text
+msgid "<bookmark_value>Shell function</bookmark_value>"
+msgstr "<bookmark_value>Shell function</bookmark_value>"
+
+#: 03130500.xhp#hd_id3150040.1.help.text
+msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+
+#: 03130500.xhp#par_id3153394.2.help.text
+msgid "Starts another application and defines the respective window style, if necessary."
+msgstr "Starts another application and defines the respective window style, if necessary."
+
+#: 03130500.xhp#hd_id3153345.4.help.text
+msgctxt "03130500.xhp#hd_id3153345.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 03130500.xhp#par_id3147576.5.help.text
+msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) "
+msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) "
+
+#: 03130500.xhp#hd_id3149235.6.help.text
+msgctxt "03130500.xhp#hd_id3149235.6.help.text"
+msgid "Parameter"
+msgstr "Parameter"
+
+#: 03130500.xhp#hd_id3154306.23.help.text
+msgid "Pathname"
+msgstr "Pathname"
+
+#: 03130500.xhp#par_id3155419.7.help.text
+msgid "Complete path and program name of the program that you want to start."
+msgstr "Complete path and program name of the program that you want to start."
+
+#: 03130500.xhp#hd_id3150771.24.help.text
+msgid "Windowstyle"
+msgstr "Windowstyle"
+
+#: 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 "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
+
+#: 03130500.xhp#par_id3148663.25.help.text
+msgctxt "03130500.xhp#par_id3148663.25.help.text"
+msgid "0"
+msgstr "0"
+
+#: 03130500.xhp#par_id3153360.10.help.text
+msgid "The focus is on the hidden program window."
+msgstr "The focus is on the hidden program window."
+
+#: 03130500.xhp#par_id3154123.26.help.text
+msgctxt "03130500.xhp#par_id3154123.26.help.text"
+msgid "1"
+msgstr "1"
+
+#: 03130500.xhp#par_id3144760.11.help.text
+msgid "The focus is on the program window in standard size."
+msgstr "The focus is on the program window in standard size."
+
+#: 03130500.xhp#par_id3156422.27.help.text
+msgctxt "03130500.xhp#par_id3156422.27.help.text"
+msgid "2"
+msgstr "2"
+
+#: 03130500.xhp#par_id3148451.12.help.text
+msgid "The focus is on the minimized program window."
+msgstr "The focus is on the minimised program window."
+
+#: 03130500.xhp#par_id3149561.28.help.text
+msgctxt "03130500.xhp#par_id3149561.28.help.text"
+msgid "3"
+msgstr "3"
+
+#: 03130500.xhp#par_id3146921.13.help.text
+msgid "focus is on the maximized program window."
+msgstr "focus is on the maximised program window."
+
+#: 03130500.xhp#par_id3149481.29.help.text
+msgctxt "03130500.xhp#par_id3149481.29.help.text"
+msgid "4"
+msgstr "4"
+
+#: 03130500.xhp#par_id3155854.14.help.text
+msgid "Standard size program window, without focus."
+msgstr "Standard size program window, without focus."
+
+#: 03130500.xhp#par_id3145271.30.help.text
+msgctxt "03130500.xhp#par_id3145271.30.help.text"
+msgid "6"
+msgstr "6"
+
+#: 03130500.xhp#par_id3152938.15.help.text
+msgid "Minimized program window, focus remains on the active window."
+msgstr "Minimised program window, focus remains on the active window."
+
+#: 03130500.xhp#par_id3146119.31.help.text
+msgid "10"
+msgstr "10"
+
+#: 03130500.xhp#par_id3151112.16.help.text
+msgid "Full-screen display."
+msgstr "Full-screen display."
+
+#: 03130500.xhp#hd_id3150419.33.help.text
+msgid "Param"
+msgstr "Param"
+
+#: 03130500.xhp#par_id3149412.17.help.text
+msgid "Any string expression that specifies the command line that want to pass."
+msgstr "Any string expression that specifies the command line that want to pass."
+
+#: 03130500.xhp#hd_id3148456.32.help.text
+msgid "bSync"
+msgstr "bSync"
+
+#: 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 "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>."
+
+#: 03130500.xhp#hd_id3154270.19.help.text
+msgctxt "03130500.xhp#hd_id3154270.19.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 03130500.xhp#par_id3153948.20.help.text
+msgid "Sub ExampleShellForWin"
+msgstr "Sub ExampleShellForWin"
+
+#: 03130500.xhp#par_id3154479.21.help.text
+msgid " Shell(\"c:\\windows\\calc.exe\",2)"
+msgstr " Shell(\"c:\\windows\\calc.exe\",2)"
+
+#: 03130500.xhp#par_id3153709.22.help.text
+msgctxt "03130500.xhp#par_id3153709.22.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03104600.xhp#tit.help.text
+msgid "EqualUnoObjects Function [Runtime]"
+msgstr "EqualUnoObjects Function [Runtime]"
+
+#: 03104600.xhp#bm_id3149205.help.text
+msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
+msgstr "<bookmark_value>EqualUnoObjects function</bookmark_value>"
+
+#: 03104600.xhp#hd_id3149205.1.help.text
+msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
+
+#: 03104600.xhp#par_id3145090.2.help.text
+msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
+msgstr "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
+
+#: 03104600.xhp#hd_id3148538.3.help.text
+msgctxt "03104600.xhp#hd_id3148538.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03104600.xhp#par_id3150669.4.help.text
+msgid "EqualUnoObjects( oObj1, oObj2 )"
+msgstr "EqualUnoObjects( oObj1, oObj2 )"
+
+#: 03104600.xhp#hd_id3150984.5.help.text
+msgctxt "03104600.xhp#hd_id3150984.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03104600.xhp#par_id3154285.6.help.text
+msgctxt "03104600.xhp#par_id3154285.6.help.text"
+msgid "Bool"
+msgstr "Bool"
+
+#: 03104600.xhp#hd_id3145315.7.help.text
+msgctxt "03104600.xhp#hd_id3145315.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03104600.xhp#par_id3156024.8.help.text
+msgid "// Copy of objects -> same instance"
+msgstr "// Copy of objects -> same instance"
+
+#: 03104600.xhp#par_id3154923.9.help.text
+msgctxt "03104600.xhp#par_id3154923.9.help.text"
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+
+#: 03104600.xhp#par_id3147559.10.help.text
+msgid "oIntro2 = oIntrospection"
+msgstr "oIntro2 = oIntrospection"
+
+#: 03104600.xhp#par_id3150541.11.help.text
+msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
+msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
+
+#: 03104600.xhp#par_id3153525.12.help.text
+msgid "// Copy of structs as value -> new instance"
+msgstr "// Copy of structs as value -> new instance"
+
+#: 03104600.xhp#par_id3154366.13.help.text
+msgid "Dim Struct1 as new com.sun.star.beans.Property"
+msgstr "Dim Struct1 as new com.sun.star.beans.Property"
+
+#: 03104600.xhp#par_id3154348.14.help.text
+msgid "Struct2 = Struct1"
+msgstr "Struct2 = Struct1"
+
+#: 03104600.xhp#par_id3154125.15.help.text
+msgid "print EqualUnoObjects( Struct1, Struct2 )"
+msgstr "print EqualUnoObjects( Struct1, Struct2 )"
+
+#: 03102000.xhp#tit.help.text
+msgid "DefVar Statement [Runtime]"
+msgstr "DefVar Statement [Runtime]"
+
+#: 03102000.xhp#bm_id3143267.help.text
+msgid "<bookmark_value>DefVar statement</bookmark_value>"
+msgstr "<bookmark_value>DefVar statement</bookmark_value>"
+
+#: 03102000.xhp#hd_id3143267.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
+
+#: 03102000.xhp#par_id3153825.2.help.text
+msgctxt "03102000.xhp#par_id3153825.2.help.text"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgstr "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+
+#: 03102000.xhp#hd_id3154143.3.help.text
+msgctxt "03102000.xhp#hd_id3154143.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102000.xhp#par_id3149514.4.help.text
+msgctxt "03102000.xhp#par_id3149514.4.help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
+
+#: 03102000.xhp#hd_id3156024.5.help.text
+msgctxt "03102000.xhp#hd_id3156024.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03102000.xhp#par_id3147560.6.help.text
+msgctxt "03102000.xhp#par_id3147560.6.help.text"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+
+#: 03102000.xhp#par_id3148552.7.help.text
+msgctxt "03102000.xhp#par_id3148552.7.help.text"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
+
+#: 03102000.xhp#par_id3153524.8.help.text
+msgctxt "03102000.xhp#par_id3153524.8.help.text"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr "<emph>Keyword: </emph>Default variable type"
+
+#: 03102000.xhp#par_id3150767.9.help.text
+msgid "<emph>DefVar:</emph> Variant"
+msgstr "<emph>DefVar:</emph> Variant"
+
+#: 03102000.xhp#hd_id3151041.10.help.text
+msgctxt "03102000.xhp#hd_id3151041.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102000.xhp#par_id3156214.11.help.text
+msgctxt "03102000.xhp#par_id3156214.11.help.text"
+msgid "REM Prefix definitions for variable types:"
+msgstr "REM Prefix definitions for variable types:"
+
+#: 03102000.xhp#par_id3145173.12.help.text
+msgctxt "03102000.xhp#par_id3145173.12.help.text"
+msgid "DefBool b"
+msgstr "DefBool b"
+
+#: 03102000.xhp#par_id3150448.13.help.text
+msgctxt "03102000.xhp#par_id3150448.13.help.text"
+msgid "DefDate t"
+msgstr "DefDate t"
+
+#: 03102000.xhp#par_id3153368.14.help.text
+msgctxt "03102000.xhp#par_id3153368.14.help.text"
+msgid "DefDbL d"
+msgstr "DefDbL d"
+
+#: 03102000.xhp#par_id3155132.15.help.text
+msgctxt "03102000.xhp#par_id3155132.15.help.text"
+msgid "DefInt i"
+msgstr "DefInt i"
+
+#: 03102000.xhp#par_id3155855.16.help.text
+msgctxt "03102000.xhp#par_id3155855.16.help.text"
+msgid "DefLng l"
+msgstr "DefLng l"
+
+#: 03102000.xhp#par_id3147426.17.help.text
+msgctxt "03102000.xhp#par_id3147426.17.help.text"
+msgid "DefObj o"
+msgstr "DefObj o"
+
+#: 03102000.xhp#par_id3151117.18.help.text
+msgctxt "03102000.xhp#par_id3151117.18.help.text"
+msgid "DefVar v"
+msgstr "DefVar v"
+
+#: 03102000.xhp#par_id3148645.20.help.text
+msgid "Sub ExampleDefVar"
+msgstr "Sub ExampleDefVar"
+
+#: 03102000.xhp#par_id3154012.21.help.text
+msgid "vDiv=99 REM vDiv is an implicit variant"
+msgstr "vDiv=99 REM vDiv is an implicit variant"
+
+#: 03102000.xhp#par_id3146121.22.help.text
+msgid "vDiv=\"Hello world\""
+msgstr "vDiv=\"Hello world\""
+
+#: 03102000.xhp#par_id3149262.23.help.text
+msgctxt "03102000.xhp#par_id3149262.23.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01030200.xhp#tit.help.text
+msgid "The Basic Editor"
+msgstr "The Basic Editor"
+
+#: 01030200.xhp#bm_id3148647.help.text
+msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
+msgstr "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
+
+#: 01030200.xhp#hd_id3147264.1.help.text
+msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
+msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
+
+#: 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\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+msgstr "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\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys)."
+
+#: 01030200.xhp#par_id3154686.31.help.text
+msgid "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
+msgstr "Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If \"Option Compatible\" is used in the same Basic module, the line continuation feature is also valid for comment lines.)"
+
+#: 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 program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
+msgstr "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 program executes the first Sub or Function and then program execution stops. The \"Sub Main\" does not take precedence on program execution."
+
+#: 01030200.xhp#par_id59816.help.text
+msgid "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
+msgstr "Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code."
+
+#: 01030200.xhp#hd_id3125863.4.help.text
+msgid "Navigating in a Project"
+msgstr "Navigating in a Project"
+
+#: 01030200.xhp#hd_id3145785.6.help.text
+msgid "The Library List"
+msgstr "The Library List"
+
+#: 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 "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."
+
+#: 01030200.xhp#hd_id3153190.8.help.text
+msgid "The Object Catalog"
+msgstr "The Object Catalogue"
+
+#: 01030200.xhp#hd_id3148647.15.help.text
+msgid "Saving and Loading Basic Source Code"
+msgstr "Saving and Loading Basic Source Code"
+
+#: 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 "You can save Basic code in a text file for saving and importing in other programming systems."
+
+#: 01030200.xhp#par_id3149959.25.help.text
+msgid "You cannot save Basic dialogs to a text file."
+msgstr "You cannot save Basic dialogues to a text file."
+
+#: 01030200.xhp#hd_id3149403.17.help.text
+msgid "Saving Source Code to a Text File"
+msgstr "Saving Source Code to a Text File"
+
+#: 01030200.xhp#par_id3150327.18.help.text
+msgid "Select the module that you want to export as text from the object catalog."
+msgstr "Select the module that you want to export as text from the object catalogue."
+
+#: 01030200.xhp#par_id3150752.19.help.text
+msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+msgstr "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+
+#: 01030200.xhp#par_id3154754.20.help.text
+msgid "Select a file name and click <emph>OK</emph> to save the file."
+msgstr "Select a file name and click <emph>OK</emph> to save the file."
+
+#: 01030200.xhp#hd_id3159264.21.help.text
+msgid "Loading Source Code From a Text File"
+msgstr "Loading Source Code From a Text File"
+
+#: 01030200.xhp#par_id3147343.22.help.text
+msgid "Select the module where you want to import the source code from the object catalog."
+msgstr "Select the module where you want to import the source code from the object catalogue."
+
+#: 01030200.xhp#par_id3145230.23.help.text
+msgid "Position the cursor where you want to insert the program code."
+msgstr "Position the cursor where you want to insert the program code."
+
+#: 01030200.xhp#par_id3149565.24.help.text
+msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
+msgstr "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
+
+#: 01030200.xhp#par_id3154020.33.help.text
+msgid "Select the text file containing the source code and click <emph>OK</emph>."
+msgstr "Select the text file containing the source code and click <emph>OK</emph>."
+
+#: 01030200.xhp#par_id3153198.29.help.text
+msgctxt "01030200.xhp#par_id3153198.29.help.text"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+
+#: 03080202.xhp#tit.help.text
+msgid "Log Function [Runtime]"
+msgstr "Log Function [Runtime]"
+
+#: 03080202.xhp#bm_id3149416.help.text
+msgid "<bookmark_value>Log function</bookmark_value>"
+msgstr "<bookmark_value>Log function</bookmark_value>"
+
+#: 03080202.xhp#hd_id3149416.1.help.text
+msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+
+#: 03080202.xhp#par_id3145066.2.help.text
+msgid "Returns the natural logarithm of a number."
+msgstr "Returns the natural logarithm of a number."
+
+#: 03080202.xhp#hd_id3159414.3.help.text
+msgctxt "03080202.xhp#hd_id3159414.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03080202.xhp#par_id3154760.4.help.text
+msgid "Log (Number)"
+msgstr "Log (Number)"
+
+#: 03080202.xhp#hd_id3149457.5.help.text
+msgctxt "03080202.xhp#hd_id3149457.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03080202.xhp#par_id3150791.6.help.text
+msgctxt "03080202.xhp#par_id3150791.6.help.text"
+msgid "Double"
+msgstr "Double"
+
+#: 03080202.xhp#hd_id3151211.7.help.text
+msgctxt "03080202.xhp#hd_id3151211.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03080202.xhp#par_id3151041.8.help.text
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
+msgstr "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
+
+#: 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 "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
+
+#: 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 "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:"
+
+#: 03080202.xhp#par_id3145420.11.help.text
+msgid "Log n(x) = Log(x) / Log(n)"
+msgstr "Log n(x) = Log(x) / Log(n)"
+
+#: 03080202.xhp#hd_id3155131.12.help.text
+msgctxt "03080202.xhp#hd_id3155131.12.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03080202.xhp#par_id3152463.13.help.text
+msgctxt "03080202.xhp#par_id3152463.13.help.text"
+msgid "Sub ExampleLogExp"
+msgstr "Sub ExampleLogExp"
+
+#: 03080202.xhp#par_id3145750.14.help.text
+msgid "Dim a as Double"
+msgstr "Dim a as Double"
+
+#: 03080202.xhp#par_id3151116.15.help.text
+msgid "Dim const b1=12.345e12"
+msgstr "Dim const b1=12.345e12"
+
+#: 03080202.xhp#par_id3146985.16.help.text
+msgid "Dim const b2=1.345e34"
+msgstr "Dim const b2=1.345e34"
+
+#: 03080202.xhp#par_id3148616.17.help.text
+msgid "a=Exp( Log(b1)+Log(b2) )"
+msgstr "a=Exp( Log(b1)+Log(b2) )"
+
+#: 03080202.xhp#par_id3149262.18.help.text
+msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+msgstr "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+
+#: 03080202.xhp#par_id3155411.19.help.text
+msgctxt "03080202.xhp#par_id3155411.19.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03102101.xhp#tit.help.text
+msgid "ReDim Statement [Runtime]"
+msgstr "ReDim Statement [Runtime]"
+
+#: 03102101.xhp#bm_id3150398.help.text
+msgid "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>ReDim statement</bookmark_value>"
+
+#: 03102101.xhp#hd_id3150398.1.help.text
+msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+
+#: 03102101.xhp#par_id3154685.2.help.text
+msgctxt "03102101.xhp#par_id3154685.2.help.text"
+msgid "Declares a variable or an array."
+msgstr "Declares a variable or an array."
+
+#: 03102101.xhp#hd_id3154218.3.help.text
+msgctxt "03102101.xhp#hd_id3154218.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03102101.xhp#par_id3156214.4.help.text
+msgctxt "03102101.xhp#par_id3156214.4.help.text"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+
+#: 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 "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter to preserve the contents of the array that is redimensioned."
+
+#: 03102101.xhp#hd_id3148451.5.help.text
+msgctxt "03102101.xhp#hd_id3148451.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03102101.xhp#par_id3156423.6.help.text
+msgctxt "03102101.xhp#par_id3156423.6.help.text"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr "<emph>VarName:</emph> Any variable or array name."
+
+#: 03102101.xhp#par_id3149562.7.help.text
+msgctxt "03102101.xhp#par_id3149562.7.help.text"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+
+#: 03102101.xhp#par_id3155307.8.help.text
+msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
+msgstr "Start and End can be numeric expressions if ReDim is used at the procedure level."
+
+#: 03102101.xhp#par_id3153951.9.help.text
+msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+msgstr "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+
+#: 03102101.xhp#par_id3147317.10.help.text
+msgctxt "03102101.xhp#par_id3147317.10.help.text"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr "<emph>Keyword:</emph> Variable type"
+
+#: 03102101.xhp#par_id3153728.11.help.text
+msgid "<emph>Bool: </emph>Boolean variable (True, False)"
+msgstr "<emph>Bool: </emph>Boolean variable (True, False)"
+
+#: 03102101.xhp#par_id3146121.12.help.text
+msgctxt "03102101.xhp#par_id3146121.12.help.text"
+msgid "<emph>Date:</emph> Date variable"
+msgstr "<emph>Date:</emph> Date variable"
+
+#: 03102101.xhp#par_id3159156.13.help.text
+msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+msgstr "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+
+#: 03102101.xhp#par_id3148616.14.help.text
+msgctxt "03102101.xhp#par_id3148616.14.help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+
+#: 03102101.xhp#par_id3147348.15.help.text
+msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
+msgstr "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
+
+#: 03102101.xhp#par_id3149412.16.help.text
+msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
+msgstr "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
+
+#: 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 "<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."
+
+#: 03102101.xhp#par_id3148458.18.help.text
+msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+msgstr "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+
+#: 03102101.xhp#par_id3149581.19.help.text
+msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
+msgstr "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
+
+#: 03102101.xhp#par_id3155601.20.help.text
+msgctxt "03102101.xhp#par_id3155601.20.help.text"
+msgid "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 "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."
+
+#: 03102101.xhp#par_id3153415.21.help.text
+msgctxt "03102101.xhp#par_id3153415.21.help.text"
+msgid "$[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 "$[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."
+
+#: 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 "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+
+#: 03102101.xhp#par_id3153950.23.help.text
+msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+msgstr "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+
+#: 03102101.xhp#par_id3146912.24.help.text
+msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+msgstr "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+
+#: 03102101.xhp#par_id3153709.25.help.text
+msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+msgstr "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+
+#: 03102101.xhp#par_id3150321.26.help.text
+msgid "rem numbered from -15 to 5"
+msgstr "rem numbered from -15 to 5"
+
+#: 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 "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."
+
+#: 03102101.xhp#hd_id3148405.28.help.text
+msgctxt "03102101.xhp#hd_id3148405.28.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03102101.xhp#par_id3154362.29.help.text
+msgid "Sub ExampleRedim"
+msgstr "Sub ExampleRedim"
+
+#: 03102101.xhp#par_id3150042.30.help.text
+msgid "Dim iVar() As Integer, iCount As Integer"
+msgstr "Dim iVar() As Integer, iCount As Integer"
+
+#: 03102101.xhp#par_id3147339.31.help.text
+msgid "ReDim iVar(5) As integer"
+msgstr "ReDim iVar(5) As integer"
+
+#: 03102101.xhp#par_id3149106.32.help.text
+msgid "For iCount = 1 To 5"
+msgstr "For iCount = 1 To 5"
+
+#: 03102101.xhp#par_id3155174.33.help.text
+msgctxt "03102101.xhp#par_id3155174.33.help.text"
+msgid "iVar(iCount) = iCount"
+msgstr "iVar(iCount) = iCount"
+
+#: 03102101.xhp#par_id3163805.34.help.text
+msgctxt "03102101.xhp#par_id3163805.34.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03102101.xhp#par_id3149568.35.help.text
+msgid "ReDim iVar(10) As integer"
+msgstr "ReDim iVar(10) As integer"
+
+#: 03102101.xhp#par_id3147364.36.help.text
+msgid "For iCount = 1 To 10"
+msgstr "For iCount = 1 To 10"
+
+#: 03102101.xhp#par_id3155335.37.help.text
+msgctxt "03102101.xhp#par_id3155335.37.help.text"
+msgid "iVar(iCount) = iCount"
+msgstr "iVar(iCount) = iCount"
+
+#: 03102101.xhp#par_id3154662.38.help.text
+msgctxt "03102101.xhp#par_id3154662.38.help.text"
+msgid "Next iCount"
+msgstr "Next iCount"
+
+#: 03102101.xhp#par_id3149926.39.help.text
+msgctxt "03102101.xhp#par_id3149926.39.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 01020500.xhp#tit.help.text
+msgid "Libraries, Modules and Dialogs"
+msgstr "Libraries, Modules and Dialogues"
+
+#: 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 "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
+
+#: 01020500.xhp#par_id3147427.2.help.text
+msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+msgstr "The following describes the basic use of libraries, modules and dialogues in $[officename] Basic."
+
+#: 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 "$[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."
+
+#: 01020500.xhp#hd_id3148575.5.help.text
+msgid "Libraries"
+msgstr "Libraries"
+
+#: 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 "Libraries serve as a tool for organising 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."
+
+#: 01020500.xhp#par_id3151112.7.help.text
+msgid "A library can contain up to 16,000 modules."
+msgstr "A library can contain up to 16,000 modules."
+
+#: 01020500.xhp#hd_id3149262.8.help.text
+msgctxt "01020500.xhp#hd_id3149262.8.help.text"
+msgid "Modules"
+msgstr "Modules"
+
+#: 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 "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."
+
+#: 01020500.xhp#hd_id3152577.11.help.text
+msgid "Dialog Modules"
+msgstr "Dialogue Modules"
+
+#: 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 "Dialogue modules contain dialogue definitions, including the dialogue box properties, the properties of each dialogue element and the events assigned. Since a dialogue module can only contain a single dialogue, they are often referred to as \"dialogues\"."
+
+#: main0211.xhp#tit.help.text
+msgid "Macro Toolbar"
+msgstr "Macro Toolbar"
+
+#: main0211.xhp#bm_id3150543.help.text
+msgid "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+msgstr "<bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value>"
+
+#: main0211.xhp#hd_id3150543.1.help.text
+msgid "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
+msgstr "<link href=\"text/sbasic/shared/main0211.xhp\" name=\"Macro Toolbar\">Macro Toolbar</link>"
+
+#: 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 "<ahelp visibility=\"visible\" hid=\".uno:MacroBarVisible\">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp>"
+
+#: 03020410.xhp#tit.help.text
+msgid "Kill Statement [Runtime]"
+msgstr "Kill Statement [Runtime]"
+
+#: 03020410.xhp#bm_id3153360.help.text
+msgid "<bookmark_value>Kill statement</bookmark_value>"
+msgstr "<bookmark_value>Kill statement</bookmark_value>"
+
+#: 03020410.xhp#hd_id3153360.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
+
+#: 03020410.xhp#par_id3151211.2.help.text
+msgid "Deletes a file from a disk."
+msgstr "Deletes a file from a disk."
+
+#: 03020410.xhp#hd_id3150767.3.help.text
+msgctxt "03020410.xhp#hd_id3150767.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020410.xhp#par_id3154685.4.help.text
+msgid "Kill File As String"
+msgstr "Kill File As String"
+
+#: 03020410.xhp#hd_id3153194.5.help.text
+msgctxt "03020410.xhp#hd_id3153194.5.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 03020410.xhp#hd_id3148645.7.help.text
+msgctxt "03020410.xhp#hd_id3148645.7.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020410.xhp#par_id3154320.8.help.text
+msgid "sub ExampleKill"
+msgstr "sub ExampleKill"
+
+#: 03020410.xhp#par_id3163710.9.help.text
+msgid "Kill \"C:\\datafile.dat\" REM File must be created in advance"
+msgstr "Kill \"C:\\datafile.dat\" REM File must be created in advance"
+
+#: 03020410.xhp#par_id3145749.10.help.text
+msgctxt "03020410.xhp#par_id3145749.10.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03103000.xhp#tit.help.text
+msgid "UBound Function [Runtime]"
+msgstr "UBound Function [Runtime]"
+
+#: 03103000.xhp#bm_id3148538.help.text
+msgid "<bookmark_value>UBound function</bookmark_value>"
+msgstr "<bookmark_value>UBound function</bookmark_value>"
+
+#: 03103000.xhp#hd_id3148538.1.help.text
+msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
+
+#: 03103000.xhp#par_id3147573.2.help.text
+msgid "Returns the upper boundary of an array."
+msgstr "Returns the upper boundary of an array."
+
+#: 03103000.xhp#hd_id3150984.3.help.text
+msgctxt "03103000.xhp#hd_id3150984.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03103000.xhp#par_id3149415.4.help.text
+msgid "UBound (ArrayName [, Dimension])"
+msgstr "UBound (ArrayName [, Dimension])"
+
+#: 03103000.xhp#hd_id3153897.5.help.text
+msgctxt "03103000.xhp#hd_id3153897.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03103000.xhp#par_id3149670.6.help.text
+msgctxt "03103000.xhp#par_id3149670.6.help.text"
+msgid "Integer"
+msgstr "Integer"
+
+#: 03103000.xhp#hd_id3154347.7.help.text
+msgctxt "03103000.xhp#hd_id3154347.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 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 "<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."
+
+#: 03103000.xhp#hd_id3153192.10.help.text
+msgctxt "03103000.xhp#hd_id3153192.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03103000.xhp#par_id3147229.11.help.text
+msgctxt "03103000.xhp#par_id3147229.11.help.text"
+msgid "Sub ExampleUboundLbound"
+msgstr "Sub ExampleUboundLbound"
+
+#: 03103000.xhp#par_id3150440.12.help.text
+msgctxt "03103000.xhp#par_id3150440.12.help.text"
+msgid "Dim sVar(10 to 20) As String"
+msgstr "Dim sVar(10 to 20) As String"
+
+#: 03103000.xhp#par_id3145785.13.help.text
+msgctxt "03103000.xhp#par_id3145785.13.help.text"
+msgid "print LBound(sVar())"
+msgstr "print LBound(sVar())"
+
+#: 03103000.xhp#par_id3153092.14.help.text
+msgctxt "03103000.xhp#par_id3153092.14.help.text"
+msgid "print UBound(sVar())"
+msgstr "print UBound(sVar())"
+
+#: 03103000.xhp#par_id3153727.15.help.text
+msgctxt "03103000.xhp#par_id3153727.15.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 03103000.xhp#par_id3145271.16.help.text
+msgctxt "03103000.xhp#par_id3145271.16.help.text"
+msgid "Sub ExampleUboundLbound2"
+msgstr "Sub ExampleUboundLbound2"
+
+#: 03103000.xhp#par_id3153952.17.help.text
+msgctxt "03103000.xhp#par_id3153952.17.help.text"
+msgid "Dim sVar(10 to 20,5 To 70) As String"
+msgstr "Dim sVar(10 to 20,5 To 70) As String"
+
+#: 03103000.xhp#par_id3152596.18.help.text
+msgctxt "03103000.xhp#par_id3152596.18.help.text"
+msgid "Print LBound(sVar()) REM Returns 10"
+msgstr "Print LBound(sVar()) REM Returns 10"
+
+#: 03103000.xhp#par_id3153138.19.help.text
+msgctxt "03103000.xhp#par_id3153138.19.help.text"
+msgid "Print UBound(sVar()) REM Returns 20"
+msgstr "Print UBound(sVar()) REM Returns 20"
+
+#: 03103000.xhp#par_id3149665.20.help.text
+msgctxt "03103000.xhp#par_id3149665.20.help.text"
+msgid "Print LBound(sVar(),2) REM Returns 5"
+msgstr "Print LBound(sVar(),2) REM Returns 5"
+
+#: 03103000.xhp#par_id3147214.21.help.text
+msgctxt "03103000.xhp#par_id3147214.21.help.text"
+msgid "Print UBound(sVar(),2) REM Returns 70"
+msgstr "Print UBound(sVar(),2) REM Returns 70"
+
+#: 03103000.xhp#par_id3155855.22.help.text
+msgctxt "03103000.xhp#par_id3155855.22.help.text"
+msgid "end Sub"
+msgstr "end Sub"
+
+#: 01020300.xhp#tit.help.text
+msgid "Using Procedures and Functions"
+msgstr "Using Procedures and Functions"
+
+#: 01020300.xhp#bm_id3149456.help.text
+msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;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 "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;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>"
+
+#: 01020300.xhp#hd_id3149456.1.help.text
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
+msgstr "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
+
+#: 01020300.xhp#par_id3150767.2.help.text
+msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
+msgstr "The following describes the basic use of procedures and functions in $[officename] Basic."
+
+#: 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 "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."
+
+#: 01020300.xhp#par_id314756320.help.text
+msgctxt "01020300.xhp#par_id314756320.help.text"
+msgid "Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library."
+msgstr ""
+
+#: 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 "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
+
+#: 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 "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."
+
+#: 01020300.xhp#hd_id3153770.26.help.text
+msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
+msgstr "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
+
+#: 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 "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
+
+#: 01020300.xhp#par_id3163710.28.help.text
+msgid "SUB SubName(<emph>Parameter1 As Type, Parameter2 As Type,...</emph>)"
+msgstr "SUB SubName(<emph>Parameter1 As Type, Parameter2 As Type,...</emph>)"
+
+#: 01020300.xhp#par_id3151114.29.help.text
+msgctxt "01020300.xhp#par_id3151114.29.help.text"
+msgid "Program code"
+msgstr "Program code"
+
+#: 01020300.xhp#par_id3146975.30.help.text
+msgid "END SUB"
+msgstr "END SUB"
+
+#: 01020300.xhp#par_id3152577.31.help.text
+msgid "The SUB is called using the following syntax:"
+msgstr "The SUB is called using the following syntax:"
+
+#: 01020300.xhp#par_id3159154.32.help.text
+msgid "SubName(Value1, Value2,...)"
+msgstr "SubName(Value1, Value2,...)"
+
+#: 01020300.xhp#par_id3147124.33.help.text
+msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
+msgstr "The parameters passed to a SUB must fit to those specified in the SUB declaration."
+
+#: 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 "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:"
+
+#: 01020300.xhp#par_id3149412.35.help.text
+msgid "FUNCTION FunctionName(Parameter1 As Type, Parameter2 As Type,...) As Type"
+msgstr "FUNCTION FunctionName(Parameter1 As Type, Parameter2 As Type,...) As Type"
+
+#: 01020300.xhp#par_id3156284.36.help.text
+msgctxt "01020300.xhp#par_id3156284.36.help.text"
+msgid "Program code"
+msgstr "Program code"
+
+#: 01020300.xhp#par_id3145799.37.help.text
+msgid "<emph>FunctionName=Result</emph>"
+msgstr "<emph>FunctionName=Result</emph>"
+
+#: 01020300.xhp#par_id3150716.38.help.text
+msgctxt "01020300.xhp#par_id3150716.38.help.text"
+msgid "End Function"
+msgstr "End Function"
+
+#: 01020300.xhp#par_id3153839.39.help.text
+msgid "The FUNCTION is called using the following syntax:"
+msgstr "The FUNCTION is called using the following syntax:"
+
+#: 01020300.xhp#par_id3146914.40.help.text
+msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
+msgstr "Variable=FunctionName(Parameter1, Parameter2,...)"
+
+#: 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 "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>"
+
+#: 01020300.xhp#hd_id3156276.45.help.text
+msgid "Passing Variables by Value or Reference"
+msgstr "Passing Variables by Value or Reference"
+
+#: 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 "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."
+
+#: 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 "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:"
+
+#: 01020300.xhp#par_id3150042.54.help.text
+msgid "Result = Function(<emph>ByVal</emph> Parameter)"
+msgstr "Result = Function(<emph>ByVal</emph> Parameter)"
+
+#: 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 "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."
+
+#: 01020300.xhp#hd_id3150982.57.help.text
+msgid "Scope of Variables"
+msgstr "Scope of Variables"
+
+#: 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."
+msgstr "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."
+
+#: 01020300.xhp#hd_id3154186.59.help.text
+msgid "Declaring Variables Outside a SUB or FUNCTION"
+msgstr "Declaring Variables Outside a SUB or FUNCTION"
+
+#: 01020300.xhp#par_id3150208.111.help.text
+msgid "GLOBAL VarName As TYPENAME"
+msgstr "GLOBAL VarName As TYPENAME"
+
+#: 01020300.xhp#par_id3145258.112.help.text
+msgid "The variable is valid as long as the $[officename] session lasts."
+msgstr "The variable is valid as long as the $[officename] session lasts."
+
+#: 01020300.xhp#par_id3153198.60.help.text
+msgid "PUBLIC VarName As TYPENAME"
+msgstr "PUBLIC VarName As TYPENAME"
+
+#: 01020300.xhp#par_id3150088.61.help.text
+msgid "The variable is valid in all modules."
+msgstr "The variable is valid in all modules."
+
+#: 01020300.xhp#par_id3158212.62.help.text
+msgid "PRIVATE VarName As TYPENAME"
+msgstr "PRIVATE VarName As TYPENAME"
+
+#: 01020300.xhp#par_id3152994.63.help.text
+msgctxt "01020300.xhp#par_id3152994.63.help.text"
+msgid "The variable is only valid in this module."
+msgstr "The variable is only valid in this module."
+
+#: 01020300.xhp#par_id3150886.64.help.text
+msgid "DIM VarName As TYPENAME"
+msgstr "DIM VarName As TYPENAME"
+
+#: 01020300.xhp#par_id3150368.65.help.text
+msgctxt "01020300.xhp#par_id3150368.65.help.text"
+msgid "The variable is only valid in this module."
+msgstr "The variable is only valid in this module."
+
+#: 01020300.xhp#hd_id5097506.help.text
+msgid "Example for private variables"
+msgstr "Example for private variables"
+
+#: 01020300.xhp#par_id8738975.help.text
+msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+msgstr "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+
+#: 01020300.xhp#par_id146488.help.text
+msgid "REM ***** Module1 *****"
+msgstr "REM ***** Module1 *****"
+
+#: 01020300.xhp#par_id2042298.help.text
+msgid "Private myText As String"
+msgstr "Private myText As String"
+
+#: 01020300.xhp#par_id2969756.help.text
+msgid "Sub initMyText"
+msgstr "Sub initMyText"
+
+#: 01020300.xhp#par_id9475997.help.text
+msgid "myText = \"Hello\""
+msgstr "myText = \"Hello\""
+
+#: 01020300.xhp#par_id6933500.help.text
+msgid "print \"in module1 : \", myText"
+msgstr "print \"in module1 : \", myText"
+
+#: 01020300.xhp#par_id631733.help.text
+msgctxt "01020300.xhp#par_id631733.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 01020300.xhp#par_id8234199.help.text
+msgid "REM ***** Module2 *****"
+msgstr "REM ***** Module2 *****"
+
+#: 01020300.xhp#par_id6969512.help.text
+msgid "'Option Explicit"
+msgstr "'Option Explicit"
+
+#: 01020300.xhp#par_id1196935.help.text
+msgid "Sub demoBug"
+msgstr "Sub demoBug"
+
+#: 01020300.xhp#par_id1423993.help.text
+msgid "CompatibilityMode( true )"
+msgstr "CompatibilityMode( true )"
+
+#: 01020300.xhp#par_id6308786.help.text
+msgid "initMyText"
+msgstr "initMyText"
+
+#: 01020300.xhp#par_id4104129.help.text
+msgid "' Now returns empty string"
+msgstr "' Now returns empty string"
+
+#: 01020300.xhp#par_id7906125.help.text
+msgid "' (or rises error for Option Explicit)"
+msgstr "' (or rises error for Option Explicit)"
+
+#: 01020300.xhp#par_id8055970.help.text
+msgid "print \"Now in module2 : \", myText"
+msgstr "print \"Now in module2 : \", myText"
+
+#: 01020300.xhp#par_id2806176.help.text
+msgctxt "01020300.xhp#par_id2806176.help.text"
+msgid "End Sub"
+msgstr "End Sub"
+
+#: 01020300.xhp#hd_id3154368.66.help.text
+msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+msgstr "Saving Variable Content after Exiting a SUB or FUNCTION"
+
+#: 01020300.xhp#par_id3156288.67.help.text
+msgid "STATIC VarName As TYPENAME"
+msgstr "STATIC VarName As TYPENAME"
+
+#: 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 "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."
+
+#: 01020300.xhp#hd_id3155809.41.help.text
+msgid "Specifying the Return Value Type of a FUNCTION"
+msgstr "Specifying the Return Value Type of a FUNCTION"
+
+#: 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 "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:"
+
+#: 01020300.xhp#par_id3152899.43.help.text
+msgid "Function WordCount(WordText as String) <emph>as Integer</emph>"
+msgstr "Function WordCount(WordText as String) <emph>as Integer</emph>"
+
+#: 03020404.xhp#tit.help.text
+msgid "Dir Function [Runtime]"
+msgstr "Dir Function [Runtime]"
+
+#: 03020404.xhp#bm_id3154347.help.text
+msgid "<bookmark_value>Dir function</bookmark_value>"
+msgstr "<bookmark_value>Dir function</bookmark_value>"
+
+#: 03020404.xhp#hd_id3154347.1.help.text
+msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
+
+#: 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 "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."
+
+#: 03020404.xhp#hd_id3154365.3.help.text
+msgctxt "03020404.xhp#hd_id3154365.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03020404.xhp#par_id3156282.4.help.text
+msgid "Dir [(Text As String) [, Attrib As Integer]]"
+msgstr "Dir [(Text As String) [, Attrib As Integer]]"
+
+#: 03020404.xhp#hd_id3156424.5.help.text
+msgctxt "03020404.xhp#hd_id3156424.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03020404.xhp#par_id3153193.6.help.text
+msgctxt "03020404.xhp#par_id3153193.6.help.text"
+msgid "String"
+msgstr "String"
+
+#: 03020404.xhp#hd_id3153770.7.help.text
+msgctxt "03020404.xhp#hd_id3153770.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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>."
+
+#: 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 "<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:"
+
+#: 03020404.xhp#par_id3149666.11.help.text
+msgctxt "03020404.xhp#par_id3149666.11.help.text"
+msgid "0 : Normal files."
+msgstr "0 : Normal files."
+
+#: 03020404.xhp#par_id3147427.15.help.text
+msgctxt "03020404.xhp#par_id3147427.15.help.text"
+msgid "16 : Returns the name of the directory only."
+msgstr "16 : Returns the name of the directory only."
+
+#: 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 "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
+
+#: 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 "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 (\"\")."
+
+#: 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 "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."
+
+#: 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 "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)"
+
+#: 03020404.xhp#hd_id3154942.20.help.text
+msgctxt "03020404.xhp#hd_id3154942.20.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03020404.xhp#par_id3147125.21.help.text
+msgid "Sub ExampleDir"
+msgstr "Sub ExampleDir"
+
+#: 03020404.xhp#par_id3148455.22.help.text
+msgid "REM Displays all files and directories"
+msgstr "REM Displays all files and directories"
+
+#: 03020404.xhp#par_id3147396.23.help.text
+msgctxt "03020404.xhp#par_id3147396.23.help.text"
+msgid "Dim sPath As String"
+msgstr "Dim sPath As String"
+
+#: 03020404.xhp#par_id3149378.24.help.text
+msgid "Dim sDir as String, sValue as String"
+msgstr "Dim sDir as String, sValue as String"
+
+#: 03020404.xhp#par_id3153416.27.help.text
+msgid "sDir=\"Directories:\""
+msgstr "sDir=\"Directories:\""
+
+#: 03020404.xhp#par_id3153838.29.help.text
+msgid "sPath = CurDir"
+msgstr "sPath = CurDir"
+
+#: 03020404.xhp#par_id3150327.30.help.text
+msgid "sValue = Dir$(sPath + getPathSeparator + \"*\",16)"
+msgstr "sValue = Dir$(sPath + getPathSeparator + \"*\",16)"
+
+#: 03020404.xhp#par_id3155064.31.help.text
+msgctxt "03020404.xhp#par_id3155064.31.help.text"
+msgid "Do"
+msgstr "Do"
+
+#: 03020404.xhp#par_id3153764.32.help.text
+msgid "If sValue <> \".\" and sValue <> \"..\" Then"
+msgstr "If sValue <> \".\" and sValue <> \"..\" Then"
+
+#: 03020404.xhp#par_id3155766.33.help.text
+msgid "if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then"
+msgstr "if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then"
+
+#: 03020404.xhp#par_id3154253.34.help.text
+msgid "REM get the directories"
+msgstr "REM get the directories"
+
+#: 03020404.xhp#par_id3159264.35.help.text
+msgid "sDir = sDir & chr(13) & sValue"
+msgstr "sDir = sDir & chr(13) & sValue"
+
+#: 03020404.xhp#par_id3145148.43.help.text
+msgctxt "03020404.xhp#par_id3145148.43.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03020404.xhp#par_idN10700.help.text
+msgctxt "03020404.xhp#par_idN10700.help.text"
+msgid "End If"
+msgstr "End If"
+
+#: 03020404.xhp#par_id3147324.44.help.text
+msgid "sValue = Dir$"
+msgstr "sValue = Dir$"
+
+#: 03020404.xhp#par_id3155335.45.help.text
+msgid "Loop Until sValue = \"\""
+msgstr "Loop Until sValue = \"\""
+
+#: 03020404.xhp#par_id3147345.46.help.text
+msgid "MsgBox sDir,0,sPath"
+msgstr "MsgBox sDir,0,sPath"
+
+#: 03020404.xhp#par_id3163808.48.help.text
+msgctxt "03020404.xhp#par_id3163808.48.help.text"
+msgid "End sub"
+msgstr "End sub"
+
+#: 03100600.xhp#tit.help.text
+msgid "CLng Function [Runtime]"
+msgstr "CLng Function [Runtime]"
+
+#: 03100600.xhp#bm_id3153311.help.text
+msgid "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>CLng function</bookmark_value>"
+
+#: 03100600.xhp#hd_id3153311.1.help.text
+msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+
+#: 03100600.xhp#par_id3148686.2.help.text
+msgid "Converts any string or numeric expression to a long integer."
+msgstr "Converts any string or numeric expression to a long integer."
+
+#: 03100600.xhp#hd_id3145315.3.help.text
+msgctxt "03100600.xhp#hd_id3145315.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03100600.xhp#par_id3147573.4.help.text
+msgid "CLng (Expression)"
+msgstr "CLng (Expression)"
+
+#: 03100600.xhp#hd_id3145610.5.help.text
+msgctxt "03100600.xhp#hd_id3145610.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03100600.xhp#par_id3153897.6.help.text
+msgctxt "03100600.xhp#par_id3153897.6.help.text"
+msgid "Long"
+msgstr "Long"
+
+#: 03100600.xhp#hd_id3154760.7.help.text
+msgctxt "03100600.xhp#hd_id3154760.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 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 "<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."
+
+#: 03100600.xhp#par_id3150358.9.help.text
+msgctxt "03100600.xhp#par_id3150358.9.help.text"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgstr "This function always rounds the fractional part of a number to the nearest integer."
+
+#: 03100600.xhp#hd_id3154216.10.help.text
+msgctxt "03100600.xhp#hd_id3154216.10.help.text"
+msgid "Example:"
+msgstr "Example:"
+
+#: 03100600.xhp#par_id3147229.11.help.text
+msgctxt "03100600.xhp#par_id3147229.11.help.text"
+msgid "Sub ExampleCountryConvert"
+msgstr "Sub ExampleCountryConvert"
+
+#: 03100600.xhp#par_id3156281.12.help.text
+msgctxt "03100600.xhp#par_id3156281.12.help.text"
+msgid "Msgbox CDbl(1234.5678)"
+msgstr "Msgbox CDbl(1234.5678)"
+
+#: 03100600.xhp#par_id3153969.13.help.text
+msgctxt "03100600.xhp#par_id3153969.13.help.text"
+msgid "Msgbox CInt(1234.5678)"
+msgstr "Msgbox CInt(1234.5678)"
+
+#: 03100600.xhp#par_id3154909.14.help.text
+msgctxt "03100600.xhp#par_id3154909.14.help.text"
+msgid "Msgbox CLng(1234.5678)"
+msgstr "Msgbox CLng(1234.5678)"
+
+#: 03100600.xhp#par_id3153770.15.help.text
+msgctxt "03100600.xhp#par_id3153770.15.help.text"
+msgid "end sub"
+msgstr "end sub"
+
+#: 03120105.xhp#tit.help.text
+msgid "CByte Function [Runtime]"
+msgstr "CByte Function [Runtime]"
+
+#: 03120105.xhp#bm_id3156027.help.text
+msgid "<bookmark_value>CByte function</bookmark_value>"
+msgstr "<bookmark_value>CByte function</bookmark_value>"
+
+#: 03120105.xhp#hd_id3156027.1.help.text
+msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
+
+#: 03120105.xhp#par_id3143267.2.help.text
+msgid "Converts a string or a numeric expression to the type Byte."
+msgstr "Converts a string or a numeric expression to the type Byte."
+
+#: 03120105.xhp#hd_id3149811.3.help.text
+msgctxt "03120105.xhp#hd_id3149811.3.help.text"
+msgid "Syntax:"
+msgstr "Syntax:"
+
+#: 03120105.xhp#par_id3147573.4.help.text
+msgid "Cbyte( expression )"
+msgstr "Cbyte( expression )"
+
+#: 03120105.xhp#hd_id3145315.5.help.text
+msgctxt "03120105.xhp#hd_id3145315.5.help.text"
+msgid "Return value:"
+msgstr "Return value:"
+
+#: 03120105.xhp#par_id3148473.6.help.text
+msgid "Byte"
+msgstr "Byte"
+
+#: 03120105.xhp#hd_id3147530.7.help.text
+msgctxt "03120105.xhp#hd_id3147530.7.help.text"
+msgid "Parameters:"
+msgstr "Parameters:"
+
+#: 03120105.xhp#par_id3145068.8.help.text
+msgid "<emph>Expression:</emph> A string or a numeric expression."
+msgstr "<emph>Expression:</emph> A string or a numeric expression."
diff --git a/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po b/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po
new file mode 100644
index 00000000000..628e8a1457e
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po
@@ -0,0 +1,298 @@
+#. extracted from helpcontent2/source/text/sbasic/shared/01.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:30+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 06130000.xhp#tit.help.text
+msgctxt "06130000.xhp#tit.help.text"
+msgid "Macro"
+msgstr "Macro"
+
+#: 06130000.xhp#bm_id3145786.help.text
+msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
+msgstr "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
+
+#: 06130000.xhp#hd_id3145786.1.help.text
+msgctxt "06130000.xhp#hd_id3145786.1.help.text"
+msgid "Macro"
+msgstr "Macro"
+
+#: 06130000.xhp#par_id3152886.2.help.text
+msgid "<variable id=\"makro\"><ahelp hid=\".\">Opens the <emph>Macro </emph>dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>"
+msgstr "<variable id=\"makro\"><ahelp hid=\".\">Opens the <emph>Macro </emph>dialogue, where you can create, edit, organise, and run $[officename] Basic macros.</ahelp></variable>"
+
+#: 06130000.xhp#hd_id3154145.3.help.text
+msgid "Macro name"
+msgstr "Macro name"
+
+#: 06130000.xhp#par_id3151116.4.help.text
+msgid "<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 "<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>"
+
+#: 06130000.xhp#hd_id3153729.7.help.text
+msgid "Macro from / Save macro in"
+msgstr "Macro from / Save macro in"
+
+#: 06130000.xhp#par_id3153190.8.help.text
+msgid "<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 "<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 dialogue.</ahelp>"
+
+#: 06130000.xhp#hd_id3146975.11.help.text
+msgid "Run / Save"
+msgstr "Run / Save"
+
+#: 06130000.xhp#par_id3154791.12.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\">Runs or saves the current macro.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\">Runs or saves the current macro.</ahelp>"
+
+#: 06130000.xhp#hd_id3153158.15.help.text
+msgid "Assign"
+msgstr "Assign"
+
+#: 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 toolbar, or an event.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ASSIGN\">Opens the Customise dialogue, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
+
+#: 06130000.xhp#hd_id3145799.17.help.text
+msgctxt "06130000.xhp#hd_id3145799.17.help.text"
+msgid "Edit"
+msgstr "Edit"
+
+#: 06130000.xhp#par_id3147127.18.help.text
+msgid "<ahelp hid=\".\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
+msgstr "<ahelp hid=\".\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
+
+#: 06130000.xhp#hd_id3149400.19.help.text
+msgid "New/Delete"
+msgstr "New/Delete"
+
+#: 06130000.xhp#par_id3155602.61.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\">Creates a new macro, or deletes the selected macro.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\">Creates a new macro, or deletes the selected macro.</ahelp>"
+
+#: 06130000.xhp#par_id3149124.20.help.text
+msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>. "
+msgstr "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>. "
+
+#: 06130000.xhp#par_id3150749.21.help.text
+msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
+msgstr "To delete a macro, select it, and then click <emph>Delete</emph>."
+
+#: 06130000.xhp#hd_id3153764.22.help.text
+msgid "Organizer"
+msgstr "Organiser"
+
+#: 06130000.xhp#par_id3148405.23.help.text
+msgid "<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 "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\">Opens the <emph>Macro Organiser</emph> dialogue, where you can add, edit, or delete existing macro modules, dialogues, and libraries.</ahelp>"
+
+#: 06130000.xhp#hd_id3166447.29.help.text
+msgid "Module/Dialog"
+msgstr "Module/Dialogue"
+
+#: 06130000.xhp#par_id3155959.30.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogs.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_MODULES_TREE\">Lists the existing macros and dialogues.</ahelp>"
+
+#: 06130000.xhp#par_id3149922.31.help.text
+msgid "You can drag-and-drop a module or a dialog between libraries."
+msgstr "You can drag-and-drop a module or a dialogue between libraries."
+
+#: 06130000.xhp#par_id3159333.33.help.text
+msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop."
+msgstr "To copy a dialogue or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop."
+
+#: 06130000.xhp#hd_id3147131.34.help.text
+msgctxt "06130000.xhp#hd_id3147131.34.help.text"
+msgid "Edit"
+msgstr "Edit"
+
+#: 06130000.xhp#par_id3149816.35.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialog for editing.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\">Opens the selected macro or dialogue for editing.</ahelp>"
+
+#: 06130000.xhp#hd_id3151214.36.help.text
+msgctxt "06130000.xhp#hd_id3151214.36.help.text"
+msgid "New"
+msgstr "New"
+
+#: 06130000.xhp#par_id3154202.37.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Creates a new module.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\">Creates a new module.</ahelp>"
+
+#: 06130000.xhp#par_id3153269.40.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Creates a new dialog.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Creates a new dialogue.</ahelp>"
+
+#: 06130000.xhp#hd_id3154587.42.help.text
+msgid "Libraries tab page"
+msgstr "Libraries tab page"
+
+#: 06130000.xhp#par_id3153705.43.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Lets you manage the macro libraries.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\">Lets you manage the macro libraries.</ahelp>"
+
+#: 06130000.xhp#hd_id3145259.44.help.text
+msgid "Location"
+msgstr "Location"
+
+#: 06130000.xhp#par_id3153234.45.help.text
+msgid "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the location containing the macro libraries that you want to organize.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\">Select the location containing the macro libraries that you want to organise.</ahelp>"
+
+#: 06130000.xhp#hd_id3148460.46.help.text
+msgid "Library"
+msgstr "Library"
+
+#: 06130000.xhp#par_id3150828.47.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the macro libraries in the chosen location.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_LIBS_TREE\">Lists the macro libraries in the chosen location.</ahelp>"
+
+#: 06130000.xhp#hd_id3145134.48.help.text
+msgctxt "06130000.xhp#hd_id3145134.48.help.text"
+msgid "Edit"
+msgstr "Edit"
+
+#: 06130000.xhp#par_id3150518.49.help.text
+msgid "<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 "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
+
+#: 06130000.xhp#hd_id3150371.50.help.text
+msgctxt "06130000.xhp#hd_id3150371.50.help.text"
+msgid "Password"
+msgstr "Password"
+
+#: 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. \"Standard\" libraries cannot have a password.</ahelp>"
+msgstr "<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. \"Standard\" libraries cannot have a password.</ahelp>"
+
+#: 06130000.xhp#hd_id3154372.52.help.text
+msgctxt "06130000.xhp#hd_id3154372.52.help.text"
+msgid "New"
+msgstr "New"
+
+#: 06130000.xhp#par_id3145387.53.help.text
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\">Creates a new library.</ahelp>"
+
+#: 06130000.xhp#hd_id3154259.56.help.text
+msgid "Name"
+msgstr "Name"
+
+#: 06130000.xhp#par_id3156169.57.help.text
+msgid "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new module, dialog, or library.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\">Enter a name for the new module, dialogue, or library.</ahelp>"
+
+#: 06130000.xhp#hd_id3151183.54.help.text
+msgid "Append"
+msgstr "Append"
+
+#: 06130000.xhp#par_id3155126.55.help.text
+msgid "<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 "<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>"
+
+#: 06130100.xhp#tit.help.text
+msgctxt "06130100.xhp#tit.help.text"
+msgid "Change Password"
+msgstr "Change Password"
+
+#: 06130100.xhp#hd_id3159399.1.help.text
+msgctxt "06130100.xhp#hd_id3159399.1.help.text"
+msgid "Change Password"
+msgstr "Change Password"
+
+#: 06130100.xhp#par_id3150276.2.help.text
+msgid "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
+msgstr "<ahelp hid=\"HID_PASSWORD\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
+
+#: 06130100.xhp#hd_id3154285.3.help.text
+msgid "Old password"
+msgstr "Old password"
+
+#: 06130100.xhp#hd_id3153665.4.help.text
+msgctxt "06130100.xhp#hd_id3153665.4.help.text"
+msgid "Password"
+msgstr "Password"
+
+#: 06130100.xhp#par_id3155628.5.help.text
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\">Enter the current password for the selected library.</ahelp>"
+
+#: 06130100.xhp#hd_id3153126.6.help.text
+msgid "New password"
+msgstr "New password"
+
+#: 06130100.xhp#hd_id3153628.7.help.text
+msgctxt "06130100.xhp#hd_id3153628.7.help.text"
+msgid "Password"
+msgstr "Password"
+
+#: 06130100.xhp#par_id3159413.8.help.text
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\">Enter a new password for the selected library.</ahelp>"
+
+#: 06130100.xhp#hd_id3148947.9.help.text
+msgid "Confirm"
+msgstr "Confirm"
+
+#: 06130100.xhp#par_id3149457.10.help.text
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Repeat the new password for the selected library.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\">Repeat the new password for the selected library.</ahelp>"
+
+#: 06130500.xhp#tit.help.text
+msgctxt "06130500.xhp#tit.help.text"
+msgid "Append libraries"
+msgstr "Append libraries"
+
+#: 06130500.xhp#bm_id3150502.help.text
+msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
+msgstr "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
+
+#: 06130500.xhp#hd_id3150502.1.help.text
+msgctxt "06130500.xhp#hd_id3150502.1.help.text"
+msgid "Append libraries"
+msgstr "Append libraries"
+
+#: 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 "<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>"
+
+#: 06130500.xhp#hd_id3149119.3.help.text
+msgid "File name:"
+msgstr "File name:"
+
+#: 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 "<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."
+
+#: 06130500.xhp#hd_id3147291.5.help.text
+msgid "Options"
+msgstr "Options"
+
+#: 06130500.xhp#hd_id3147226.7.help.text
+msgid "Insert as reference (read-only)"
+msgstr "Insert as reference (read-only)"
+
+#: 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 "<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>"
+
+#: 06130500.xhp#hd_id3145071.9.help.text
+msgid "Replace existing libraries"
+msgstr "Replace existing libraries"
+
+#: 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 "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\">Replaces a library that has the same name with the current library.</ahelp>"
diff --git a/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po b/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po
new file mode 100644
index 00000000000..a328cf8008d
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po
@@ -0,0 +1,863 @@
+#. extracted from helpcontent2/source/text/sbasic/shared/02.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2011-04-05 14:31+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 11080000.xhp#tit.help.text
+msgctxt "11080000.xhp#tit.help.text"
+msgid "Enable Watch"
+msgstr "Enable Watch"
+
+#: 11080000.xhp#hd_id3154863.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Enable Watch\">Enable Watch</link>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: 11080000.xhp#par_id3155892.help.text
+msgid "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147209\" src=\"cmd/sc_addwatch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147209\">Icon</alt></image>"
+
+#: 11080000.xhp#par_id3150276.3.help.text
+msgctxt "11080000.xhp#par_id3150276.3.help.text"
+msgid "Enable Watch"
+msgstr "Enable Watch"
+
+#: 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>Remove Watch</emph> icon."
+msgstr "To remove the variable watch, select the variable in the Watch window, and then click on the <emph>Remove Watch</emph> icon."
+
+#: 11010000.xhp#tit.help.text
+msgid "Library"
+msgstr "Library"
+
+#: 11010000.xhp#hd_id3151100.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11010000.xhp\" name=\"Library\">Library</link>"
+
+#: 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 "<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."
+
+#: 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 "<image src=\"res/helpimg/feldalle.png\" id=\"img_id3147576\" localize=\"true\"><alt id=\"alt_id3147576\">List box Library</alt></image>"
+
+#: 11010000.xhp#par_id3147654.3.help.text
+msgid "Library List Box"
+msgstr "Library List Box"
+
+#: 11040000.xhp#tit.help.text
+msgctxt "11040000.xhp#tit.help.text"
+msgid "Stop"
+msgstr "Stop"
+
+#: 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 "<bookmark_value>macros; stopping</bookmark_value><bookmark_value>program stops</bookmark_value><bookmark_value>stopping macros</bookmark_value>"
+
+#: 11040000.xhp#hd_id3154863.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11040000.xhp\" name=\"Stop\">Stop</link>"
+
+#: 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 Shift+Ctrl+Q.</defaultinline></switchinline>"
+msgstr "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline>"
+
+#: 11040000.xhp#par_id3146797.help.text
+#, fuzzy
+msgid "<image id=\"img_id3148538\" src=\"cmd/sc_basicstop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148538\">Icon</alt></image>"
+msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+
+#: 11040000.xhp#par_id3150986.3.help.text
+msgctxt "11040000.xhp#par_id3150986.3.help.text"
+msgid "Stop"
+msgstr "Stop"
+
+#: 11020000.xhp#tit.help.text
+msgctxt "11020000.xhp#tit.help.text"
+msgid "Compile"
+msgstr "Compile"
+
+#: 11020000.xhp#hd_id3148983.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11020000.xhp\" name=\"Compile\">Compile</link>"
+
+#: 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 "<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."
+
+#: 11020000.xhp#par_id3156426.help.text
+msgid "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_compilebasic.png\" id=\"img_id3147576\"><alt id=\"alt_id3147576\">Icon</alt></image>"
+
+#: 11020000.xhp#par_id3149399.3.help.text
+msgctxt "11020000.xhp#par_id3149399.3.help.text"
+msgid "Compile"
+msgstr "Compile"
+
+#: 11150000.xhp#tit.help.text
+msgctxt "11150000.xhp#tit.help.text"
+msgid "Save Source As"
+msgstr "Save Source As"
+
+#: 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 "<link href=\"text/sbasic/shared/02/11150000.xhp\" name=\"Save Source As\">Save Source As</link>"
+
+#: 11150000.xhp#par_id3147261.3.help.text
+msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
+msgstr "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
+
+#: 11150000.xhp#par_id3145071.help.text
+msgid "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149182\" src=\"cmd/sc_savebasicas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149182\">Icon</alt></image>"
+
+#: 11150000.xhp#par_id3151110.2.help.text
+msgctxt "11150000.xhp#par_id3151110.2.help.text"
+msgid "Save Source As"
+msgstr "Save Source As"
+
+#: 11070000.xhp#tit.help.text
+msgctxt "11070000.xhp#tit.help.text"
+msgid "Breakpoint"
+msgstr "Breakpoint"
+
+#: 11070000.xhp#hd_id3154863.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11070000.xhp\" name=\"Breakpoint\">Breakpoint</link>"
+
+#: 11070000.xhp#par_id3155364.2.help.text
+msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
+msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
+
+#: 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 "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."
+
+#: 11070000.xhp#par_id3156346.help.text
+msgid "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152780\" src=\"cmd/sc_togglebreakpoint.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3152780\">Icon</alt></image>"
+
+#: 11070000.xhp#par_id3149416.3.help.text
+msgctxt "11070000.xhp#par_id3149416.3.help.text"
+msgid "Breakpoint"
+msgstr "Breakpoint"
+
+#: 11170000.xhp#tit.help.text
+msgctxt "11170000.xhp#tit.help.text"
+msgid "Manage Breakpoints"
+msgstr "Manage Breakpoints"
+
+#: 11170000.xhp#hd_id3156183.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11170000.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+
+#: 11170000.xhp#par_id3152363.2.help.text
+msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>"
+msgstr "<ahelp hid=\".\">Calls a dialogue to manage breakpoints.</ahelp>"
+
+#: 11170000.xhp#par_id3143267.help.text
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_managebreakpoints.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+
+#: 11170000.xhp#par_id3145383.3.help.text
+msgctxt "11170000.xhp#par_id3145383.3.help.text"
+msgid "Manage Breakpoints"
+msgstr "Manage Breakpoints"
+
+#: 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 "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints dialogue\"><emph>Manage Breakpoints</emph> dialogue</link>"
+
+#: 11100000.xhp#tit.help.text
+msgctxt "11100000.xhp#tit.help.text"
+msgid "Macros"
+msgstr "Macros"
+
+#: 11100000.xhp#hd_id3156183.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11100000.xhp\" name=\"Macros\">Macros</link>"
+
+#: 11100000.xhp#par_id3147399.2.help.text
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialogue.</ahelp>"
+
+#: 11100000.xhp#par_id3148538.help.text
+msgid "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_choosemacro.png\" id=\"img_id3153662\"><alt id=\"alt_id3153662\">Icon</alt></image>"
+
+#: 11100000.xhp#par_id3153542.3.help.text
+msgctxt "11100000.xhp#par_id3153542.3.help.text"
+msgid "Macros"
+msgstr "Macros"
+
+#: 11180000.xhp#tit.help.text
+msgctxt "11180000.xhp#tit.help.text"
+msgid "Import Dialog"
+msgstr "Import Dialog"
+
+#: 11180000.xhp#hd_id3156183.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11180000.xhp\" name=\"Import Dialog\">Import Dialog</link>"
+
+#: 11180000.xhp#par_id3152363.2.help.text
+msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>"
+msgstr "<ahelp hid=\".\">Calls an \"Open\" dialogue to import a BASIC dialogue file.</ahelp>"
+
+#: 11180000.xhp#par_id0929200903505211.help.text
+msgid "If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free \"automatic\" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported."
+msgstr "If the imported dialogue has a name that already exists in the library, you see a message box where you can decide to rename the imported dialogue. In this case the dialogue will be renamed to the next free \"automatic\" name like when creating a new dialogue. Or you can replace the existing dialogue by the imported dialogue. If you click Cancel the dialogue is not imported."
+
+#: 11180000.xhp#par_id0929200903505360.help.text
+msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur."
+msgstr "Dialogues can contain localisation data. When importing a dialogue, a mismatch of the dialogues' localisation status can occur."
+
+#: 11180000.xhp#par_id0929200903505320.help.text
+msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale."
+msgstr "If the library contains additional languages compared to the imported dialogue, or if the imported dialogue is not localised at all, then the additional languages will silently be added to the imported dialogue using the strings of the dialogue's default locale."
+
+#: 11180000.xhp#par_id0929200903505383.help.text
+msgid "If the imported dialog contains additional languages compared to the library, or if the library is not localized at all, then you see a message box with Add, Omit, and Cancel buttons."
+msgstr "If the imported dialogue contains additional languages compared to the library, or if the library is not localised at all, then you see a message box with Add, Omit, and Cancel buttons."
+
+#: 11180000.xhp#par_id0929200903505340.help.text
+msgid "Add: The additional languages from the imported dialog will be added to the already existing dialog. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually."
+msgstr "Add: The additional languages from the imported dialogue will be added to the already existing dialogue. The resources from the library's default language will be used for the new languages. This is the same as if you add these languages manually."
+
+#: 11180000.xhp#par_id0929200903505367.help.text
+msgid "Omit: The library's language settings will stay unchanged. The imported dialog's resources for the omitted languages are not copied into the library, but they remain in the imported dialog's source files."
+msgstr "Omit: The library's language settings will stay unchanged. The imported dialogue's resources for the omitted languages are not copied into the library, but they remain in the imported dialogue's source files."
+
+#: 11180000.xhp#par_id3143267.help.text
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_importdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+
+#: 11180000.xhp#par_id3145383.3.help.text
+msgctxt "11180000.xhp#par_id3145383.3.help.text"
+msgid "Import Dialog"
+msgstr "Import Dialog"
+
+#: 11190000.xhp#tit.help.text
+msgctxt "11190000.xhp#tit.help.text"
+msgid "Export Dialog"
+msgstr "Export Dialog"
+
+#: 11190000.xhp#hd_id3156183.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
+
+#: 11190000.xhp#par_id3152363.2.help.text
+msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">In the dialogue editor, this command calls a \"Save as\" dialogue to export the current BASIC dialogue.</ahelp>"
+
+#: 11190000.xhp#par_id3143267.help.text
+msgid "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155339\" src=\"cmd/sc_exportdialog.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155339\">Icon</alt></image>"
+
+#: 11190000.xhp#par_id3145383.3.help.text
+msgctxt "11190000.xhp#par_id3145383.3.help.text"
+msgid "Export Dialog"
+msgstr "Export Dialog"
+
+#: 11060000.xhp#tit.help.text
+msgctxt "11060000.xhp#tit.help.text"
+msgid "Procedure Step"
+msgstr "Procedure Step"
+
+#: 11060000.xhp#hd_id3148520.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step\">Procedure Step</link>"
+
+#: 11060000.xhp#par_id3152363.2.help.text
+msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
+msgstr "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
+
+#: 11060000.xhp#par_id3153394.4.help.text
+msgctxt "11060000.xhp#par_id3153394.4.help.text"
+msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
+msgstr "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
+
+#: 11060000.xhp#par_id3147576.help.text
+msgid "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3143267\" src=\"cmd/sc_basicstepover.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143267\">Icon</alt></image>"
+
+#: 11060000.xhp#par_id3154307.3.help.text
+msgctxt "11060000.xhp#par_id3154307.3.help.text"
+msgid "Procedure Step"
+msgstr "Procedure Step"
+
+#: 11060000.xhp#par_id3153562.6.help.text
+msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step function\">Single Step function</link>"
+
+#: 20000000.xhp#tit.help.text
+msgctxt "20000000.xhp#tit.help.text"
+msgid "Insert Controls"
+msgstr "Insert Controls"
+
+#: 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>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>"
+msgstr "<bookmark_value>controls; in dialogue editor</bookmark_value><bookmark_value>push button control in dialogue 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>selection options for controls</bookmark_value><bookmark_value>test mode control</bookmark_value>"
+
+#: 20000000.xhp#hd_id3150402.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>"
+msgstr "<link href=\"text/sbasic/shared/02/20000000.xhp\" name=\"Insert Controls\">Insert Controls</link>"
+
+#: 20000000.xhp#par_id3147000.2.help.text
+msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>"
+msgstr "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>"
+
+#: 20000000.xhp#par_id3147226.help.text
+msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3153749.3.help.text
+msgctxt "20000000.xhp#par_id3153749.3.help.text"
+msgid "Insert Controls"
+msgstr "Insert Controls"
+
+#: 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 "In edit mode, double-click a control to open the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties dialogue\">properties dialogue</link>."
+
+#: 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 "In edit mode, you can also right-click a control and choose the cut, copy, and paste command."
+
+#: 20000000.xhp#hd_id3148473.7.help.text
+msgid "Button"
+msgstr "Button"
+
+#: 20000000.xhp#par_id3153824.help.text
+msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>"
+
+#: 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 "<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."
+
+#: 20000000.xhp#par_id3154923.9.help.text
+msgid "If you want, you can add text or a graphic to the button."
+msgstr "If you want, you can add text or a graphic to the button."
+
+#: 20000000.xhp#hd_id3148550.10.help.text
+msgid "Image Control"
+msgstr "Image Control"
+
+#: 20000000.xhp#par_id3154138.help.text
+msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>"
+msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3151042.11.help.text
+msgid "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertImageControl\">Adds a control that displays a graphic.</ahelp>"
+
+#: 20000000.xhp#hd_id3150447.12.help.text
+msgid "Check Box"
+msgstr "Tick Box"
+
+#: 20000000.xhp#par_id3155131.help.text
+msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:Checkbox\">Adds a check box that you can use to turn a function on or off.</ahelp>"
+
+#: 20000000.xhp#hd_id3150486.14.help.text
+msgid "Option Button"
+msgstr "Option Button"
+
+#: 20000000.xhp#par_id3155856.help.text
+msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>"
+
+#: 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 "<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."
+
+#: 20000000.xhp#hd_id3154729.16.help.text
+msgid "Label Field"
+msgstr "Label Field"
+
+#: 20000000.xhp#par_id3149300.help.text
+msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>"
+
+#: 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 "<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."
+
+#: 20000000.xhp#hd_id3149123.18.help.text
+msgid "Text Box"
+msgstr "Text Box"
+
+#: 20000000.xhp#par_id3153766.help.text
+msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:InsertEdit\">Adds an input box where you can enter and edit text.</ahelp>"
+
+#: 20000000.xhp#hd_id3154253.20.help.text
+msgid "List Box"
+msgstr "List Box"
+
+#: 20000000.xhp#par_id3155959.help.text
+msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:InsertListbox\">Adds a box where you can click an entry on a list.</ahelp>"
+
+#: 20000000.xhp#hd_id3150644.22.help.text
+msgid "Combo Box"
+msgstr "Combo Box"
+
+#: 20000000.xhp#par_id3148418.help.text
+msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>"
+
+#: 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 "<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\"."
+
+#: 20000000.xhp#hd_id3154585.24.help.text
+msgid "Horizontal Scrollbar"
+msgstr "Horizontal Scrollbar"
+
+#: 20000000.xhp#par_id3153781.help.text
+msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3153232.25.help.text
+msgid "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:HScrollbar\">Adds a horizontal scrollbar to the dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3154119.26.help.text
+msgid "Vertical Scrollbar"
+msgstr "Vertical Scrollbar"
+
+#: 20000000.xhp#par_id3150515.help.text
+msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3155376.27.help.text
+msgid "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:VScrollbar\">Adds a vertical scrollbar to the dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3150313.28.help.text
+msgid "Group Box"
+msgstr "Group Box"
+
+#: 20000000.xhp#par_id3151184.help.text
+msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:Groupbox\">Adds a frame that you can use to visually group similar controls, such as option buttons.</ahelp>"
+
+#: 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 "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."
+
+#: 20000000.xhp#hd_id3149330.31.help.text
+msgid "Progress Bar"
+msgstr "Progress Bar"
+
+#: 20000000.xhp#par_id3159093.help.text
+msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3157979.32.help.text
+msgid "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:ProgressBar\">Adds a progress bar to the dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3145654.33.help.text
+msgid "Horizontal Line"
+msgstr "Horizontal Line"
+
+#: 20000000.xhp#par_id3150888.help.text
+msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3151000.34.help.text
+msgid "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:HFixedLine\">Adds a horizontal line to the dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3155095.35.help.text
+msgid "Vertical Line"
+msgstr "Vertical Line"
+
+#: 20000000.xhp#par_id3154913.help.text
+msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3159203.36.help.text
+msgid "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:VFixedLine\">Adds a vertical line to the dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3154540.37.help.text
+msgid "Date Field"
+msgstr "Date Field"
+
+#: 20000000.xhp#par_id3148901.help.text
+msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3154214.38.help.text
+msgid "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>"
+msgstr "<ahelp hid=\".uno:AddDateField\">Adds a date field.</ahelp>"
+
+#: 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 "If you assign the \"dropdown\" property to the date field, a user can drop down a calendar to select a date."
+
+#: 20000000.xhp#hd_id3151126.40.help.text
+msgid "Time Field"
+msgstr "Time Field"
+
+#: 20000000.xhp#par_id3154338.help.text
+msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3151191.41.help.text
+msgid "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>"
+msgstr "<ahelp hid=\"SID_INSERT_TIMEFIELD\">Adds a time field.</ahelp>"
+
+#: 20000000.xhp#hd_id3154733.42.help.text
+msgid "Numeric Field"
+msgstr "Numeric Field"
+
+#: 20000000.xhp#par_id3146107.help.text
+msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3147244.43.help.text
+msgid "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertNumericField\">Adds a numeric field.</ahelp>"
+
+#: 20000000.xhp#hd_id3149870.44.help.text
+msgid "Currency Field"
+msgstr "Currency Field"
+
+#: 20000000.xhp#par_id3153958.help.text
+msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3154064.45.help.text
+msgid "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertCurrencyField\">Adds a currency field.</ahelp>"
+
+#: 20000000.xhp#hd_id3150117.46.help.text
+msgid "Formatted Field"
+msgstr "Formatted Field"
+
+#: 20000000.xhp#par_id3153162.help.text
+msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>"
+
+#: 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 "<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>"
+
+#: 20000000.xhp#hd_id3156160.48.help.text
+msgid "Pattern Field"
+msgstr "Pattern Field"
+
+#: 20000000.xhp#par_id3150379.help.text
+msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>"
+
+#: 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 literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded."
+msgstr "<ahelp hid=\".uno:InsertPatternField\">Adds a masked field.</ahelp> A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded."
+
+#: 20000000.xhp#hd_id3146815.50.help.text
+msgid "File Selection"
+msgstr "File Selection"
+
+#: 20000000.xhp#par_id3149194.help.text
+msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3145632.51.help.text
+msgid "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialog.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertFileControl\">Adds a button that opens a file selection dialogue.</ahelp>"
+
+#: 20000000.xhp#hd_id3155912.52.help.text
+msgid "Select"
+msgstr "Select"
+
+#: 20000000.xhp#par_id3154903.help.text
+msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3148465.53.help.text
+msgid "<ahelp hid=\".\">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 "<ahelp hid=\".\">Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialogue so that you can edit them.</ahelp>"
+
+#: 20000000.xhp#hd_id3154055.54.help.text
+msgid "Properties"
+msgstr "Properties"
+
+#: 20000000.xhp#par_id3148725.help.text
+msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:ShowPropBrowser\">Opens a dialogue where you can edit the <link href=\"text/sbasic/shared/01170100.xhp\" name=\"properties\">properties</link> of the selected control.</ahelp>"
+
+#: 20000000.xhp#hd_id3153746.56.help.text
+msgid "Activate Test Mode"
+msgstr "Activate Test Mode"
+
+#: 20000000.xhp#par_id3147417.help.text
+msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>"
+
+#: 20000000.xhp#par_id3150699.57.help.text
+msgid "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialog closer icon to end test mode.</ahelp>"
+msgstr "<ahelp hid=\".uno:TestMode\">Starts test mode. Click the dialogue closer icon to end test mode.</ahelp>"
+
+#: 20000000.xhp#hd_id2954191.help.text
+msgid "Manage Language"
+msgstr "Manage Language"
+
+#: 20000000.xhp#par_id2320017.help.text
+msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
+msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
+
+#: 20000000.xhp#par_id1261940.help.text
+msgid "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialog</link> to enable or manage multiple sets of dialog resources for multiple languages.</ahelp>"
+msgstr "<ahelp hid=\".uno:ManageLanguage\">Opens a <link href=\"text/sbasic/guide/translation.xhp\">dialogue</link> to enable or manage multiple sets of dialogue resources for multiple languages.</ahelp>"
+
+#: 20000000.xhp#hd_id11902.help.text
+msgid "Tree Control"
+msgstr "Tree Control"
+
+#: 20000000.xhp#par_id7511520.help.text
+msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>"
+msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>"
+
+#: 20000000.xhp#par_id9961851.help.text
+msgid "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>"
+msgstr "<ahelp hid=\".\">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp>"
+
+#: 11050000.xhp#tit.help.text
+msgctxt "11050000.xhp#tit.help.text"
+msgid "Single Step"
+msgstr "Single Step"
+
+#: 11050000.xhp#hd_id3155934.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11050000.xhp\" name=\"Single Step\">Single Step</link>"
+
+#: 11050000.xhp#par_id3146117.2.help.text
+msgid "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>"
+msgstr "<ahelp hid=\".uno:BasicStepInto\">Runs the macro and stops it after the next command.</ahelp>"
+
+#: 11050000.xhp#par_id3152801.4.help.text
+msgctxt "11050000.xhp#par_id3152801.4.help.text"
+msgid "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
+msgstr "You can use this command in conjunction with the <link href=\"text/sbasic/shared/02/11080000.xhp\" name=\"Watch\">Watch</link> command to troubleshoot errors."
+
+#: 11050000.xhp#par_id3157958.help.text
+msgid "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153345\" src=\"cmd/sc_basicstepinto.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153345\">Icon</alt></image>"
+
+#: 11050000.xhp#par_id3147573.3.help.text
+msgctxt "11050000.xhp#par_id3147573.3.help.text"
+msgid "Single Step"
+msgstr "Single Step"
+
+#: 11050000.xhp#par_id3149235.6.help.text
+msgid "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11060000.xhp\" name=\"Procedure Step function\">Procedure Step function</link>"
+
+#: 11090000.xhp#tit.help.text
+msgctxt "11090000.xhp#tit.help.text"
+msgid "Object Catalog"
+msgstr "Object Catalog"
+
+#: 11090000.xhp#hd_id3153255.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11090000.xhp\" name=\"Object Catalog\">Object Catalog</link>"
+
+#: 11090000.xhp#par_id3151384.2.help.text
+msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> dialog, where you can view Basic objects.</ahelp>"
+msgstr "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> dialogue, where you can view Basic objects.</ahelp>"
+
+#: 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 "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 dialogue and then click the <emph>Show</emph> icon to load and display that module or dialogue."
+
+#: 11090000.xhp#par_id3148538.help.text
+msgid "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163803\" src=\"cmd/sc_objectcatalog.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163803\">Icon</alt></image>"
+
+#: 11090000.xhp#par_id3154515.3.help.text
+msgctxt "11090000.xhp#par_id3154515.3.help.text"
+msgid "Object Catalog"
+msgstr "Object Catalog"
+
+#: 11090000.xhp#hd_id3155388.4.help.text
+msgctxt "11090000.xhp#hd_id3155388.4.help.text"
+msgid "Show"
+msgstr "Show"
+
+#: 11090000.xhp#par_id3155630.5.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">Display the source text or dialog of a selected object.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_OBJCAT_SHOW\">Display the source text or dialogue of a selected object.</ahelp>"
+
+#: 11090000.xhp#par_id3153126.help.text
+msgid "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148474\" src=\"basctl/res/im01.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148474\">Icon</alt></image>"
+
+#: 11090000.xhp#par_id3147560.6.help.text
+msgctxt "11090000.xhp#par_id3147560.6.help.text"
+msgid "Show"
+msgstr "Show"
+
+#: 11090000.xhp#hd_id3146794.13.help.text
+msgid "Window Area"
+msgstr "Window Area"
+
+#: 11090000.xhp#par_id3149655.14.help.text
+msgid "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogs. 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.</ahelp>"
+msgstr "<ahelp hid=\"HID_BASICIDE_OBJECTCAT\">Displays a hierarchical view of the current $[officename] macro libraries, modules, and dialogues. 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.</ahelp>"
+
+#: 11120000.xhp#tit.help.text
+msgctxt "11120000.xhp#tit.help.text"
+msgid "Find Parentheses"
+msgstr "Find Parentheses"
+
+#: 11120000.xhp#hd_id3149497.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11120000.xhp\" name=\"Find Parentheses\">Find Parentheses</link>"
+
+#: 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 "<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>"
+
+#: 11120000.xhp#par_id3149182.help.text
+msgid "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_matchgroup.png\" id=\"img_id3155892\"><alt id=\"alt_id3155892\">Icon</alt></image>"
+
+#: 11120000.xhp#par_id3147276.3.help.text
+msgctxt "11120000.xhp#par_id3147276.3.help.text"
+msgid "Find Parentheses"
+msgstr "Find Parentheses"
+
+#: 11110000.xhp#tit.help.text
+msgctxt "11110000.xhp#tit.help.text"
+msgid "Modules"
+msgstr "Modules"
+
+#: 11110000.xhp#hd_id3148520.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11110000.xhp\" name=\"Modules\">Modules</link>"
+
+#: 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 "<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> dialogue.</ahelp>"
+
+#: 11110000.xhp#par_id3157958.help.text
+msgid "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_moduledialog.png\" id=\"img_id3155535\"><alt id=\"alt_id3155535\">Icon</alt></image>"
+
+#: 11110000.xhp#par_id3145383.3.help.text
+msgctxt "11110000.xhp#par_id3145383.3.help.text"
+msgid "Modules"
+msgstr "Modules"
+
+#: 11160000.xhp#tit.help.text
+msgctxt "11160000.xhp#tit.help.text"
+msgid "Step Out"
+msgstr "Step Out"
+
+#: 11160000.xhp#hd_id3148983.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11160000.xhp\" name=\"Step Out\">Step Out</link>"
+
+#: 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 "<ahelp hid=\".uno:BasicStepOut\" visibility=\"visible\">Jumps back to the previous routine in the current macro.</ahelp>"
+
+#: 11160000.xhp#par_id3156410.help.text
+msgid "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_basicstepout.png\" id=\"img_id3159233\"><alt id=\"alt_id3159233\">Icon</alt></image>"
+
+#: 11160000.xhp#par_id3158421.3.help.text
+msgctxt "11160000.xhp#par_id3158421.3.help.text"
+msgid "Step Out"
+msgstr "Step Out"
+
+#: 11030000.xhp#tit.help.text
+msgctxt "11030000.xhp#tit.help.text"
+msgid "Run"
+msgstr "Run"
+
+#: 11030000.xhp#hd_id3153255.1.help.text
+msgid "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>"
+msgstr "<link href=\"text/sbasic/shared/02/11030000.xhp\" name=\"Run\">Run</link>"
+
+#: 11030000.xhp#par_id3159201.2.help.text
+msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>"
+msgstr "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>"
+
+#: 11030000.xhp#par_id3156410.help.text
+msgid "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_runbasic.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3153311\">Icon</alt></image>"
+
+#: 11030000.xhp#par_id3154750.3.help.text
+msgctxt "11030000.xhp#par_id3154750.3.help.text"
+msgid "Run"
+msgstr "Run"
+
+#: 11140000.xhp#tit.help.text
+msgid "Insert Source Text"
+msgstr "Insert Source Text"
+
+#: 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 "<link href=\"text/sbasic/shared/02/11140000.xhp\" name=\"Insert Source Text\">Insert Source Text</link>"
+
+#: 11140000.xhp#par_id3150702.2.help.text
+msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
+msgstr "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
+
+#: 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 "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>."
+
+#: 11140000.xhp#par_id3145136.help.text
+msgid "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_loadbasic.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147571\">Icon</alt></image>"
+
+#: 11140000.xhp#par_id3145346.4.help.text
+msgid "Insert source text"
+msgstr "Insert source text"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc.po b/source/en-ZA/helpcontent2/source/text/scalc.po
new file mode 100644
index 00000000000..688635402ad
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc.po
@@ -0,0 +1,762 @@
+#. extracted from helpcontent2/source/text/scalc.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 15:23+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: main0112.xhp#tit.help.text
+msgid "Data"
+msgstr "Data"
+
+#: main0112.xhp#hd_id3153254.1.help.text
+msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>"
+
+#: main0112.xhp#par_id3147264.2.help.text
+msgid "<ahelp hid=\".\">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 create a pivot table.</ahelp>"
+msgstr ""
+
+#: main0112.xhp#hd_id3150400.3.help.text
+msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>"
+msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>"
+
+#: main0112.xhp#hd_id3125863.4.help.text
+msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>"
+msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>"
+
+#: main0112.xhp#hd_id3153726.5.help.text
+msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>"
+
+#: main0112.xhp#hd_id3153142.6.help.text
+msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>"
+msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>"
+
+#: main0112.xhp#hd_id3151073.10.help.text
+msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
+
+#: main0112.xhp#hd_id3145254.7.help.text
+msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>"
+msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>"
+
+#: main0112.xhp#hd_id1387066.help.text
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+
+#: main0112.xhp#hd_id3150717.8.help.text
+msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>"
+msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>"
+
+#: main0112.xhp#hd_id3154754.9.help.text
+msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+
+#: main0101.xhp#tit.help.text
+msgid "File"
+msgstr "File"
+
+#: main0101.xhp#hd_id3156023.1.help.text
+msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
+
+#: main0101.xhp#par_id3151112.2.help.text
+msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+msgstr "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+
+#: main0101.xhp#hd_id3154684.4.help.text
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+
+#: main0101.xhp#hd_id3147434.5.help.text
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+
+#: main0101.xhp#hd_id3147396.11.help.text
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+
+#: main0101.xhp#hd_id3149400.7.help.text
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+
+#: main0101.xhp#hd_id3155445.9.help.text
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+
+#: main0101.xhp#hd_id3147339.10.help.text
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
+
+#: main0206.xhp#tit.help.text
+msgid "Formula Bar"
+msgstr "Formula Bar"
+
+#: main0206.xhp#hd_id3147264.1.help.text
+msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/main0206.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+
+#: main0206.xhp#par_id3150400.2.help.text
+msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulae.</ahelp>"
+
+#: main0104.xhp#tit.help.text
+msgid "Insert"
+msgstr "Insert"
+
+#: main0104.xhp#hd_id3157909.1.help.text
+msgid "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/scalc/main0104.xhp\" name=\"Insert\">Insert</link>"
+
+#: main0104.xhp#par_id3153896.2.help.text
+msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp>"
+
+#: main0104.xhp#hd_id3150769.3.help.text
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Cells\">Cells</link>"
+
+#: main0104.xhp#hd_id3149260.4.help.text
+msgid "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"Sheet\">Sheet</link>"
+
+#: main0104.xhp#hd_id3153726.7.help.text
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+
+#: main0104.xhp#hd_id3156285.13.help.text
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+
+#: main0104.xhp#hd_id3154492.5.help.text
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Function\">Function</link>"
+
+#: main0104.xhp#hd_id3154511.12.help.text
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+
+#: main0104.xhp#hd_id3145640.6.help.text
+msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
+
+#: main0104.xhp#hd_id3146918.11.help.text
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
+
+#: main0104.xhp#par_id0302200904002496.help.text
+msgid "Inserts a chart."
+msgstr "Inserts a chart."
+
+#: main0104.xhp#hd_id3147003.10.help.text
+msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+
+#: main0214.xhp#tit.help.text
+msgid "Picture Bar"
+msgstr "Picture Bar"
+
+#: main0214.xhp#hd_id3153088.1.help.text
+msgid "<link href=\"text/scalc/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
+msgstr "<link href=\"text/scalc/main0214.xhp\" name=\"Picture Bar\">Picture Bar</link>"
+
+#: 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 "<ahelp hid=\".\">The <emph>Picture</emph> bar is displayed when you insert or select a picture in a sheet.</ahelp>"
+
+#: main0203.xhp#tit.help.text
+msgid "Drawing Object Properties Bar"
+msgstr "Drawing Object Properties Bar"
+
+#: 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 "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
+
+#: 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 "<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>"
+
+#: main0203.xhp#hd_id3145748.3.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+
+#: main0203.xhp#hd_id3151073.4.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+
+#: main0203.xhp#hd_id3153417.5.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Colour</link>"
+
+#: main0203.xhp#hd_id3147338.6.help.text
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Color\">Background Color</link>"
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Background Colour\">Background Color</link>"
+
+#: main0210.xhp#tit.help.text
+msgid "Page Preview Bar"
+msgstr "Page Preview Bar"
+
+#: main0210.xhp#hd_id3156023.1.help.text
+msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
+msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
+
+#: 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 "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Page Preview</emph> Bar is displayed when you choose <emph>File - Page Preview</emph>.</ahelp>"
+
+#: main0210.xhp#hd_id3147393.3.help.text
+msgid "Full Screen"
+msgstr ""
+
+#: main0210.xhp#par_id460828.help.text
+msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
+msgstr ""
+
+#: main0210.xhp#hd_id3147394.3.help.text
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
+msgstr ""
+
+#: main0210.xhp#hd_id3147494.3.help.text
+msgid "Margins"
+msgstr ""
+
+#: main0210.xhp#par_id460929.help.text
+msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog."
+msgstr ""
+
+#: main0210.xhp#hd_id3245494.3.help.text
+msgid "Scaling Factor"
+msgstr ""
+
+#: main0210.xhp#par_id460939.help.text
+msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too."
+msgstr ""
+
+#: main0210.xhp#hd_id3147395.3.help.text
+msgid "Close Preview"
+msgstr ""
+
+#: main0210.xhp#par_id460829.help.text
+msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
+msgstr ""
+
+#: main0000.xhp#tit.help.text
+msgctxt "main0000.xhp#tit.help.text"
+msgid "Welcome to the $[officename] Calc Help"
+msgstr "Welcome to the $[officename] Calc Help"
+
+#: main0000.xhp#hd_id3147338.1.help.text
+msgctxt "main0000.xhp#hd_id3147338.1.help.text"
+msgid "Welcome to the $[officename] Calc Help"
+msgstr "Welcome to the $[officename] Calc Help"
+
+#: main0000.xhp#hd_id3153965.3.help.text
+msgid "How to Work With $[officename] Calc"
+msgstr "How to Work With $[officename] Calc"
+
+#: main0000.xhp#par_id3147004.5.help.text
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
+
+#: main0000.xhp#hd_id3154659.6.help.text
+msgid "$[officename] Calc Menus, Toolbars, and Keys"
+msgstr "$[officename] Calc Menus, Toolbars, and Keys"
+
+#: main0000.xhp#hd_id3150883.4.help.text
+msgid "Help about the Help"
+msgstr "Help about the Help"
+
+#: main0103.xhp#tit.help.text
+msgid "View"
+msgstr "View"
+
+#: main0103.xhp#hd_id3151112.1.help.text
+msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
+
+#: main0103.xhp#par_id3149456.2.help.text
+msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
+msgstr "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
+
+#: main0103.xhp#par_idN105AB.help.text
+msgid "Normal"
+msgstr "Normal"
+
+#: main0103.xhp#par_idN105AF.help.text
+msgid "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
+msgstr "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
+
+#: main0103.xhp#hd_id3125863.3.help.text
+msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+
+#: main0100.xhp#tit.help.text
+msgid "Menus"
+msgstr "Menus"
+
+#: main0100.xhp#hd_id3156023.1.help.text
+msgid "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+msgstr "<variable id=\"main0100\"><link href=\"text/scalc/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+
+#: main0100.xhp#par_id3154760.2.help.text
+msgid "The following menu commands are available for spreadsheets."
+msgstr "The following menu commands are available for spreadsheets."
+
+#: main0205.xhp#tit.help.text
+msgid "Text Formatting Bar"
+msgstr "Text Formatting Bar"
+
+#: main0205.xhp#hd_id3156330.1.help.text
+msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
+msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
+
+#: 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 "<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>"
+
+#: main0205.xhp#hd_id3148575.7.help.text
+msgctxt "main0205.xhp#hd_id3148575.7.help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
+msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Colour</link>"
+
+#: main0205.xhp#hd_id3154944.8.help.text
+msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>"
+msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1\">Line Spacing: 1</link>"
+
+#: 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 "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 1.5\">Line Spacing: 1.5</link>"
+
+#: main0205.xhp#hd_id3153711.10.help.text
+msgid "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>"
+msgstr "<link href=\"text/shared/01/05030100.xhp\" name=\"Line Spacing: 2\">Line Spacing: 2</link>"
+
+#: main0205.xhp#hd_id3147345.11.help.text
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>"
+msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Left\">Align Left</link>"
+
+#: main0205.xhp#hd_id3155337.12.help.text
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>"
+msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Centered\">Centered</link>"
+
+#: main0205.xhp#hd_id3147001.13.help.text
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>"
+msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Align Right\">Align Right</link>"
+
+#: main0205.xhp#hd_id3155115.14.help.text
+msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>"
+msgstr "<link href=\"text/shared/01/05030700.xhp\" name=\"Justify\">Justify</link>"
+
+#: main0205.xhp#hd_id3150202.15.help.text
+msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>"
+msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Superscript\">Superscript</link>"
+
+#: main0205.xhp#hd_id3155531.16.help.text
+msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>"
+msgstr "<link href=\"text/shared/01/05020500.xhp\" name=\"Subscript\">Subscript</link>"
+
+#: main0205.xhp#hd_id3145387.17.help.text
+msgctxt "main0205.xhp#hd_id3145387.17.help.text"
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+
+#: main0205.xhp#hd_id3153067.18.help.text
+msgctxt "main0205.xhp#hd_id3153067.18.help.text"
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+
+#: main0200.xhp#tit.help.text
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: main0200.xhp#hd_id3154758.1.help.text
+msgid "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+msgstr "<variable id=\"main0200\"><link href=\"text/scalc/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+
+#: 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 "This submenu lists the toolbars that are available in spreadsheets.<embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
+
+#: main0503.xhp#tit.help.text
+msgid "$[officename] Calc Features"
+msgstr "$[officename] Calc Features"
+
+#: 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 "<variable id=\"main0503\"><link href=\"text/scalc/main0503.xhp\" name=\"$[officename] Calc Features\">$[officename] Calc Features</link></variable>"
+
+#: 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 "$[officename] Calc is a spreadsheet application that you can use to calculate, analyse, and manage your data. You can also import and modify Microsoft Excel spreadsheets."
+
+#: main0503.xhp#hd_id3148797.4.help.text
+msgid "Calculations"
+msgstr "Calculations"
+
+#: 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 "$[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 formulae to perform complex calculations on your data."
+
+#: 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 "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulae."
+
+#: main0503.xhp#hd_id3152596.13.help.text
+msgid "What-If Calculations"
+msgstr "What-If Calculations"
+
+#: 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 "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."
+
+#: main0503.xhp#hd_id3148576.7.help.text
+msgid "Database Functions"
+msgstr "Database Functions"
+
+#: main0503.xhp#par_id3154011.8.help.text
+msgid "Use spreadsheets to arrange, store, and filter your data."
+msgstr "Use spreadsheets to arrange, store, and filter your data."
+
+#: 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 "$[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."
+
+#: main0503.xhp#hd_id3145800.9.help.text
+msgid "Arranging Data"
+msgstr "Arranging Data"
+
+#: 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 "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."
+
+#: main0503.xhp#hd_id3155601.16.help.text
+msgid "Dynamic Charts"
+msgstr "Dynamic Charts"
+
+#: 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 "$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes."
+
+#: main0503.xhp#hd_id3153707.18.help.text
+msgid "Opening and Saving Microsoft Files"
+msgstr "Opening and Saving Microsoft Files"
+
+#: 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 "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>."
+
+#: main0105.xhp#tit.help.text
+msgid "Format"
+msgstr "Format"
+
+#: main0105.xhp#hd_id3149669.1.help.text
+msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>"
+msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>"
+
+#: 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 "<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>"
+
+#: main0105.xhp#hd_id3154732.4.help.text
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>"
+msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Cells\">Cells</link>"
+
+#: main0105.xhp#hd_id3155087.9.help.text
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>"
+
+#: main0105.xhp#hd_id3145748.12.help.text
+msgctxt "main0105.xhp#hd_id3145748.12.help.text"
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+
+#: main0105.xhp#hd_id3154485.13.help.text
+msgctxt "main0105.xhp#hd_id3154485.13.help.text"
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+
+#: main0105.xhp#hd_id3157980.11.help.text
+msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>"
+msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link>"
+
+#: main0105.xhp#hd_id3159206.14.help.text
+msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>"
+msgstr "<link href=\"text/scalc/01/05120000.xhp\" name=\"Conditional Formatting\">Conditional Formatting</link>"
+
+#: main0105.xhp#hd_id3154703.17.help.text
+msgid "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>"
+msgstr "<link href=\"text/shared/02/01170100.xhp\" name=\"Control\">Control</link>"
+
+#: main0105.xhp#hd_id3147005.16.help.text
+msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>"
+msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>"
+
+#: main0102.xhp#tit.help.text
+msgid "Edit"
+msgstr "Edit"
+
+#: main0102.xhp#hd_id3156023.1.help.text
+msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
+
+#: main0102.xhp#par_id3154758.2.help.text
+msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
+msgstr "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
+
+#: main0102.xhp#hd_id3146119.3.help.text
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+
+#: main0102.xhp#hd_id3153728.12.help.text
+msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
+msgstr "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
+
+#: main0102.xhp#hd_id3154492.4.help.text
+msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+
+#: main0102.xhp#hd_id3150715.5.help.text
+msgid "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
+msgstr "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
+
+#: main0102.xhp#hd_id3149018.6.help.text
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
+
+#: main0102.xhp#hd_id3156384.7.help.text
+msgid "<link href=\"text/scalc/01/02160000.xhp\" name=\"Delete Cells\">Delete Cells</link>"
+msgstr "<link href=\"text/scalc/01/02160000.xhp\" name=\"Delete Cells\">Delete Cells</link>"
+
+#: main0102.xhp#hd_id3146919.10.help.text
+msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+
+#: main0102.xhp#hd_id3148488.11.help.text
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+
+#: main0208.xhp#tit.help.text
+msgid "Status Bar"
+msgstr "Status Bar"
+
+#: main0208.xhp#hd_id3151385.1.help.text
+msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
+msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
+
+#: main0208.xhp#par_id3149669.2.help.text
+msgid "The <emph>Status Bar</emph> displays information about the current sheet."
+msgstr "The <emph>Status Bar</emph> displays information about the current sheet."
+
+#: main0208.xhp#hd_id0821200911024321.help.text
+msgid "Digital Signature"
+msgstr "Digital Signature"
+
+#: main0208.xhp#par_id0821200911024344.help.text
+msgid "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+msgstr "See also <link href=\"text/shared/guide/digital_signatures.xhp\">Digital Signatures</link>."
+
+#: main0106.xhp#tit.help.text
+msgid "Tools"
+msgstr "Tools"
+
+#: main0106.xhp#hd_id3150769.1.help.text
+msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
+
+#: main0106.xhp#par_id3150440.2.help.text
+msgid "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
+msgstr "<ahelp hid=\".\">The <emph>Tools </emph>menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
+
+#: 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 "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."
+
+#: main0106.xhp#hd_id3149122.12.help.text
+msgctxt "main0106.xhp#hd_id3149122.12.help.text"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+
+#: main0106.xhp#hd_id3155768.6.help.text
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
+msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
+
+#: main0106.xhp#hd_id3154015.9.help.text
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+
+#: main0106.xhp#hd_id3150086.8.help.text
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+
+#: main0218.xhp#tit.help.text
+msgid "Tools Bar"
+msgstr "Tools Bar"
+
+#: main0218.xhp#hd_id3143268.1.help.text
+msgid "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>"
+msgstr "<link href=\"text/scalc/main0218.xhp\" name=\"Tools Bar\">Tools Bar</link>"
+
+#: 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 "<ahelp hid=\"HID_SC_TOOLBOX_TOOLS\">Use the Tools bar to access commonly used commands.</ahelp>"
+
+#: main0218.xhp#par_idN10610.help.text
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>"
+msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Controls\">Controls</link>"
+
+#: main0218.xhp#hd_id3154730.6.help.text
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>"
+msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Choose Themes\">Choose Themes</link>"
+
+#: main0218.xhp#par_idN10690.help.text
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced Filter\">Advanced Filter</link>"
+
+#: main0218.xhp#par_idN106A8.help.text
+msgid "<link href=\"text/scalc/01/12090100.xhp\">Start</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\">Start</link>"
+
+#: main0218.xhp#par_idN106C0.help.text
+msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
+msgstr "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter\">Euro Converter</link>"
+
+#: main0218.xhp#par_idN106D8.help.text
+msgid "<link href=\"text/scalc/01/04070100.xhp\">Define</link>"
+msgstr "<link href=\"text/scalc/01/04070100.xhp\">Define</link>"
+
+#: main0218.xhp#par_idN106F0.help.text
+msgctxt "main0218.xhp#par_idN106F0.help.text"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+
+#: main0202.xhp#tit.help.text
+msgid "Formatting Bar"
+msgstr "Formatting Bar"
+
+#: main0202.xhp#hd_id3150448.1.help.text
+msgid "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
+msgstr "<link href=\"text/scalc/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
+
+#: 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 "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp>"
+
+#: main0202.xhp#hd_id3153160.8.help.text
+msgctxt "main0202.xhp#hd_id3153160.8.help.text"
+msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
+msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Colour</link>"
+
+#: main0202.xhp#hd_id3150715.9.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Left\">Align Left</link>"
+
+#: main0202.xhp#hd_id3155064.10.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Horizontally\">Align Center Horizontally</link>"
+
+#: main0202.xhp#hd_id3150042.11.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Right\">Align Right</link>"
+
+#: main0202.xhp#hd_id3154703.12.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Justify\">Justify</link>"
+
+#: main0202.xhp#hd_id3152986.13.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Top\">Align Top</link>"
+
+#: main0202.xhp#hd_id3153306.14.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Center Vertically\">Align Center Vertically</link>"
+
+#: main0202.xhp#hd_id3151240.15.help.text
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>"
+msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Align Bottom\">Align Bottom</link>"
+
+#: main0202.xhp#par_idN10843.help.text
+msgid "Number Format : Date"
+msgstr "Number Format : Date"
+
+#: main0202.xhp#par_idN10847.help.text
+msgid "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".\">Applies the date format to the selected cells.</ahelp>"
+
+#: main0202.xhp#par_idN1085E.help.text
+msgid "Number Format: Exponential"
+msgstr "Number Format: Exponential"
+
+#: main0202.xhp#par_idN10862.help.text
+msgid "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".\">Applies the exponential format to the selected cells.</ahelp>"
+
+#: main0202.xhp#par_idN10871.help.text
+msgid "Additional icons"
+msgstr "Additional icons"
+
+#: main0202.xhp#par_idN10875.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 "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible."
+
+#: main0202.xhp#par_idN1088E.help.text
+msgid "Left-To-Right"
+msgstr "Left-To-Right"
+
+#: main0202.xhp#par_idN1089C.help.text
+msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
+msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
+
+#: main0202.xhp#par_idN108BA.help.text
+msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>"
+msgstr "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>"
+
+#: main0202.xhp#par_idN108D1.help.text
+msgid "Right-To-Left"
+msgstr "Right-To-Left"
+
+#: main0202.xhp#par_idN108DF.help.text
+msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
+msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
+
+#: main0202.xhp#par_idN108FD.help.text
+msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>"
+msgstr "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>"
+
+#: main0202.xhp#par_id192266.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>"
+
+#: main0202.xhp#par_id1998962.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the right.</ahelp>"
+
+#: main0202.xhp#par_id2376476.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centers the contents of the cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Horizontally centres the contents of the cell.</ahelp>"
+
+#: main0202.xhp#par_id349131.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>"
+
+#: main0107.xhp#tit.help.text
+msgid "Window"
+msgstr "Window"
+
+#: main0107.xhp#hd_id3154758.1.help.text
+msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
+msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
+
+#: main0107.xhp#par_id3150398.2.help.text
+msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
+msgstr "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/00.po b/source/en-ZA/helpcontent2/source/text/scalc/00.po
new file mode 100644
index 00000000000..fcd8c692e3d
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/00.po
@@ -0,0 +1,839 @@
+#. extracted from helpcontent2/source/text/scalc/00.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 15:23+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 00000407.xhp#tit.help.text
+msgctxt "00000407.xhp#tit.help.text"
+msgid "Window Menu"
+msgstr "Window Menu"
+
+#: 00000407.xhp#hd_id3155628.1.help.text
+msgctxt "00000407.xhp#hd_id3155628.1.help.text"
+msgid "Window Menu"
+msgstr "Window Menu"
+
+#: 00000407.xhp#par_id3147335.2.help.text
+msgid "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
+msgstr "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
+
+#: 00000407.xhp#par_id3153663.3.help.text
+msgid "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
+msgstr "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
+
+#: 00000402.xhp#tit.help.text
+msgctxt "00000402.xhp#tit.help.text"
+msgid "Edit Menu"
+msgstr "Edit Menu"
+
+#: 00000402.xhp#hd_id3147303.1.help.text
+msgctxt "00000402.xhp#hd_id3147303.1.help.text"
+msgid "Edit Menu"
+msgstr "Edit Menu"
+
+#: 00000402.xhp#par_id3155555.2.help.text
+msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
+msgstr "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
+
+#: 00000402.xhp#par_id3159233.3.help.text
+msgid "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
+msgstr "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
+
+#: 00000402.xhp#par_id3150443.4.help.text
+msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
+msgstr "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
+
+#: 00000402.xhp#par_id3143267.5.help.text
+msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
+msgstr "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
+
+#: 00000402.xhp#par_id3153880.6.help.text
+msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
+msgstr "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
+
+#: 00000402.xhp#par_id3151245.7.help.text
+msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
+msgstr "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
+
+#: 00000402.xhp#par_id3145068.8.help.text
+msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
+msgstr "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
+
+#: 00000402.xhp#par_id3150400.9.help.text
+msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
+msgstr "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
+
+#: 00000402.xhp#par_id3154910.10.help.text
+msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
+msgstr "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
+
+#: 00000402.xhp#par_id3154123.11.help.text
+msgid "Choose <emph>Edit - Delete Contents</emph>"
+msgstr "Choose <emph>Edit - Delete Contents</emph>"
+
+#: 00000402.xhp#par_id3145785.20.help.text
+msgid "Backspace"
+msgstr ""
+
+#: 00000402.xhp#par_id3150011.12.help.text
+msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
+msgstr "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
+
+#: 00000402.xhp#par_id3153951.13.help.text
+msgid "Choose <emph>Edit – Sheet - Delete</emph>"
+msgstr "Choose <emph>Edit – Sheet - Delete</emph>"
+
+#: 00000402.xhp#par_id3155306.18.help.text
+msgctxt "00000402.xhp#par_id3155306.18.help.text"
+msgid "Open context menu for a sheet tab"
+msgstr "Open context menu for a sheet tab"
+
+#: 00000402.xhp#par_id3146119.14.help.text
+msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
+msgstr "Choose <emph>Edit – Sheets – Move/Copy</emph>"
+
+#: 00000402.xhp#par_id3148645.19.help.text
+msgctxt "00000402.xhp#par_id3148645.19.help.text"
+msgid "Open context menu for a sheet tab"
+msgstr "Open context menu for a sheet tab"
+
+#: 00000402.xhp#par_id3153093.15.help.text
+msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
+msgstr "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
+
+#: 00000402.xhp#par_id3153191.16.help.text
+msgid "<variable id=\"bzeilum\">Choose <emph>Edit - Delete Manual Break - Row Break</emph></variable>"
+msgstr "<variable id=\"bzeilum\">Choose <emph>Edit - Delete Manual Break - Row Break</emph></variable>"
+
+#: 00000402.xhp#par_id3145645.17.help.text
+msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
+msgstr "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
+
+#: 00000403.xhp#tit.help.text
+msgctxt "00000403.xhp#tit.help.text"
+msgid "View Menu"
+msgstr "View Menu"
+
+#: 00000403.xhp#hd_id3145673.1.help.text
+msgctxt "00000403.xhp#hd_id3145673.1.help.text"
+msgid "View Menu"
+msgstr "View Menu"
+
+#: 00000403.xhp#par_id3150275.2.help.text
+msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
+msgstr "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
+
+#: 00000403.xhp#par_id3154514.3.help.text
+msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
+msgstr "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
+
+#: 00000403.xhp#par_id3148947.4.help.text
+msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
+msgstr "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
+
+#: 00000403.xhp#par_id3148663.5.help.text
+msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
+msgstr "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
+
+#: 00000404.xhp#tit.help.text
+msgctxt "00000404.xhp#tit.help.text"
+msgid "Insert Menu"
+msgstr "Insert Menu"
+
+#: 00000404.xhp#hd_id3149346.1.help.text
+msgctxt "00000404.xhp#hd_id3149346.1.help.text"
+msgid "Insert Menu"
+msgstr "Insert Menu"
+
+#: 00000404.xhp#par_id3149095.36.help.text
+msgid "<variable id=\"eimaum\">Choose <emph>Insert - Manual Break</emph></variable>"
+msgstr "<variable id=\"eimaum\">Choose <emph>Insert - Manual Break</emph></variable>"
+
+#: 00000404.xhp#par_id3149398.2.help.text
+msgid "<variable id=\"eimaumze\">Choose <emph>Insert - Manual Break - Row Break</emph></variable>"
+msgstr "<variable id=\"eimaumze\">Choose <emph>Insert - Manual Break - Row Break</emph></variable>"
+
+#: 00000404.xhp#par_id3150084.3.help.text
+msgid "<variable id=\"eimaumsp\">Choose <emph>Insert - Manual Break - Column Break</emph></variable>"
+msgstr "<variable id=\"eimaumsp\">Choose <emph>Insert - Manual Break - Column Break</emph></variable>"
+
+#: 00000404.xhp#par_id3149784.4.help.text
+msgid "Choose <emph>Insert - Cells</emph>"
+msgstr "Choose <emph>Insert - Cells</emph>"
+
+#: 00000404.xhp#par_id3154514.5.help.text
+msgid "Open <emph>Insert Cells</emph> toolbar from Tools bar:"
+msgstr "Open <emph>Insert Cells</emph> toolbar from Tools bar:"
+
+#: 00000404.xhp#par_id3149656.help.text
+msgid "<image id=\"img_id3154365\" src=\"cmd/sc_inscellsctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154365\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154365\" src=\"cmd/sc_inscellsctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154365\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3151041.6.help.text
+msgid "Insert Cells"
+msgstr "Insert Cells"
+
+#: 00000404.xhp#par_id3145273.help.text
+msgid "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145364\" src=\"cmd/sc_insertcellsdown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3146985.7.help.text
+msgid "Insert Cells Down"
+msgstr "Insert Cells Down"
+
+#: 00000404.xhp#par_id3144766.help.text
+msgid "<image id=\"img_id3154942\" src=\"cmd/sc_insertcellsright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154942\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154942\" src=\"cmd/sc_insertcellsright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154942\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3145646.8.help.text
+msgid "Insert Cells Right"
+msgstr "Insert Cells Right"
+
+#: 00000404.xhp#par_id3153838.help.text
+msgid "<image id=\"img_id3153710\" src=\"cmd/sc_insertrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153710\" src=\"cmd/sc_insertrows.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153710\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3150324.9.help.text
+msgid "Insert Rows"
+msgstr "Insert Rows"
+
+#: 00000404.xhp#par_id3147363.help.text
+msgid "<image id=\"img_id3145232\" src=\"cmd/sc_insertcolumns.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145232\" src=\"cmd/sc_insertcolumns.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145232\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3155334.10.help.text
+msgid "Insert Columns"
+msgstr "Insert Columns"
+
+#: 00000404.xhp#par_id3148485.11.help.text
+msgid "<variable id=\"eizei\">Choose <emph>Insert - Rows</emph></variable>"
+msgstr "<variable id=\"eizei\">Choose <emph>Insert - Rows</emph></variable>"
+
+#: 00000404.xhp#par_id3153200.12.help.text
+msgid "<variable id=\"eispa\">Choose <emph>Insert - Columns</emph></variable>"
+msgstr "<variable id=\"eispa\">Choose <emph>Insert - Columns</emph></variable>"
+
+#: 00000404.xhp#par_id3149033.13.help.text
+msgid "<variable id=\"eitab\">Choose <emph>Insert - Sheet</emph></variable>"
+msgstr "<variable id=\"eitab\">Choose <emph>Insert - Sheet</emph></variable>"
+
+#: 00000404.xhp#par_idN1082F.help.text
+msgid "<variable id=\"eitabfile\">Choose <emph>Insert - Sheet from file</emph></variable>"
+msgstr "<variable id=\"eitabfile\">Choose <emph>Insert - Sheet from file</emph></variable>"
+
+#: 00000404.xhp#par_id3155115.14.help.text
+msgid "Choose <emph>Insert - Function</emph>"
+msgstr "Choose <emph>Insert - Function</emph>"
+
+#: 00000404.xhp#par_id3152582.34.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+
+#: 00000404.xhp#par_id3153269.15.help.text
+msgid "On <emph>Formula Bar</emph>, click"
+msgstr "On <emph>Formula Bar</emph>, click"
+
+#: 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 "<image id=\"img_id3150884\" src=\"sw/imglst/sc20556.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150884\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3154370.16.help.text
+msgid "Function Wizard"
+msgstr "Function Wizard"
+
+#: 00000404.xhp#par_id3156288.17.help.text
+msgid "<variable id=\"eikada\"><emph>Insert - Function</emph> - Category <emph>Database</emph></variable>"
+msgstr "<variable id=\"eikada\"><emph>Insert - Function</emph> - Category <emph>Database</emph></variable>"
+
+#: 00000404.xhp#par_id3155809.18.help.text
+msgid "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date&Time</emph></variable>"
+msgstr "<variable id=\"eikadaze\"><emph>Insert - Function</emph> - Category <emph>Date&Time</emph></variable>"
+
+#: 00000404.xhp#par_id3151334.19.help.text
+msgid "<variable id=\"eikafi\"><emph>Insert - Function</emph> - Category <emph>Financial</emph></variable>"
+msgstr "<variable id=\"eikafi\"><emph>Insert - Function</emph> - Category <emph>Financial</emph></variable>"
+
+#: 00000404.xhp#par_id3159222.20.help.text
+msgid "<variable id=\"eikain\"><emph>Insert - Function</emph> - Category <emph>Information</emph></variable>"
+msgstr "<variable id=\"eikain\"><emph>Insert - Function</emph> - Category <emph>Information</emph></variable>"
+
+#: 00000404.xhp#par_id3159173.21.help.text
+msgid "<variable id=\"eikalo\"><emph>Insert - Function</emph> - Category <emph>Logical</emph></variable>"
+msgstr "<variable id=\"eikalo\"><emph>Insert - Function</emph> - Category <emph>Logical</emph></variable>"
+
+#: 00000404.xhp#par_id3153914.22.help.text
+msgid "<variable id=\"eikama\"><emph>Insert - Function</emph> - Category <emph>Mathematical</emph></variable>"
+msgstr "<variable id=\"eikama\"><emph>Insert - Function</emph> - Category <emph>Mathematical</emph></variable>"
+
+#: 00000404.xhp#par_id3150109.23.help.text
+msgid "<variable id=\"eikamatrix\"><emph>Insert - Function</emph> - Category <emph>Array</emph></variable>"
+msgstr "<variable id=\"eikamatrix\"><emph>Insert - Function</emph> - Category <emph>Array</emph></variable>"
+
+#: 00000404.xhp#par_id3157978.24.help.text
+msgid "<variable id=\"eikasta\"><emph>Insert - Function</emph> - Category <emph>Statistical</emph></variable>"
+msgstr "<variable id=\"eikasta\"><emph>Insert - Function</emph> - Category <emph>Statistical</emph></variable>"
+
+#: 00000404.xhp#par_id3156016.25.help.text
+msgid "<variable id=\"eikatext\"><emph>Insert - Function</emph> - Category <emph>Text</emph></variable>"
+msgstr "<variable id=\"eikatext\"><emph>Insert - Function</emph> - Category <emph>Text</emph></variable>"
+
+#: 00000404.xhp#par_id3147075.26.help.text
+msgid "<variable id=\"efefft\"><emph>Insert - Function</emph> - Category <emph>Spreadsheet</emph></variable>"
+msgstr "<variable id=\"efefft\"><emph>Insert - Function</emph> - Category <emph>Spreadsheet</emph></variable>"
+
+#: 00000404.xhp#par_id3154618.27.help.text
+msgid "<variable id=\"addin\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
+msgstr "<variable id=\"addin\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
+
+#: 00000404.xhp#par_id3154059.38.help.text
+msgid "<variable id=\"addinana\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
+msgstr "<variable id=\"addinana\"><emph>Insert - Function</emph> - Category <emph>Add-In</emph></variable>"
+
+#: 00000404.xhp#par_id3155383.33.help.text
+msgid "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph></variable>"
+msgstr "<variable id=\"funktionsliste\">Choose <emph>Insert - Function List</emph></variable>"
+
+#: 00000404.xhp#par_id3153250.28.help.text
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
+msgstr "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
+
+#: 00000404.xhp#par_id3146776.37.help.text
+msgid "<variable id=\"eiextdata\">Choose <emph>Insert - Link to External data</emph></variable>"
+msgstr "<variable id=\"eiextdata\">Choose <emph>Insert - Link to External data</emph></variable>"
+
+#: 00000404.xhp#par_id3143222.29.help.text
+msgid "Choose <emph>Insert - Names - Define</emph>"
+msgstr "Choose <emph>Insert - Names - Define</emph>"
+
+#: 00000404.xhp#par_id3149385.35.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#: 00000404.xhp#par_id3145214.30.help.text
+msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
+msgstr "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
+
+#: 00000404.xhp#par_id3153558.31.help.text
+msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
+msgstr "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
+
+#: 00000404.xhp#par_id3153483.32.help.text
+msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
+msgstr "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
+
+#: 00000004.xhp#tit.help.text
+msgid "To access this function..."
+msgstr "To access this function..."
+
+#: 00000004.xhp#hd_id3155535.1.help.text
+msgid "<variable id=\"wie\">To access this function... </variable>"
+msgstr "<variable id=\"wie\">To access this function... </variable>"
+
+#: 00000004.xhp#par_idN1056E.help.text
+msgid "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
+msgstr "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
+
+#: 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 "<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>"
+
+#: 00000004.xhp#par_id9751884.help.text
+msgid "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
+msgstr "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
+
+#: 00000406.xhp#tit.help.text
+msgctxt "00000406.xhp#tit.help.text"
+msgid "Tools Menu"
+msgstr "Tools Menu"
+
+#: 00000406.xhp#hd_id3147264.1.help.text
+msgctxt "00000406.xhp#hd_id3147264.1.help.text"
+msgid "Tools Menu"
+msgstr "Tools Menu"
+
+#: 00000406.xhp#par_id3150541.2.help.text
+msgid "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph></variable>"
+msgstr "<variable id=\"exdektv\">Choose <emph>Tools - Detective</emph></variable>"
+
+#: 00000406.xhp#par_id3153194.3.help.text
+msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>"
+msgstr "Choose <emph>Tools - Detective - Trace Precedents</emph>"
+
+#: 00000406.xhp#par_id3150447.29.help.text
+msgid "Shift+F7"
+msgstr "Shift+F7"
+
+#: 00000406.xhp#par_id3154123.33.help.text
+msgid "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph></variable>"
+msgstr "<variable id=\"silbentrennungc\">Menu <emph>Tools - Language - Hyphenation</emph></variable>"
+
+#: 00000406.xhp#par_id3145785.4.help.text
+msgid "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph></variable>"
+msgstr "<variable id=\"exdvore\">Choose <emph>Tools - Detective - Remove Precedents</emph></variable>"
+
+#: 00000406.xhp#par_id3155411.5.help.text
+msgid "Choose <emph>Tools - Detective - Trace Dependents</emph>"
+msgstr "Choose <emph>Tools - Detective - Trace Dependents</emph>"
+
+#: 00000406.xhp#par_id3153363.30.help.text
+msgid "Shift+F5"
+msgstr "Shift+F5"
+
+#: 00000406.xhp#par_id3146984.6.help.text
+msgid "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph></variable>"
+msgstr "<variable id=\"exdszne\">Choose <emph>Tools - Detective - Remove Dependents</emph></variable>"
+
+#: 00000406.xhp#par_id3154014.7.help.text
+msgid "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph></variable>"
+msgstr "<variable id=\"exdase\">Choose <emph>Tools - Detective - Remove All Traces</emph></variable>"
+
+#: 00000406.xhp#par_id3153188.8.help.text
+msgid "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph></variable>"
+msgstr "<variable id=\"exdszfe\">Choose <emph>Tools - Detective - Trace Error</emph></variable>"
+
+#: 00000406.xhp#par_id3149410.9.help.text
+msgid "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph></variable>"
+msgstr "<variable id=\"fuellmodus\">Choose <emph>Tools - Detective - Fill Mode</emph></variable>"
+
+#: 00000406.xhp#par_id3156284.10.help.text
+msgid "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph></variable>"
+msgstr "<variable id=\"dateneinkreisen\">Choose <emph>Tools - Detective - Mark Invalid Data</emph></variable>"
+
+#: 00000406.xhp#par_id3153159.11.help.text
+msgid "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph></variable>"
+msgstr "<variable id=\"spurenaktualisieren\">Choose <emph>Tools - Detective - Refresh Traces</emph></variable>"
+
+#: 00000406.xhp#par_id3147397.32.help.text
+msgid "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph></variable>"
+msgstr "<variable id=\"automatisch\">Choose <emph>Tools - Detective - AutoRefresh</emph></variable>"
+
+#: 00000406.xhp#par_id3154018.12.help.text
+msgid "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph></variable>"
+msgstr "<variable id=\"exzws\">Choose <emph>Tools - Goal Seek</emph></variable>"
+
+#: 00000406.xhp#par_id3269142.help.text
+msgid "<variable id=\"solver\">Choose Tools - Solver</variable>"
+msgstr "<variable id=\"solver\">Choose Tools - Solver</variable>"
+
+#: 00000406.xhp#par_id8554338.help.text
+msgid "<variable id=\"solver_options\">Choose Tools - Solver, Options button</variable>"
+msgstr "<variable id=\"solver_options\">Choose Tools - Solver, Options button</variable>"
+
+#: 00000406.xhp#par_id3156277.13.help.text
+msgid "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph></variable>"
+msgstr "<variable id=\"exsze\">Choose <emph>Tools - Scenarios</emph></variable>"
+
+#: 00000406.xhp#par_id3145640.14.help.text
+msgid "<variable id=\"exdos\">Choose <emph>Tools - Protect Document</emph></variable>"
+msgstr "<variable id=\"exdos\">Choose <emph>Tools - Protect Document</emph></variable>"
+
+#: 00000406.xhp#par_id3149020.15.help.text
+msgid "<variable id=\"exdst\">Choose <emph>Tools - Protect Document - Sheet</emph></variable>"
+msgstr "<variable id=\"exdst\">Choose <emph>Tools - Protect Document - Sheet</emph></variable>"
+
+#: 00000406.xhp#par_id3154256.16.help.text
+msgid "<variable id=\"exdsd\">Choose <emph>Tools - Protect Document - Document</emph></variable>"
+msgstr "<variable id=\"exdsd\">Choose <emph>Tools - Protect Document - Document</emph></variable>"
+
+#: 00000406.xhp#par_id3147363.17.help.text
+msgid "<variable id=\"zellinhalte\">Choose <emph>Tools - Cell Contents</emph></variable>"
+msgstr "<variable id=\"zellinhalte\">Choose <emph>Tools - Cell Contents</emph></variable>"
+
+#: 00000406.xhp#par_id3146919.18.help.text
+msgid "Choose <emph>Tools - Cell Contents - Recalculate</emph>"
+msgstr "Choose <emph>Tools - Cell Contents - Recalculate</emph>"
+
+#: 00000406.xhp#par_id3149257.31.help.text
+msgid "F9"
+msgstr "F9"
+
+#: 00000406.xhp#par_id3150941.19.help.text
+msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
+msgstr "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
+
+#: 00000406.xhp#par_id3151276.20.help.text
+msgid "<variable id=\"autoeingabe\">Choose <emph>Tools - Cell Contents - AutoInput</emph></variable>"
+msgstr "<variable id=\"autoeingabe\">Choose <emph>Tools - Cell Contents - AutoInput</emph></variable>"
+
+#: 00000405.xhp#tit.help.text
+msgctxt "00000405.xhp#tit.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00000405.xhp#hd_id3150769.1.help.text
+msgctxt "00000405.xhp#hd_id3150769.1.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00000405.xhp#par_id3154685.2.help.text
+msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
+msgstr "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
+
+#: 00000405.xhp#par_id3153194.3.help.text
+msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
+msgstr "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
+
+#: 00000405.xhp#par_id3155854.4.help.text
+msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
+msgstr "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
+
+#: 00000405.xhp#par_id3150012.5.help.text
+msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
+msgstr "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
+
+#: 00000405.xhp#par_id3148645.6.help.text
+msgid "Choose <emph>Format - Row - Hide</emph>"
+msgstr "Choose <emph>Format - Row - Hide</emph>"
+
+#: 00000405.xhp#par_id3153728.7.help.text
+msgid "Choose <emph>Format - Column - Hide</emph>"
+msgstr "Choose <emph>Format - Column - Hide</emph>"
+
+#: 00000405.xhp#par_id3151114.8.help.text
+msgid "Choose <emph>Format - Sheet - Hide</emph>"
+msgstr "Choose <emph>Format - Sheet - Hide</emph>"
+
+#: 00000405.xhp#par_id3148576.9.help.text
+msgid "Choose <emph>Format - Row - Show</emph>"
+msgstr "Choose <emph>Format - Row - Show</emph>"
+
+#: 00000405.xhp#par_id3156286.10.help.text
+msgid "Choose <emph>Format - Column - Show</emph>"
+msgstr "Choose <emph>Format - Column - Show</emph>"
+
+#: 00000405.xhp#par_id3145645.11.help.text
+msgid "<variable id=\"fospa\">Choose <emph>Format - Column</emph></variable>"
+msgstr "<variable id=\"fospa\">Choose <emph>Format - Column</emph></variable>"
+
+#: 00000405.xhp#par_id3145252.12.help.text
+msgid "Choose <emph>Format - Column - Optimal Width</emph>"
+msgstr "Choose <emph>Format - Column - Optimal Width</emph>"
+
+#: 00000405.xhp#par_id3146971.36.help.text
+msgid "Double-click right column separator in column headers"
+msgstr "Double-click right column separator in column headers"
+
+#: 00000405.xhp#par_id3147362.15.help.text
+msgid "<variable id=\"fot\">Choose <emph>Format - Sheet</emph></variable>"
+msgstr "<variable id=\"fot\">Choose <emph>Format - Sheet</emph></variable>"
+
+#: 00000405.xhp#par_id3163805.16.help.text
+msgid "<variable id=\"fotu\">Choose <emph>Format - Sheet - Rename</emph></variable>"
+msgstr "<variable id=\"fotu\">Choose <emph>Format - Sheet - Rename</emph></variable>"
+
+#: 00000405.xhp#par_id3155333.17.help.text
+msgid "<variable id=\"fotenb\">Choose <emph>Format - Sheet - Show</emph></variable>"
+msgstr "<variable id=\"fotenb\">Choose <emph>Format - Sheet - Show</emph></variable>"
+
+#: 00000405.xhp#par_idN1077A.help.text
+msgid "<variable id=\"foste\">Choose <emph>Format - Page</emph></variable>"
+msgstr "<variable id=\"foste\">Choose <emph>Format - Page</emph></variable>"
+
+#: 00000405.xhp#par_id3155508.25.help.text
+msgid "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab </variable>"
+msgstr "<variable id=\"fostel\">Choose <emph>Format - Page - Sheet</emph> tab </variable>"
+
+#: 00000405.xhp#par_id3150883.26.help.text
+msgid "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph></variable>"
+msgstr "<variable id=\"fodrbe\">Choose <emph>Format - Print Ranges</emph></variable>"
+
+#: 00000405.xhp#par_id3156448.27.help.text
+msgid "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph></variable>"
+msgstr "<variable id=\"fodrfe\">Choose <emph>Format - Print Ranges - Define</emph></variable>"
+
+#: 00000405.xhp#par_id3156290.35.help.text
+msgid "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph></variable>"
+msgstr "<variable id=\"fodrhin\">Choose <emph>Format - Print Ranges - Add</emph></variable>"
+
+#: 00000405.xhp#par_id3155812.28.help.text
+msgid "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Remove</emph></variable>"
+msgstr "<variable id=\"fodbah\">Choose <emph>Format - Print Ranges - Remove</emph></variable>"
+
+#: 00000405.xhp#par_id3153307.29.help.text
+msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph></variable>"
+msgstr "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph></variable>"
+
+#: 00000405.xhp#par_id3153916.31.help.text
+msgid "Choose <emph>Format - AutoFormat</emph>"
+msgstr "Choose <emph>Format - AutoFormat</emph>"
+
+#: 00000405.xhp#par_id3154532.32.help.text
+msgid "On the Tools bar, click"
+msgstr "On the Tools bar, click"
+
+#: 00000405.xhp#par_id3149332.help.text
+msgid "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156020\" src=\"cmd/sc_autoformat.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156020\">Icon</alt></image>"
+
+#: 00000405.xhp#par_id3154060.33.help.text
+msgid "AutoFormat"
+msgstr "AutoFormat"
+
+#: 00000405.xhp#par_id3154618.34.help.text
+msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph></variable>"
+msgstr "<variable id=\"bedingte\">Choose <emph>Format - Conditional Formatting</emph></variable>"
+
+#: 00000412.xhp#tit.help.text
+msgctxt "00000412.xhp#tit.help.text"
+msgid "Data Menu"
+msgstr "Data Menu"
+
+#: 00000412.xhp#hd_id3145136.1.help.text
+msgctxt "00000412.xhp#hd_id3145136.1.help.text"
+msgid "Data Menu"
+msgstr "Data Menu"
+
+#: 00000412.xhp#par_id8366954.help.text
+msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
+msgstr "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
+
+#: 00000412.xhp#par_id3147399.3.help.text
+msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
+msgstr "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
+
+#: 00000412.xhp#par_id3145345.4.help.text
+msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
+msgstr "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
+
+#: 00000412.xhp#par_id3150443.5.help.text
+msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+
+#: 00000412.xhp#par_id3148491.6.help.text
+msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
+msgstr "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
+
+#: 00000412.xhp#par_id3154516.7.help.text
+msgid "On Standard bar, click"
+msgstr "On Standard bar, click"
+
+#: 00000412.xhp#par_id3148663.help.text
+msgid "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150543\" src=\"cmd/sc_sortup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150543\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3150767.8.help.text
+msgid "Sort Ascending"
+msgstr "Sort Ascending"
+
+#: 00000412.xhp#par_id3153969.help.text
+msgid "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">Icon</alt></image>"
+msgstr "<image id=\"img_id3125863\" src=\"cmd/sc_sortdown.png\" width=\"0.1701inch\" height=\"0.1701inch\"><alt id=\"alt_id3125863\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3145364.9.help.text
+msgid "Sort Descending"
+msgstr "Sort Descending"
+
+#: 00000412.xhp#par_id3146984.10.help.text
+#, fuzzy
+msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab</variable>"
+msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+
+#: 00000412.xhp#par_id3155308.11.help.text
+msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
+msgstr "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
+
+#: 00000412.xhp#par_id3148646.12.help.text
+msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
+msgstr "Choose <emph>Data - Filter - AutoFilter</emph>"
+
+#: 00000412.xhp#par_id3151113.13.help.text
+msgid "On Tools bar or Table Data bar, click"
+msgstr "On Tools bar or Table Data bar, click"
+
+#: 00000412.xhp#par_id3145799.help.text
+msgid "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149413\" src=\"cmd/sc_datafilterautofilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149413\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3149401.14.help.text
+msgid "AutoFilter"
+msgstr "AutoFilter"
+
+#: 00000412.xhp#par_id3156278.17.help.text
+msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
+msgstr "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
+
+#: 00000412.xhp#par_id3153764.18.help.text
+msgid "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
+msgstr "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
+
+#: 00000412.xhp#par_id3155444.19.help.text
+msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
+msgstr "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
+
+#: 00000412.xhp#par_id3156382.20.help.text
+msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
+msgstr "Choose <emph>Data - Filter - Remove Filter</emph>"
+
+#: 00000412.xhp#par_id3155961.48.help.text
+msgid "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
+msgstr "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
+
+#: 00000412.xhp#par_id3148485.help.text
+msgid "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3149207.49.help.text
+msgid "Remove Filter/Sort"
+msgstr "Remove Filter/Sort"
+
+#: 00000412.xhp#par_id3152778.21.help.text
+msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
+msgstr "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
+
+#: 00000412.xhp#par_id3166424.22.help.text
+msgid "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
+msgstr "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
+
+#: 00000412.xhp#par_id3154574.23.help.text
+msgid "<variable id=\"dntezd\">Choose <emph>Data - Subtotals - 1st, 2nd, 3rd Group</emph> tabs</variable>"
+msgstr ""
+
+#: 00000412.xhp#par_id3151277.24.help.text
+#, fuzzy
+msgid "<variable id=\"dntopi\">Choose <emph>Data - Subtotals - Options</emph> tab</variable>"
+msgstr "<variable id=\"dntegs\">Choose <emph>Data - Subtotals</emph></variable>"
+
+#: 00000412.xhp#par_id3145133.25.help.text
+msgid "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
+msgstr "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
+
+#: 00000412.xhp#par_id3152992.26.help.text
+msgid "<variable id=\"datengueltigwerte\">Menu <emph>Data - Validity - Criteria</emph> tab</variable>"
+msgstr ""
+
+#: 00000412.xhp#par_id3150367.27.help.text
+#, fuzzy
+msgid "<variable id=\"datengueltigeingabe\">Choose <emph>Data - Validity - Input Help</emph> tab</variable>"
+msgstr "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
+
+#: 00000412.xhp#par_id3154486.28.help.text
+#, fuzzy
+msgid "<variable id=\"datengueltigfehler\">Choose <emph>Data - Validity - Error Alert</emph> tab</variable>"
+msgstr "<variable id=\"datengueltig\">Choose <emph>Data - Validity</emph></variable>"
+
+#: 00000412.xhp#par_id3146978.29.help.text
+msgid "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph></variable>"
+msgstr "<variable id=\"dnmfo\">Choose <emph>Data - Multiple Operations</emph></variable>"
+
+#: 00000412.xhp#par_id3155809.30.help.text
+msgid "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph></variable>"
+msgstr "<variable id=\"dnksd\">Choose <emph>Data - Consolidate</emph></variable>"
+
+#: 00000412.xhp#par_id3148701.31.help.text
+msgid "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph></variable>"
+msgstr "<variable id=\"dngld\">Choose <emph>Data - Group and Outline</emph></variable>"
+
+#: 00000412.xhp#par_id3153815.32.help.text
+msgid "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph></variable>"
+msgstr "<variable id=\"dngda\">Choose <emph>Data - Group and Outline - Hide Details</emph></variable>"
+
+#: 00000412.xhp#par_id3159223.33.help.text
+msgid "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
+msgstr "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
+
+#: 00000412.xhp#par_id3146870.34.help.text
+msgid "Choose <emph>Data - Group and Outline - Group</emph>"
+msgstr "Choose <emph>Data - Group and Outline - Group</emph>"
+
+#: 00000412.xhp#par_id3144507.51.help.text
+msgid "F12"
+msgstr "F12"
+
+#: 00000412.xhp#par_id3144772.35.help.text
+msgctxt "00000412.xhp#par_id3144772.35.help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "On <emph>Tools</emph> bar, click"
+
+#: 00000412.xhp#par_id3149438.help.text
+msgid "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153287\" src=\"cmd/sc_group.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153287\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3150214.36.help.text
+msgid "Group"
+msgstr "Group"
+
+#: 00000412.xhp#par_id3146781.37.help.text
+msgid "Choose <emph>Data - Group and Outline - Ungroup</emph>"
+msgstr "Choose <emph>Data - Group and Outline - Ungroup</emph>"
+
+#: 00000412.xhp#par_id3150892.52.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+
+#: 00000412.xhp#par_id3155097.38.help.text
+msgctxt "00000412.xhp#par_id3155097.38.help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "On <emph>Tools</emph> bar, click"
+
+#: 00000412.xhp#par_id3150048.help.text
+msgid "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155914\" src=\"cmd/sc_ungroup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155914\">Icon</alt></image>"
+
+#: 00000412.xhp#par_id3153555.39.help.text
+msgid "Ungroup"
+msgstr "Ungroup"
+
+#: 00000412.xhp#par_id3153008.40.help.text
+msgid "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph></variable>"
+msgstr "<variable id=\"dnglagl\">Choose <emph>Data - Group and Outline - AutoOutline</emph></variable>"
+
+#: 00000412.xhp#par_id3154709.41.help.text
+msgid "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove</emph></variable>"
+msgstr "<variable id=\"dnglef\">Choose <emph>Data - Group and Outline - Remove</emph></variable>"
+
+#: 00000412.xhp#par_id1774346.help.text
+#, fuzzy
+msgid "<variable id=\"dngdrill\">Choose <emph>Data - Group and Outline - Show Details</emph> (for some pivot tables)</variable>"
+msgstr "<variable id=\"dngde\">Choose <emph>Data - Group and Outline - Show Details</emph></variable>"
+
+#: 00000412.xhp#par_id3155759.42.help.text
+#, fuzzy
+msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph></variable>"
+msgstr "<variable id=\"dndtpt\">Choose <emph>Data - DataPilot</emph></variable>"
+
+#: 00000412.xhp#par_id3154625.43.help.text
+#, fuzzy
+msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
+msgstr "<variable id=\"dndtpt\">Choose <emph>Data - DataPilot</emph></variable>"
+
+#: 00000412.xhp#par_id3147558.53.help.text
+msgid "<variable id=\"dndq\">Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
+msgstr ""
+
+#: 00000412.xhp#par_id3153297.50.help.text
+msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
+msgstr ""
+
+#: 00000412.xhp#par_id3145118.54.help.text
+msgid "Choose <emph>Data - Pivot Table - Create</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 ""
+
+#: 00000412.xhp#par_id3153294.44.help.text
+#, fuzzy
+msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph></variable>"
+msgstr "<variable id=\"dndtpt\">Choose <emph>Data - DataPilot</emph></variable>"
+
+#: 00000412.xhp#par_id3151344.45.help.text
+#, fuzzy
+msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph></variable>"
+msgstr "<variable id=\"dndtpt\">Choose <emph>Data - DataPilot</emph></variable>"
+
+#: 00000412.xhp#par_id3150397.46.help.text
+msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
+msgstr "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
+
+#: 00000412.xhp#par_idN10B8F.help.text
+msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
+msgstr "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/01.po b/source/en-ZA/helpcontent2/source/text/scalc/01.po
new file mode 100644
index 00000000000..65023a4610b
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/01.po
@@ -0,0 +1,28693 @@
+#. extracted from helpcontent2/source/text/scalc/01.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"PO-Revision-Date: 2012-07-04 17:27+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.1.6\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 04020000.xhp#tit.help.text
+msgid "Insert Cells"
+msgstr "Insert Cells"
+
+#: 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 "<bookmark_value>spreadsheets; inserting cells</bookmark_value><bookmark_value>cells; inserting</bookmark_value><bookmark_value>inserting; cells</bookmark_value>"
+
+#: 04020000.xhp#hd_id3156023.1.help.text
+msgid " Insert Cells"
+msgstr " Insert Cells"
+
+#: 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 "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the<emph> Insert Cells </emph>dialogue, 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>."
+
+#: 04020000.xhp#hd_id3153768.3.help.text
+msgctxt "04020000.xhp#hd_id3153768.3.help.text"
+msgid "Selection"
+msgstr "Selection"
+
+#: 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 "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."
+
+#: 04020000.xhp#hd_id3146120.5.help.text
+msgid "Shift cells down"
+msgstr "Shift cells down"
+
+#: 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 "<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>"
+
+#: 04020000.xhp#hd_id3147434.7.help.text
+msgid "Shift cells right"
+msgstr "Shift cells right"
+
+#: 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 "<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>"
+
+#: 04020000.xhp#hd_id3153877.9.help.text
+msgid "Entire row"
+msgstr "Entire row"
+
+#: 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 "<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."
+
+#: 04020000.xhp#hd_id3146971.11.help.text
+msgid "Entire column"
+msgstr "Entire column"
+
+#: 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 columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
+msgstr "<variable id=\"spaltenganzetext\"><ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</ahelp></variable> The contents of the original columns are shifted to the right."
+
+#: 05080000.xhp#tit.help.text
+msgid "Print Ranges"
+msgstr "Print Ranges"
+
+#: 05080000.xhp#hd_id3154013.1.help.text
+msgid "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+
+#: 05080000.xhp#par_id3155855.2.help.text
+msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+msgstr "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+
+#: 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 "If you do not define any print range manually, Calc assigns an automatic print range to include all the cells that are not empty."
+
+#: 05080000.xhp#hd_id3154729.3.help.text
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+
+#: 05120000.xhp#tit.help.text
+msgctxt "05120000.xhp#tit.help.text"
+msgid "Conditional Formatting"
+msgstr "Conditional Formatting"
+
+#: 05120000.xhp#hd_id3155132.1.help.text
+msgctxt "05120000.xhp#hd_id3155132.1.help.text"
+msgid "Conditional Formatting"
+msgstr "Conditional Formatting"
+
+#: 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 "<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 formulae. 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."
+
+#: 05120000.xhp#par_id2414014.help.text
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
+msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
+
+#: 05120000.xhp#bm_id3153189.help.text
+msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
+msgstr "<bookmark_value>conditional formatting; conditions</bookmark_value>"
+
+#: 05120000.xhp#hd_id3153189.18.help.text
+msgid "Condition 1/2/3"
+msgstr "Condition 1/2/3"
+
+#: 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 "<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 dialogue, click <emph>OK</emph>."
+
+#: 05120000.xhp#hd_id3147394.5.help.text
+msgid "Cell Value / Formula"
+msgstr "Cell Value / Formula"
+
+#: 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 "<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."
+
+#: 05120000.xhp#hd_id3153709.7.help.text
+msgid "Cell Value Condition"
+msgstr "Cell Value Condition"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_2\">Choose a condition for the format to be applied to the selected cells.</ahelp>"
+
+#: 05120000.xhp#hd_id3156384.9.help.text
+msgid "Cell Style"
+msgstr "Cell Style"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\">Choose the style to be applied if the specified condition matches.</ahelp>"
+
+#: 05120000.xhp#hd_id0509200913175331.help.text
+msgid "New Style"
+msgstr "New Style"
+
+#: 05120000.xhp#par_id0509200913175368.help.text
+msgid "<ahelp hid=\".\">If you haven't already defined a style to be used, you can click New Style to open the Organizer tab page of the Cell Style dialog. Define a new style there and click OK.</ahelp>"
+msgstr "<ahelp hid=\".\">If you haven't already defined a style to be used, you can click New Style to open the Organizer tab page of the Cell Style dialogue. Define a new style there and click OK.</ahelp>"
+
+#: 05120000.xhp#hd_id3146316.11.help.text
+msgid "Parameter field"
+msgstr "Parameter field"
+
+#: 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 "<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 formulae containing relative references."
+
+#: 05120000.xhp#par_id3145257.13.help.text
+msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
+msgstr "Once the parameters have been defined, the condition is complete. It may appear as:"
+
+#: 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 "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)."
+
+#: 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 "Cell value is between $B$20 and $B$21: Cell style Result (The corresponding value limits must already exist in cells B20 and B21)."
+
+#: 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 "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)."
+
+#: 05120000.xhp#par_idN107E1.help.text
+msgid " <embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/> "
+msgstr " <embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/> "
+
+#: 04060109.xhp#tit.help.text
+msgctxt "04060109.xhp#tit.help.text"
+msgid "Spreadsheet Functions"
+msgstr "Spreadsheet Functions"
+
+#: 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 "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
+
+#: 04060109.xhp#hd_id3148522.1.help.text
+msgctxt "04060109.xhp#hd_id3148522.1.help.text"
+msgid "Spreadsheet Functions"
+msgstr "Spreadsheet Functions"
+
+#: 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 "<variable id=\"tabelletext\">This section contains descriptions of the <emph>Spreadsheet</emph> functions together with an example.</variable>"
+
+#: 04060109.xhp#bm_id3146968.help.text
+msgid "<bookmark_value>ADDRESS function</bookmark_value>"
+msgstr "<bookmark_value>ADDRESS function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3146968.3.help.text
+msgctxt "04060109.xhp#hd_id3146968.3.help.text"
+msgid "ADDRESS"
+msgstr "ADDRESS"
+
+#: 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 "<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."
+
+#: 04060109.xhp#par_id1027200802301348.help.text
+msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
+msgstr "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
+
+#: 04060109.xhp#par_id1027200802301445.help.text
+msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+msgstr "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+
+#: 04060109.xhp#par_id102720080230153.help.text
+msgid "In INDIRECT, the parameter is appended as the second parameter."
+msgstr "In INDIRECT, the parameter is appended as the second parameter."
+
+#: 04060109.xhp#par_id102720080230151.help.text
+msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used. "
+msgstr "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used. "
+
+#: 04060109.xhp#par_id1027200802301556.help.text
+msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+msgstr "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
+
+#: 04060109.xhp#par_id1027200802301521.help.text
+msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+msgstr "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+
+#: 04060109.xhp#par_id1027200802301650.help.text
+msgid "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
+msgstr "When storing a document in ODF 1.0/1.1 format, if ADDRESS functions have a fourth parameter, that parameter will be removed."
+
+#: 04060109.xhp#par_id102720080230162.help.text
+msgid "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+msgstr "Do not save a spreadsheet in the old ODF 1.0/1.1 format if the ADDRESS function's new fourth parameter was used with a value of 0."
+
+#: 04060109.xhp#par_id1027200802301756.help.text
+msgid "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+msgstr "The INDIRECT function is saved without conversion to ODF 1.0/1.1 format. If the second parameter was present, an older version of Calc will return an error for that function."
+
+#: 04060109.xhp#hd_id3151196.5.help.text
+msgctxt "04060109.xhp#hd_id3151196.5.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3154707.6.help.text
+msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgstr "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+
+#: 04060109.xhp#par_id3147505.7.help.text
+msgid " <emph>Row</emph> represents the row number for the cell reference"
+msgstr " <emph>Row</emph> represents the row number for the cell reference"
+
+#: 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 " <emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
+
+#: 04060109.xhp#par_id3153074.9.help.text
+msgid " <emph>Abs</emph> determines the type of reference:"
+msgstr " <emph>Abs</emph> determines the type of reference:"
+
+#: 04060109.xhp#par_id3153298.10.help.text
+msgid "1: absolute ($A$1)"
+msgstr "1: absolute ($A$1)"
+
+#: 04060109.xhp#par_id3150431.11.help.text
+msgid "2: row reference type is absolute; column reference is relative (A$1)"
+msgstr "2: row reference type is absolute; column reference is relative (A$1)"
+
+#: 04060109.xhp#par_id3146096.12.help.text
+msgid "3: row (relative); column (absolute) ($A1)"
+msgstr "3: row (relative); column (absolute) ($A1)"
+
+#: 04060109.xhp#par_id3153334.13.help.text
+msgid "4: relative (A1)"
+msgstr "4: relative (A1)"
+
+#: 04060109.xhp#par_id1027200802465915.help.text
+msgctxt "04060109.xhp#par_id1027200802465915.help.text"
+msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+
+#: 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 " <emph>Sheet</emph> represents the name of the sheet. It must be placed in double quotes."
+
+#: 04060109.xhp#hd_id3147299.15.help.text
+msgid "Example:"
+msgstr "Example:"
+
+#: 04060109.xhp#par_id3148744.16.help.text
+msgid " <item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+msgstr " <item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
+
+#: 04060109.xhp#par_id3159260.17.help.text
+msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
+msgstr "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</item>, you can refer indirectly to the referenced cell using a function in B2 by entering <item type=\"input\">=ABS(INDIRECT(B2))</item>. The result is the absolute value of the cell reference specified in B2, which in this case is 6."
+
+#: 04060109.xhp#bm_id3150372.help.text
+msgid "<bookmark_value>AREAS function</bookmark_value>"
+msgstr "<bookmark_value>AREAS function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3150372.19.help.text
+msgid "AREAS"
+msgstr "AREAS"
+
+#: 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 "<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."
+
+#: 04060109.xhp#par_id061020090307073.help.text
+msgid "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
+msgstr "The function expects a single argument. If you state multiple ranges, you must enclose them into additional parentheses. Multiple ranges can be entered using the semicolon (;) as divider, but this gets automatically converted to the tilde (~) operator. The tilde is used to join ranges."
+
+#: 04060109.xhp#hd_id3145222.21.help.text
+msgctxt "04060109.xhp#hd_id3145222.21.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3155907.22.help.text
+msgid "AREAS(Reference)"
+msgstr "AREAS(Reference)"
+
+#: 04060109.xhp#par_id3153118.23.help.text
+msgid "Reference represents the reference to a cell or cell range."
+msgstr "Reference represents the reference to a cell or cell range."
+
+#: 04060109.xhp#hd_id3148891.24.help.text
+msgctxt "04060109.xhp#hd_id3148891.24.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3149946.25.help.text
+msgid " <item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+msgstr " <item type=\"input\">=AREAS((A1:B3;F2;G1))</item> returns 3, as it is a reference to three cells and/or areas. After entry this gets converted to =AREAS((A1:B3~F2~G1))."
+
+#: 04060109.xhp#par_id3146820.26.help.text
+msgid " <item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
+msgstr " <item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>."
+
+#: 04060109.xhp#bm_id3148727.help.text
+msgid "<bookmark_value>DDE function</bookmark_value>"
+msgstr "<bookmark_value>DDE function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3148727.28.help.text
+msgid "DDE"
+msgstr "DDE"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3150700.30.help.text
+msgctxt "04060109.xhp#hd_id3150700.30.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3148886.31.help.text
+msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+msgstr "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+
+#: 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 " <emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
+
+#: 04060109.xhp#par_id3153034.33.help.text
+msgid " <emph>File</emph> is the complete file name, including path specification."
+msgstr " <emph>File</emph> is the complete file name, including path specification."
+
+#: 04060109.xhp#par_id3147472.34.help.text
+msgid " <emph>Range</emph> is the area containing the data to be evaluated."
+msgstr " <emph>Range</emph> is the area containing the data to be evaluated."
+
+#: 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 " <emph>Mode</emph> is an optional parameter that controls the method by which the DDE server converts its data into numbers."
+
+#: 04060109.xhp#par_id3154383.185.help.text
+msgid " <emph>Mode</emph> "
+msgstr " <emph>Mode</emph> "
+
+#: 04060109.xhp#par_id3145146.186.help.text
+msgid " <emph>Effect</emph> "
+msgstr " <emph>Effect</emph> "
+
+#: 04060109.xhp#par_id3154558.187.help.text
+msgctxt "04060109.xhp#par_id3154558.187.help.text"
+msgid "0 or missing"
+msgstr "0 or missing"
+
+#: 04060109.xhp#par_id3145596.188.help.text
+msgid "Number format from the \"Default\" cell style"
+msgstr "Number format from the \"Default\" cell style"
+
+#: 04060109.xhp#par_id3152785.189.help.text
+msgctxt "04060109.xhp#par_id3152785.189.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060109.xhp#par_id3154380.190.help.text
+msgid "Data are always interpreted in the standard format for US English"
+msgstr "Data are always interpreted in the standard format for US English"
+
+#: 04060109.xhp#par_id3150279.191.help.text
+msgctxt "04060109.xhp#par_id3150279.191.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060109.xhp#par_id3153775.192.help.text
+msgid "Data are retrieved as text; no conversion to numbers"
+msgstr "Data are retrieved as text; no conversion to numbers"
+
+#: 04060109.xhp#hd_id3149546.35.help.text
+msgctxt "04060109.xhp#hd_id3149546.35.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3148734.36.help.text
+msgid " <item type=\"input\">=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 " <item type=\"input\">=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."
+
+#: 04060109.xhp#par_id3153081.37.help.text
+msgid " <item type=\"input\">=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 " <item type=\"input\">=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."
+
+#: 04060109.xhp#bm_id3153114.help.text
+msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
+msgstr "<bookmark_value>ERRORTYPE function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3153114.38.help.text
+msgid "ERRORTYPE"
+msgstr "ERRORTYPE"
+
+#: 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 "<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."
+
+#: 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 "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
+
+#: 04060109.xhp#hd_id3154327.41.help.text
+msgctxt "04060109.xhp#hd_id3154327.41.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3151322.42.help.text
+msgid "ERRORTYPE(Reference)"
+msgstr "ERRORTYPE(Reference)"
+
+#: 04060109.xhp#par_id3150132.43.help.text
+msgid " <emph>Reference</emph> contains the address of the cell in which the error occurs."
+msgstr " <emph>Reference</emph> contains the address of the cell in which the error occurs."
+
+#: 04060109.xhp#hd_id3145248.44.help.text
+msgctxt "04060109.xhp#hd_id3145248.44.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3146904.45.help.text
+msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
+msgstr "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE(A1)</item> returns the number 518."
+
+#: 04060109.xhp#bm_id3151221.help.text
+msgid "<bookmark_value>INDEX function</bookmark_value>"
+msgstr "<bookmark_value>INDEX function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3151221.47.help.text
+msgid "INDEX"
+msgstr "INDEX"
+
+#: 04060109.xhp#par_id3150268.48.help.text
+msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a sub range, specified by row and column number, or an optional range index. Depending on context, INDEX returns a reference or content.</ahelp>"
+
+#: 04060109.xhp#hd_id3156063.49.help.text
+msgctxt "04060109.xhp#hd_id3156063.49.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3149007.50.help.text
+msgid "INDEX(Reference; Row; Column; Range)"
+msgstr "INDEX(Reference; Row; Column; Range)"
+
+#: 04060109.xhp#par_id3153260.51.help.text
+msgid " <emph>Reference</emph> is a 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 " <emph>Reference</emph> is a 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."
+
+#: 04060109.xhp#par_id3145302.52.help.text
+msgid " <emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+msgstr " <emph>Row</emph> (optional) represents the row index of the reference range, for which to return a value. In case of zero (no specific row) all referenced rows are returned."
+
+#: 04060109.xhp#par_id3154628.53.help.text
+msgid " <emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+msgstr " <emph>Column</emph> (optional) represents the column index of the reference range, for which to return a value. In case of zero (no specific column) all referenced columns are returned."
+
+#: 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 " <emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
+
+#: 04060109.xhp#hd_id3145264.55.help.text
+msgctxt "04060109.xhp#hd_id3145264.55.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3159112.56.help.text
+msgid " <item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
+msgstr " <item type=\"input\">=INDEX(Prices;4;1)</item> returns the value from row 4 and column 1 of the database range defined in <emph>Data - Define</emph> as <emph>Prices</emph>."
+
+#: 04060109.xhp#par_id3150691.57.help.text
+msgid " <item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+msgstr " <item type=\"input\">=INDEX(SumX;4;1)</item> returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>."
+
+#: 04060109.xhp#par_id4109012.help.text
+msgid " <item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+msgstr " <item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
+
+#: 04060109.xhp#par_id9272133.help.text
+msgid " <item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+msgstr " <item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+
+#: 04060109.xhp#par_id3158419.58.help.text
+#, fuzzy
+msgid " <item type=\"input\">=INDEX((multi);4;1)</item> indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Define</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 <item type=\"input\">2</item> as the <emph>range</emph> parameter."
+msgstr " <item type=\"input\">=INDEX((multi);4;1)</item> 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 <item type=\"input\">2</item> as the <emph>range</emph> parameter."
+
+#: 04060109.xhp#par_id3148595.59.help.text
+msgid " <item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+msgstr " <item type=\"input\">=INDEX(A1:B6;1;1)</item> indicates the value in the upper-left of the A1:B6 range."
+
+#: 04060109.xhp#par_id9960020.help.text
+msgid " <item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+msgstr " <item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+
+#: 04060109.xhp#bm_id3153181.help.text
+msgid "<bookmark_value>INDIRECT function</bookmark_value>"
+msgstr "<bookmark_value>INDIRECT function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3153181.62.help.text
+msgid "INDIRECT"
+msgstr "INDIRECT"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3153717.64.help.text
+msgctxt "04060109.xhp#hd_id3153717.64.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3149824.65.help.text
+msgid "INDIRECT(Ref; A1)"
+msgstr "INDIRECT(Ref; A1)"
+
+#: 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 " <emph>Ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents."
+
+#: 04060109.xhp#par_id1027200802470312.help.text
+msgctxt "04060109.xhp#par_id1027200802470312.help.text"
+msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+msgstr " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
+
+#: 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 "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)."
+
+#: 04060109.xhp#hd_id3150389.67.help.text
+msgctxt "04060109.xhp#hd_id3150389.67.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3150608.68.help.text
+msgid " <item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+msgstr " <item type=\"input\">=INDIRECT(A1)</item> equals 100 if A1 contains C108 as a reference and cell C108 contains a value of <item type=\"input\">100</item>."
+
+#: 04060109.xhp#par_id3083286.181.help.text
+msgid " <item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
+msgstr " <item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled."
+
+#: 04060109.xhp#bm_id3154818.help.text
+msgid "<bookmark_value>COLUMN function</bookmark_value>"
+msgstr "<bookmark_value>COLUMN function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3154818.70.help.text
+msgid "COLUMN"
+msgstr "COLUMN"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3149283.72.help.text
+msgctxt "04060109.xhp#hd_id3149283.72.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3149447.73.help.text
+msgid "COLUMN(Reference)"
+msgstr "COLUMN(Reference)"
+
+#: 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 " <emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found."
+
+#: 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 "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."
+
+#: 04060109.xhp#hd_id3152932.75.help.text
+msgctxt "04060109.xhp#hd_id3152932.75.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3147571.76.help.text
+msgid " <item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+msgstr " <item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+
+#: 04060109.xhp#par_id3147079.77.help.text
+msgid " <item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+msgstr " <item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+
+#: 04060109.xhp#par_id3146861.195.help.text
+msgid " <item type=\"input\">=COLUMN(D3:G10)</item> 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 " <item type=\"input\">=COLUMN(D3:G10)</item> 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.)"
+
+#: 04060109.xhp#par_id3156320.196.help.text
+msgid " <item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> 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 " <item type=\"input\">{=COLUMN(B2:B7)}</item> and <item type=\"input\">=COLUMN(B2:B7)</item> 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."
+
+#: 04060109.xhp#par_id3150872.197.help.text
+msgid " <item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+msgstr " <item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+
+#: 04060109.xhp#par_id3153277.198.help.text
+msgid " <item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
+msgstr " <item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row array (3, 4) if \"Rabbit\" is the named area (C1:D3)."
+
+#: 04060109.xhp#bm_id3154643.help.text
+msgid "<bookmark_value>COLUMNS function</bookmark_value>"
+msgstr "<bookmark_value>COLUMNS function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3154643.79.help.text
+msgid "COLUMNS"
+msgstr "COLUMNS"
+
+#: 04060109.xhp#par_id3151182.80.help.text
+msgid "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SPALTEN\">Returns the number of columns in the given reference.</ahelp>"
+
+#: 04060109.xhp#hd_id3149141.81.help.text
+msgctxt "04060109.xhp#hd_id3149141.81.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3154047.82.help.text
+msgid "COLUMNS(Array)"
+msgstr "COLUMNS(Array)"
+
+#: 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 " <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."
+
+#: 04060109.xhp#hd_id3153622.84.help.text
+msgctxt "04060109.xhp#hd_id3153622.84.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3149577.200.help.text
+msgid " <item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+msgstr " <item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+
+#: 04060109.xhp#par_id3145649.85.help.text
+msgid " <item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+msgstr " <item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+
+#: 04060109.xhp#par_id3155846.201.help.text
+msgid " <item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+msgstr " <item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+
+#: 04060109.xhp#bm_id3153152.help.text
+msgid "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>vertical search function</bookmark_value> <bookmark_value>VLOOKUP function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3153152.87.help.text
+msgid "VLOOKUP"
+msgstr "VLOOKUP"
+
+#: 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 in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
+msgstr "<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 in the same row of the column named by <item type=\"literal\">Index</item>. If the <item type=\"literal\">SortOrder</item> parameter is omitted or set to TRUE or one, it is assumed that the data is sorted in ascending order. In this case, if the exact <item type=\"literal\">SearchCriterion</item> is not found, the last value that is smaller than the criterion will be returned. If <item type=\"literal\">SortOrder</item> is set to FALSE or zero, an exact match must be found, otherwise the error <emph>Error: Value Not Available</emph> will be the result. Thus with a value of zero the data does not need to be sorted in ascending order."
+
+#: 04060109.xhp#hd_id3146898.89.help.text
+msgctxt "04060109.xhp#hd_id3146898.89.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3150156.90.help.text
+msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+msgstr "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+
+#: 04060109.xhp#par_id3149289.91.help.text
+msgid " <emph>SearchCriterion</emph> is the value searched for in the first column of the array."
+msgstr " <emph>SearchCriterion</emph> is the value searched for in the first column of the array."
+
+#: 04060109.xhp#par_id3153884.92.help.text
+msgid " <emph>Array</emph> is the reference, which is to comprise at least two columns."
+msgstr " <emph>Array</emph> is the reference, which is to comprise at least two columns."
+
+#: 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 " <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."
+
+#: 04060109.xhp#par_id3151208.94.help.text
+msgid " <emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero 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 " <emph>SortOrder</emph> is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE or zero 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>."
+
+#: 04060109.xhp#hd_id3147487.95.help.text
+msgctxt "04060109.xhp#hd_id3147487.95.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
+msgstr "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 neighbouring cell (B1) immediately. The Number to Name assignment is contained in the D1:E100 array. D1 contains <item type=\"input\">100</item>, E1 contains the name <item type=\"input\">Vegetable Soup</item>, and so forth, for 100 menu items. The numbers in column D are sorted in ascending order; thus, the optional <item type=\"literal\">SortOrder</item> parameter is not necessary."
+
+#: 04060109.xhp#par_id3145663.97.help.text
+msgid "Enter the following formula in B1:"
+msgstr "Enter the following formula in B1:"
+
+#: 04060109.xhp#par_id3151172.98.help.text
+msgid " <item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item> "
+msgstr " <item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item> "
+
+#: 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 "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."
+
+#: 04060109.xhp#bm_id3153905.help.text
+msgid "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+msgstr "<bookmark_value>sheet numbers; looking up</bookmark_value> <bookmark_value>SHEET function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3153905.215.help.text
+msgctxt "04060109.xhp#hd_id3153905.215.help.text"
+msgid "SHEET"
+msgstr "SHEET"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3148564.217.help.text
+msgctxt "04060109.xhp#hd_id3148564.217.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3153095.218.help.text
+msgid "SHEET(Reference)"
+msgstr "SHEET(Reference)"
+
+#: 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 " <emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string."
+
+#: 04060109.xhp#hd_id3155399.220.help.text
+msgctxt "04060109.xhp#hd_id3155399.220.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3146988.221.help.text
+msgid " <item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
+msgstr " <item type=\"input\">=SHEET(Sheet2.A1)</item> returns 2 if Sheet2 is the second sheet in the spreadsheet document."
+
+#: 04060109.xhp#bm_id3148829.help.text
+msgid "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+msgstr "<bookmark_value>number of sheets; function</bookmark_value> <bookmark_value>SHEETS function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3148829.222.help.text
+msgid "SHEETS"
+msgstr "SHEETS"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3154220.224.help.text
+msgctxt "04060109.xhp#hd_id3154220.224.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3150777.225.help.text
+msgid "SHEETS(Reference)"
+msgstr "SHEETS(Reference)"
+
+#: 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 " <emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
+
+#: 04060109.xhp#hd_id3149766.227.help.text
+msgctxt "04060109.xhp#hd_id3149766.227.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3150507.228.help.text
+msgid " <item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
+msgstr " <item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sheet1, Sheet2, and Sheet3 exist in the sequence indicated."
+
+#: 04060109.xhp#bm_id3158407.help.text
+msgid "<bookmark_value>MATCH function</bookmark_value>"
+msgstr "<bookmark_value>MATCH function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3158407.101.help.text
+msgid "MATCH"
+msgstr "MATCH"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3153834.103.help.text
+msgctxt "04060109.xhp#hd_id3153834.103.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3159152.104.help.text
+msgid "MATCH(SearchCriterion; LookupArray; Type)"
+msgstr "MATCH(SearchCriterion; LookupArray; Type)"
+
+#: 04060109.xhp#par_id3149336.105.help.text
+msgid " <emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
+msgstr " <emph>SearchCriterion</emph> is the value which is to be searched for in the single-row or single-column array."
+
+#: 04060109.xhp#par_id3159167.106.help.text
+msgid " <emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
+msgstr " <emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column."
+
+#: 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 " <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."
+
+#: 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 index of the first matching value. Only if Type = 0 can you search for regular expressions."
+msgstr "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
+
+#: 04060109.xhp#par_id3147528.232.help.text
+msgid "If Type = 1 or the third parameter is missing, the index of 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 "If Type = 1 or the third parameter is missing, the index of 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."
+
+#: 04060109.xhp#hd_id3155119.108.help.text
+msgctxt "04060109.xhp#hd_id3155119.108.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3155343.109.help.text
+msgid " <item type=\"input\">=MATCH(200;D1:D100)</item> 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 " <item type=\"input\">=MATCH(200;D1:D100)</item> 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."
+
+#: 04060109.xhp#bm_id3158430.help.text
+msgid "<bookmark_value>OFFSET function</bookmark_value>"
+msgstr "<bookmark_value>OFFSET function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3158430.111.help.text
+msgid "OFFSET"
+msgstr "OFFSET"
+
+#: 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 "<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>"
+
+#: 04060109.xhp#hd_id3146952.113.help.text
+msgctxt "04060109.xhp#hd_id3146952.113.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3159194.114.help.text
+msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
+msgstr "OFFSET(Reference; Rows; Columns; Height; Width)"
+
+#: 04060109.xhp#par_id3152360.115.help.text
+msgid " <emph>Reference</emph> is the reference from which the function searches for the new reference."
+msgstr " <emph>Reference</emph> is the reference from which the function searches for the new reference."
+
+#: 04060109.xhp#par_id3156032.116.help.text
+msgid " <emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+msgstr " <emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+
+#: 04060109.xhp#par_id3166458.117.help.text
+msgid " <emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
+msgstr " <emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
+
+#: 04060109.xhp#par_id3150708.118.help.text
+msgid " <emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+msgstr " <emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
+
+#: 04060109.xhp#par_id3147278.119.help.text
+msgid " <emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+msgstr " <emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+
+#: 04060109.xhp#par_id8662373.help.text
+msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+msgstr "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
+
+#: 04060109.xhp#par_id9051484.help.text
+msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
+msgstr "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zero or negative count of rows or columns."
+
+#: 04060109.xhp#par_idN1104B.help.text
+msgctxt "04060109.xhp#par_idN1104B.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060109.xhp#hd_id3155586.120.help.text
+msgctxt "04060109.xhp#hd_id3155586.120.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3149744.121.help.text
+msgid " <item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+msgstr " <item type=\"input\">=OFFSET(A1;2;2)</item> returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value <item type=\"input\">100</item> this function returns the value 100."
+
+#: 04060109.xhp#par_id7439802.help.text
+msgid " <item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+msgstr " <item type=\"input\">=OFFSET(B2:C3;1;1)</item> returns a reference to B2:C3 moved down by 1 row and one column to the right (C3:D4)."
+
+#: 04060109.xhp#par_id3009430.help.text
+msgid " <item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+msgstr " <item type=\"input\">=OFFSET(B2:C3;-1;-1)</item> returns a reference to B2:C3 moved up by 1 row and one column to the left (A1:B2)."
+
+#: 04060109.xhp#par_id2629169.help.text
+msgid " <item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+msgstr " <item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to B2:C3 resized to 3 rows and 4 columns (B2:E4)."
+
+#: 04060109.xhp#par_id6668599.help.text
+msgid " <item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+msgstr " <item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)."
+
+#: 04060109.xhp#par_id3153739.122.help.text
+msgid " <item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> 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 " <item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> 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)."
+
+#: 04060109.xhp#bm_id3159273.help.text
+msgid "<bookmark_value>LOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>LOOKUP function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3159273.123.help.text
+msgid "LOOKUP"
+msgstr "LOOKUP"
+
+#: 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.</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 ascending, otherwise the search will not return any usable results."
+msgstr "<ahelp hid=\"HID_FUNC_VERWEIS\">Returns the contents of a cell either from a one-row or one-column range.</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 ascending, otherwise the search will not return any usable results."
+
+#: 04060109.xhp#par_id4484084.help.text
+msgid "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
+msgstr "If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion."
+
+#: 04060109.xhp#hd_id3152947.125.help.text
+msgctxt "04060109.xhp#hd_id3152947.125.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3154104.126.help.text
+msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+msgstr "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+
+#: 04060109.xhp#par_id3150646.127.help.text
+msgid " <emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
+msgstr " <emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
+
+#: 04060109.xhp#par_id3154854.128.help.text
+msgid " <emph>SearchVector</emph> is the single-row or single-column area to be searched."
+msgstr " <emph>SearchVector</emph> is the single-row or single-column area to be searched."
+
+#: 04060109.xhp#par_id3149925.129.help.text
+msgid " <emph>ResultVector</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 " <emph>ResultVector</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."
+
+#: 04060109.xhp#hd_id3148624.130.help.text
+msgctxt "04060109.xhp#hd_id3148624.130.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3149809.131.help.text
+msgid " <item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> 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 " <item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> 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)."
+
+#: 04060109.xhp#bm_id3149425.help.text
+msgid "<bookmark_value>STYLE function</bookmark_value>"
+msgstr "<bookmark_value>STYLE function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3149425.133.help.text
+msgid "STYLE"
+msgstr "STYLE"
+
+#: 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 "<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 colour 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."
+
+#: 04060109.xhp#hd_id3145373.135.help.text
+msgctxt "04060109.xhp#hd_id3145373.135.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3149302.136.help.text
+msgid "STYLE(\"Style\"; Time; \"Style2\")"
+msgstr "STYLE(\"Style\"; Time; \"Style2\")"
+
+#: 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 " <emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks."
+
+#: 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 " <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."
+
+#: 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 \"Default\" is assumed."
+msgstr " <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 \"Default\" is assumed."
+
+#: 04060109.xhp#par_idN111CA.help.text
+msgctxt "04060109.xhp#par_idN111CA.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060109.xhp#hd_id3159254.140.help.text
+msgctxt "04060109.xhp#hd_id3159254.140.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3151374.141.help.text
+msgid " <item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> 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 " <item type=\"input\">=STYLE(\"Invisible\";60;\"Default\")</item> 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."
+
+#: 04060109.xhp#par_id8056886.help.text
+msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example "
+msgstr "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example "
+
+#: 04060109.xhp#par_id3668935.help.text
+msgid " <item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item> "
+msgstr " <item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item> "
+
+#: 04060109.xhp#par_id3042085.help.text
+msgid "See also CURRENT() for another example."
+msgstr "See also CURRENT() for another example."
+
+#: 04060109.xhp#bm_id3150430.help.text
+msgid "<bookmark_value>CHOOSE function</bookmark_value>"
+msgstr "<bookmark_value>CHOOSE function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3150430.142.help.text
+msgid "CHOOSE"
+msgstr "CHOOSE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
+
+#: 04060109.xhp#hd_id3153533.144.help.text
+msgctxt "04060109.xhp#hd_id3153533.144.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3155425.145.help.text
+msgid "CHOOSE(Index; Value1; ...; Value30)"
+msgstr "CHOOSE(Index; Value1; ...; Value30)"
+
+#: 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 " <emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
+
+#: 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 " <emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+
+#: 04060109.xhp#hd_id3151253.148.help.text
+msgctxt "04060109.xhp#hd_id3151253.148.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3150625.149.help.text
+msgid " <item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
+msgstr " <item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorrow\")</item>, for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text \"Today\"."
+
+#: 04060109.xhp#bm_id3151001.help.text
+msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>HLOOKUP function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3151001.151.help.text
+msgid "HLOOKUP"
+msgstr "HLOOKUP"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3154661.153.help.text
+msgctxt "04060109.xhp#hd_id3154661.153.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3146070.154.help.text
+msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+msgstr "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+
+#: 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 "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOKUP</link> (columns and rows are exchanged)"
+
+#: 04060109.xhp#bm_id3147321.help.text
+msgid "<bookmark_value>ROW function</bookmark_value>"
+msgstr "<bookmark_value>ROW function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3147321.157.help.text
+msgctxt "04060109.xhp#hd_id3147321.157.help.text"
+msgid "ROW"
+msgstr "ROW"
+
+#: 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 "<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."
+
+#: 04060109.xhp#hd_id3158439.159.help.text
+msgctxt "04060109.xhp#hd_id3158439.159.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3154916.160.help.text
+msgid "ROW(Reference)"
+msgstr "ROW(Reference)"
+
+#: 04060109.xhp#par_id3156336.161.help.text
+msgid " <emph>Reference</emph> is a cell, an area, or the name of an area."
+msgstr " <emph>Reference</emph> is a cell, an area, or the name of an area."
+
+#: 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 "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."
+
+#: 04060109.xhp#hd_id3155609.162.help.text
+msgctxt "04060109.xhp#hd_id3155609.162.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3154830.205.help.text
+msgid " <item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
+msgstr " <item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
+
+#: 04060109.xhp#par_id3147094.206.help.text
+msgid " <item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
+msgstr " <item type=\"input\">{=ROW(D5:D8)}</item> returns the single-column array (5, 6, 7, 8) because the reference specified contains rows 5 through 8."
+
+#: 04060109.xhp#par_id3153701.207.help.text
+msgid " <item type=\"input\">=ROW(D5:D8)</item> 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 " <item type=\"input\">=ROW(D5:D8)</item> 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."
+
+#: 04060109.xhp#par_id3150996.208.help.text
+msgid " <item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row 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 " <item type=\"input\">{=ROW(A1:E1)}</item> and <item type=\"input\">=ROW(A1:E1)</item> both return 1 because the reference only contains row 1 as the first row 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.)"
+
+#: 04060109.xhp#par_id3153671.209.help.text
+msgid " <item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+msgstr " <item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+
+#: 04060109.xhp#par_id3153790.210.help.text
+msgid " <item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
+msgstr " <item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column array (1, 2, 3) if \"Rabbit\" is the named area (C1:D3)."
+
+#: 04060109.xhp#bm_id3145772.help.text
+msgid "<bookmark_value>ROWS function</bookmark_value>"
+msgstr "<bookmark_value>ROWS function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3145772.166.help.text
+msgid "ROWS"
+msgstr "ROWS"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZEILEN\">Returns the number of rows in a reference or array.</ahelp>"
+
+#: 04060109.xhp#hd_id3156051.168.help.text
+msgctxt "04060109.xhp#hd_id3156051.168.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id3154357.169.help.text
+msgid "ROWS(Array)"
+msgstr "ROWS(Array)"
+
+#: 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 " <emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
+
+#: 04060109.xhp#hd_id3155869.171.help.text
+msgctxt "04060109.xhp#hd_id3155869.171.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_id3154725.212.help.text
+msgid " <item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+msgstr " <item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+
+#: 04060109.xhp#par_id3150102.172.help.text
+msgid " <item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgstr " <item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+
+#: 04060109.xhp#par_id3155143.213.help.text
+msgid " <item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
+msgstr " <item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
+
+#: 04060109.xhp#bm_id9959410.help.text
+msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
+msgstr "<bookmark_value>HYPERLINK function</bookmark_value>"
+
+#: 04060109.xhp#par_idN11798.help.text
+msgid "HYPERLINK"
+msgstr "HYPERLINK"
+
+#: 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 "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
+
+#: 04060109.xhp#par_idN11800.help.text
+msgid "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
+msgstr "If you use the optional <emph>CellText</emph> parameter, the formula locates the URL, and then displays the text or number."
+
+#: 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 "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>."
+
+#: 04060109.xhp#par_idN1180A.help.text
+msgctxt "04060109.xhp#par_idN1180A.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_idN1180E.help.text
+msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+msgstr "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+
+#: 04060109.xhp#par_idN11811.help.text
+msgid " <emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
+msgstr " <emph>URL</emph> specifies the link target. The optional <emph>CellText</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellText</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
+
+#: 04060109.xhp#par_id0907200912224576.help.text
+msgid "The number 0 is returned for empty cells and matrix elements."
+msgstr "The number 0 is returned for empty cells and matrix elements."
+
+#: 04060109.xhp#par_idN11823.help.text
+msgctxt "04060109.xhp#par_idN11823.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060109.xhp#par_idN11827.help.text
+msgid " <item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr " <item type=\"input\">=HYPERLINK(\"http://www.example.org\")</item> displays the text \"http://www.example.org\" in the cell and executes the hyperlink http://www.example.org when clicked."
+
+#: 04060109.xhp#par_idN1182A.help.text
+msgid " <item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr " <item type=\"input\">=HYPERLINK(\"http://www.example.org\";\"Click here\")</item> displays the text \"Click here\" in the cell and executes the hyperlink http://www.example.org when clicked."
+
+#: 04060109.xhp#par_id0907200912224534.help.text
+msgid "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
+msgstr "=HYPERLINK(\"http://www.example.org\";12345) displays the number 12345 and executes the hyperlink http://www.example.org when clicked."
+
+#: 04060109.xhp#par_idN1182D.help.text
+msgid " <item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. 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 " <item type=\"input\">=HYPERLINK($B4)</item> where cell B4 contains <item type=\"input\">http://www.example.org</item>. 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."
+
+#: 04060109.xhp#par_idN11830.help.text
+msgid " <item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
+msgstr " <item type=\"input\">=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\"</item> displays the text Click example.org in the cell and executes the hyperlink http://www.example.org when clicked."
+
+#: 04060109.xhp#par_id8859523.help.text
+msgid " <item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
+msgstr " <item type=\"input\">=HYPERLINK(\"#Sheet1.A1\";\"Go to top\")</item> displays the text Go to top and jumps to cell Sheet1.A1 in this document."
+
+#: 04060109.xhp#par_id2958769.help.text
+msgid " <item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
+msgstr " <item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
+
+#: 04060109.xhp#bm_id7682424.help.text
+msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+msgstr "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+
+#: 04060109.xhp#hd_id3747062.help.text
+msgid "GETPIVOTDATA"
+msgstr "GETPIVOTDATA"
+
+#: 04060109.xhp#par_id3593859.help.text
+msgid "<ahelp hid=\".\">The GETPIVOTDATA function returns a result value from a pivot table. The value is addressed using field and item names, so it remains valid if the layout of the pivot table changes.</ahelp>"
+msgstr ""
+
+#: 04060109.xhp#hd_id9741508.help.text
+msgctxt "04060109.xhp#hd_id9741508.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060109.xhp#par_id909451.help.text
+msgid "Two different syntax definitions can be used:"
+msgstr "Two different syntax definitions can be used:"
+
+#: 04060109.xhp#par_id1665089.help.text
+msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
+msgstr ""
+
+#: 04060109.xhp#par_id4997100.help.text
+msgid "GETPIVOTDATA(pivot table; Constraints)"
+msgstr ""
+
+#: 04060109.xhp#par_id1672109.help.text
+msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
+msgstr "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
+
+#: 04060109.xhp#hd_id9464094.help.text
+msgid "First Syntax"
+msgstr "First Syntax"
+
+#: 04060109.xhp#par_id9302346.help.text
+msgid " <emph>TargetField</emph> is a string that selects one of the pivot table's data fields. The string can be the name of the source column, or the data field name as shown in the table (like \"Sum - Sales\")."
+msgstr ""
+
+#: 04060109.xhp#par_id8296151.help.text
+msgid " <emph>pivot table</emph> is a reference to a cell or cell range that is positioned within a pivot table or contains a pivot table. If the cell range contains several pivot tables, the table that was created last is used."
+msgstr ""
+
+#: 04060109.xhp#par_id4809411.help.text
+msgid "If no <emph>Field n / Item n</emph> pairs are given, the grand total is returned. Otherwise, each pair adds a constraint that the result must satisfy. <emph>Field n</emph> is the name of a field from the pivot table. <emph>Item n</emph> is the name of an item from that field."
+msgstr ""
+
+#: 04060109.xhp#par_id6454969.help.text
+msgid "If the pivot table contains only a single result value that fulfills all of the constraints, or a subtotal result that summarizes all matching values, that result is returned. If there is no matching result, or several ones without a subtotal for them, an error is returned. These conditions apply to results that are included in the pivot table."
+msgstr ""
+
+#: 04060109.xhp#par_id79042.help.text
+msgid "If the source data contains entries that are hidden by settings of the pivot table, they are ignored. The order of the Field/Item pairs is not significant. Field and item names are not case-sensitive."
+msgstr ""
+
+#: 04060109.xhp#par_id7928708.help.text
+msgid "If no constraint for a page field is given, the field's selected value is implicitly used. If a constraint for a page field is given, it must match the field's selected value, or an error is returned. Page fields are the fields at the top left of a pivot table, populated using the \"Page Fields\" area of the pivot table layout dialog. From each page field, an item (value) can be selected, which means only that item is included in the calculation."
+msgstr ""
+
+#: 04060109.xhp#par_id3864253.help.text
+msgid "Subtotal values from the pivot table are only used if they use the function \"auto\" (except when specified in the constraint, see <item type=\"literal\">Second Syntax</item> below)."
+msgstr ""
+
+#: 04060109.xhp#hd_id3144016.help.text
+msgid "Second Syntax"
+msgstr "Second Syntax"
+
+#: 04060109.xhp#par_id9937131.help.text
+msgid " <emph>pivot table</emph> has the same meaning as in the first syntax."
+msgstr ""
+
+#: 04060109.xhp#par_id5616626.help.text
+msgid " <emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
+msgstr " <emph>Constraints</emph> is a space-separated list. Entries can be quoted (single quotes). The whole string must be enclosed in quotes (double quotes), unless you reference the string from another cell."
+
+#: 04060109.xhp#par_id4076357.help.text
+msgid "One of the entries can be the data field name. The data field name can be left out if the pivot table contains only one data field, otherwise it must be present."
+msgstr ""
+
+#: 04060109.xhp#par_id8231757.help.text
+msgid "Each of the other entries specifies a constraint in the form <item type=\"literal\">Field[Item]</item> (with literal characters [ and ]), or only <item type=\"literal\">Item</item> if the item name is unique within all fields that are used in the pivot table."
+msgstr ""
+
+#: 04060109.xhp#par_id3168736.help.text
+msgid "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
+msgstr "A function name can be added in the form <emph>Field[Item;Function]</emph>, which will cause the constraint to match only subtotal values which use that function. The possible function names are Sum, Count, Average, Max, Min, Product, Count (Numbers only), StDev (Sample), StDevP (Population), Var (Sample), and VarP (Population), case-insensitive."
+
+#: 12040201.xhp#tit.help.text
+msgctxt "12040201.xhp#tit.help.text"
+msgid "More"
+msgstr "More"
+
+#: 12040201.xhp#hd_id3148492.1.help.text
+msgctxt "12040201.xhp#hd_id3148492.1.help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+
+#: 12040201.xhp#par_id3159400.2.help.text
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\">Shows additional filter options.</ahelp></variable>"
+
+#: 12040201.xhp#hd_id3150791.3.help.text
+msgctxt "12040201.xhp#hd_id3150791.3.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12040201.xhp#hd_id3154138.5.help.text
+msgctxt "12040201.xhp#hd_id3154138.5.help.text"
+msgid "Case sensitive"
+msgstr "Case sensitive"
+
+#: 12040201.xhp#par_id3147228.6.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\">Distinguishes between uppercase and lowercase letters when filtering the data.</ahelp>"
+
+#: 12040201.xhp#hd_id3154908.7.help.text
+msgid "Range contains column labels"
+msgstr "Range contains column labels"
+
+#: 12040201.xhp#par_id3153768.8.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\">Includes the column labels in the first row of a cell range.</ahelp>"
+
+#: 12040201.xhp#hd_id3155306.9.help.text
+msgctxt "12040201.xhp#hd_id3155306.9.help.text"
+msgid "Copy results to"
+msgstr "Copy results to"
+
+#: 12040201.xhp#par_id3154319.10.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\">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."
+
+#: 12040201.xhp#hd_id3145272.11.help.text
+msgid "Regular expression"
+msgstr "Regular expression"
+
+#: 12040201.xhp#par_id3152576.12.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\">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>."
+
+#: 12040201.xhp#par_id3149377.33.help.text
+msgid "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
+msgstr "If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '<>' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter."
+
+#: 12040201.xhp#hd_id3149958.34.help.text
+msgid "No duplication"
+msgstr "No duplication"
+
+#: 12040201.xhp#par_id3153876.35.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
+
+#: 12040201.xhp#hd_id3154018.40.help.text
+msgid "Keep filter criteria"
+msgstr "Keep filter criteria"
+
+#: 12040201.xhp#par_id3149123.41.help.text
+msgid "<ahelp 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 "<ahelp 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>."
+
+#: 12040201.xhp#hd_id3149018.36.help.text
+msgid "Data range"
+msgstr "Data range"
+
+#: 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 "Displays the cell range or the name of the cell range that you want to filter."
+
+#: 02190000.xhp#tit.help.text
+msgid "Delete Manual Breaks"
+msgstr "Delete Manual Breaks"
+
+#: 02190000.xhp#hd_id3150541.1.help.text
+msgid "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/02190000.xhp\" name=\"Delete Manual Breaks\">Delete Manual Break</link>"
+
+#: 02190000.xhp#par_id3154365.2.help.text
+msgid "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
+msgstr "<ahelp hid=\".\">Choose the type of manual break that you want to delete.</ahelp>"
+
+#: 06990000.xhp#tit.help.text
+msgid "Cell Contents"
+msgstr "Cell Contents"
+
+#: 06990000.xhp#hd_id3153087.1.help.text
+msgid "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
+msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
+
+#: 06990000.xhp#par_id3145674.2.help.text
+msgid "Opens a submenu with commands to calculate tables and activate AutoInput."
+msgstr "Opens a submenu with commands to calculate tables and activate AutoInput."
+
+#: 04060000.xhp#tit.help.text
+msgid "Function Wizard"
+msgstr "Function Wizard"
+
+#: 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 "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
+
+#: 04060000.xhp#hd_id3147426.1.help.text
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+
+#: 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 "<variable id=\"funktionsautopilottext\"><ahelp hid=\".uno:FunctionDialog\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulae.</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."
+
+#: 04060000.xhp#par_id8007446.help.text
+msgid "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
+msgstr "You can download the complete ODFF (OpenDocument Format Formula) specification from the <link href=\"http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-formula\">OASIS</link> web site."
+
+#: 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 "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulae, and <emph>Structure</emph> is used to check the formula build."
+
+#: 04060000.xhp#hd_id3154490.3.help.text
+msgid "Functions Tab"
+msgstr "Functions Tab"
+
+#: 04060000.xhp#par_id3149378.5.help.text
+msgctxt "04060000.xhp#par_id3149378.5.help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+
+#: 04060000.xhp#hd_id3154730.36.help.text
+msgid "Category"
+msgstr "Category"
+
+#: 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 "<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>"
+
+#: 04060000.xhp#hd_id3150749.6.help.text
+msgctxt "04060000.xhp#hd_id3150749.6.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 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 "<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."
+
+#: 04060000.xhp#hd_id3159264.8.help.text
+msgid "Array"
+msgstr "Array"
+
+#: 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 "<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 formulae 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."
+
+#: 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 "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 formulae in the sheet. The formula is inserted as a matrix formula indicated by two braces { }."
+
+#: 04060000.xhp#par_id3152993.40.help.text
+msgid "The maximum size of an array range is 128 by 128 cells."
+msgstr "The maximum size of an array range is 128 by 128 cells."
+
+#: 04060000.xhp#hd_id3150367.41.help.text
+msgid "Argument Input Fields"
+msgstr "Argument Input Fields"
+
+#: 04060000.xhp#par_id3145587.15.help.text
+msgid "When you double-click a function, the argument 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 across the required range on 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 "When you double-click a function, the argument input field(s) appear on the right side of the dialogue. To select a cell reference as an argument, click directly into the cell, or drag across the required range on 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 dialogue. 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."
+
+#: 04060000.xhp#hd_id3149408.18.help.text
+msgid "Function Result"
+msgstr "Function Result"
+
+#: 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 "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."
+
+#: 04060000.xhp#par_id3148700.23.help.text
+msgid "The required arguments are indicated by names in bold print."
+msgstr "The required arguments are indicated by names in bold print."
+
+#: 04060000.xhp#hd_id3153064.22.help.text
+msgid "f(x) (depending on the selected function)"
+msgstr "f(x) (depending on the selected function)"
+
+#: 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 nest another function within the function, instead of a value or reference.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_BTN_FX4\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
+
+#: 04060000.xhp#hd_id3145076.25.help.text
+msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
+msgstr "Argument/Parameter/Cell Reference (depending on the selected function)"
+
+#: 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 by clicking a cell in the table.</ahelp>"
+msgstr "<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 by clicking a cell in the table.</ahelp>"
+
+#: 04060000.xhp#hd_id3154957.51.help.text
+msgctxt "04060000.xhp#hd_id3154957.51.help.text"
+msgid "Result"
+msgstr "Result"
+
+#: 04060000.xhp#par_id3150211.52.help.text
+msgid "Displays the calculation result or an error message."
+msgstr "Displays the calculation result or an error message."
+
+#: 04060000.xhp#hd_id3151304.43.help.text
+msgid "Formula"
+msgstr "Formula"
+
+#: 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 using the wizard.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_FAP_FORMULA\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
+
+#: 04060000.xhp#hd_id3153249.45.help.text
+msgid "Back"
+msgstr "Back"
+
+#: 04060000.xhp#par_id3152869.53.help.text
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\">Moves the focus back through the formula components, marking them as it does so.</ahelp>"
+
+#: 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 "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
+
+#: 04060000.xhp#hd_id3155762.54.help.text
+msgid "Next"
+msgstr "Next"
+
+#: 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 "<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."
+
+#: 04060000.xhp#par_id3159262.57.help.text
+msgid "Double-click a function in the selection window to transfer it to the formula window."
+msgstr "Double-click a function in the selection window to transfer it to the formula window."
+
+#: 04060000.xhp#hd_id3148745.58.help.text
+msgid "Cancel"
+msgstr "Cancel"
+
+#: 04060000.xhp#par_id3147402.59.help.text
+msgid "Closes the dialog without implementing the formula."
+msgstr "Closes the dialogue without implementing the formula."
+
+#: 04060000.xhp#hd_id3150534.32.help.text
+msgid "OK"
+msgstr "OK"
+
+#: 04060000.xhp#par_id3153029.33.help.text
+msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+msgstr "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+
+#: 04060000.xhp#par_id3156400.34.help.text
+msgctxt "04060000.xhp#par_id3156400.34.help.text"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Categories and Functions\">List of Categories and Functions</link>"
+
+#: 04060000.xhp#hd_id3147610.47.help.text
+msgid "Structure tab"
+msgstr "Structure tab"
+
+#: 04060000.xhp#par_id3153122.48.help.text
+msgid "On this page, you can view the structure of the function."
+msgstr "On this page, you can view the structure of the function."
+
+#: 04060000.xhp#par_id3149350.4.help.text
+msgid "If you start the <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 "If you start the <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."
+
+#: 04060000.xhp#hd_id3149014.49.help.text
+msgid "Structure"
+msgstr "Structure"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 04060118.xhp#tit.help.text
+msgctxt "04060118.xhp#tit.help.text"
+msgid "Financial Functions Part Three"
+msgstr "Financial Functions Part Three"
+
+#: 04060118.xhp#hd_id3146780.1.help.text
+msgctxt "04060118.xhp#hd_id3146780.1.help.text"
+msgid "Financial Functions Part Three"
+msgstr "Financial Functions Part Three"
+
+#: 04060118.xhp#bm_id3145112.help.text
+msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+msgstr "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+
+#: 04060118.xhp#hd_id3145112.71.help.text
+msgid "ODDFPRICE"
+msgstr "ODDFPRICE"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3153074.73.help.text
+msgctxt "04060118.xhp#hd_id3153074.73.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3146098.74.help.text
+msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3153337.75.help.text
+msgctxt "04060118.xhp#par_id3153337.75.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3149051.76.help.text
+msgctxt "04060118.xhp#par_id3149051.76.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3147297.77.help.text
+msgctxt "04060118.xhp#par_id3147297.77.help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> is the date of issue of the security."
+
+#: 04060118.xhp#par_id3150393.78.help.text
+msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
+msgstr "<emph>FirstCoupon</emph> is the first interest date of the security."
+
+#: 04060118.xhp#par_id3147402.79.help.text
+msgctxt "04060118.xhp#par_id3147402.79.help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> is the annual rate of interest."
+
+#: 04060118.xhp#par_id3151387.80.help.text
+msgctxt "04060118.xhp#par_id3151387.80.help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> is the annual yield of the security."
+
+#: 04060118.xhp#par_id3153023.81.help.text
+msgctxt "04060118.xhp#par_id3153023.81.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060118.xhp#par_id3150539.82.help.text
+msgctxt "04060118.xhp#par_id3150539.82.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#bm_id3157871.help.text
+msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDFYIELD function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3157871.87.help.text
+msgid "ODDFYIELD"
+msgstr "ODDFYIELD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
+
+#: 04060118.xhp#hd_id3150651.89.help.text
+msgctxt "04060118.xhp#hd_id3150651.89.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3152982.90.help.text
+msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3157906.91.help.text
+msgctxt "04060118.xhp#par_id3157906.91.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3150026.92.help.text
+msgctxt "04060118.xhp#par_id3150026.92.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3149012.93.help.text
+msgctxt "04060118.xhp#par_id3149012.93.help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> is the date of issue of the security."
+
+#: 04060118.xhp#par_id3148725.94.help.text
+msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
+msgstr "<emph>FirstCoupon</emph> is the first interest period of the security."
+
+#: 04060118.xhp#par_id3150465.95.help.text
+msgctxt "04060118.xhp#par_id3150465.95.help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> is the annual rate of interest."
+
+#: 04060118.xhp#par_id3146940.96.help.text
+msgctxt "04060118.xhp#par_id3146940.96.help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Price</emph> is the price of the security."
+
+#: 04060118.xhp#par_id3149893.97.help.text
+msgctxt "04060118.xhp#par_id3149893.97.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060118.xhp#par_id3148888.98.help.text
+msgctxt "04060118.xhp#par_id3148888.98.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#bm_id3153933.help.text
+msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
+msgstr "<bookmark_value>ODDLPRICE function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3153933.103.help.text
+msgid "ODDLPRICE"
+msgstr "ODDLPRICE"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3152784.105.help.text
+msgctxt "04060118.xhp#hd_id3152784.105.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3155262.106.help.text
+msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3149689.107.help.text
+msgctxt "04060118.xhp#par_id3149689.107.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3148753.108.help.text
+msgctxt "04060118.xhp#par_id3148753.108.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3150861.109.help.text
+msgctxt "04060118.xhp#par_id3150861.109.help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>LastInterest</emph> is the last interest date of the security."
+
+#: 04060118.xhp#par_id3155831.110.help.text
+msgctxt "04060118.xhp#par_id3155831.110.help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> is the annual rate of interest."
+
+#: 04060118.xhp#par_id3153328.111.help.text
+msgctxt "04060118.xhp#par_id3153328.111.help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> is the annual yield of the security."
+
+#: 04060118.xhp#par_id3149186.112.help.text
+msgctxt "04060118.xhp#par_id3149186.112.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060118.xhp#par_id3149726.113.help.text
+msgctxt "04060118.xhp#par_id3149726.113.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3153111.114.help.text
+msgctxt "04060118.xhp#hd_id3153111.114.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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"
+
+#: 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 "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
+
+#: 04060118.xhp#par_id3150332.117.help.text
+msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+msgstr "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+
+#: 04060118.xhp#bm_id3153564.help.text
+msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDLYIELD function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3153564.118.help.text
+msgid "ODDLYIELD"
+msgstr "ODDLYIELD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
+
+#: 04060118.xhp#hd_id3147366.120.help.text
+msgctxt "04060118.xhp#hd_id3147366.120.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3150018.121.help.text
+msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3159132.122.help.text
+msgctxt "04060118.xhp#par_id3159132.122.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3150134.123.help.text
+msgctxt "04060118.xhp#par_id3150134.123.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3145245.124.help.text
+msgctxt "04060118.xhp#par_id3145245.124.help.text"
+msgid "<emph>LastInterest</emph> is the last interest date of the security."
+msgstr "<emph>LastInterest</emph> is the last interest date of the security."
+
+#: 04060118.xhp#par_id3151014.125.help.text
+msgctxt "04060118.xhp#par_id3151014.125.help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> is the annual rate of interest."
+
+#: 04060118.xhp#par_id3149003.126.help.text
+msgctxt "04060118.xhp#par_id3149003.126.help.text"
+msgid "<emph>Price</emph> is the price of the security."
+msgstr "<emph>Price</emph> is the price of the security."
+
+#: 04060118.xhp#par_id3148880.127.help.text
+msgctxt "04060118.xhp#par_id3148880.127.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060118.xhp#par_id3155622.128.help.text
+msgctxt "04060118.xhp#par_id3155622.128.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3145303.129.help.text
+msgctxt "04060118.xhp#hd_id3145303.129.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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"
+
+#: 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 "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+
+#: 04060118.xhp#par_id3150572.132.help.text
+msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
+msgstr "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
+
+#: 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 "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3148768.222.help.text
+msgid "VDB"
+msgstr "VDB"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
+
+#: 04060118.xhp#hd_id3155519.224.help.text
+msgctxt "04060118.xhp#hd_id3155519.224.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3149025.225.help.text
+msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+msgstr "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
+
+#: 04060118.xhp#par_id3150692.226.help.text
+msgid "<emph>Cost</emph> is the initial value of an asset."
+msgstr "<emph>Cost</emph> is the initial value of an asset."
+
+#: 04060118.xhp#par_id3155369.227.help.text
+msgctxt "04060118.xhp#par_id3155369.227.help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+
+#: 04060118.xhp#par_id3154954.228.help.text
+msgid "<emph>Life</emph> is the depreciation duration of the asset."
+msgstr "<emph>Life</emph> is the depreciation duration of the asset."
+
+#: 04060118.xhp#par_id3152817.229.help.text
+msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+msgstr "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+
+#: 04060118.xhp#par_id3153221.230.help.text
+msgid "<emph>End</emph> is the end of the depreciation."
+msgstr "<emph>End</emph> is the end of the depreciation."
+
+#: 04060118.xhp#par_id3147536.231.help.text
+msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
+msgstr "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
+
+#: 04060118.xhp#par_id3154865.232.help.text
+msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
+msgstr "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
+
+#: 04060118.xhp#par_idN10A0D.help.text
+msgctxt "04060118.xhp#par_idN10A0D.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp#hd_id3148429.233.help.text
+msgctxt "04060118.xhp#hd_id3148429.233.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3155991.235.help.text
+msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
+msgstr "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
+
+#: 04060118.xhp#bm_id3147485.help.text
+msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+msgstr "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3147485.193.help.text
+msgid "XIRR"
+msgstr "XIRR"
+
+#: 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 "<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."
+
+#: 04060118.xhp#par_idN10E62.help.text
+msgid "If the payments take place at regular intervals, use the IRR function."
+msgstr "If the payments take place at regular intervals, use the IRR function."
+
+#: 04060118.xhp#hd_id3146149.195.help.text
+msgctxt "04060118.xhp#hd_id3146149.195.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3149826.196.help.text
+msgid "XIRR(Values; Dates; Guess)"
+msgstr "XIRR(Values; Dates; Guess)"
+
+#: 04060118.xhp#par_id3163821.197.help.text
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to 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 "<emph>Values</emph> and <emph>Dates</emph> refer to 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)."
+
+#: 04060118.xhp#par_id3149708.198.help.text
+msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
+msgstr "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
+
+#: 04060118.xhp#hd_id3145085.199.help.text
+msgctxt "04060118.xhp#hd_id3145085.199.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3149273.200.help.text
+msgid "Calculation of the internal rate of return for the following five payments:"
+msgstr "Calculation of the internal rate of return for the following five payments:"
+
+#: 04060118.xhp#par_id3155838.305.help.text
+msgctxt "04060118.xhp#par_id3155838.305.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060118.xhp#par_id3152934.306.help.text
+msgctxt "04060118.xhp#par_id3152934.306.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060118.xhp#par_id3154638.307.help.text
+msgctxt "04060118.xhp#par_id3154638.307.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060118.xhp#par_id3147083.308.help.text
+msgctxt "04060118.xhp#par_id3147083.308.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060118.xhp#par_id3151187.309.help.text
+msgid "2001-01-01"
+msgstr "2001-01-01"
+
+#: 04060118.xhp#par_id3145212.201.help.text
+msgid "-<item type=\"input\">10000</item>"
+msgstr "-<item type=\"input\">10000</item>"
+
+#: 04060118.xhp#par_id3146856.202.help.text
+msgid "<item type=\"input\">Received</item>"
+msgstr "<item type=\"input\">Received</item>"
+
+#: 04060118.xhp#par_id3153277.310.help.text
+msgctxt "04060118.xhp#par_id3153277.310.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060118.xhp#par_id3154052.203.help.text
+msgid "2001-01-02"
+msgstr "2001-01-02"
+
+#: 04060118.xhp#par_id3151297.204.help.text
+msgid "<item type=\"input\">2000</item>"
+msgstr "<item type=\"input\">2000</item>"
+
+#: 04060118.xhp#par_id3149985.205.help.text
+msgid "<item type=\"input\">Deposited</item>"
+msgstr "<item type=\"input\">Deposited</item>"
+
+#: 04060118.xhp#par_id3154744.311.help.text
+msgctxt "04060118.xhp#par_id3154744.311.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060118.xhp#par_id3153151.206.help.text
+msgid "2001-03-15"
+msgstr "2001-03-15"
+
+#: 04060118.xhp#par_id3145657.207.help.text
+msgid "2500"
+msgstr "2500"
+
+#: 04060118.xhp#par_id3155101.312.help.text
+msgctxt "04060118.xhp#par_id3155101.312.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060118.xhp#par_id3146894.208.help.text
+msgid "2001-05-12"
+msgstr "2001-05-12"
+
+#: 04060118.xhp#par_id3143231.209.help.text
+msgid "5000"
+msgstr "5000"
+
+#: 04060118.xhp#par_id3156012.313.help.text
+msgctxt "04060118.xhp#par_id3156012.313.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060118.xhp#par_id3149758.210.help.text
+msgid "2001-08-10"
+msgstr "2001-08-10"
+
+#: 04060118.xhp#par_id3147495.211.help.text
+msgid "1000"
+msgstr "1000"
+
+#: 04060118.xhp#par_id3152793.212.help.text
+msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
+msgstr "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
+
+#: 04060118.xhp#bm_id3149198.help.text
+msgid "<bookmark_value>XNPV function</bookmark_value>"
+msgstr "<bookmark_value>XNPV function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3149198.213.help.text
+msgid "XNPV"
+msgstr "XNPV"
+
+#: 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 "<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."
+
+#: 04060118.xhp#par_idN11138.help.text
+msgid "If the payments take place at regular intervals, use the NPV function."
+msgstr "If the payments take place at regular intervals, use the NPV function."
+
+#: 04060118.xhp#hd_id3155323.215.help.text
+msgctxt "04060118.xhp#hd_id3155323.215.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3150117.216.help.text
+msgid "XNPV(Rate; Values; Dates)"
+msgstr "XNPV(Rate; Values; Dates)"
+
+#: 04060118.xhp#par_id3153100.217.help.text
+msgid "<emph>Rate</emph> is the internal rate of return for the payments."
+msgstr "<emph>Rate</emph> is the internal rate of return for the payments."
+
+#: 04060118.xhp#par_id3155395.218.help.text
+msgid "<emph>Values</emph> and <emph>Dates</emph> refer to 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 "<emph>Values</emph> and <emph>Dates</emph> refer to 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)"
+
+#: 04060118.xhp#hd_id3148832.219.help.text
+msgctxt "04060118.xhp#hd_id3148832.219.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
+
+#: 04060118.xhp#par_id3149910.221.help.text
+msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+msgstr "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+
+#: 04060118.xhp#bm_id3148822.help.text
+msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+msgstr "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3148822.237.help.text
+msgid "RRI"
+msgstr "RRI"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
+
+#: 04060118.xhp#hd_id3148444.239.help.text
+msgctxt "04060118.xhp#hd_id3148444.239.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3148804.240.help.text
+msgid "RRI(P; PV; FV)"
+msgstr "RRI(P; PV; FV)"
+
+#: 04060118.xhp#par_id3154901.241.help.text
+msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
+msgstr "<emph>P</emph> is the number of periods needed for calculating the interest rate."
+
+#: 04060118.xhp#par_id3159149.242.help.text
+msgctxt "04060118.xhp#par_id3159149.242.help.text"
+msgid "<emph>PV</emph> is 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 "<emph>PV</emph> is 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."
+
+#: 04060118.xhp#par_id3149771.243.help.text
+msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
+msgstr "<emph>FV</emph> determines what is desired as the cash value of the deposit."
+
+#: 04060118.xhp#hd_id3148941.244.help.text
+msgctxt "04060118.xhp#hd_id3148941.244.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3150775.246.help.text
+msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+msgstr "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+
+#: 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 "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+
+#: 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 "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3154267.249.help.text
+msgid "RATE"
+msgstr "RATE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
+
+#: 04060118.xhp#hd_id3154272.251.help.text
+msgctxt "04060118.xhp#hd_id3154272.251.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3158423.252.help.text
+msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+msgstr "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+
+#: 04060118.xhp#par_id3148910.253.help.text
+msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+msgstr "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+
+#: 04060118.xhp#par_id3148925.254.help.text
+msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+msgstr "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+
+#: 04060118.xhp#par_id3149160.255.help.text
+msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgstr "<emph>PV</emph> is the cash value in the sequence of payments."
+
+#: 04060118.xhp#par_id3166456.256.help.text
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+
+#: 04060118.xhp#par_id3153243.257.help.text
+msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+msgstr "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
+
+#: 04060118.xhp#par_id3146949.258.help.text
+msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+msgstr "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+
+#: 04060118.xhp#par_idN10E2A.help.text
+msgctxt "04060118.xhp#par_idN10E2A.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp#hd_id3149791.259.help.text
+msgctxt "04060118.xhp#hd_id3149791.259.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3155586.261.help.text
+msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+msgstr "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+
+#: 04060118.xhp#bm_id3149106.help.text
+msgid "<bookmark_value>INTRATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3149106.60.help.text
+msgid "INTRATE"
+msgstr "INTRATE"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3149974.62.help.text
+msgctxt "04060118.xhp#hd_id3149974.62.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3149800.63.help.text
+msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+msgstr "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+
+#: 04060118.xhp#par_id3148618.64.help.text
+msgctxt "04060118.xhp#par_id3148618.64.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3148988.65.help.text
+msgid "<emph>Maturity</emph> is the date on which the security is sold."
+msgstr "<emph>Maturity</emph> is the date on which the security is sold."
+
+#: 04060118.xhp#par_id3154604.66.help.text
+msgid "<emph>Investment</emph> is the purchase price."
+msgstr "<emph>Investment</emph> is the purchase price."
+
+#: 04060118.xhp#par_id3154337.67.help.text
+msgid "<emph>Redemption</emph> is the selling price."
+msgstr "<emph>Redemption</emph> is the selling price."
+
+#: 04060118.xhp#hd_id3145380.68.help.text
+msgctxt "04060118.xhp#hd_id3145380.68.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3149426.69.help.text
+msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
+msgstr "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
+
+#: 04060118.xhp#par_id3151125.70.help.text
+msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
+msgstr "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
+
+#: 04060118.xhp#bm_id3148654.help.text
+msgid "<bookmark_value>COUPNCD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3148654.163.help.text
+msgid "COUPNCD"
+msgstr "COUPNCD"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3153317.165.help.text
+msgctxt "04060118.xhp#hd_id3153317.165.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3150423.166.help.text
+msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNCD(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3150628.167.help.text
+msgctxt "04060118.xhp#par_id3150628.167.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3153536.168.help.text
+msgctxt "04060118.xhp#par_id3153536.168.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3145313.169.help.text
+msgctxt "04060118.xhp#par_id3145313.169.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3155424.170.help.text
+msgctxt "04060118.xhp#hd_id3155424.170.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3154794.171.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+msgstr "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
+
+#: 04060118.xhp#par_id3159251.172.help.text
+msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+msgstr "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+
+#: 04060118.xhp#bm_id3143281.help.text
+msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3143281.143.help.text
+msgid "COUPDAYS"
+msgstr "COUPDAYS"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
+
+#: 04060118.xhp#hd_id3148685.145.help.text
+msgctxt "04060118.xhp#hd_id3148685.145.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3149585.146.help.text
+msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3152767.147.help.text
+msgctxt "04060118.xhp#par_id3152767.147.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3151250.148.help.text
+msgctxt "04060118.xhp#par_id3151250.148.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3146126.149.help.text
+msgctxt "04060118.xhp#par_id3146126.149.help.text"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3153705.150.help.text
+msgctxt "04060118.xhp#hd_id3153705.150.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3147530.151.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. 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 "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. 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?"
+
+#: 04060118.xhp#par_id3156338.152.help.text
+msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+msgstr "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+
+#: 04060118.xhp#bm_id3154832.help.text
+msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3154832.153.help.text
+msgid "COUPDAYSNC"
+msgstr "COUPDAYSNC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
+
+#: 04060118.xhp#hd_id3151312.155.help.text
+msgctxt "04060118.xhp#hd_id3151312.155.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3155121.156.help.text
+msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3158440.157.help.text
+msgctxt "04060118.xhp#par_id3158440.157.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3146075.158.help.text
+msgctxt "04060118.xhp#par_id3146075.158.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3154620.159.help.text
+msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3155604.160.help.text
+msgctxt "04060118.xhp#hd_id3155604.160.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3148671.161.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. 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 "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. 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?"
+
+#: 04060118.xhp#par_id3156158.162.help.text
+msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+msgstr "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+
+#: 04060118.xhp#bm_id3150408.help.text
+msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+
+#: 04060118.xhp#hd_id3150408.133.help.text
+msgid "COUPDAYBS"
+msgstr "COUPDAYBS"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3156142.135.help.text
+msgctxt "04060118.xhp#hd_id3156142.135.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3159083.136.help.text
+msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3146907.137.help.text
+msgctxt "04060118.xhp#par_id3146907.137.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3159390.138.help.text
+msgctxt "04060118.xhp#par_id3159390.138.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3154414.139.help.text
+msgctxt "04060118.xhp#par_id3154414.139.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3153880.140.help.text
+msgctxt "04060118.xhp#hd_id3153880.140.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3150592.141.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
+msgstr "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
+
+#: 04060118.xhp#par_id3151103.142.help.text
+msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+msgstr "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+
+#: 04060118.xhp#bm_id3152957.help.text
+msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+msgstr "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+
+#: 04060118.xhp#hd_id3152957.183.help.text
+msgid "COUPPCD"
+msgstr "COUPPCD"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3156269.185.help.text
+msgctxt "04060118.xhp#hd_id3156269.185.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3153790.186.help.text
+msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPPCD(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3150989.187.help.text
+msgctxt "04060118.xhp#par_id3150989.187.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3154667.188.help.text
+msgctxt "04060118.xhp#par_id3154667.188.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3154569.189.help.text
+msgctxt "04060118.xhp#par_id3154569.189.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3150826.190.help.text
+msgctxt "04060118.xhp#hd_id3150826.190.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3148968.191.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
+msgstr "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
+
+#: 04060118.xhp#par_id3149992.192.help.text
+msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+msgstr "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+
+#: 04060118.xhp#bm_id3150673.help.text
+msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgstr "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+
+#: 04060118.xhp#hd_id3150673.173.help.text
+msgid "COUPNUM"
+msgstr "COUPNUM"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
+
+#: 04060118.xhp#hd_id3148400.175.help.text
+msgctxt "04060118.xhp#hd_id3148400.175.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3153200.176.help.text
+msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+msgstr "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+
+#: 04060118.xhp#par_id3159406.177.help.text
+msgctxt "04060118.xhp#par_id3159406.177.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060118.xhp#par_id3155864.178.help.text
+msgctxt "04060118.xhp#par_id3155864.178.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060118.xhp#par_id3154720.179.help.text
+msgctxt "04060118.xhp#par_id3154720.179.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060118.xhp#hd_id3149319.180.help.text
+msgctxt "04060118.xhp#hd_id3149319.180.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060118.xhp#par_id3152460.181.help.text
+msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+msgstr "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
+
+#: 04060118.xhp#par_id3150640.182.help.text
+msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+msgstr "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+
+#: 04060118.xhp#bm_id3149339.help.text
+msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgstr "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+
+#: 04060118.xhp#hd_id3149339.263.help.text
+msgid "IPMT"
+msgstr "IPMT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
+
+#: 04060118.xhp#hd_id3153266.265.help.text
+msgctxt "04060118.xhp#hd_id3153266.265.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3151283.266.help.text
+msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "IPMT(Rate; Period; NPer; PV; FV; Type)"
+
+#: 04060118.xhp#par_id3147313.267.help.text
+msgctxt "04060118.xhp#par_id3147313.267.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 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 "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
+
+#: 04060118.xhp#par_id3147577.269.help.text
+msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+msgstr "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
+
+#: 04060118.xhp#par_id3156211.270.help.text
+msgid "<emph>PV</emph> is the present cash value in sequence of payments."
+msgstr "<emph>PV</emph> is the present cash value in sequence of payments."
+
+#: 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 "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+
+#: 04060118.xhp#par_id3154195.272.help.text
+msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgstr "<emph>Type</emph> is the due date for the periodic payments."
+
+#: 04060118.xhp#hd_id3150102.273.help.text
+msgctxt "04060118.xhp#hd_id3150102.273.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3150496.275.help.text
+msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
+msgstr "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
+
+#: 04060118.xhp#bm_id3151205.help.text
+msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+msgstr "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+
+#: 04060118.xhp#hd_id3151205.277.help.text
+msgid "FV"
+msgstr "FV"
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3155178.279.help.text
+msgctxt "04060118.xhp#hd_id3155178.279.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3145215.280.help.text
+msgid "FV(Rate; NPer; Pmt; PV; Type)"
+msgstr "FV(Rate; NPer; Pmt; PV; Type)"
+
+#: 04060118.xhp#par_id3155136.281.help.text
+msgctxt "04060118.xhp#par_id3155136.281.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060118.xhp#par_id3156029.282.help.text
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
+msgstr "<emph>NPer</emph> is the total number of periods (payment period)."
+
+#: 04060118.xhp#par_id3151322.283.help.text
+msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
+msgstr "<emph>Pmt</emph> is the annuity paid regularly per period."
+
+#: 04060118.xhp#par_id3145256.284.help.text
+msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+msgstr "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+
+#: 04060118.xhp#par_id3150999.285.help.text
+msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+msgstr "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+
+#: 04060118.xhp#par_idN114D8.help.text
+msgctxt "04060118.xhp#par_idN114D8.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp#hd_id3146800.286.help.text
+msgctxt "04060118.xhp#hd_id3146800.286.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3149302.288.help.text
+msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
+msgstr "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
+
+#: 04060118.xhp#bm_id3155912.help.text
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+msgstr "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+
+#: 04060118.xhp#hd_id3155912.51.help.text
+msgid "FVSCHEDULE"
+msgstr "FVSCHEDULE"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
+
+#: 04060118.xhp#hd_id3149571.53.help.text
+msgctxt "04060118.xhp#hd_id3149571.53.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3148891.54.help.text
+msgid "FVSCHEDULE(Principal; Schedule)"
+msgstr "FVSCHEDULE(Principal; Schedule)"
+
+#: 04060118.xhp#par_id3148904.55.help.text
+msgid "<emph>Principal</emph> is the starting capital."
+msgstr "<emph>Principal</emph> is the starting capital."
+
+#: 04060118.xhp#par_id3148562.56.help.text
+msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+msgstr "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
+
+#: 04060118.xhp#hd_id3147288.57.help.text
+msgctxt "04060118.xhp#hd_id3147288.57.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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?"
+
+#: 04060118.xhp#par_id3156358.59.help.text
+msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+msgstr "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+
+#: 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 "<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>"
+
+#: 04060118.xhp#hd_id3156435.290.help.text
+msgid "NPER"
+msgstr "NPER"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
+
+#: 04060118.xhp#hd_id3147216.292.help.text
+msgctxt "04060118.xhp#hd_id3147216.292.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060118.xhp#par_id3155934.293.help.text
+msgid "NPER(Rate; Pmt; PV; FV; Type)"
+msgstr "NPER(Rate; Pmt; PV; FV; Type)"
+
+#: 04060118.xhp#par_id3155946.294.help.text
+msgctxt "04060118.xhp#par_id3155946.294.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060118.xhp#par_id3149042.295.help.text
+msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+msgstr "<emph>Pmt</emph> is the constant annuity paid in each period."
+
+#: 04060118.xhp#par_id3153134.296.help.text
+msgctxt "04060118.xhp#par_id3153134.296.help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+
+#: 04060118.xhp#par_id3154398.297.help.text
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+msgstr "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+
+#: 04060118.xhp#par_id3145127.298.help.text
+msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+msgstr "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
+
+#: 04060118.xhp#par_idN1166C.help.text
+msgctxt "04060118.xhp#par_idN1166C.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp#hd_id3155795.299.help.text
+msgctxt "04060118.xhp#hd_id3155795.299.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060118.xhp#par_id3156171.301.help.text
+msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+msgstr "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+
+#: 04060118.xhp#par_id3150309.314.help.text
+msgctxt "04060118.xhp#par_id3150309.314.help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+
+#: 04060118.xhp#par_id3153163.315.help.text
+msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
+
+#: 04060184.xhp#tit.help.text
+msgid "Statistical Functions Part Four"
+msgstr "Statistical Functions Part Four"
+
+#: 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 "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">Statistical Functions Part Four</link></variable>"
+
+#: 04060184.xhp#bm_id3154511.help.text
+msgid "<bookmark_value>MAX function</bookmark_value>"
+msgstr "<bookmark_value>MAX function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3154511.2.help.text
+msgctxt "04060184.xhp#hd_id3154511.2.help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: 04060184.xhp#par_id3153709.3.help.text
+msgid "<ahelp hid=\"HID_FUNC_MAX\">Returns the maximum value in a list of arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MAX\">Returns the maximum value in a list of arguments.</ahelp>"
+
+#: 04060184.xhp#par_id9282509.help.text
+msgctxt "04060184.xhp#par_id9282509.help.text"
+msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
+msgstr "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
+
+#: 04060184.xhp#hd_id3154256.4.help.text
+msgctxt "04060184.xhp#hd_id3154256.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3147340.5.help.text
+msgid "MAX(Number1; Number2; ...Number30)"
+msgstr "MAX(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3149568.6.help.text
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges. "
+msgstr "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges. "
+
+#: 04060184.xhp#hd_id3153963.7.help.text
+msgctxt "04060184.xhp#hd_id3153963.7.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3147343.8.help.text
+msgid "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
+msgstr "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
+
+#: 04060184.xhp#par_id3148485.9.help.text
+msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
+msgstr "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
+
+#: 04060184.xhp#bm_id3166426.help.text
+msgid "<bookmark_value>MAXA function</bookmark_value>"
+msgstr "<bookmark_value>MAXA function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3166426.139.help.text
+msgid "MAXA"
+msgstr "MAXA"
+
+#: 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 "<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>"
+
+#: 04060184.xhp#par_id7689443.help.text
+msgctxt "04060184.xhp#par_id7689443.help.text"
+msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
+msgstr "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
+
+#: 04060184.xhp#hd_id3150516.141.help.text
+msgctxt "04060184.xhp#hd_id3150516.141.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3166431.142.help.text
+msgid "MAXA(Value1; Value2; ... Value30)"
+msgstr "MAXA(Value1; Value2; ... Value30)"
+
+#: 04060184.xhp#par_id3150202.143.help.text
+msgctxt "04060184.xhp#par_id3150202.143.help.text"
+msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+msgstr "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+
+#: 04060184.xhp#hd_id3156290.144.help.text
+msgctxt "04060184.xhp#hd_id3156290.144.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3156446.145.help.text
+msgid "<item type=\"input\">=MAXA(A1;A2;A3;50;100;200;\"Text\")</item> returns the largest value from the list."
+msgstr "<item type=\"input\">=MAXA(A1;A2;A3;50;100;200;\"Text\")</item> returns the largest value from the list."
+
+#: 04060184.xhp#par_id3149404.146.help.text
+msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
+msgstr "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
+
+#: 04060184.xhp#bm_id3153820.help.text
+msgid "<bookmark_value>MEDIAN function</bookmark_value>"
+msgstr "<bookmark_value>MEDIAN function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3153820.11.help.text
+msgid "MEDIAN"
+msgstr "MEDIAN"
+
+#: 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 "<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>"
+
+#: 04060184.xhp#hd_id3148871.13.help.text
+msgctxt "04060184.xhp#hd_id3148871.13.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3155264.14.help.text
+msgid "MEDIAN(Number1; Number2; ...Number30)"
+msgstr "MEDIAN(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3150109.15.help.text
+msgid "<emph>Number1; Number2;...Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
+msgstr "<emph>Number1; Number2;...Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
+
+#: 04060184.xhp#hd_id3144506.16.help.text
+msgctxt "04060184.xhp#hd_id3144506.16.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3145078.17.help.text
+msgid "for an odd number: <item type=\"input\">=MEDIAN(1;5;9;20;21)</item> returns 9 as the median value."
+msgstr "for an odd number: <item type=\"input\">=MEDIAN(1;5;9;20;21)</item> returns 9 as the median value."
+
+#: 04060184.xhp#par_id3149126.165.help.text
+msgid "for an even number: <item type=\"input\">=MEDIAN(1;5;9;20)</item> returns the average of the two middle values 5 and 9, thus 7."
+msgstr "for an even number: <item type=\"input\">=MEDIAN(1;5;9;20)</item> returns the average of the two middle values 5 and 9, thus 7."
+
+#: 04060184.xhp#bm_id3154541.help.text
+msgid "<bookmark_value>MIN function</bookmark_value>"
+msgstr "<bookmark_value>MIN function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3154541.19.help.text
+msgctxt "04060184.xhp#hd_id3154541.19.help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 04060184.xhp#par_id3143222.20.help.text
+msgid "<ahelp hid=\"HID_FUNC_MIN\">Returns the minimum value in a list of arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MIN\">Returns the minimum value in a list of arguments.</ahelp>"
+
+#: 04060184.xhp#par_id2301400.help.text
+msgctxt "04060184.xhp#par_id2301400.help.text"
+msgid "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
+msgstr "Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN(\"string\"), still results in an error."
+
+#: 04060184.xhp#hd_id3154651.21.help.text
+msgctxt "04060184.xhp#hd_id3154651.21.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3146964.22.help.text
+msgid "MIN(Number1; Number2; ...Number30)"
+msgstr "MIN(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3153486.23.help.text
+msgctxt "04060184.xhp#par_id3153486.23.help.text"
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+msgstr "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+
+#: 04060184.xhp#hd_id3155523.24.help.text
+msgctxt "04060184.xhp#hd_id3155523.24.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3154734.25.help.text
+msgid "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in the list."
+msgstr "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in the list."
+
+#: 04060184.xhp#bm_id3147504.help.text
+msgid "<bookmark_value>MINA function</bookmark_value>"
+msgstr "<bookmark_value>MINA function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3147504.148.help.text
+msgid "MINA"
+msgstr "MINA"
+
+#: 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 "<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>"
+
+#: 04060184.xhp#par_id4294564.help.text
+msgctxt "04060184.xhp#par_id4294564.help.text"
+msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
+msgstr "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
+
+#: 04060184.xhp#hd_id3150435.150.help.text
+msgctxt "04060184.xhp#hd_id3150435.150.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3153336.151.help.text
+msgid "MINA(Value1; Value2; ... Value30)"
+msgstr "MINA(Value1; Value2; ... Value30)"
+
+#: 04060184.xhp#par_id3146098.152.help.text
+msgctxt "04060184.xhp#par_id3146098.152.help.text"
+msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+msgstr "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+
+#: 04060184.xhp#hd_id3148743.153.help.text
+msgctxt "04060184.xhp#hd_id3148743.153.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3147401.154.help.text
+msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
+msgstr "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
+
+#: 04060184.xhp#par_id3147295.155.help.text
+msgid "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
+msgstr "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
+
+#: 04060184.xhp#bm_id3166465.help.text
+msgid "<bookmark_value>AVEDEV function</bookmark_value><bookmark_value>averages;statistical functions</bookmark_value>"
+msgstr "<bookmark_value>AVEDEV function</bookmark_value><bookmark_value>averages;statistical functions</bookmark_value>"
+
+#: 04060184.xhp#hd_id3166465.27.help.text
+msgid "AVEDEV"
+msgstr "AVEDEV"
+
+#: 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 "<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."
+
+#: 04060184.xhp#hd_id3150038.29.help.text
+msgctxt "04060184.xhp#hd_id3150038.29.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3145636.30.help.text
+msgid "AVEDEV(Number1; Number2; ...Number30)"
+msgstr "AVEDEV(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3157871.31.help.text
+msgid "<emph>Number1, Number2,...Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
+msgstr "<emph>Number1, Number2,...Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
+
+#: 04060184.xhp#hd_id3149725.32.help.text
+msgctxt "04060184.xhp#hd_id3149725.32.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3153122.33.help.text
+msgid " <item type=\"input\">=AVEDEV(A1:A50)</item> "
+msgstr " <item type=\"input\">=AVEDEV(A1:A50)</item> "
+
+#: 04060184.xhp#bm_id3145824.help.text
+msgid "<bookmark_value>AVERAGE function</bookmark_value>"
+msgstr "<bookmark_value>AVERAGE function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3145824.35.help.text
+msgctxt "04060184.xhp#hd_id3145824.35.help.text"
+msgid "AVERAGE"
+msgstr "AVERAGE"
+
+#: 04060184.xhp#par_id3150482.36.help.text
+msgid "<ahelp hid=\"HID_FUNC_MITTELWERT\">Returns the average of the arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MITTELWERT\">Returns the average of the arguments.</ahelp>"
+
+#: 04060184.xhp#hd_id3146943.37.help.text
+msgctxt "04060184.xhp#hd_id3146943.37.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3154679.38.help.text
+msgid "AVERAGE(Number1; Number2; ...Number30)"
+msgstr "AVERAGE(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3150741.39.help.text
+msgid "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
+msgstr "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
+
+#: 04060184.xhp#hd_id3153039.40.help.text
+msgctxt "04060184.xhp#hd_id3153039.40.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3151232.41.help.text
+msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
+msgstr "<item type=\"input\">=AVERAGE(A1:A50)</item>"
+
+#: 04060184.xhp#bm_id3148754.help.text
+msgid "<bookmark_value>AVERAGEA function</bookmark_value>"
+msgstr "<bookmark_value>AVERAGEA function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3148754.157.help.text
+msgid "AVERAGEA"
+msgstr "AVERAGEA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_MITTELWERTA\">Returns the average of the arguments. The value of a text is 0.</ahelp>"
+
+#: 04060184.xhp#hd_id3153326.159.help.text
+msgctxt "04060184.xhp#hd_id3153326.159.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3149734.160.help.text
+msgid "AVERAGEA(Value1; Value2; ... Value30)"
+msgstr "AVERAGEA(Value1; Value2; ... Value30)"
+
+#: 04060184.xhp#par_id3155260.161.help.text
+msgctxt "04060184.xhp#par_id3155260.161.help.text"
+msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+msgstr "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+
+#: 04060184.xhp#hd_id3149504.162.help.text
+msgctxt "04060184.xhp#hd_id3149504.162.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3150864.163.help.text
+msgid "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
+msgstr "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
+
+#: 04060184.xhp#bm_id3153933.help.text
+msgid "<bookmark_value>MODE function</bookmark_value><bookmark_value>most common value</bookmark_value>"
+msgstr "<bookmark_value>MODE function</bookmark_value><bookmark_value>most common value</bookmark_value>"
+
+#: 04060184.xhp#hd_id3153933.43.help.text
+msgid "MODE"
+msgstr "MODE"
+
+#: 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 "<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."
+
+#: 04060184.xhp#hd_id3153003.45.help.text
+msgctxt "04060184.xhp#hd_id3153003.45.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3155950.46.help.text
+msgid "MODE(Number1; Number2; ...Number30)"
+msgstr "MODE(Number1; Number2; ...Number30)"
+
+#: 04060184.xhp#par_id3150337.47.help.text
+msgctxt "04060184.xhp#par_id3150337.47.help.text"
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+msgstr "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+
+#: 04060184.xhp#hd_id3153571.48.help.text
+msgctxt "04060184.xhp#hd_id3153571.48.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3153733.49.help.text
+msgid "<item type=\"input\">=MODE(A1:A50)</item>"
+msgstr "<item type=\"input\">=MODE(A1:A50)</item>"
+
+#: 04060184.xhp#bm_id3149879.help.text
+msgid "<bookmark_value>NEGBINOMDIST function</bookmark_value><bookmark_value>negative binomial distribution</bookmark_value>"
+msgstr "<bookmark_value>NEGBINOMDIST function</bookmark_value><bookmark_value>negative binomial distribution</bookmark_value>"
+
+#: 04060184.xhp#hd_id3149879.51.help.text
+msgid "NEGBINOMDIST"
+msgstr "NEGBINOMDIST"
+
+#: 04060184.xhp#par_id3155437.52.help.text
+msgid "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
+
+#: 04060184.xhp#hd_id3145351.53.help.text
+msgctxt "04060184.xhp#hd_id3145351.53.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3150935.54.help.text
+msgid "NEGBINOMDIST(X; R; SP)"
+msgstr "NEGBINOMDIST(X; R; SP)"
+
+#: 04060184.xhp#par_id3153044.55.help.text
+msgid "<emph>X</emph> represents the value returned for unsuccessful tests."
+msgstr "<emph>X</emph> represents the value returned for unsuccessful tests."
+
+#: 04060184.xhp#par_id3151018.56.help.text
+msgid "<emph>R</emph> represents the value returned for successful tests."
+msgstr "<emph>R</emph> represents the value returned for successful tests."
+
+#: 04060184.xhp#par_id3148878.57.help.text
+msgid "<emph>SP</emph> is the probability of the success of an attempt."
+msgstr "<emph>SP</emph> is the probability of the success of an attempt."
+
+#: 04060184.xhp#hd_id3149539.58.help.text
+msgctxt "04060184.xhp#hd_id3149539.58.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3148770.59.help.text
+msgid "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
+msgstr "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
+
+#: 04060184.xhp#bm_id3155516.help.text
+msgid "<bookmark_value>NORMINV function</bookmark_value><bookmark_value>normal distribution;inverse of</bookmark_value>"
+msgstr "<bookmark_value>NORMINV function</bookmark_value><bookmark_value>normal distribution;inverse of</bookmark_value>"
+
+#: 04060184.xhp#hd_id3155516.61.help.text
+msgid "NORMINV"
+msgstr "NORMINV"
+
+#: 04060184.xhp#par_id3154634.62.help.text
+msgid "<ahelp hid=\"HID_FUNC_NORMINV\">Returns the inverse of the normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">Returns the inverse of the normal cumulative distribution.</ahelp>"
+
+#: 04060184.xhp#hd_id3153227.63.help.text
+msgctxt "04060184.xhp#hd_id3153227.63.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3147534.64.help.text
+msgid "NORMINV(Number; Mean; StDev)"
+msgstr "NORMINV(Number; Mean; StDev)"
+
+#: 04060184.xhp#par_id3154950.65.help.text
+msgid "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
+msgstr "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
+
+#: 04060184.xhp#par_id3150690.66.help.text
+msgid "<emph>Mean</emph> represents the mean value in the normal distribution."
+msgstr "<emph>Mean</emph> represents the mean value in the normal distribution."
+
+#: 04060184.xhp#par_id3148594.67.help.text
+msgid "<emph>StDev</emph> represents the standard deviation of the normal distribution."
+msgstr "<emph>StDev</emph> represents the standard deviation of the normal distribution."
+
+#: 04060184.xhp#hd_id3155822.68.help.text
+msgctxt "04060184.xhp#hd_id3155822.68.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3153921.69.help.text
+msgid "<item type=\"input\">=NORMINV(0.9;63;5)</item> 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 "<item type=\"input\">=NORMINV(0.9;63;5)</item> 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."
+
+#: 04060184.xhp#bm_id3153722.help.text
+msgid "<bookmark_value>NORMDIST function</bookmark_value><bookmark_value>density function</bookmark_value>"
+msgstr "<bookmark_value>NORMDIST function</bookmark_value><bookmark_value>density function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3153722.71.help.text
+msgid "NORMDIST"
+msgstr "NORMDIST"
+
+#: 04060184.xhp#par_id3150386.72.help.text
+msgid "<ahelp hid=\"HID_FUNC_NORMVERT\">Returns the density function or the normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NORMVERT\">Returns the density function or the normal cumulative distribution.</ahelp>"
+
+#: 04060184.xhp#hd_id3083282.73.help.text
+msgctxt "04060184.xhp#hd_id3083282.73.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3150613.74.help.text
+msgid "NORMDIST(Number; Mean; StDev; C)"
+msgstr "NORMDIST(Number; Mean; StDev; C)"
+
+#: 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 "<emph>Number</emph> is the value of the distribution based on which the normal distribution is to be calculated."
+
+#: 04060184.xhp#par_id3146063.76.help.text
+msgid "<emph>Mean</emph> is the mean value of the distribution."
+msgstr "<emph>Mean</emph> is the mean value of the distribution."
+
+#: 04060184.xhp#par_id3156295.77.help.text
+msgid "<emph>StDev</emph> is the standard deviation of the distribution."
+msgstr "<emph>StDev</emph> is the standard deviation of the distribution."
+
+#: 04060184.xhp#par_id3145080.78.help.text
+msgid "<emph>C</emph> is optional. <emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution."
+msgstr "<emph>C</emph> is optional. <emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution."
+
+#: 04060184.xhp#hd_id3152972.79.help.text
+msgctxt "04060184.xhp#hd_id3152972.79.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3149283.80.help.text
+msgid "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
+msgstr "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
+
+#: 04060184.xhp#par_id3149448.81.help.text
+msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
+msgstr "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
+
+#: 04060184.xhp#bm_id3152934.help.text
+msgid "<bookmark_value>PEARSON function</bookmark_value>"
+msgstr "<bookmark_value>PEARSON function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3152934.83.help.text
+msgid "PEARSON"
+msgstr "PEARSON"
+
+#: 04060184.xhp#par_id3153216.84.help.text
+msgid "<ahelp hid=\"HID_FUNC_PEARSON\">Returns the Pearson product moment correlation coefficient r.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PEARSON\">Returns the Pearson product moment correlation coefficient r.</ahelp>"
+
+#: 04060184.xhp#hd_id3147081.85.help.text
+msgctxt "04060184.xhp#hd_id3147081.85.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3156133.86.help.text
+msgid "PEARSON(Data1; Data2)"
+msgstr "PEARSON(Data1; Data2)"
+
+#: 04060184.xhp#par_id3151272.87.help.text
+msgid "<emph>Data1</emph> represents the array of the first data set."
+msgstr "<emph>Data1</emph> represents the array of the first data set."
+
+#: 04060184.xhp#par_id3153279.88.help.text
+msgid "<emph>Data2</emph> represents the array of the second data set."
+msgstr "<emph>Data2</emph> represents the array of the second data set."
+
+#: 04060184.xhp#hd_id3147567.89.help.text
+msgctxt "04060184.xhp#hd_id3147567.89.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3151187.90.help.text
+msgid "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson correlation coefficient of both data sets."
+msgstr "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson correlation coefficient of both data sets."
+
+#: 04060184.xhp#bm_id3152806.help.text
+msgid "<bookmark_value>PHI function</bookmark_value>"
+msgstr "<bookmark_value>PHI function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3152806.92.help.text
+msgid "PHI"
+msgstr "PHI"
+
+#: 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 "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>"
+
+#: 04060184.xhp#hd_id3154748.94.help.text
+msgctxt "04060184.xhp#hd_id3154748.94.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3149976.95.help.text
+msgid "PHI(Number)"
+msgstr "PHI(Number)"
+
+#: 04060184.xhp#par_id3156108.96.help.text
+msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated."
+msgstr "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated."
+
+#: 04060184.xhp#hd_id3153621.97.help.text
+msgctxt "04060184.xhp#hd_id3153621.97.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3155849.98.help.text
+msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03"
+msgstr "<item type=\"input\">=PHI(2.25) </item>= 0.03"
+
+#: 04060184.xhp#par_id3143236.99.help.text
+msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
+msgstr "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
+
+#: 04060184.xhp#par_id3149286.100.help.text
+msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
+msgstr "<item type=\"input\">=PHI(0)</item> = 0.4"
+
+#: 04060184.xhp#bm_id3153985.help.text
+msgid "<bookmark_value>POISSON function</bookmark_value>"
+msgstr "<bookmark_value>POISSON function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3153985.102.help.text
+msgid "POISSON"
+msgstr "POISSON"
+
+#: 04060184.xhp#par_id3154298.103.help.text
+msgid "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
+
+#: 04060184.xhp#hd_id3159183.104.help.text
+msgctxt "04060184.xhp#hd_id3159183.104.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3146093.105.help.text
+msgid "POISSON(Number; Mean; C)"
+msgstr "POISSON(Number; Mean; C)"
+
+#: 04060184.xhp#par_id3147253.106.help.text
+msgid "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated."
+msgstr "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated."
+
+#: 04060184.xhp#par_id3151177.107.help.text
+msgid "<emph>Mean</emph> represents the middle value of the Poisson distribution."
+msgstr "<emph>Mean</emph> represents the middle value of the Poisson distribution."
+
+#: 04060184.xhp#par_id3149200.108.help.text
+msgid "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME."
+msgstr "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME."
+
+#: 04060184.xhp#hd_id3159347.109.help.text
+msgctxt "04060184.xhp#hd_id3159347.109.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3150113.110.help.text
+msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
+msgstr "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
+
+#: 04060184.xhp#bm_id3153100.help.text
+msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
+msgstr "<bookmark_value>PERCENTILE function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3153100.112.help.text
+msgid "PERCENTILE"
+msgstr "PERCENTILE"
+
+#: 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 <item type=\"literal\">Alpha</item> = 25%, the percentile means the first quartile; <item type=\"literal\">Alpha</item> = 50% is the MEDIAN."
+msgstr "<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 <item type=\"literal\">Alpha</item> = 25%, the percentile means the first quartile; <item type=\"literal\">Alpha</item> = 50% is the MEDIAN."
+
+#: 04060184.xhp#hd_id3150531.114.help.text
+msgctxt "04060184.xhp#hd_id3150531.114.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3148813.115.help.text
+msgid "PERCENTILE(Data; Alpha)"
+msgstr "PERCENTILE(Data; Alpha)"
+
+#: 04060184.xhp#par_id3153054.116.help.text
+msgid "<emph>Data</emph> represents the array of data."
+msgstr "<emph>Data</emph> represents the array of data."
+
+#: 04060184.xhp#par_id3154212.117.help.text
+msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1."
+msgstr "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1."
+
+#: 04060184.xhp#hd_id3154290.118.help.text
+msgctxt "04060184.xhp#hd_id3154290.118.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3159147.119.help.text
+msgid "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50."
+msgstr "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50."
+
+#: 04060184.xhp#bm_id3148807.help.text
+msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
+msgstr "<bookmark_value>PERCENTRANK function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3148807.121.help.text
+msgid "PERCENTRANK"
+msgstr "PERCENTRANK"
+
+#: 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 "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">Returns the percentage rank of a value in a sample.</ahelp>"
+
+#: 04060184.xhp#hd_id3147512.123.help.text
+msgctxt "04060184.xhp#hd_id3147512.123.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3147238.124.help.text
+msgid "PERCENTRANK(Data; Value)"
+msgstr "PERCENTRANK(Data; Value)"
+
+#: 04060184.xhp#par_id3154266.125.help.text
+msgctxt "04060184.xhp#par_id3154266.125.help.text"
+msgid "<emph>Data</emph> represents the array of data in the sample."
+msgstr "<emph>Data</emph> represents the array of data in the sample."
+
+#: 04060184.xhp#par_id3148475.126.help.text
+msgid "<emph>Value</emph> represents the value whose percentile rank must be determined."
+msgstr "<emph>Value</emph> represents the value whose percentile rank must be determined."
+
+#: 04060184.xhp#hd_id3155364.127.help.text
+msgctxt "04060184.xhp#hd_id3155364.127.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3149163.128.help.text
+msgid "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> 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 "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> 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."
+
+#: 04060184.xhp#bm_id3166442.help.text
+msgid "<bookmark_value>QUARTILE function</bookmark_value>"
+msgstr "<bookmark_value>QUARTILE function</bookmark_value>"
+
+#: 04060184.xhp#hd_id3166442.130.help.text
+msgid "QUARTILE"
+msgstr "QUARTILE"
+
+#: 04060184.xhp#par_id3146958.131.help.text
+msgid "<ahelp hid=\"HID_FUNC_QUARTILE\">Returns the quartile of a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_QUARTILE\">Returns the quartile of a data set.</ahelp>"
+
+#: 04060184.xhp#hd_id3152942.132.help.text
+msgctxt "04060184.xhp#hd_id3152942.132.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060184.xhp#par_id3153684.133.help.text
+msgid "QUARTILE(Data; Type)"
+msgstr "QUARTILE(Data; Type)"
+
+#: 04060184.xhp#par_id3153387.134.help.text
+msgctxt "04060184.xhp#par_id3153387.134.help.text"
+msgid "<emph>Data</emph> represents the array of data in the sample."
+msgstr "<emph>Data</emph> represents the array of data in the sample."
+
+#: 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 "<emph>Type</emph> represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)"
+
+#: 04060184.xhp#hd_id3149103.136.help.text
+msgctxt "04060184.xhp#hd_id3149103.136.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060184.xhp#par_id3159276.137.help.text
+msgid "<item type=\"input\">=QUARTILE(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50."
+msgstr "<item type=\"input\">=QUARTILE(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50."
+
+#: 04060182.xhp#tit.help.text
+msgid "Statistical Functions Part Two"
+msgstr "Statistical Functions Part Two"
+
+#: 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 "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">Statistical Functions Part Two</link></variable>"
+
+#: 04060182.xhp#bm_id3145388.help.text
+msgid "<bookmark_value>FINV function</bookmark_value> <bookmark_value>inverse F probability distribution</bookmark_value>"
+msgstr "<bookmark_value>FINV function</bookmark_value> <bookmark_value>inverse F probability distribution</bookmark_value>"
+
+#: 04060182.xhp#hd_id3145388.2.help.text
+msgid "FINV"
+msgstr "FINV"
+
+#: 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 "<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."
+
+#: 04060182.xhp#hd_id3153816.4.help.text
+msgctxt "04060182.xhp#hd_id3153816.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3153068.5.help.text
+msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
+
+#: 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 " <emph>Number</emph> is probability value for which the inverse F distribution is to be calculated."
+
+#: 04060182.xhp#par_id3153914.7.help.text
+msgid " <emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
+msgstr " <emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
+
+#: 04060182.xhp#par_id3148607.8.help.text
+msgid " <emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
+msgstr " <emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
+
+#: 04060182.xhp#hd_id3156021.9.help.text
+msgctxt "04060182.xhp#hd_id3156021.9.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3145073.10.help.text
+msgid " <item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
+msgstr " <item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
+
+#: 04060182.xhp#bm_id3150888.help.text
+msgid "<bookmark_value>FISHER function</bookmark_value>"
+msgstr "<bookmark_value>FISHER function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3150888.12.help.text
+msgid "FISHER"
+msgstr "FISHER"
+
+#: 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 "<ahelp hid=\"HID_FUNC_FISHER\">Returns the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
+
+#: 04060182.xhp#hd_id3149898.14.help.text
+msgctxt "04060182.xhp#hd_id3149898.14.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3143220.15.help.text
+msgid "FISHER(Number)"
+msgstr "FISHER(Number)"
+
+#: 04060182.xhp#par_id3159228.16.help.text
+msgid " <emph>Number</emph> is the value to be transformed."
+msgstr " <emph>Number</emph> is the value to be transformed."
+
+#: 04060182.xhp#hd_id3154763.17.help.text
+msgctxt "04060182.xhp#hd_id3154763.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3149383.18.help.text
+msgid " <item type=\"input\">=FISHER(0.5)</item> yields 0.55."
+msgstr " <item type=\"input\">=FISHER(0.5)</item> yields 0.55."
+
+#: 04060182.xhp#bm_id3155758.help.text
+msgid "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
+msgstr "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
+
+#: 04060182.xhp#hd_id3155758.20.help.text
+msgid "FISHERINV"
+msgstr "FISHERINV"
+
+#: 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 "<ahelp hid=\"HID_FUNC_FISHERINV\">Returns the inverse of the Fisher transformation for x and creates a function close to a normal distribution.</ahelp>"
+
+#: 04060182.xhp#hd_id3155755.22.help.text
+msgctxt "04060182.xhp#hd_id3155755.22.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3146108.23.help.text
+msgid "FISHERINV(Number)"
+msgstr "FISHERINV(Number)"
+
+#: 04060182.xhp#par_id3145115.24.help.text
+msgid " <emph>Number</emph> is the value that is to undergo reverse-transformation."
+msgstr " <emph>Number</emph> is the value that is to undergo reverse-transformation."
+
+#: 04060182.xhp#hd_id3155744.25.help.text
+msgctxt "04060182.xhp#hd_id3155744.25.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3150432.26.help.text
+msgid " <item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
+msgstr " <item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
+
+#: 04060182.xhp#bm_id3151390.help.text
+msgid "<bookmark_value>FTEST function</bookmark_value>"
+msgstr "<bookmark_value>FTEST function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3151390.28.help.text
+msgid "FTEST"
+msgstr "FTEST"
+
+#: 04060182.xhp#par_id3150534.29.help.text
+msgid "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
+
+#: 04060182.xhp#hd_id3166466.30.help.text
+msgctxt "04060182.xhp#hd_id3166466.30.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3153024.31.help.text
+msgid "FTEST(Data1; Data2)"
+msgstr "FTEST(Data1; Data2)"
+
+#: 04060182.xhp#par_id3150032.32.help.text
+msgid " <emph>Data1</emph> is the first record array."
+msgstr " <emph>Data1</emph> is the first record array."
+
+#: 04060182.xhp#par_id3153018.33.help.text
+msgid " <emph>Data2</emph> is the second record array."
+msgstr " <emph>Data2</emph> is the second record array."
+
+#: 04060182.xhp#hd_id3153123.34.help.text
+msgctxt "04060182.xhp#hd_id3153123.34.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3159126.35.help.text
+msgid " <item type=\"input\">=FTEST(A1:A30;B1:B12)</item> 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 " <item type=\"input\">=FTEST(A1:A30;B1:B12)</item> 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."
+
+#: 04060182.xhp#bm_id3150372.help.text
+msgid "<bookmark_value>FDIST function</bookmark_value>"
+msgstr "<bookmark_value>FDIST function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3150372.37.help.text
+msgid "FDIST"
+msgstr "FDIST"
+
+#: 04060182.xhp#par_id3152981.38.help.text
+msgid "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
+
+#: 04060182.xhp#hd_id3150484.39.help.text
+msgctxt "04060182.xhp#hd_id3150484.39.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3145826.40.help.text
+msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
+
+#: 04060182.xhp#par_id3150461.41.help.text
+msgid " <emph>Number</emph> is the value for which the F distribution is to be calculated."
+msgstr " <emph>Number</emph> is the value for which the F distribution is to be calculated."
+
+#: 04060182.xhp#par_id3150029.42.help.text
+msgid " <emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
+msgstr " <emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
+
+#: 04060182.xhp#par_id3146877.43.help.text
+msgid " <emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
+msgstr " <emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
+
+#: 04060182.xhp#hd_id3147423.44.help.text
+msgctxt "04060182.xhp#hd_id3147423.44.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3150696.45.help.text
+msgid " <item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
+msgstr " <item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
+
+#: 04060182.xhp#bm_id0119200903223192.help.text
+msgid "<bookmark_value>GAMMA function</bookmark_value>"
+msgstr "<bookmark_value>GAMMA function</bookmark_value>"
+
+#: 04060182.xhp#hd_id0119200903205393.help.text
+msgid "GAMMA"
+msgstr "GAMMA"
+
+#: 04060182.xhp#par_id0119200903205379.help.text
+msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
+msgstr "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
+
+#: 04060182.xhp#hd_id0119200903271613.help.text
+msgctxt "04060182.xhp#hd_id0119200903271613.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id0119200903271614.help.text
+msgid " <emph>Number</emph> is the number for which the Gamma function value is to be calculated."
+msgstr " <emph>Number</emph> is the number for which the Gamma function value is to be calculated."
+
+#: 04060182.xhp#bm_id3154841.help.text
+msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
+msgstr "<bookmark_value>GAMMAINV function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3154841.47.help.text
+msgid "GAMMAINV"
+msgstr "GAMMAINV"
+
+#: 04060182.xhp#par_id3153932.48.help.text
+msgid "<ahelp hid=\"HID_FUNC_GAMMAINV\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution."
+msgstr "<ahelp hid=\"HID_FUNC_GAMMAINV\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution."
+
+#: 04060182.xhp#hd_id3149949.49.help.text
+msgctxt "04060182.xhp#hd_id3149949.49.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3155828.50.help.text
+msgid "GAMMAINV(Number; Alpha; Beta)"
+msgstr "GAMMAINV(Number; Alpha; Beta)"
+
+#: 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 " <emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated."
+
+#: 04060182.xhp#par_id3152785.52.help.text
+msgctxt "04060182.xhp#par_id3152785.52.help.text"
+msgid " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+
+#: 04060182.xhp#par_id3154561.53.help.text
+msgid " <emph>Beta</emph> is the parameter Beta of the Gamma distribution."
+msgstr " <emph>Beta</emph> is the parameter Beta of the Gamma distribution."
+
+#: 04060182.xhp#hd_id3148734.54.help.text
+msgctxt "04060182.xhp#hd_id3148734.54.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3153331.55.help.text
+msgid " <item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
+msgstr " <item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
+
+#: 04060182.xhp#bm_id3154806.help.text
+msgid "<bookmark_value>GAMMALN function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>"
+msgstr "<bookmark_value>GAMMALN function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3154806.57.help.text
+msgid "GAMMALN"
+msgstr "GAMMALN"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GAMMALN\">Returns the natural logarithm of the Gamma function: G(x).</ahelp>"
+
+#: 04060182.xhp#hd_id3152999.59.help.text
+msgctxt "04060182.xhp#hd_id3152999.59.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3153112.60.help.text
+msgid "GAMMALN(Number)"
+msgstr "GAMMALN(Number)"
+
+#: 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 " <emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated."
+
+#: 04060182.xhp#hd_id3153568.62.help.text
+msgctxt "04060182.xhp#hd_id3153568.62.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3153730.63.help.text
+msgid " <item type=\"input\">=GAMMALN(2)</item> yields 0."
+msgstr " <item type=\"input\">=GAMMALN(2)</item> yields 0."
+
+#: 04060182.xhp#bm_id3150132.help.text
+msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
+msgstr "<bookmark_value>GAMMADIST function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3150132.65.help.text
+msgid "GAMMADIST"
+msgstr "GAMMADIST"
+
+#: 04060182.xhp#par_id3155931.66.help.text
+msgid "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
+
+#: 04060182.xhp#par_id0119200903333675.help.text
+msgid "The inverse function is GAMMAINV."
+msgstr "The inverse function is GAMMAINV."
+
+#: 04060182.xhp#hd_id3147373.67.help.text
+msgctxt "04060182.xhp#hd_id3147373.67.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3155436.68.help.text
+msgid "GAMMADIST(Number; Alpha; Beta; C)"
+msgstr "GAMMADIST(Number; Alpha; Beta; C)"
+
+#: 04060182.xhp#par_id3150571.69.help.text
+msgid " <emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
+msgstr " <emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
+
+#: 04060182.xhp#par_id3145295.70.help.text
+msgctxt "04060182.xhp#par_id3145295.70.help.text"
+msgid " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr " <emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+
+#: 04060182.xhp#par_id3151015.71.help.text
+msgid " <emph>Beta</emph> is the parameter Beta of the Gamma distribution"
+msgstr " <emph>Beta</emph> is the parameter Beta of the Gamma distribution"
+
+#: 04060182.xhp#par_id3157972.72.help.text
+msgid " <emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution."
+msgstr " <emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution."
+
+#: 04060182.xhp#hd_id3149535.73.help.text
+msgctxt "04060182.xhp#hd_id3149535.73.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3145354.74.help.text
+msgid " <item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
+msgstr " <item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
+
+#: 04060182.xhp#bm_id3150272.help.text
+msgid "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
+msgstr "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
+
+#: 04060182.xhp#hd_id3150272.76.help.text
+msgid "GAUSS"
+msgstr "GAUSS"
+
+#: 04060182.xhp#par_id3149030.77.help.text
+msgid "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
+
+#: 04060182.xhp#par_id2059694.help.text
+msgctxt "04060182.xhp#par_id2059694.help.text"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "It is GAUSS(x)=NORMSDIST(x)-0.5"
+
+#: 04060182.xhp#hd_id3153551.78.help.text
+msgctxt "04060182.xhp#hd_id3153551.78.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3155368.79.help.text
+msgid "GAUSS(Number)"
+msgstr "GAUSS(Number)"
+
+#: 04060182.xhp#par_id3153228.80.help.text
+msgid " <emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
+msgstr " <emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
+
+#: 04060182.xhp#hd_id3150691.81.help.text
+msgctxt "04060182.xhp#hd_id3150691.81.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3154867.82.help.text
+msgid " <item type=\"input\">=GAUSS(0.19)</item> = 0.08"
+msgstr " <item type=\"input\">=GAUSS(0.19)</item> = 0.08"
+
+#: 04060182.xhp#par_id3148594.83.help.text
+msgid " <item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
+msgstr " <item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
+
+#: 04060182.xhp#bm_id3148425.help.text
+msgid "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
+msgstr "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
+
+#: 04060182.xhp#hd_id3148425.85.help.text
+msgid "GEOMEAN"
+msgstr "GEOMEAN"
+
+#: 04060182.xhp#par_id3156257.86.help.text
+msgid "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
+
+#: 04060182.xhp#hd_id3147167.87.help.text
+msgctxt "04060182.xhp#hd_id3147167.87.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3153720.88.help.text
+msgid "GEOMEAN(Number1; Number2; ...Number30)"
+msgstr "GEOMEAN(Number1; Number2; ...Number30)"
+
+#: 04060182.xhp#par_id3152585.89.help.text
+msgid " <emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
+msgstr " <emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
+
+#: 04060182.xhp#hd_id3146146.90.help.text
+msgctxt "04060182.xhp#hd_id3146146.90.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3149819.92.help.text
+msgid " <item type=\"input\">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79."
+msgstr " <item type=\"input\">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79."
+
+#: 04060182.xhp#bm_id3152966.help.text
+msgid "<bookmark_value>TRIMMEAN function</bookmark_value> <bookmark_value>means;of data set without margin data</bookmark_value>"
+msgstr "<bookmark_value>TRIMMEAN function</bookmark_value> <bookmark_value>means;of data set without margin data</bookmark_value>"
+
+#: 04060182.xhp#hd_id3152966.94.help.text
+msgid "TRIMMEAN"
+msgstr "TRIMMEAN"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GESTUTZTMITTEL\">Returns the mean of a data set without the Alpha percent of data at the margins.</ahelp>"
+
+#: 04060182.xhp#hd_id3149281.96.help.text
+msgctxt "04060182.xhp#hd_id3149281.96.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3154821.97.help.text
+msgid "TRIMMEAN(Data; Alpha)"
+msgstr "TRIMMEAN(Data; Alpha)"
+
+#: 04060182.xhp#par_id3155834.98.help.text
+msgid " <emph>Data</emph> is the array of data in the sample."
+msgstr " <emph>Data</emph> is the array of data in the sample."
+
+#: 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 " <emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration."
+
+#: 04060182.xhp#hd_id3151180.100.help.text
+msgctxt "04060182.xhp#hd_id3151180.100.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3156130.101.help.text
+msgid " <item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> 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 " <item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> 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."
+
+#: 04060182.xhp#bm_id3153216.help.text
+msgid "<bookmark_value>ZTEST function</bookmark_value>"
+msgstr "<bookmark_value>ZTEST function</bookmark_value>"
+
+#: 04060182.xhp#hd_id3153216.103.help.text
+msgid "ZTEST"
+msgstr "ZTEST"
+
+#: 04060182.xhp#par_id3150758.104.help.text
+msgid "<ahelp hid=\"HID_FUNC_GTEST\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GTEST\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>"
+
+#: 04060182.xhp#hd_id3150872.105.help.text
+msgctxt "04060182.xhp#hd_id3150872.105.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3153274.106.help.text
+msgid "ZTEST(Data; mu; Sigma)"
+msgstr "ZTEST(Data; mu; Sigma)"
+
+#: 04060182.xhp#par_id3156109.107.help.text
+msgid " <emph>Data</emph> is the given sample, drawn from a normally distributed population."
+msgstr " <emph>Data</emph> is the given sample, drawn from a normally distributed population."
+
+#: 04060182.xhp#par_id3149977.108.help.text
+msgid " <emph>mu</emph> is the known mean of the population."
+msgstr " <emph>mu</emph> is the known mean of the population."
+
+#: 04060182.xhp#par_id3154740.109.help.text
+msgid " <emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
+msgstr " <emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
+
+#: 04060182.xhp#par_id0305200911372999.help.text
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
+msgstr ""
+
+#: 04060182.xhp#bm_id3153623.help.text
+msgid "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
+msgstr "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
+
+#: 04060182.xhp#hd_id3153623.113.help.text
+msgid "HARMEAN"
+msgstr "HARMEAN"
+
+#: 04060182.xhp#par_id3155102.114.help.text
+msgid "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
+
+#: 04060182.xhp#hd_id3146900.115.help.text
+msgctxt "04060182.xhp#hd_id3146900.115.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3149287.116.help.text
+msgid "HARMEAN(Number1; Number2; ...Number30)"
+msgstr "HARMEAN(Number1; Number2; ...Number30)"
+
+#: 04060182.xhp#par_id3154303.117.help.text
+msgid " <emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
+msgstr " <emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
+
+#: 04060182.xhp#hd_id3159179.118.help.text
+msgctxt "04060182.xhp#hd_id3159179.118.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3146093.120.help.text
+msgid " <item type=\"input\">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64"
+msgstr " <item type=\"input\">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64"
+
+#: 04060182.xhp#bm_id3152801.help.text
+msgid "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
+msgstr "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
+
+#: 04060182.xhp#hd_id3152801.122.help.text
+msgid "HYPGEOMDIST"
+msgstr "HYPGEOMDIST"
+
+#: 04060182.xhp#par_id3159341.123.help.text
+msgid "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
+
+#: 04060182.xhp#hd_id3154697.124.help.text
+msgctxt "04060182.xhp#hd_id3154697.124.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060182.xhp#par_id3155388.125.help.text
+msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
+msgstr "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
+
+#: 04060182.xhp#par_id3154933.126.help.text
+msgid " <emph>X</emph> is the number of results achieved in the random sample."
+msgstr " <emph>X</emph> is the number of results achieved in the random sample."
+
+#: 04060182.xhp#par_id3153106.127.help.text
+msgid " <emph>NSample</emph> is the size of the random sample."
+msgstr " <emph>NSample</emph> is the size of the random sample."
+
+#: 04060182.xhp#par_id3146992.128.help.text
+msgid " <emph>Successes</emph> is the number of possible results in the total population."
+msgstr " <emph>Successes</emph> is the number of possible results in the total population."
+
+#: 04060182.xhp#par_id3148826.129.help.text
+msgid " <emph>NPopulation </emph>is the size of the total population."
+msgstr " <emph>NPopulation </emph>is the size of the total population."
+
+#: 04060182.xhp#hd_id3150529.130.help.text
+msgctxt "04060182.xhp#hd_id3150529.130.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060182.xhp#par_id3154904.131.help.text
+msgid " <item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> 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 " <item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> 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."
+
+#: func_timevalue.xhp#tit.help.text
+msgid "TIMEVALUE "
+msgstr "TIMEVALUE "
+
+#: func_timevalue.xhp#bm_id3146755.help.text
+msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE function</bookmark_value>"
+
+#: func_timevalue.xhp#hd_id3146755.160.help.text
+msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+msgstr "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>"
+
+#: 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 "<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>"
+
+#: 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 "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
+
+#: func_timevalue.xhp#par_id011920090347118.help.text
+msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
+msgstr "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
+
+#: func_timevalue.xhp#hd_id3150810.163.help.text
+msgctxt "func_timevalue.xhp#hd_id3150810.163.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_timevalue.xhp#par_id3150823.164.help.text
+msgid "TIMEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"Text\")"
+
+#: 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 " <emph>Text</emph> is a valid time expression and must be entered in quotation marks."
+
+#: func_timevalue.xhp#hd_id3146815.166.help.text
+msgctxt "func_timevalue.xhp#hd_id3146815.166.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_timevalue.xhp#par_id3146829.167.help.text
+msgid " <item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
+msgstr " <item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00."
+
+#: func_timevalue.xhp#par_id3153632.168.help.text
+msgid " <item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
+msgstr " <item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00."
+
+#: 05050000.xhp#tit.help.text
+msgctxt "05050000.xhp#tit.help.text"
+msgid "Sheet"
+msgstr "Sheet"
+
+#: 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 text;spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>CTL;right-to-left sheets</bookmark_value><bookmark_value>sheets;right-to-left</bookmark_value><bookmark_value>right-to-left text;spreadsheets</bookmark_value>"
+
+#: 05050000.xhp#hd_id3155923.1.help.text
+msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+
+#: 05050000.xhp#par_id3154758.2.help.text
+msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+
+#: 05050000.xhp#hd_id3156280.3.help.text
+msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+msgstr "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+
+#: 05050000.xhp#hd_id3145787.4.help.text
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+
+#: 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 "If a sheet has been hidden, the Show Sheet dialogue opens, which allows you to select a sheet to be shown again."
+
+#: 05050000.xhp#par_idN10656.help.text
+msgid "Right-To-Left"
+msgstr "Right-To-Left"
+
+#: 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 "<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>"
+
+#: func_weeknum.xhp#tit.help.text
+msgid "WEEKNUM"
+msgstr "WEEKNUM"
+
+#: func_weeknum.xhp#bm_id3159161.help.text
+msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM function</bookmark_value>"
+
+#: func_weeknum.xhp#hd_id3159161.54.help.text
+msgid "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+msgstr "<variable id=\"weeknum\"><link href=\"text/scalc/01/func_weeknum.xhp\">WEEKNUM</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
+
+#: 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 4th."
+msgstr "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 4th."
+
+#: func_weeknum.xhp#hd_id3153055.56.help.text
+msgctxt "func_weeknum.xhp#hd_id3153055.56.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_weeknum.xhp#par_id3147236.57.help.text
+msgid "WEEKNUM(Number; Mode)"
+msgstr "WEEKNUM(Number; Mode)"
+
+#: func_weeknum.xhp#par_id3147511.58.help.text
+msgid "<emph>Number</emph> is the internal date number."
+msgstr "<emph>Number</emph> is the internal date number."
+
+#: func_weeknum.xhp#par_id3154269.59.help.text
+msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
+msgstr "<emph>Mode</emph> sets the start of the week and the calculation type."
+
+#: func_weeknum.xhp#par_id3148930.60.help.text
+msgid "1 = Sunday"
+msgstr "1 = Sunday"
+
+#: func_weeknum.xhp#par_id3154280.61.help.text
+msgid "2 = Monday"
+msgstr "2 = Monday"
+
+#: func_weeknum.xhp#hd_id3146948.62.help.text
+msgctxt "func_weeknum.xhp#hd_id3146948.62.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_weeknum.xhp#par_id3150704.65.help.text
+msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
+msgstr "=WEEKNUM(\"1995-01-01\";1) returns 1"
+
+#: func_weeknum.xhp#par_id3149792.64.help.text
+msgid "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
+msgstr "=WEEKNUM(\"1995-01-01\";2) returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year."
+
+#: 06080000.xhp#tit.help.text
+msgid "Recalculate"
+msgstr "Recalculate"
+
+#: 06080000.xhp#bm_id3157909.help.text
+msgid "<bookmark_value>recalculating;all formulas in sheets</bookmark_value><bookmark_value>formulas; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
+msgstr "<bookmark_value>recalculating;all formulae in sheets</bookmark_value><bookmark_value>formulae; recalculating manually</bookmark_value><bookmark_value>cell contents; recalculating</bookmark_value>"
+
+#: 06080000.xhp#hd_id3157909.1.help.text
+msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+
+#: 06080000.xhp#par_id3154758.2.help.text
+msgid "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulas. If AutoCalculate is enabled, the Recalculate command applies only to formulas like RAND or NOW.</ahelp>"
+msgstr "<ahelp hid=\".uno:Calculate\">Recalculates all changed formulae. If AutoCalculate is enabled, the Recalculate command applies only to formulae like RAND or NOW.</ahelp>"
+
+#: 06080000.xhp#par_id315475899.help.text
+msgid "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas in the document."
+msgstr "Press F9 to recalculate. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulae in the document."
+
+#: 06080000.xhp#par_id3150793.5.help.text
+msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+msgstr "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+
+#: 06080000.xhp#par_id315475855.help.text
+msgid "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulas, including the Add-In functions."
+msgstr "The Add-In functions like RANDBETWEEN currently cannot respond to the Recalculate command or F9. Press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 to recalculate all formulae, including the Add-In functions."
+
+#: format_graphic.xhp#tit.help.text
+msgid "Graphic"
+msgstr "Graphic"
+
+#: format_graphic.xhp#par_idN10548.help.text
+msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+msgstr "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+
+#: format_graphic.xhp#par_idN10558.help.text
+msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+
+#: format_graphic.xhp#par_id1650440.help.text
+msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+
+#: format_graphic.xhp#par_id363475.help.text
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr "Sets the layout and anchoring properties for text in the selected drawing or text object."
+
+#: format_graphic.xhp#par_id9746696.help.text
+msgid "Points"
+msgstr "Points"
+
+#: format_graphic.xhp#par_id2480544.help.text
+msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
+msgstr "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
+
+#: 04060199.xhp#tit.help.text
+msgctxt "04060199.xhp#tit.help.text"
+msgid "Operators in $[officename] Calc"
+msgstr "Operators in $[officename] Calc"
+
+#: 04060199.xhp#bm_id3156445.help.text
+msgid "<bookmark_value>formulas; operators</bookmark_value><bookmark_value>operators; formula functions</bookmark_value><bookmark_value>division sign, see also operators</bookmark_value><bookmark_value>multiplication sign, see also operators</bookmark_value><bookmark_value>minus sign, see also operators</bookmark_value><bookmark_value>plus sign, see also operators</bookmark_value><bookmark_value>text operators</bookmark_value><bookmark_value>comparisons;operators in Calc</bookmark_value><bookmark_value>arithmetical operators</bookmark_value><bookmark_value>reference operators</bookmark_value>"
+msgstr "<bookmark_value>formulae; operators</bookmark_value><bookmark_value>operators; formula functions</bookmark_value><bookmark_value>division sign, see also operators</bookmark_value><bookmark_value>multiplication sign, see also operators</bookmark_value><bookmark_value>minus sign, see also operators</bookmark_value><bookmark_value>plus sign, see also operators</bookmark_value><bookmark_value>text operators</bookmark_value><bookmark_value>comparisons;operators in Calc</bookmark_value><bookmark_value>arithmetical operators</bookmark_value><bookmark_value>reference operators</bookmark_value>"
+
+#: 04060199.xhp#hd_id3156445.1.help.text
+msgctxt "04060199.xhp#hd_id3156445.1.help.text"
+msgid "Operators in $[officename] Calc"
+msgstr "Operators in $[officename] Calc"
+
+#: 04060199.xhp#par_id3155812.2.help.text
+msgid "You can use the following operators in $[officename] Calc:"
+msgstr "You can use the following operators in $[officename] Calc:"
+
+#: 04060199.xhp#hd_id3153066.3.help.text
+msgid "Arithmetical Operators"
+msgstr "Arithmetical Operators"
+
+#: 04060199.xhp#par_id3148601.4.help.text
+msgid "These operators return numerical results."
+msgstr "These operators return numerical results."
+
+#: 04060199.xhp#par_id3144768.5.help.text
+msgctxt "04060199.xhp#par_id3144768.5.help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 04060199.xhp#par_id3157982.6.help.text
+msgctxt "04060199.xhp#par_id3157982.6.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 04060199.xhp#par_id3159096.7.help.text
+msgctxt "04060199.xhp#par_id3159096.7.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060199.xhp#par_id3149126.8.help.text
+msgid "+ (Plus)"
+msgstr "+ (Plus)"
+
+#: 04060199.xhp#par_id3150892.9.help.text
+msgid "Addition"
+msgstr "Addition"
+
+#: 04060199.xhp#par_id3153247.10.help.text
+msgid "1+1"
+msgstr "1+1"
+
+#: 04060199.xhp#par_id3159204.11.help.text
+msgctxt "04060199.xhp#par_id3159204.11.help.text"
+msgid "- (Minus)"
+msgstr "- (Minus)"
+
+#: 04060199.xhp#par_id3145362.12.help.text
+msgid "Subtraction"
+msgstr "Subtraction"
+
+#: 04060199.xhp#par_id3153554.13.help.text
+msgid "2-1"
+msgstr "2-1"
+
+#: 04060199.xhp#par_id3153808.14.help.text
+msgctxt "04060199.xhp#par_id3153808.14.help.text"
+msgid "- (Minus)"
+msgstr "- (Minus)"
+
+#: 04060199.xhp#par_id3151193.15.help.text
+msgid "Negation"
+msgstr "Negation"
+
+#: 04060199.xhp#par_id3154712.16.help.text
+msgctxt "04060199.xhp#par_id3154712.16.help.text"
+msgid "-5"
+msgstr "-5"
+
+#: 04060199.xhp#par_id3149873.17.help.text
+msgid "* (asterisk)"
+msgstr "* (asterisk)"
+
+#: 04060199.xhp#par_id3147504.18.help.text
+msgid "Multiplication"
+msgstr "Multiplication"
+
+#: 04060199.xhp#par_id3149055.19.help.text
+msgid "2*2"
+msgstr "2*2"
+
+#: 04060199.xhp#par_id3151341.20.help.text
+msgid "/ (Slash)"
+msgstr "/ (Slash)"
+
+#: 04060199.xhp#par_id3159260.21.help.text
+msgid "Division"
+msgstr "Division"
+
+#: 04060199.xhp#par_id3153027.22.help.text
+msgid "9/3"
+msgstr "9/3"
+
+#: 04060199.xhp#par_id3156396.23.help.text
+msgid "% (Percent)"
+msgstr "% (Percent)"
+
+#: 04060199.xhp#par_id3150372.24.help.text
+msgid "Percent"
+msgstr "Percent"
+
+#: 04060199.xhp#par_id3145632.25.help.text
+msgid "15%"
+msgstr "15%"
+
+#: 04060199.xhp#par_id3149722.26.help.text
+msgid "^ (Caret)"
+msgstr "^ (Caret)"
+
+#: 04060199.xhp#par_id3159127.27.help.text
+msgid "Exponentiation"
+msgstr "Exponentiation"
+
+#: 04060199.xhp#par_id3157873.28.help.text
+msgid "3^2"
+msgstr "3^2"
+
+#: 04060199.xhp#hd_id3152981.29.help.text
+msgid "Comparative operators"
+msgstr "Comparative operators"
+
+#: 04060199.xhp#par_id3157902.30.help.text
+msgid "These operators return either true or false."
+msgstr "These operators return either true or false."
+
+#: 04060199.xhp#par_id3149889.31.help.text
+msgctxt "04060199.xhp#par_id3149889.31.help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 04060199.xhp#par_id3150743.32.help.text
+msgctxt "04060199.xhp#par_id3150743.32.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 04060199.xhp#par_id3146877.33.help.text
+msgctxt "04060199.xhp#par_id3146877.33.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060199.xhp#par_id3148888.34.help.text
+msgid "= (equal sign)"
+msgstr "= (equal sign)"
+
+#: 04060199.xhp#par_id3154845.35.help.text
+msgid "Equal"
+msgstr "Equal"
+
+#: 04060199.xhp#par_id3154546.36.help.text
+msgid "A1=B1"
+msgstr "A1=B1"
+
+#: 04060199.xhp#par_id3154807.37.help.text
+msgid "> (Greater than)"
+msgstr "> (Greater than)"
+
+#: 04060199.xhp#par_id3148580.38.help.text
+msgid "Greater than"
+msgstr "Greater than"
+
+#: 04060199.xhp#par_id3145138.39.help.text
+msgid "A1>B1"
+msgstr "A1>B1"
+
+#: 04060199.xhp#par_id3149507.40.help.text
+msgid "< (Less than)"
+msgstr "< (Less than)"
+
+#: 04060199.xhp#par_id3150145.41.help.text
+msgid "Less than"
+msgstr "Less than"
+
+#: 04060199.xhp#par_id3150901.42.help.text
+msgid "A1<B1"
+msgstr "A1<B1"
+
+#: 04060199.xhp#par_id3153078.43.help.text
+msgid ">= (Greater than or equal to)"
+msgstr ">= (Greater than or equal to)"
+
+#: 04060199.xhp#par_id3150866.44.help.text
+msgid "Greater than or equal to"
+msgstr "Greater than or equal to"
+
+#: 04060199.xhp#par_id3153111.45.help.text
+msgid "A1>=B1"
+msgstr "A1>=B1"
+
+#: 04060199.xhp#par_id3153004.46.help.text
+msgid "<= (Less than or equal to)"
+msgstr "<= (Less than or equal to)"
+
+#: 04060199.xhp#par_id3150335.47.help.text
+msgid "Less than or equal to"
+msgstr "Less than or equal to"
+
+#: 04060199.xhp#par_id3148760.48.help.text
+msgid "A1<=B1"
+msgstr "A1<=B1"
+
+#: 04060199.xhp#par_id3157994.49.help.text
+msgid "<> (Inequality)"
+msgstr "<> (Inequality)"
+
+#: 04060199.xhp#par_id3150019.50.help.text
+msgid "Inequality"
+msgstr "Inequality"
+
+#: 04060199.xhp#par_id3149878.51.help.text
+msgid "A1<>B1"
+msgstr "A1<>B1"
+
+#: 04060199.xhp#hd_id3145241.52.help.text
+msgid "Text operators"
+msgstr "Text operators"
+
+#: 04060199.xhp#par_id3155438.53.help.text
+msgid "The operator combines separate texts into one text."
+msgstr "The operator combines separate texts into one text."
+
+#: 04060199.xhp#par_id3150566.54.help.text
+msgctxt "04060199.xhp#par_id3150566.54.help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 04060199.xhp#par_id3153048.55.help.text
+msgctxt "04060199.xhp#par_id3153048.55.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 04060199.xhp#par_id3149001.56.help.text
+msgctxt "04060199.xhp#par_id3149001.56.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060199.xhp#par_id3148769.57.help.text
+msgid "& (And)"
+msgstr "& (And)"
+
+#: 04060199.xhp#bm_id3157975.help.text
+msgid "<bookmark_value>text concatenation AND</bookmark_value>"
+msgstr "<bookmark_value>text concatenation AND</bookmark_value>"
+
+#: 04060199.xhp#par_id3157975.58.help.text
+msgid "text concatenation AND"
+msgstr "text concatenation AND"
+
+#: 04060199.xhp#par_id3157993.59.help.text
+msgid "\"Sun\" & \"day\" is \"Sunday\""
+msgstr "\"Sun\" & \"day\" is \"Sunday\""
+
+#: 04060199.xhp#hd_id3153550.60.help.text
+msgid "Reference operators"
+msgstr "Reference operators"
+
+#: 04060199.xhp#par_id3149024.61.help.text
+msgid "These operators return a cell range of zero, one or more cells."
+msgstr "These operators return a cell range of zero, one or more cells."
+
+#: 04060199.xhp#par_id2324900.help.text
+msgid "Range has the highest precedence, then intersection, and then finally union."
+msgstr "Range has the highest precedence, then intersection, and then finally union."
+
+#: 04060199.xhp#par_id3158416.62.help.text
+msgctxt "04060199.xhp#par_id3158416.62.help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 04060199.xhp#par_id3152822.63.help.text
+msgctxt "04060199.xhp#par_id3152822.63.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 04060199.xhp#par_id3154949.64.help.text
+msgctxt "04060199.xhp#par_id3154949.64.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060199.xhp#par_id3156257.65.help.text
+msgid ": (Colon)"
+msgstr ": (Colon)"
+
+#: 04060199.xhp#par_id3153924.66.help.text
+msgctxt "04060199.xhp#par_id3153924.66.help.text"
+msgid "Range"
+msgstr "Range"
+
+#: 04060199.xhp#par_id3148432.67.help.text
+msgid "A1:C108"
+msgstr "A1:C108"
+
+#: 04060199.xhp#par_id3152592.68.help.text
+msgid "! (Exclamation point)"
+msgstr "! (Exclamation point)"
+
+#: 04060199.xhp#bm_id3150606.help.text
+msgid "<bookmark_value>intersection operator</bookmark_value>"
+msgstr "<bookmark_value>intersection operator</bookmark_value>"
+
+#: 04060199.xhp#par_id3150606.69.help.text
+msgid "Intersection"
+msgstr "Intersection"
+
+#: 04060199.xhp#par_id3083445.70.help.text
+msgid "SUM(A1:B6!B5:C12)"
+msgstr "SUM(A1:B6!B5:C12)"
+
+#: 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 "Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6."
+
+#: 04060199.xhp#par_id4003723.help.text
+msgid "~ (Tilde)"
+msgstr "~ (Tilde)"
+
+#: 04060199.xhp#par_id838953.help.text
+msgid "Concatenation or union"
+msgstr "Concatenation or union"
+
+#: 04060199.xhp#par_id2511978.help.text
+msgid "Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table."
+msgstr "Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table."
+
+#: 04060199.xhp#par_id181890.help.text
+msgid "Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression."
+msgstr "Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression."
+
+#: 12030000.xhp#tit.help.text
+msgctxt "12030000.xhp#tit.help.text"
+msgid "Sort"
+msgstr "Sort"
+
+#: 12030000.xhp#hd_id3150275.1.help.text
+msgctxt "12030000.xhp#hd_id3150275.1.help.text"
+msgid "Sort"
+msgstr "Sort"
+
+#: 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 "<variable id=\"sorttext\"><ahelp hid=\".uno:DataSort\">Sorts the selected rows according to the conditions that you specify.</ahelp></variable> $[officename] automatically recognises and selects database ranges."
+
+#: 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 "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
+
+#: 05030400.xhp#tit.help.text
+msgctxt "05030400.xhp#tit.help.text"
+msgid "Show"
+msgstr "Show"
+
+#: 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 "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
+
+#: 05030400.xhp#hd_id3147264.1.help.text
+msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+
+#: 05030400.xhp#par_id3150447.2.help.text
+msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
+
+#: 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 "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>."
+
+#: 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 "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
+
+#: 05100200.xhp#tit.help.text
+msgctxt "05100200.xhp#tit.help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp#hd_id3154654.help.text
+msgctxt "05100200.xhp#hd_id3154654.help.text"
+msgid "Split Cells"
+msgstr ""
+
+#: 05100200.xhp#par_id3083451.help.text
+msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
+msgstr ""
+
+#: 05100200.xhp#par_id3154023.help.text
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgstr ""
+
+#: 04060106.xhp#tit.help.text
+msgctxt "04060106.xhp#tit.help.text"
+msgid "Mathematical Functions"
+msgstr "Mathematical Functions"
+
+#: 04060106.xhp#bm_id3147124.help.text
+msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+msgstr "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+
+#: 04060106.xhp#hd_id3147124.1.help.text
+msgctxt "04060106.xhp#hd_id3147124.1.help.text"
+msgid "Mathematical Functions"
+msgstr "Mathematical Functions"
+
+#: 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 "<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>."
+
+#: 04060106.xhp#bm_id3146944.help.text
+msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+msgstr "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+
+#: 04060106.xhp#hd_id3146944.33.help.text
+msgid "ABS"
+msgstr "ABS"
+
+#: 04060106.xhp#par_id3154546.34.help.text
+msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3154843.35.help.text
+msgctxt "04060106.xhp#hd_id3154843.35.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3147475.36.help.text
+msgid "ABS(Number)"
+msgstr "ABS(Number)"
+
+#: 04060106.xhp#par_id3148438.37.help.text
+msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
+msgstr "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
+
+#: 04060106.xhp#hd_id3155823.38.help.text
+msgctxt "04060106.xhp#hd_id3155823.38.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152787.39.help.text
+msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
+msgstr "<item type=\"input\">=ABS(-56)</item> returns 56."
+
+#: 04060106.xhp#par_id3148752.40.help.text
+msgid "<item type=\"input\">=ABS(12)</item> returns 12."
+msgstr "<item type=\"input\">=ABS(12)</item> returns 12."
+
+#: 04060106.xhp#par_id320139.help.text
+msgid "<item type=\"input\">=ABS(0)</item> returns 0."
+msgstr "<item type=\"input\">=ABS(0)</item> returns 0."
+
+#: 04060106.xhp#bm_id3150896.help.text
+msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>"
+
+#: 04060106.xhp#hd_id3150896.42.help.text
+msgid "COUNTBLANK"
+msgstr "COUNTBLANK"
+
+#: 04060106.xhp#par_id3155260.43.help.text
+msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+
+#: 04060106.xhp#hd_id3145144.44.help.text
+msgctxt "04060106.xhp#hd_id3145144.44.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3153931.45.help.text
+msgid "COUNTBLANK(Range)"
+msgstr "COUNTBLANK(Range)"
+
+#: 04060106.xhp#par_id3149512.46.help.text
+msgid " Returns the number of empty cells in the cell range <emph>Range</emph>."
+msgstr " Returns the number of empty cells in the cell range <emph>Range</emph>."
+
+#: 04060106.xhp#hd_id3146139.47.help.text
+msgctxt "04060106.xhp#hd_id3146139.47.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3148586.48.help.text
+msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
+msgstr "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
+
+#: 04060106.xhp#bm_id3153114.help.text
+msgid "<bookmark_value>ACOS function</bookmark_value>"
+msgstr "<bookmark_value>ACOS function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3153114.50.help.text
+msgid "ACOS"
+msgstr "ACOS"
+
+#: 04060106.xhp#par_id3145163.51.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3153565.52.help.text
+msgctxt "04060106.xhp#hd_id3153565.52.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3150020.53.help.text
+msgid "ACOS(Number)"
+msgstr "ACOS(Number)"
+
+#: 04060106.xhp#par_id3159134.54.help.text
+msgid " This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
+msgstr " This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
+
+#: 04060106.xhp#par_id679647.help.text
+msgctxt "04060106.xhp#par_id679647.help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "To return the angle in degrees, use the DEGREES function."
+
+#: 04060106.xhp#hd_id3149882.55.help.text
+msgctxt "04060106.xhp#hd_id3149882.55.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3150128.56.help.text
+msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
+msgstr "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
+
+#: 04060106.xhp#par_id8792382.help.text
+msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
+
+#: 04060106.xhp#bm_id3145355.help.text
+msgid "<bookmark_value>ACOSH function</bookmark_value>"
+msgstr "<bookmark_value>ACOSH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145355.60.help.text
+msgid "ACOSH"
+msgstr "ACOSH"
+
+#: 04060106.xhp#par_id3157993.61.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3145295.62.help.text
+msgctxt "04060106.xhp#hd_id3145295.62.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3151017.63.help.text
+msgid "ACOSH(Number)"
+msgstr "ACOSH(Number)"
+
+#: 04060106.xhp#par_id3149000.64.help.text
+msgid " This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number. "
+msgstr " This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number. "
+
+#: 04060106.xhp#par_id6393932.help.text
+msgid " Number must be greater than or equal to 1."
+msgstr " Number must be greater than or equal to 1."
+
+#: 04060106.xhp#hd_id3150566.65.help.text
+msgctxt "04060106.xhp#hd_id3150566.65.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3145629.66.help.text
+msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
+msgstr "<item type=\"input\">=ACOSH(1)</item> returns 0."
+
+#: 04060106.xhp#par_id951567.help.text
+msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
+msgstr "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
+
+#: 04060106.xhp#bm_id3149027.help.text
+msgid "<bookmark_value>ACOT function</bookmark_value>"
+msgstr "<bookmark_value>ACOT function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3149027.70.help.text
+msgid "ACOT"
+msgstr "ACOT"
+
+#: 04060106.xhp#par_id3155818.71.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+
+#: 04060106.xhp#hd_id3153225.72.help.text
+msgctxt "04060106.xhp#hd_id3153225.72.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3158419.73.help.text
+msgid "ACOT(Number)"
+msgstr "ACOT(Number)"
+
+#: 04060106.xhp#par_id3154948.74.help.text
+msgid " This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
+msgstr " This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
+
+#: 04060106.xhp#par_id5834528.help.text
+msgctxt "04060106.xhp#par_id5834528.help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "To return the angle in degrees, use the DEGREES function."
+
+#: 04060106.xhp#hd_id3147538.75.help.text
+msgctxt "04060106.xhp#hd_id3147538.75.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3155375.76.help.text
+msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp#par_id8589434.help.text
+msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1. "
+msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1. "
+
+#: 04060106.xhp#bm_id3148426.help.text
+msgid "<bookmark_value>ACOTH function</bookmark_value>"
+msgstr "<bookmark_value>ACOTH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3148426.80.help.text
+msgid "ACOTH"
+msgstr "ACOTH"
+
+#: 04060106.xhp#par_id3147478.81.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+
+#: 04060106.xhp#hd_id3152585.82.help.text
+msgctxt "04060106.xhp#hd_id3152585.82.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3147172.83.help.text
+msgid "ACOTH(Number)"
+msgstr "ACOTH(Number)"
+
+#: 04060106.xhp#par_id3146155.84.help.text
+msgid " This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgstr " This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+
+#: 04060106.xhp#par_id5818659.help.text
+msgid "An error results if Number is between -1 and 1 inclusive."
+msgstr "An error results if Number is between -1 and 1 inclusive."
+
+#: 04060106.xhp#hd_id3083452.85.help.text
+msgctxt "04060106.xhp#hd_id3083452.85.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3150608.86.help.text
+msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
+msgstr "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
+
+#: 04060106.xhp#bm_id3145084.help.text
+msgid "<bookmark_value>ASIN function</bookmark_value>"
+msgstr "<bookmark_value>ASIN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145084.90.help.text
+msgid "ASIN"
+msgstr "ASIN"
+
+#: 04060106.xhp#par_id3156296.91.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3149716.92.help.text
+msgctxt "04060106.xhp#hd_id3149716.92.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3156305.93.help.text
+msgid "ASIN(Number)"
+msgstr "ASIN(Number)"
+
+#: 04060106.xhp#par_id3150964.94.help.text
+msgid " This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
+msgstr " This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
+
+#: 04060106.xhp#par_id203863.help.text
+msgctxt "04060106.xhp#par_id203863.help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "To return the angle in degrees, use the DEGREES function."
+
+#: 04060106.xhp#hd_id3149448.95.help.text
+msgctxt "04060106.xhp#hd_id3149448.95.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3156100.96.help.text
+msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
+msgstr "<item type=\"input\">=ASIN(0)</item> returns 0."
+
+#: 04060106.xhp#par_id6853846.help.text
+msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians). "
+msgstr "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians). "
+
+#: 04060106.xhp#par_id8772240.help.text
+msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgstr "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+
+#: 04060106.xhp#bm_id3151266.help.text
+msgid "<bookmark_value>ASINH function</bookmark_value>"
+msgstr "<bookmark_value>ASINH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3151266.100.help.text
+msgid "ASINH"
+msgstr "ASINH"
+
+#: 04060106.xhp#par_id3147077.101.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3150763.102.help.text
+msgctxt "04060106.xhp#hd_id3150763.102.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3150882.103.help.text
+msgid "ASINH(Number)"
+msgstr "ASINH(Number)"
+
+#: 04060106.xhp#par_id3147621.104.help.text
+msgid " This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number. "
+msgstr " This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number. "
+
+#: 04060106.xhp#hd_id3153212.105.help.text
+msgctxt "04060106.xhp#hd_id3153212.105.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3156120.106.help.text
+msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+msgstr "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+
+#: 04060106.xhp#par_id4808496.help.text
+msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
+msgstr "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
+
+#: 04060106.xhp#bm_id3155996.help.text
+msgid "<bookmark_value>ATAN function</bookmark_value>"
+msgstr "<bookmark_value>ATAN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3155996.110.help.text
+msgid "ATAN"
+msgstr "ATAN"
+
+#: 04060106.xhp#par_id3149985.111.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3151294.112.help.text
+msgctxt "04060106.xhp#hd_id3151294.112.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3150261.113.help.text
+msgid "ATAN(Number)"
+msgstr "ATAN(Number)"
+
+#: 04060106.xhp#par_id3147267.114.help.text
+msgid " This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
+msgstr " This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
+
+#: 04060106.xhp#par_id6293527.help.text
+msgctxt "04060106.xhp#par_id6293527.help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "To return the angle in degrees, use the DEGREES function."
+
+#: 04060106.xhp#hd_id3154054.115.help.text
+msgctxt "04060106.xhp#hd_id3154054.115.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3143229.116.help.text
+msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp#par_id8746299.help.text
+msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp#bm_id3153983.help.text
+msgid "<bookmark_value>ATAN2 function</bookmark_value>"
+msgstr "<bookmark_value>ATAN2 function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3153983.120.help.text
+msgid "ATAN2"
+msgstr "ATAN2"
+
+#: 04060106.xhp#par_id3154297.121.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
+
+#: 04060106.xhp#hd_id3149758.122.help.text
+msgctxt "04060106.xhp#hd_id3149758.122.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3156013.123.help.text
+msgid "ATAN2(NumberX; NumberY)"
+msgstr "ATAN2(NumberX; NumberY)"
+
+#: 04060106.xhp#par_id3151168.124.help.text
+msgid "<emph>NumberX</emph> is the value of the x coordinate."
+msgstr "<emph>NumberX</emph> is the value of the x coordinate."
+
+#: 04060106.xhp#par_id3152798.125.help.text
+msgid "<emph>NumberY</emph> is the value of the y coordinate."
+msgstr "<emph>NumberY</emph> is the value of the y coordinate."
+
+#: 04060106.xhp#par_id5036164.help.text
+msgid "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
+msgstr "ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI."
+
+#: 04060106.xhp#par_id3001800.help.text
+msgctxt "04060106.xhp#par_id3001800.help.text"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr "To return the angle in degrees, use the DEGREES function."
+
+#: 04060106.xhp#hd_id3145663.126.help.text
+msgctxt "04060106.xhp#hd_id3145663.126.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3154692.127.help.text
+msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
+
+#: 04060106.xhp#par_id1477095.help.text
+msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+
+#: 04060106.xhp#bm_id3155398.help.text
+msgid "<bookmark_value>ATANH function</bookmark_value>"
+msgstr "<bookmark_value>ATANH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3155398.130.help.text
+msgid "ATANH"
+msgstr "ATANH"
+
+#: 04060106.xhp#par_id3148829.131.help.text
+msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3146997.132.help.text
+msgctxt "04060106.xhp#hd_id3146997.132.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3149912.133.help.text
+msgid "ATANH(Number)"
+msgstr "ATANH(Number)"
+
+#: 04060106.xhp#par_id3150521.134.help.text
+msgid " This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number. "
+msgstr " This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number. "
+
+#: 04060106.xhp#par_id9357280.help.text
+msgid " Number must obey the condition -1 < number < 1."
+msgstr " Number must obey the condition -1 < number < 1."
+
+#: 04060106.xhp#hd_id3148450.135.help.text
+msgctxt "04060106.xhp#hd_id3148450.135.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3145419.136.help.text
+msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
+msgstr "<item type=\"input\">=ATANH(0)</item> returns 0."
+
+#: 04060106.xhp#bm_id3153062.help.text
+msgid "<bookmark_value>COS function</bookmark_value>"
+msgstr "<bookmark_value>COS function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3153062.149.help.text
+msgid "COS"
+msgstr "COS"
+
+#: 04060106.xhp#par_id3148803.150.help.text
+msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
+
+#: 04060106.xhp#hd_id3150779.151.help.text
+msgctxt "04060106.xhp#hd_id3150779.151.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3154213.152.help.text
+msgid "COS(Number)"
+msgstr "COS(Number)"
+
+#: 04060106.xhp#par_id3154285.153.help.text
+msgid " Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+msgstr " Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+
+#: 04060106.xhp#par_id831019.help.text
+msgid "To return the cosine of an angle in degrees, use the RADIANS function."
+msgstr "To return the cosine of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#hd_id3153579.154.help.text
+msgctxt "04060106.xhp#hd_id3153579.154.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060106.xhp#par_id3147240.155.help.text
+msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+msgstr "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+
+#: 04060106.xhp#par_id3147516.156.help.text
+msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
+msgstr "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
+
+#: 04060106.xhp#bm_id3154277.help.text
+msgid "<bookmark_value>COSH function</bookmark_value>"
+msgstr "<bookmark_value>COSH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3154277.159.help.text
+msgid "COSH"
+msgstr "COSH"
+
+#: 04060106.xhp#par_id3146946.160.help.text
+msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3149792.161.help.text
+msgctxt "04060106.xhp#hd_id3149792.161.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3166440.162.help.text
+msgid "COSH(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp#par_id3150710.163.help.text
+msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+msgstr "Returns the hyperbolic cosine of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id3153234.164.help.text
+msgctxt "04060106.xhp#hd_id3153234.164.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3154099.165.help.text
+msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
+msgstr "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
+
+#: 04060106.xhp#bm_id3152888.help.text
+msgid "<bookmark_value>COT function</bookmark_value>"
+msgstr "<bookmark_value>COT function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3152888.169.help.text
+msgid "COT"
+msgstr "COT"
+
+#: 04060106.xhp#par_id3153679.170.help.text
+msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+
+#: 04060106.xhp#hd_id3152943.171.help.text
+msgctxt "04060106.xhp#hd_id3152943.171.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3154856.172.help.text
+msgid "COT(Number)"
+msgstr "COT(Number)"
+
+#: 04060106.xhp#par_id3149969.173.help.text
+msgid " Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
+msgstr " Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
+
+#: 04060106.xhp#par_id3444624.help.text
+msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
+msgstr "To return the cotangent of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#par_id6814477.help.text
+msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+msgstr "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+
+#: 04060106.xhp#hd_id3149800.174.help.text
+msgid "Examples:"
+msgstr "Examples:"
+
+#: 04060106.xhp#par_id3148616.175.help.text
+msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
+msgstr "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
+
+#: 04060106.xhp#par_id3148986.176.help.text
+msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+msgstr "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+
+#: 04060106.xhp#bm_id3154337.help.text
+msgid "<bookmark_value>COTH function</bookmark_value>"
+msgstr "<bookmark_value>COTH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3154337.178.help.text
+msgid "COTH"
+msgstr "COTH"
+
+#: 04060106.xhp#par_id3149419.179.help.text
+msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+
+#: 04060106.xhp#hd_id3149242.180.help.text
+msgctxt "04060106.xhp#hd_id3149242.180.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3143280.181.help.text
+msgid "COTH(Number)"
+msgstr "COTH(Number)"
+
+#: 04060106.xhp#par_id3154799.182.help.text
+msgid " Returns the hyperbolic cotangent of <emph>Number</emph>."
+msgstr " Returns the hyperbolic cotangent of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id3155422.183.help.text
+msgctxt "04060106.xhp#hd_id3155422.183.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3144754.184.help.text
+msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
+msgstr "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
+
+#: 04060106.xhp#bm_id6110552.help.text
+#, fuzzy
+msgid "<bookmark_value>CSC function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060106.xhp#hd_id9523234.149.help.text
+msgid "CSC"
+msgstr ""
+
+#: 04060106.xhp#par_id4896433.150.help.text
+msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp#hd_id3534032.151.help.text
+msgctxt "04060106.xhp#hd_id3534032.151.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id4571344.152.help.text
+#, fuzzy
+msgid "CSC(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp#par_id9859164.153.help.text
+msgid " Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#: 04060106.xhp#par_id3428494.help.text
+#, fuzzy
+msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+msgstr "To return the cosine of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#hd_id2577161.154.help.text
+msgctxt "04060106.xhp#hd_id2577161.154.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060106.xhp#par_id3736803.155.help.text
+msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp#par_id6016818.156.help.text
+msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
+msgstr ""
+
+#: 04060106.xhp#bm_id9288877.help.text
+#, fuzzy
+msgid "<bookmark_value>CSCH function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060106.xhp#hd_id4325650.159.help.text
+msgid "CSCH"
+msgstr ""
+
+#: 04060106.xhp#par_id579916.160.help.text
+msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp#hd_id5336768.161.help.text
+msgctxt "04060106.xhp#hd_id5336768.161.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3108851.162.help.text
+#, fuzzy
+msgid "CSCH(Number)"
+msgstr "COSH(Number)"
+
+#: 04060106.xhp#par_id1394188.163.help.text
+#, fuzzy
+msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
+msgstr "Returns the hyperbolic cosine of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id6037477.164.help.text
+msgctxt "04060106.xhp#hd_id6037477.164.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id5426085.165.help.text
+msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
+msgstr ""
+
+#: 04060106.xhp#bm_id3145314.help.text
+msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+msgstr "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145314.188.help.text
+msgid "DEGREES"
+msgstr "DEGREES"
+
+#: 04060106.xhp#par_id3149939.189.help.text
+msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+
+#: 04060106.xhp#hd_id3150623.190.help.text
+msgctxt "04060106.xhp#hd_id3150623.190.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3145600.191.help.text
+msgid "DEGREES(Number)"
+msgstr "DEGREES(Number)"
+
+#: 04060106.xhp#par_id3149484.192.help.text
+msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
+msgstr "<emph>Number</emph> is the angle in radians to be converted to degrees."
+
+#: 04060106.xhp#hd_id3669545.help.text
+msgctxt "04060106.xhp#hd_id3669545.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3459578.help.text
+msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
+msgstr "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
+
+#: 04060106.xhp#bm_id3148698.help.text
+msgid "<bookmark_value>EXP function</bookmark_value>"
+msgstr "<bookmark_value>EXP function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3148698.198.help.text
+msgid "EXP"
+msgstr "EXP"
+
+#: 04060106.xhp#par_id3150592.199.help.text
+msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+
+#: 04060106.xhp#hd_id3150351.200.help.text
+msgctxt "04060106.xhp#hd_id3150351.200.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3146786.201.help.text
+msgid "EXP(Number)"
+msgstr "EXP(Number)"
+
+#: 04060106.xhp#par_id3155608.202.help.text
+msgid "<emph>Number</emph> is the power to which e is to be raised."
+msgstr "<emph>Number</emph> is the power to which e is to be raised."
+
+#: 04060106.xhp#hd_id3154418.203.help.text
+msgctxt "04060106.xhp#hd_id3154418.203.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3156340.204.help.text
+msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
+msgstr "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
+
+#: 04060106.xhp#bm_id3145781.help.text
+msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgstr "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145781.208.help.text
+msgid "FACT"
+msgstr "FACT"
+
+#: 04060106.xhp#par_id3151109.209.help.text
+msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3146902.210.help.text
+msgctxt "04060106.xhp#hd_id3146902.210.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3154661.211.help.text
+msgid "FACT(Number)"
+msgstr "FACT(Number)"
+
+#: 04060106.xhp#par_id3152952.212.help.text
+msgid " Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgstr " Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+
+#: 04060106.xhp#par_id3834650.help.text
+msgid "=FACT(0) returns 1 by definition. "
+msgstr "=FACT(0) returns 1 by definition. "
+
+#: 04060106.xhp#par_id8429517.help.text
+msgid "The factorial of a negative number returns the \"invalid argument\" error."
+msgstr "The factorial of a negative number returns the \"invalid argument\" error."
+
+#: 04060106.xhp#hd_id3154569.213.help.text
+msgctxt "04060106.xhp#hd_id3154569.213.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3154476.216.help.text
+msgid "<item type=\"input\">=FACT(3)</item> returns 6."
+msgstr "<item type=\"input\">=FACT(3)</item> returns 6."
+
+#: 04060106.xhp#par_id3147525.214.help.text
+msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+msgstr "<item type=\"input\">=FACT(0)</item> returns 1."
+
+#: 04060106.xhp#bm_id3159084.help.text
+msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+msgstr "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+
+#: 04060106.xhp#hd_id3159084.218.help.text
+msgid "INT"
+msgstr "INT"
+
+#: 04060106.xhp#par_id3158441.219.help.text
+msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+
+#: 04060106.xhp#hd_id3146132.220.help.text
+msgctxt "04060106.xhp#hd_id3146132.220.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3156146.221.help.text
+msgid "INT(Number)"
+msgstr "INT(Number)"
+
+#: 04060106.xhp#par_id3154117.222.help.text
+msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
+msgstr "Returns <emph>Number</emph> rounded down to the nearest integer."
+
+#: 04060106.xhp#par_id153508.help.text
+msgid "Negative numbers round down to the integer below."
+msgstr "Negative numbers round down to the integer below."
+
+#: 04060106.xhp#hd_id3155118.223.help.text
+msgctxt "04060106.xhp#hd_id3155118.223.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3156267.224.help.text
+msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
+msgstr "<item type=\"input\">=INT(5.7)</item> returns 5."
+
+#: 04060106.xhp#par_id3147323.225.help.text
+msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+msgstr "<item type=\"input\">=INT(-1.3)</item> returns -2."
+
+#: 04060106.xhp#bm_id3150938.help.text
+msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+msgstr "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3150938.227.help.text
+msgid "EVEN"
+msgstr "EVEN"
+
+#: 04060106.xhp#par_id3149988.228.help.text
+msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
+
+#: 04060106.xhp#hd_id3148401.229.help.text
+msgctxt "04060106.xhp#hd_id3148401.229.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3150830.230.help.text
+msgid "EVEN(Number)"
+msgstr "EVEN(Number)"
+
+#: 04060106.xhp#par_id3153350.231.help.text
+msgid " Returns <emph>Number</emph> rounded to the next even integer up, away from zero. "
+msgstr " Returns <emph>Number</emph> rounded to the next even integer up, away from zero. "
+
+#: 04060106.xhp#hd_id3155508.232.help.text
+msgctxt "04060106.xhp#hd_id3155508.232.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060106.xhp#par_id3154361.233.help.text
+msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgstr "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+
+#: 04060106.xhp#par_id8477736.help.text
+msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
+msgstr "<item type=\"input\">=EVEN(2)</item> returns 2."
+
+#: 04060106.xhp#par_id159611.help.text
+msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+msgstr "<item type=\"input\">=EVEN(0)</item> returns 0."
+
+#: 04060106.xhp#par_id6097598.help.text
+msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+msgstr "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+
+#: 04060106.xhp#bm_id3147356.help.text
+msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgstr "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+
+#: 04060106.xhp#hd_id3147356.237.help.text
+msgid "GCD"
+msgstr "GCD"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
+
+#: 04060106.xhp#par_id2769249.help.text
+msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+msgstr "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+
+#: 04060106.xhp#hd_id3150643.239.help.text
+msgctxt "04060106.xhp#hd_id3150643.239.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3154524.240.help.text
+msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgstr "GCD(Integer1; Integer2; ...; Integer30)"
+
+#: 04060106.xhp#par_id3149340.241.help.text
+msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
+msgstr "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
+
+#: 04060106.xhp#hd_id3147317.242.help.text
+msgctxt "04060106.xhp#hd_id3147317.242.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3151285.243.help.text
+msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+msgstr "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
+
+#: 04060106.xhp#par_id1604663.help.text
+msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
+msgstr "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <item type=\"input\">9</item>, <item type=\"input\">12</item>, <item type=\"input\">9</item> gives 3."
+
+#: 04060106.xhp#bm_id3151221.help.text
+msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>GCD_ADD function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3151221.677.help.text
+msgid "GCD_ADD"
+msgstr "GCD_ADD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
+
+#: 04060106.xhp#hd_id3147548.679.help.text
+msgctxt "04060106.xhp#hd_id3147548.679.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3156205.680.help.text
+msgid "GCD_ADD(Number(s))"
+msgstr "GCD_ADD(Number(s))"
+
+#: 04060106.xhp#par_id3145150.681.help.text
+msgctxt "04060106.xhp#par_id3145150.681.help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> is a list of up to 30 numbers."
+
+#: 04060106.xhp#hd_id3150239.682.help.text
+msgctxt "04060106.xhp#hd_id3150239.682.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3159192.683.help.text
+msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+msgstr "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+
+#: 04060106.xhp#bm_id3156048.help.text
+msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3156048.245.help.text
+msgid "ISEVEN"
+msgstr "ISEVEN"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>"
+
+#: 04060106.xhp#hd_id3146928.247.help.text
+msgctxt "04060106.xhp#hd_id3146928.247.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3151203.248.help.text
+msgid "ISEVEN(Value)"
+msgstr "ISEVEN(Value)"
+
+#: 04060106.xhp#par_id3150491.249.help.text
+msgctxt "04060106.xhp#par_id3150491.249.help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Value</emph> is the value to be checked."
+
+#: 04060106.xhp#par_id3445844.help.text
+msgctxt "04060106.xhp#par_id3445844.help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+
+#: 04060106.xhp#hd_id3154136.250.help.text
+msgctxt "04060106.xhp#hd_id3154136.250.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3163813.251.help.text
+msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
+
+#: 04060106.xhp#par_id8378856.help.text
+msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+
+#: 04060106.xhp#par_id7154759.help.text
+msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+
+#: 04060106.xhp#par_id1912289.help.text
+msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+
+#: 04060106.xhp#par_id5627307.help.text
+msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+
+#: 04060106.xhp#bm_id3156034.help.text
+msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgstr "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3156034.255.help.text
+msgid "ISODD"
+msgstr "ISODD"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>"
+
+#: 04060106.xhp#hd_id3151006.257.help.text
+msgctxt "04060106.xhp#hd_id3151006.257.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3151375.258.help.text
+msgid "ISODD(value)"
+msgstr "ISODD(value)"
+
+#: 04060106.xhp#par_id3155139.259.help.text
+msgctxt "04060106.xhp#par_id3155139.259.help.text"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>Value</emph> is the value to be checked."
+
+#: 04060106.xhp#par_id9027680.help.text
+msgctxt "04060106.xhp#par_id9027680.help.text"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+msgstr "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
+
+#: 04060106.xhp#hd_id3163723.260.help.text
+msgctxt "04060106.xhp#hd_id3163723.260.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3155345.261.help.text
+msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(33)</item> returns TRUE"
+
+#: 04060106.xhp#par_id9392986.help.text
+msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
+msgstr "<item type=\"input\">=ISODD(48)</item> returns FALSE"
+
+#: 04060106.xhp#par_id5971251.help.text
+msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+
+#: 04060106.xhp#par_id4136478.help.text
+msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+msgstr "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+
+#: 04060106.xhp#bm_id3145213.help.text
+msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+msgstr "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145213.265.help.text
+msgid "LCM"
+msgstr "LCM"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
+
+#: 04060106.xhp#hd_id3148632.267.help.text
+msgctxt "04060106.xhp#hd_id3148632.267.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3147279.268.help.text
+msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgstr "LCM(Integer1; Integer2; ...; Integer30)"
+
+#: 04060106.xhp#par_id3156348.269.help.text
+msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
+msgstr "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
+
+#: 04060106.xhp#hd_id3156431.270.help.text
+msgctxt "04060106.xhp#hd_id3156431.270.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3154914.271.help.text
+msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
+msgstr "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
+
+#: 04060106.xhp#bm_id3154230.help.text
+msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>LCM_ADD function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3154230.684.help.text
+msgid "LCM_ADD"
+msgstr "LCM_ADD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
+
+#: 04060106.xhp#hd_id3153132.686.help.text
+msgctxt "04060106.xhp#hd_id3153132.686.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3154395.687.help.text
+msgid "LCM_ADD(Number(s))"
+msgstr "LCM_ADD(Number(s))"
+
+#: 04060106.xhp#par_id3147377.688.help.text
+msgctxt "04060106.xhp#par_id3147377.688.help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> is a list of up to 30 numbers."
+
+#: 04060106.xhp#hd_id3145122.689.help.text
+msgctxt "04060106.xhp#hd_id3145122.689.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3145135.690.help.text
+msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
+msgstr "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
+
+#: 04060106.xhp#bm_id3155802.help.text
+msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgstr "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+
+#: 04060106.xhp#hd_id3155802.273.help.text
+msgid "COMBIN"
+msgstr "COMBIN"
+
+#: 04060106.xhp#par_id3156172.274.help.text
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+
+#: 04060106.xhp#hd_id3156193.275.help.text
+msgctxt "04060106.xhp#hd_id3156193.275.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3150223.276.help.text
+msgid "COMBIN(Count1; Count2)"
+msgstr "COMBIN(Count1; Count2)"
+
+#: 04060106.xhp#par_id3150313.277.help.text
+msgctxt "04060106.xhp#par_id3150313.277.help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr "<emph>Count1</emph> is the number of items in the set."
+
+#: 04060106.xhp#par_id3153830.278.help.text
+msgctxt "04060106.xhp#par_id3153830.278.help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr "<emph>Count2</emph> is the number of items to choose from the set."
+
+#: 04060106.xhp#par_id6807458.help.text
+msgid "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
+msgstr "COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC."
+
+#: 04060106.xhp#par_id7414471.help.text
+msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
+msgstr "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
+
+#: 04060106.xhp#hd_id3153171.279.help.text
+msgctxt "04060106.xhp#hd_id3153171.279.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3153517.280.help.text
+msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
+msgstr "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
+
+#: 04060106.xhp#bm_id3150284.help.text
+msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+msgstr "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+
+#: 04060106.xhp#hd_id3150284.282.help.text
+msgid "COMBINA"
+msgstr "COMBINA"
+
+#: 04060106.xhp#par_id3157894.283.help.text
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
+
+#: 04060106.xhp#hd_id3145752.284.help.text
+msgctxt "04060106.xhp#hd_id3145752.284.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3145765.285.help.text
+msgid "COMBINA(Count1; Count2)"
+msgstr "COMBINA(Count1; Count2)"
+
+#: 04060106.xhp#par_id3153372.286.help.text
+msgctxt "04060106.xhp#par_id3153372.286.help.text"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr "<emph>Count1</emph> is the number of items in the set."
+
+#: 04060106.xhp#par_id3155544.287.help.text
+msgctxt "04060106.xhp#par_id3155544.287.help.text"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr "<emph>Count2</emph> is the number of items to choose from the set."
+
+#: 04060106.xhp#par_id1997131.help.text
+msgid "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
+msgstr "COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC."
+
+#: 04060106.xhp#par_id2052064.help.text
+msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+msgstr "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+
+#: 04060106.xhp#hd_id3154584.288.help.text
+msgctxt "04060106.xhp#hd_id3154584.288.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152904.289.help.text
+msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
+msgstr "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
+
+#: 04060106.xhp#bm_id3156086.help.text
+msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+msgstr "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+
+#: 04060106.xhp#hd_id3156086.291.help.text
+msgid "TRUNC"
+msgstr "TRUNC"
+
+#: 04060106.xhp#par_id3157866.292.help.text
+msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
+
+#: 04060106.xhp#hd_id3148499.293.help.text
+msgctxt "04060106.xhp#hd_id3148499.293.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3148511.294.help.text
+msgid "TRUNC(Number; Count)"
+msgstr "TRUNC(Number; Count)"
+
+#: 04060106.xhp#par_id3150796.295.help.text
+msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
+msgstr "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
+
+#: 04060106.xhp#par_id3150816.296.help.text
+msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
+msgstr "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
+
+#: 04060106.xhp#par_id3148548.557.help.text
+msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
+msgstr "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
+
+#: 04060106.xhp#hd_id3152555.297.help.text
+msgctxt "04060106.xhp#hd_id3152555.297.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152569.298.help.text
+msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
+msgstr "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
+
+#: 04060106.xhp#par_id7050080.help.text
+msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
+msgstr "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
+
+#: 04060106.xhp#bm_id3153601.help.text
+msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgstr "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+
+#: 04060106.xhp#hd_id3153601.301.help.text
+msgid "LN"
+msgstr "LN"
+
+#: 04060106.xhp#par_id3154974.302.help.text
+msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+
+#: 04060106.xhp#hd_id3154993.303.help.text
+msgctxt "04060106.xhp#hd_id3154993.303.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3155284.304.help.text
+msgid "LN(Number)"
+msgstr "LN(Number)"
+
+#: 04060106.xhp#par_id3155297.305.help.text
+msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+msgstr "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+
+#: 04060106.xhp#hd_id3153852.306.help.text
+msgctxt "04060106.xhp#hd_id3153852.306.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3153866.307.help.text
+msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
+msgstr "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
+
+#: 04060106.xhp#par_id5747245.help.text
+msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
+msgstr "<item type=\"input\">=LN(EXP(321))</item> returns 321."
+
+#: 04060106.xhp#bm_id3109813.help.text
+msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgstr "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+
+#: 04060106.xhp#hd_id3109813.311.help.text
+msgid "LOG"
+msgstr "LOG"
+
+#: 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 "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
+
+#: 04060106.xhp#hd_id3144719.313.help.text
+msgctxt "04060106.xhp#hd_id3144719.313.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3144732.314.help.text
+msgid "LOG(Number; Base)"
+msgstr "LOG(Number; Base)"
+
+#: 04060106.xhp#par_id3144746.315.help.text
+msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
+msgstr "<emph>Number</emph> is the value whose logarithm is to be calculated."
+
+#: 04060106.xhp#par_id3152840.316.help.text
+msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
+msgstr "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
+
+#: 04060106.xhp#hd_id3152860.317.help.text
+msgctxt "04060106.xhp#hd_id3152860.317.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3154429.318.help.text
+msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
+msgstr "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
+
+#: 04060106.xhp#par_id5577562.help.text
+msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+msgstr "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+
+#: 04060106.xhp#bm_id3154187.help.text
+msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+msgstr "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+
+#: 04060106.xhp#hd_id3154187.322.help.text
+msgid "LOG10"
+msgstr "LOG10"
+
+#: 04060106.xhp#par_id3155476.323.help.text
+msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3155494.324.help.text
+msgctxt "04060106.xhp#hd_id3155494.324.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3159294.325.help.text
+msgid "LOG10(Number)"
+msgstr "LOG10(Number)"
+
+#: 04060106.xhp#par_id3159308.326.help.text
+msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
+msgstr "Returns the logarithm to base 10 of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id3159328.327.help.text
+msgctxt "04060106.xhp#hd_id3159328.327.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3157916.328.help.text
+msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
+msgstr "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
+
+#: 04060106.xhp#bm_id3152518.help.text
+msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+msgstr "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+
+#: 04060106.xhp#hd_id3152518.332.help.text
+msgid "CEILING"
+msgstr "CEILING"
+
+#: 04060106.xhp#par_id3153422.558.help.text
+msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+
+#: 04060106.xhp#hd_id3153440.334.help.text
+msgctxt "04060106.xhp#hd_id3153440.334.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3153454.335.help.text
+msgid "CEILING(Number; Significance; Mode)"
+msgstr "CEILING(Number; Significance; Mode)"
+
+#: 04060106.xhp#par_id3153467.336.help.text
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph>Number</emph> is the number that is to be rounded up."
+
+#: 04060106.xhp#par_id3155000.337.help.text
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
+msgstr "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
+
+#: 04060106.xhp#par_id3155020.559.help.text
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+
+#: 04060106.xhp#par_id3163792.629.help.text
+msgid "If both parameters Number and Significance 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. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "If both parameters Number and Significance 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. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+
+#: 04060106.xhp#hd_id3145697.338.help.text
+msgctxt "04060106.xhp#hd_id3145697.338.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3145710.339.help.text
+msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
+msgstr "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
+
+#: 04060106.xhp#par_id3145725.340.help.text
+msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
+msgstr "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
+
+#: 04060106.xhp#par_id3145740.341.help.text
+msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
+msgstr "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
+
+#: 04060106.xhp#bm_id3157762.help.text
+msgid "<bookmark_value>PI function</bookmark_value>"
+msgstr "<bookmark_value>PI function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3157762.343.help.text
+msgid "PI"
+msgstr "PI"
+
+#: 04060106.xhp#par_id3157790.344.help.text
+msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
+
+#: 04060106.xhp#hd_id3157809.345.help.text
+msgctxt "04060106.xhp#hd_id3157809.345.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3157822.346.help.text
+msgid "PI()"
+msgstr "PI()"
+
+#: 04060106.xhp#hd_id3157836.347.help.text
+msgctxt "04060106.xhp#hd_id3157836.347.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152370.348.help.text
+msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
+msgstr "<item type=\"input\">=PI()</item> returns 3.14159265358979."
+
+#: 04060106.xhp#bm_id3152418.help.text
+msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3152418.635.help.text
+msgid "MULTINOMIAL"
+msgstr "MULTINOMIAL"
+
+#: 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 "<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>"
+
+#: 04060106.xhp#hd_id3155646.637.help.text
+msgctxt "04060106.xhp#hd_id3155646.637.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3155660.638.help.text
+msgid "MULTINOMIAL(Number(s))"
+msgstr "MULTINOMIAL(Number(s))"
+
+#: 04060106.xhp#par_id3155673.639.help.text
+msgctxt "04060106.xhp#par_id3155673.639.help.text"
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>Number(s)</emph> is a list of up to 30 numbers."
+
+#: 04060106.xhp#hd_id3155687.640.help.text
+msgctxt "04060106.xhp#hd_id3155687.640.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3155701.641.help.text
+msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
+msgstr "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
+
+#: 04060106.xhp#bm_id3155717.help.text
+msgid "<bookmark_value>POWER function</bookmark_value>"
+msgstr "<bookmark_value>POWER function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3155717.350.help.text
+msgid "POWER"
+msgstr "POWER"
+
+#: 04060106.xhp#par_id3159495.351.help.text
+msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
+
+#: 04060106.xhp#hd_id3159513.352.help.text
+msgctxt "04060106.xhp#hd_id3159513.352.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3159526.353.help.text
+msgid "POWER(Base; Exponent)"
+msgstr "POWER(Base; Exponent)"
+
+#: 04060106.xhp#par_id3159540.354.help.text
+msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
+msgstr "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
+
+#: 04060106.xhp#par_id5081637.help.text
+msgid "The same result may be achieved by using the exponentiation operator ^:"
+msgstr "The same result may be achieved by using the exponentiation operator ^:"
+
+#: 04060106.xhp#par_id9759514.help.text
+msgid "<item type=\"literal\">Base^Exponent</item>"
+msgstr "<item type=\"literal\">Base^Exponent</item>"
+
+#: 04060106.xhp#hd_id3159580.356.help.text
+msgctxt "04060106.xhp#hd_id3159580.356.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3159594.357.help.text
+msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+msgstr "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+
+#: 04060106.xhp#par_id1614429.help.text
+msgid "=4^3 also returns 4 to the power of 3."
+msgstr "=4^3 also returns 4 to the power of 3."
+
+#: 04060106.xhp#bm_id3152651.help.text
+msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
+msgstr "<bookmark_value>SERIESSUM function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3152651.642.help.text
+msgid "SERIESSUM"
+msgstr "SERIESSUM"
+
+#: 04060106.xhp#par_id3152688.643.help.text
+msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
+msgstr "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
+
+#: 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 "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)"
+
+#: 04060106.xhp#hd_id3152724.645.help.text
+msgctxt "04060106.xhp#hd_id3152724.645.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_idN11BD9.help.text
+msgid "SERIESSUM(X; N; M; Coefficients)"
+msgstr "SERIESSUM(X; N; M; Coefficients)"
+
+#: 04060106.xhp#par_id3152737.646.help.text
+msgid "<emph>X</emph> is the input value for the power series."
+msgstr "<emph>X</emph> is the input value for the power series."
+
+#: 04060106.xhp#par_id3144344.647.help.text
+msgid "<emph>N</emph> is the initial power"
+msgstr "<emph>N</emph> is the initial power"
+
+#: 04060106.xhp#par_id3144357.648.help.text
+msgid "<emph>M</emph> is the increment to increase N"
+msgstr "<emph>M</emph> is the increment to increase N"
+
+#: 04060106.xhp#par_id3144370.649.help.text
+msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+msgstr "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+
+#: 04060106.xhp#bm_id3144386.help.text
+msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+msgstr "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3144386.361.help.text
+msgctxt "04060106.xhp#hd_id3144386.361.help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
+
+#: 04060106.xhp#hd_id3144433.363.help.text
+msgctxt "04060106.xhp#hd_id3144433.363.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3144446.364.help.text
+msgid "PRODUCT(Number1; Number2; ...; Number30)"
+msgstr "PRODUCT(Number1; Number2; ...; Number30)"
+
+#: 04060106.xhp#par_id3144460.365.help.text
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+msgstr "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+
+#: 04060106.xhp#par_id1589098.help.text
+msgid "PRODUCT returns number1 * number2 * number3 * ..."
+msgstr "PRODUCT returns number1 * number2 * number3 * ..."
+
+#: 04060106.xhp#hd_id3144480.366.help.text
+msgctxt "04060106.xhp#hd_id3144480.366.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3144494.367.help.text
+msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
+msgstr "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
+
+#: 04060106.xhp#bm_id3160340.help.text
+msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3160340.369.help.text
+msgid "SUMSQ"
+msgstr "SUMSQ"
+
+#: 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 "<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>"
+
+#: 04060106.xhp#hd_id3160388.371.help.text
+msgctxt "04060106.xhp#hd_id3160388.371.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3160402.372.help.text
+msgid "SUMSQ(Number1; Number2; ...; Number30)"
+msgstr "SUMSQ(Number1; Number2; ...; Number30)"
+
+#: 04060106.xhp#par_id3160415.373.help.text
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
+msgstr "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
+
+#: 04060106.xhp#hd_id3160436.374.help.text
+msgctxt "04060106.xhp#hd_id3160436.374.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3160449.375.help.text
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
+msgstr "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
+
+#: 04060106.xhp#bm_id3158247.help.text
+msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgstr "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+
+#: 04060106.xhp#hd_id3158247.387.help.text
+msgid "MOD"
+msgstr "MOD"
+
+#: 04060106.xhp#par_id3158276.388.help.text
+msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
+
+#: 04060106.xhp#hd_id3158294.389.help.text
+msgctxt "04060106.xhp#hd_id3158294.389.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3158308.390.help.text
+msgid "MOD(Dividend; Divisor)"
+msgstr "MOD(Dividend; Divisor)"
+
+#: 04060106.xhp#par_id3158321.391.help.text
+msgid " For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
+msgstr " For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
+
+#: 04060106.xhp#par_id3158341.392.help.text
+msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
+msgstr "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
+
+#: 04060106.xhp#hd_id3158361.393.help.text
+msgctxt "04060106.xhp#hd_id3158361.393.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3158374.394.help.text
+msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+msgstr "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+
+#: 04060106.xhp#par_id1278420.help.text
+msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
+msgstr "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
+
+#: 04060106.xhp#bm_id3144592.help.text
+msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgstr "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+
+#: 04060106.xhp#hd_id3144592.652.help.text
+msgid "QUOTIENT"
+msgstr "QUOTIENT"
+
+#: 04060106.xhp#par_id3144627.653.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
+
+#: 04060106.xhp#hd_id3144646.654.help.text
+msgctxt "04060106.xhp#hd_id3144646.654.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3144659.655.help.text
+msgid "QUOTIENT(Numerator; Denominator)"
+msgstr "QUOTIENT(Numerator; Denominator)"
+
+#: 04060106.xhp#par_id9038972.help.text
+msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+msgstr "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+
+#: 04060106.xhp#par_id7985168.help.text
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
+msgstr "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
+
+#: 04060106.xhp#hd_id3144674.656.help.text
+msgctxt "04060106.xhp#hd_id3144674.656.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3144687.657.help.text
+msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+msgstr "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+
+#: 04060106.xhp#bm_id3144702.help.text
+msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+msgstr "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+
+#: 04060106.xhp#hd_id3144702.377.help.text
+msgid "RADIANS"
+msgstr "RADIANS"
+
+#: 04060106.xhp#par_id3158025.378.help.text
+msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+
+#: 04060106.xhp#hd_id3158042.379.help.text
+msgctxt "04060106.xhp#hd_id3158042.379.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3158055.380.help.text
+msgid "RADIANS(Number)"
+msgstr "RADIANS(Number)"
+
+#: 04060106.xhp#par_id3158069.381.help.text
+msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
+msgstr "<emph>Number</emph> is the angle in degrees to be converted to radians."
+
+#: 04060106.xhp#hd_id876186.help.text
+msgctxt "04060106.xhp#hd_id876186.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3939634.help.text
+msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
+msgstr "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
+
+#: 04060106.xhp#bm_id3158121.help.text
+msgid "<bookmark_value>ROUND function</bookmark_value>"
+msgstr "<bookmark_value>ROUND function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3158121.398.help.text
+msgid "ROUND"
+msgstr "ROUND"
+
+#: 04060106.xhp#par_id3158150.399.help.text
+msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
+
+#: 04060106.xhp#hd_id3158169.400.help.text
+msgctxt "04060106.xhp#hd_id3158169.400.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3158182.401.help.text
+msgid "ROUND(Number; Count)"
+msgstr "ROUND(Number; Count)"
+
+#: 04060106.xhp#par_id3158196.402.help.text
+msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
+msgstr "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
+
+#: 04060106.xhp#par_id599688.help.text
+msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgstr "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+
+#: 04060106.xhp#hd_id3145863.404.help.text
+msgctxt "04060106.xhp#hd_id3145863.404.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3145876.405.help.text
+msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+msgstr "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+
+#: 04060106.xhp#par_id3145899.406.help.text
+msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+msgstr "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+
+#: 04060106.xhp#par_id1371501.help.text
+msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
+msgstr "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
+
+#: 04060106.xhp#par_id4661702.help.text
+msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3. "
+msgstr "<item type=\"input\">=ROUND(2.5)</item> returns 3. "
+
+#: 04060106.xhp#par_id7868892.help.text
+msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+
+#: 04060106.xhp#bm_id3145991.help.text
+msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3145991.24.help.text
+msgid "ROUNDDOWN"
+msgstr "ROUNDDOWN"
+
+#: 04060106.xhp#par_id3146020.25.help.text
+msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+
+#: 04060106.xhp#hd_id3146037.26.help.text
+msgctxt "04060106.xhp#hd_id3146037.26.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3146051.27.help.text
+msgid "ROUNDDOWN(Number; Count)"
+msgstr "ROUNDDOWN(Number; Count)"
+
+#: 04060106.xhp#par_id3146064.28.help.text
+msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
+msgstr "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
+
+#: 04060106.xhp#par_id2188787.help.text
+msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
+msgstr "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
+
+#: 04060106.xhp#hd_id3163164.30.help.text
+msgctxt "04060106.xhp#hd_id3163164.30.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3163178.31.help.text
+msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
+msgstr "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
+
+#: 04060106.xhp#par_id5833307.help.text
+msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
+msgstr "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
+
+#: 04060106.xhp#par_id7726676.help.text
+msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+msgstr "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+
+#: 04060106.xhp#par_id3729361.help.text
+msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+msgstr "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+
+#: 04060106.xhp#bm_id3163268.help.text
+msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDUP function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3163268.140.help.text
+msgid "ROUNDUP"
+msgstr "ROUNDUP"
+
+#: 04060106.xhp#par_id3163297.141.help.text
+msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+
+#: 04060106.xhp#hd_id3163315.142.help.text
+msgctxt "04060106.xhp#hd_id3163315.142.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3163328.143.help.text
+msgid "ROUNDUP(Number; Count)"
+msgstr "ROUNDUP(Number; Count)"
+
+#: 04060106.xhp#par_id3163342.144.help.text
+msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
+msgstr "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
+
+#: 04060106.xhp#par_id9573961.help.text
+msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+msgstr "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+
+#: 04060106.xhp#hd_id3163381.146.help.text
+msgctxt "04060106.xhp#hd_id3163381.146.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3144786.147.help.text
+msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
+msgstr "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
+
+#: 04060106.xhp#par_id7700430.help.text
+msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
+msgstr "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
+
+#: 04060106.xhp#par_id1180455.help.text
+msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+msgstr "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+
+#: 04060106.xhp#par_id3405560.help.text
+msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgstr "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+
+#: 04060106.xhp#par_id3409527.help.text
+msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+msgstr "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+
+#: 04060106.xhp#bm_id5256537.help.text
+#, fuzzy
+msgid "<bookmark_value>SEC function</bookmark_value>"
+msgstr "<bookmark_value>SKEW function</bookmark_value>"
+
+#: 04060106.xhp#hd_id5187204.149.help.text
+msgid "SEC"
+msgstr ""
+
+#: 04060106.xhp#par_id9954962.150.help.text
+msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
+msgstr ""
+
+#: 04060106.xhp#hd_id422243.151.help.text
+msgctxt "04060106.xhp#hd_id422243.151.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id2055913.152.help.text
+#, fuzzy
+msgid "SEC(Number)"
+msgstr "SIN(Number)"
+
+#: 04060106.xhp#par_id9568170.153.help.text
+msgid " Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgstr ""
+
+#: 04060106.xhp#par_id9047465.help.text
+#, fuzzy
+msgid "To return the secant of an angle in degrees, use the RADIANS function."
+msgstr "To return the sine of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#hd_id9878918.154.help.text
+msgctxt "04060106.xhp#hd_id9878918.154.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060106.xhp#par_id6935513.155.help.text
+msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
+msgstr ""
+
+#: 04060106.xhp#par_id3954287.156.help.text
+msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
+msgstr ""
+
+#: 04060106.xhp#bm_id840005.help.text
+#, fuzzy
+msgid "<bookmark_value>SECH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id8661934.159.help.text
+msgid "SECH"
+msgstr ""
+
+#: 04060106.xhp#par_id408174.160.help.text
+msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
+msgstr ""
+
+#: 04060106.xhp#hd_id875988.161.help.text
+msgctxt "04060106.xhp#hd_id875988.161.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id4985391.162.help.text
+#, fuzzy
+msgid "SECH(Number)"
+msgstr "SINH(Number)"
+
+#: 04060106.xhp#par_id1952124.163.help.text
+#, fuzzy
+msgid "Returns the hyperbolic secant of <emph>Number</emph>."
+msgstr "Returns the hyperbolic sine of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id9838764.164.help.text
+msgctxt "04060106.xhp#hd_id9838764.164.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id1187764.165.help.text
+msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
+msgstr ""
+
+#: 04060106.xhp#bm_id3144877.help.text
+msgid "<bookmark_value>SIN function</bookmark_value>"
+msgstr "<bookmark_value>SIN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3144877.408.help.text
+msgid "SIN"
+msgstr "SIN"
+
+#: 04060106.xhp#par_id3144906.409.help.text
+msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
+
+#: 04060106.xhp#hd_id3144923.410.help.text
+msgctxt "04060106.xhp#hd_id3144923.410.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3144937.411.help.text
+msgid "SIN(Number)"
+msgstr "SIN(Number)"
+
+#: 04060106.xhp#par_id3144950.412.help.text
+msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+msgstr "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+
+#: 04060106.xhp#par_id8079470.help.text
+msgid "To return the sine of an angle in degrees, use the RADIANS function."
+msgstr "To return the sine of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#hd_id3144969.413.help.text
+msgctxt "04060106.xhp#hd_id3144969.413.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3144983.414.help.text
+msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+msgstr "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+
+#: 04060106.xhp#par_id3916440.help.text
+msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
+msgstr "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
+
+#: 04060106.xhp#bm_id3163397.help.text
+msgid "<bookmark_value>SINH function</bookmark_value>"
+msgstr "<bookmark_value>SINH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3163397.418.help.text
+msgid "SINH"
+msgstr "SINH"
+
+#: 04060106.xhp#par_id3163426.419.help.text
+msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3163444.420.help.text
+msgctxt "04060106.xhp#hd_id3163444.420.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3163457.421.help.text
+msgid "SINH(Number)"
+msgstr "SINH(Number)"
+
+#: 04060106.xhp#par_id3163471.422.help.text
+msgid "Returns the hyperbolic sine of <emph>Number</emph>."
+msgstr "Returns the hyperbolic sine of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id3163491.423.help.text
+msgctxt "04060106.xhp#hd_id3163491.423.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3163504.424.help.text
+msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
+msgstr "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
+
+#: 04060106.xhp#bm_id3163596.help.text
+msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgstr "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+
+#: 04060106.xhp#hd_id3163596.428.help.text
+msgctxt "04060106.xhp#hd_id3163596.428.help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 04060106.xhp#par_id3163625.429.help.text
+msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+
+#: 04060106.xhp#hd_id3163643.430.help.text
+msgctxt "04060106.xhp#hd_id3163643.430.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3163656.431.help.text
+msgid "SUM(Number1; Number2; ...; Number30)"
+msgstr "SUM(Number1; Number2; ...; Number30)"
+
+#: 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 "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
+
+#: 04060106.xhp#hd_id3163690.433.help.text
+msgctxt "04060106.xhp#hd_id3163690.433.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3163704.434.help.text
+msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
+msgstr "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
+
+#: 04060106.xhp#par_id3151740.556.help.text
+msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
+msgstr "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
+
+#: 04060106.xhp#par_id3151756.619.help.text
+msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
+msgstr "Conditions linked by AND can be used with the function SUM() in the following manner:"
+
+#: 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 >=2008-01-01 to <2008-02-01. 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, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
+msgstr "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 >=2008-01-01 to <2008-02-01. 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, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
+
+#: 04060106.xhp#par_id3151799.621.help.text
+msgid "Enter the following formula as an array formula:"
+msgstr "Enter the following formula as an array formula:"
+
+#: 04060106.xhp#par_id3151813.622.help.text
+msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+msgstr "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+
+#: 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 keys 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 "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 keys 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."
+
+#: 04060106.xhp#par_id3151869.624.help.text
+msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+
+#: 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 met. 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."
+msgstr "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 met. 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."
+
+#: 04060106.xhp#bm_id3151957.help.text
+msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3151957.436.help.text
+msgid "SUMIF"
+msgstr "SUMIF"
+
+#: 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 "<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."
+
+#: 04060106.xhp#hd_id3152015.438.help.text
+msgctxt "04060106.xhp#hd_id3152015.438.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3152028.439.help.text
+msgid "SUMIF(Range; Criteria; SumRange)"
+msgstr "SUMIF(Range; Criteria; SumRange)"
+
+#: 04060106.xhp#par_id3152043.440.help.text
+msgctxt "04060106.xhp#par_id3152043.440.help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>Range</emph> is the range to which the criteria are to be applied."
+
+#: 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. If the criteria is written into the formula, it has to be surrounded by double quotes."
+msgstr "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
+
+#: 04060106.xhp#par_id3152083.442.help.text
+msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
+msgstr "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
+
+#: 04060106.xhp#par_id8347422.help.text
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+msgstr "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+
+#: 04060106.xhp#hd_id3152110.443.help.text
+msgctxt "04060106.xhp#hd_id3152110.443.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152148.626.help.text
+msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
+msgstr "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
+
+#: 04060106.xhp#par_id6670125.help.text
+msgid "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
+msgstr "<item type=\"input\">=SUMIF(A1:A10;\">0\";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0."
+
+#: 04060106.xhp#par_id6062196.help.text
+msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+msgstr "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+
+#: 04060106.xhp#bm_id3152195.help.text
+msgid "<bookmark_value>TAN function</bookmark_value>"
+msgstr "<bookmark_value>TAN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3152195.446.help.text
+msgid "TAN"
+msgstr "TAN"
+
+#: 04060106.xhp#par_id3152224.447.help.text
+msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
+
+#: 04060106.xhp#hd_id3152242.448.help.text
+msgctxt "04060106.xhp#hd_id3152242.448.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3152255.449.help.text
+msgid "TAN(Number)"
+msgstr "TAN(Number)"
+
+#: 04060106.xhp#par_id3152269.450.help.text
+msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
+msgstr "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
+
+#: 04060106.xhp#par_id5752128.help.text
+msgid "To return the tangent of an angle in degrees, use the RADIANS function."
+msgstr "To return the tangent of an angle in degrees, use the RADIANS function."
+
+#: 04060106.xhp#hd_id3152287.451.help.text
+msgctxt "04060106.xhp#hd_id3152287.451.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3152301.452.help.text
+msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
+msgstr "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
+
+#: 04060106.xhp#par_id1804864.help.text
+msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+msgstr "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+
+#: 04060106.xhp#bm_id3165434.help.text
+msgid "<bookmark_value>TANH function</bookmark_value>"
+msgstr "<bookmark_value>TANH function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3165434.456.help.text
+msgid "TANH"
+msgstr "TANH"
+
+#: 04060106.xhp#par_id3165462.457.help.text
+msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3165480.458.help.text
+msgctxt "04060106.xhp#hd_id3165480.458.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3165494.459.help.text
+msgid "TANH(Number)"
+msgstr "TANH(Number)"
+
+#: 04060106.xhp#par_id3165508.460.help.text
+msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgstr "Returns the hyperbolic tangent of <emph>Number</emph>."
+
+#: 04060106.xhp#hd_id3165527.461.help.text
+msgctxt "04060106.xhp#hd_id3165527.461.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3165541.462.help.text
+msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+msgstr "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+
+#: 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 "<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>"
+
+#: 04060106.xhp#hd_id3165633.466.help.text
+msgid "SUBTOTAL"
+msgstr "SUBTOTAL"
+
+#: 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 "<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."
+
+#: 04060106.xhp#hd_id3165704.495.help.text
+msgctxt "04060106.xhp#hd_id3165704.495.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3165717.496.help.text
+msgid "SUBTOTAL(Function; Range)"
+msgstr "SUBTOTAL(Function; Range)"
+
+#: 04060106.xhp#par_id3165731.497.help.text
+msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
+msgstr "<emph>Function</emph> is a number that stands for one of the following functions:"
+
+#: 04060106.xhp#par_id3165782.469.help.text
+msgid "Function index"
+msgstr "Function index"
+
+#: 04060106.xhp#par_id3165806.470.help.text
+msgctxt "04060106.xhp#par_id3165806.470.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 04060106.xhp#par_id3165833.471.help.text
+msgctxt "04060106.xhp#par_id3165833.471.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060106.xhp#par_id3165856.472.help.text
+msgctxt "04060106.xhp#par_id3165856.472.help.text"
+msgid "AVERAGE"
+msgstr "AVERAGE"
+
+#: 04060106.xhp#par_id3165883.473.help.text
+msgctxt "04060106.xhp#par_id3165883.473.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060106.xhp#par_id3165906.474.help.text
+msgctxt "04060106.xhp#par_id3165906.474.help.text"
+msgid "COUNT"
+msgstr "COUNT"
+
+#: 04060106.xhp#par_id3165933.475.help.text
+msgctxt "04060106.xhp#par_id3165933.475.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060106.xhp#par_id3165956.476.help.text
+msgctxt "04060106.xhp#par_id3165956.476.help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#: 04060106.xhp#par_id3165983.477.help.text
+msgctxt "04060106.xhp#par_id3165983.477.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060106.xhp#par_id3166006.478.help.text
+msgctxt "04060106.xhp#par_id3166006.478.help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: 04060106.xhp#par_id3166033.479.help.text
+msgctxt "04060106.xhp#par_id3166033.479.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060106.xhp#par_id3166056.480.help.text
+msgctxt "04060106.xhp#par_id3166056.480.help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 04060106.xhp#par_id3143316.481.help.text
+msgctxt "04060106.xhp#par_id3143316.481.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060106.xhp#par_id3143339.482.help.text
+msgctxt "04060106.xhp#par_id3143339.482.help.text"
+msgid "PRODUCT"
+msgstr "PRODUCT"
+
+#: 04060106.xhp#par_id3143366.483.help.text
+msgctxt "04060106.xhp#par_id3143366.483.help.text"
+msgid "7"
+msgstr "7"
+
+#: 04060106.xhp#par_id3143389.484.help.text
+msgctxt "04060106.xhp#par_id3143389.484.help.text"
+msgid "STDEV"
+msgstr "STDEV"
+
+#: 04060106.xhp#par_id3143416.485.help.text
+msgctxt "04060106.xhp#par_id3143416.485.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060106.xhp#par_id3143439.486.help.text
+msgctxt "04060106.xhp#par_id3143439.486.help.text"
+msgid "STDEVP"
+msgstr "STDEVP"
+
+#: 04060106.xhp#par_id3143466.487.help.text
+msgctxt "04060106.xhp#par_id3143466.487.help.text"
+msgid "9"
+msgstr "9"
+
+#: 04060106.xhp#par_id3143489.488.help.text
+msgctxt "04060106.xhp#par_id3143489.488.help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: 04060106.xhp#par_id3143516.489.help.text
+msgctxt "04060106.xhp#par_id3143516.489.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060106.xhp#par_id3143539.490.help.text
+msgctxt "04060106.xhp#par_id3143539.490.help.text"
+msgid "VAR"
+msgstr "VAR"
+
+#: 04060106.xhp#par_id3143566.491.help.text
+msgctxt "04060106.xhp#par_id3143566.491.help.text"
+msgid "11"
+msgstr "11"
+
+#: 04060106.xhp#par_id3143589.492.help.text
+msgctxt "04060106.xhp#par_id3143589.492.help.text"
+msgid "VARP"
+msgstr "VARP"
+
+#: 04060106.xhp#par_id3143606.498.help.text
+msgid "<emph>Range</emph> is the range whose cells are included."
+msgstr "<emph>Range</emph> is the range whose cells are included."
+
+#: 04060106.xhp#hd_id3143625.499.help.text
+msgctxt "04060106.xhp#hd_id3143625.499.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060106.xhp#par_id3143658.563.help.text
+msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+msgstr "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+
+#: 04060106.xhp#bm_id3143672.help.text
+msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgstr "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3143672.564.help.text
+msgid "EUROCONVERT"
+msgstr "EUROCONVERT"
+
+#: 04060106.xhp#par_id3143708.565.help.text
+msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
+
+#: 04060106.xhp#par_id3143731.566.help.text
+msgctxt "04060106.xhp#par_id3143731.566.help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>Syntax</emph>"
+
+#: 04060106.xhp#par_id3143748.567.help.text
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
+msgstr "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
+
+#: 04060106.xhp#par_id3143763.568.help.text
+msgid "<emph>Value</emph> is the amount of the currency to be converted."
+msgstr "<emph>Value</emph> is the amount of the currency to be converted."
+
+#: 04060106.xhp#par_id3143782.569.help.text
+msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
+msgstr "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
+
+#: 04060106.xhp#par_id0119200904301810.help.text
+msgid "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
+msgstr "<emph>Full_precision</emph> is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded."
+
+#: 04060106.xhp#par_id0119200904301815.help.text
+msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
+msgstr "<emph>Triangulation_precision</emph> is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is \"EUR\", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied."
+
+#: 04060106.xhp#par_id3143819.570.help.text
+msgid "<emph>Examples</emph>"
+msgstr "<emph>Examples</emph>"
+
+#: 04060106.xhp#par_id3143837.571.help.text
+msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
+msgstr "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
+
+#: 04060106.xhp#par_id3143853.572.help.text
+msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
+msgstr "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
+
+#: 04060106.xhp#bm_id0908200902090676.help.text
+msgid "<bookmark_value>CONVERT function</bookmark_value>"
+msgstr "<bookmark_value>CONVERT function</bookmark_value>"
+
+#: 04060106.xhp#hd_id0908200902074836.help.text
+msgid "CONVERT"
+msgstr "CONVERT"
+
+#: 04060106.xhp#par_id0908200902131122.help.text
+msgid "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
+msgstr "<ahelp hid=\".\">Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.</ahelp>"
+
+#: 04060106.xhp#par_id0908200902475420.help.text
+msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
+msgstr "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
+
+#: 04060106.xhp#hd_id0908200902131071.help.text
+msgctxt "04060106.xhp#hd_id0908200902131071.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id0908200902131191.help.text
+msgid "CONVERT(value;\"text\";\"text\")"
+msgstr "CONVERT(value;\"text\";\"text\")"
+
+#: 04060106.xhp#hd_id0908200902131152.help.text
+msgctxt "04060106.xhp#hd_id0908200902131152.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id090820090213112.help.text
+msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
+msgstr "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
+
+#: 04060106.xhp#par_id0908200902475431.help.text
+msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks. "
+msgstr "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks. "
+
+#: 04060106.xhp#bm_id3157177.help.text
+msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+msgstr "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+
+#: 04060106.xhp#hd_id3157177.502.help.text
+msgid "ODD"
+msgstr "ODD"
+
+#: 04060106.xhp#par_id3157205.503.help.text
+msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
+
+#: 04060106.xhp#hd_id3157223.504.help.text
+msgctxt "04060106.xhp#hd_id3157223.504.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3157237.505.help.text
+msgid "ODD(Number)"
+msgstr "ODD(Number)"
+
+#: 04060106.xhp#par_id3157250.506.help.text
+msgid " Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
+msgstr " Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
+
+#: 04060106.xhp#hd_id3157270.507.help.text
+msgctxt "04060106.xhp#hd_id3157270.507.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3157283.508.help.text
+msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
+msgstr "<item type=\"input\">=ODD(1.2)</item> returns 3."
+
+#: 04060106.xhp#par_id8746910.help.text
+msgid "<item type=\"input\">=ODD(1)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(1)</item> returns 1."
+
+#: 04060106.xhp#par_id9636524.help.text
+msgid "<item type=\"input\">=ODD(0)</item> returns 1."
+msgstr "<item type=\"input\">=ODD(0)</item> returns 1."
+
+#: 04060106.xhp#par_id5675527.help.text
+msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+msgstr "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+
+#: 04060106.xhp#bm_id3157404.help.text
+msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+msgstr "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+
+#: 04060106.xhp#hd_id3157404.512.help.text
+msgid "FLOOR"
+msgstr "FLOOR"
+
+#: 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 "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
+
+#: 04060106.xhp#hd_id3157451.514.help.text
+msgctxt "04060106.xhp#hd_id3157451.514.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3157464.515.help.text
+msgid "FLOOR(Number; Significance; Mode)"
+msgstr "FLOOR(Number; Significance; Mode)"
+
+#: 04060106.xhp#par_id3157478.516.help.text
+msgid "<emph>Number</emph> is the number that is to be rounded down."
+msgstr "<emph>Number</emph> is the number that is to be rounded down."
+
+#: 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 "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
+
+#: 04060106.xhp#par_id3157517.561.help.text
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+msgstr "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
+
+#: 04060106.xhp#par_id3163894.630.help.text
+msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+msgstr "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
+
+#: 04060106.xhp#hd_id3163932.518.help.text
+msgctxt "04060106.xhp#hd_id3163932.518.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3163945.519.help.text
+msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
+
+#: 04060106.xhp#par_id3163966.520.help.text
+msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+msgstr "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+
+#: 04060106.xhp#par_id3163988.521.help.text
+msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+msgstr "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+
+#: 04060106.xhp#bm_id3164086.help.text
+msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgstr "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164086.523.help.text
+msgid "SIGN"
+msgstr "SIGN"
+
+#: 04060106.xhp#par_id3164115.524.help.text
+msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
+
+#: 04060106.xhp#hd_id3164136.525.help.text
+msgctxt "04060106.xhp#hd_id3164136.525.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164150.526.help.text
+msgid "SIGN(Number)"
+msgstr "SIGN(Number)"
+
+#: 04060106.xhp#par_id3164164.527.help.text
+msgid "<emph>Number</emph> is the number whose sign is to be determined."
+msgstr "<emph>Number</emph> is the number whose sign is to be determined."
+
+#: 04060106.xhp#hd_id3164183.528.help.text
+msgctxt "04060106.xhp#hd_id3164183.528.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3164197.529.help.text
+msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
+msgstr "<item type=\"input\">=SIGN(3.4)</item> returns 1."
+
+#: 04060106.xhp#par_id3164212.530.help.text
+msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+msgstr "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
+
+#: 04060106.xhp#bm_id3164252.help.text
+msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgstr "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164252.658.help.text
+msgid "MROUND"
+msgstr "MROUND"
+
+#: 04060106.xhp#par_id3164288.659.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
+
+#: 04060106.xhp#hd_id3164306.660.help.text
+msgctxt "04060106.xhp#hd_id3164306.660.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164320.661.help.text
+msgid "MROUND(Number; Multiple)"
+msgstr "MROUND(Number; Multiple)"
+
+#: 04060106.xhp#par_id3486434.help.text
+msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>. "
+msgstr "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>. "
+
+#: 04060106.xhp#par_id3068636.help.text
+msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+msgstr "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+
+#: 04060106.xhp#hd_id3164333.662.help.text
+msgctxt "04060106.xhp#hd_id3164333.662.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3164347.663.help.text
+msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
+msgstr "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
+
+#: 04060106.xhp#par_idN14DD6.help.text
+msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+msgstr "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+
+#: 04060106.xhp#bm_id3164375.help.text
+msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+msgstr "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164375.532.help.text
+msgid "SQRT"
+msgstr "SQRT"
+
+#: 04060106.xhp#par_id3164404.533.help.text
+msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+
+#: 04060106.xhp#hd_id3164424.534.help.text
+msgctxt "04060106.xhp#hd_id3164424.534.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164437.535.help.text
+msgid "SQRT(Number)"
+msgstr "SQRT(Number)"
+
+#: 04060106.xhp#par_id3164451.536.help.text
+msgid "Returns the positive square root of <emph>Number</emph>."
+msgstr "Returns the positive square root of <emph>Number</emph>."
+
+#: 04060106.xhp#par_id6870021.help.text
+msgid " Number must be positive."
+msgstr " Number must be positive."
+
+#: 04060106.xhp#hd_id3164471.537.help.text
+msgctxt "04060106.xhp#hd_id3164471.537.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3164484.538.help.text
+msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+msgstr "<item type=\"input\">=SQRT(16)</item> returns 4."
+
+#: 04060106.xhp#par_id3591723.help.text
+msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+msgstr "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+
+#: 04060106.xhp#bm_id3164560.help.text
+msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+msgstr "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164560.665.help.text
+msgid "SQRTPI"
+msgstr "SQRTPI"
+
+#: 04060106.xhp#par_id3164596.666.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+
+#: 04060106.xhp#hd_id3164614.667.help.text
+msgctxt "04060106.xhp#hd_id3164614.667.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164627.668.help.text
+msgid "SQRTPI(Number)"
+msgstr "SQRTPI(Number)"
+
+#: 04060106.xhp#par_id1501510.help.text
+msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
+msgstr "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
+
+#: 04060106.xhp#par_id9929197.help.text
+msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+msgstr "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+
+#: 04060106.xhp#hd_id3164641.669.help.text
+msgctxt "04060106.xhp#hd_id3164641.669.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3164654.670.help.text
+msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+msgstr "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+
+#: 04060106.xhp#bm_id3164669.help.text
+msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+msgstr "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164669.671.help.text
+msgid "RANDBETWEEN"
+msgstr "RANDBETWEEN"
+
+#: 04060106.xhp#par_id3164711.672.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
+
+#: 04060106.xhp#hd_id3164745.673.help.text
+msgctxt "04060106.xhp#hd_id3164745.673.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164758.674.help.text
+msgid "RANDBETWEEN(Bottom; Top)"
+msgstr "RANDBETWEEN(Bottom; Top)"
+
+#: 04060106.xhp#par_id7112338.help.text
+msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
+msgstr "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
+
+#: 04060106.xhp#par_id2855616.help.text
+msgctxt "04060106.xhp#par_id2855616.help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+
+#: 04060106.xhp#par_id2091433.help.text
+msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+
+#: 04060106.xhp#hd_id3164772.675.help.text
+msgctxt "04060106.xhp#hd_id3164772.675.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3164785.676.help.text
+msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+msgstr "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+
+#: 04060106.xhp#bm_id3164800.help.text
+msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+msgstr "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164800.542.help.text
+msgid "RAND"
+msgstr "RAND"
+
+#: 04060106.xhp#par_id3164829.543.help.text
+msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+
+#: 04060106.xhp#hd_id3164870.545.help.text
+msgctxt "04060106.xhp#hd_id3164870.545.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164884.546.help.text
+msgid "RAND()"
+msgstr "RAND()"
+
+#: 04060106.xhp#par_id5092318.help.text
+msgctxt "04060106.xhp#par_id5092318.help.text"
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgstr "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+
+#: 04060106.xhp#par_id9312417.help.text
+msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+msgstr "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
+
+#: 04060106.xhp#hd_id9089022.help.text
+msgctxt "04060106.xhp#hd_id9089022.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id9569078.help.text
+msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+msgstr "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+
+#: 04060106.xhp#bm_id3164897.help.text
+msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+
+#: 04060106.xhp#hd_id3164897.547.help.text
+msgid "COUNTIF"
+msgstr "COUNTIF"
+
+#: 04060106.xhp#par_id3164926.548.help.text
+msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
+
+#: 04060106.xhp#hd_id3164953.549.help.text
+msgctxt "04060106.xhp#hd_id3164953.549.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060106.xhp#par_id3164967.550.help.text
+msgid "COUNTIF(Range; Criteria)"
+msgstr "COUNTIF(Range; Criteria)"
+
+#: 04060106.xhp#par_id3164980.551.help.text
+msgctxt "04060106.xhp#par_id3164980.551.help.text"
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>Range</emph> is the range to which the criteria are to be applied."
+
+#: 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 "<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."
+
+#: 04060106.xhp#hd_id3165037.553.help.text
+msgctxt "04060106.xhp#hd_id3165037.553.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060106.xhp#par_id3166505.627.help.text
+msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
+msgstr "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:"
+
+#: 04060106.xhp#par_id3581652.help.text
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
+
+#: 04060106.xhp#par_id708639.help.text
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+
+#: 04060106.xhp#par_id5169225.help.text
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+
+#: 04060106.xhp#par_id2118594.help.text
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
+
+#: 04060106.xhp#par_id166020.help.text
+msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006 "
+msgstr "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006 "
+
+#: 04060106.xhp#par_id6386913.help.text
+msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+msgstr "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+
+#: 02180000.xhp#tit.help.text
+msgctxt "02180000.xhp#tit.help.text"
+msgid "Move or Copy a Sheet"
+msgstr "Move or Copy a Sheet"
+
+#: 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 "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
+
+#: 02180000.xhp#hd_id3153360.1.help.text
+msgctxt "02180000.xhp#hd_id3153360.1.help.text"
+msgid "Move or Copy a Sheet"
+msgstr "Move or Copy a Sheet"
+
+#: 02180000.xhp#par_id3154686.2.help.text
+msgid "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+msgstr "<variable id=\"tabelleverschiebenkopierentext\"><ahelp hid=\".uno:Move\">Moves or copies a sheet to a new location in the document or to a different document.</ahelp></variable>"
+
+#: 02180000.xhp#par_id2282479.help.text
+msgid "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "When you copy and paste cells containing <link href=\"text/scalc/01/04060102.xhp\">date values</link> between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+
+#: 02180000.xhp#hd_id3163710.3.help.text
+msgid "To Document"
+msgstr "To Document"
+
+#: 02180000.xhp#par_id3148645.4.help.text
+#, fuzzy
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\">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."
+
+#: 02180000.xhp#hd_id3154012.5.help.text
+msgid "Insert Before"
+msgstr "Insert Before"
+
+#: 02180000.xhp#par_id3145366.6.help.text
+#, fuzzy
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\">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."
+
+#: 02180000.xhp#hd_id3153726.7.help.text
+msgid "Copy"
+msgstr "Copy"
+
+#: 02180000.xhp#par_id3144764.8.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\">Specifies that the sheet is to be copied. If the option is unmarked, the sheet is moved.</ahelp> Moving sheets is the default."
+
+#: 02140500.xhp#tit.help.text
+msgctxt "02140500.xhp#tit.help.text"
+msgid "Fill Sheet"
+msgstr "Fill Sheet"
+
+#: 02140500.xhp#hd_id3153897.1.help.text
+msgctxt "02140500.xhp#hd_id3153897.1.help.text"
+msgid "Fill Sheet"
+msgstr "Fill Sheet"
+
+#: 02140500.xhp#par_id3150791.2.help.text
+msgid "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
+msgstr "<variable id=\"tabellenfuellentext\"><ahelp hid=\".uno:FillTable\" visibility=\"visible\">Specifies the options for transferring sheets or ranges of a certain sheet.</ahelp></variable>"
+
+#: 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 "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."
+
+#: 02140500.xhp#hd_id3155131.4.help.text
+msgid "Filling a Sheet"
+msgstr "Filling a Sheet"
+
+#: 02140500.xhp#par_id3146119.5.help.text
+msgid "Select the entire sheet by clicking the empty gray box in the upper left of the sheet. You can also select an area of the sheet to be copied."
+msgstr "Select the entire sheet by clicking the empty grey box in the upper left of the sheet. You can also select an area of the sheet to be copied."
+
+#: 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 sheet where you want to insert the contents."
+msgstr "Press <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the tab of the sheet where you want to insert the contents."
+
+#: 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 "Select the command <emph>Edit - Fill - Sheet</emph>. In the dialogue 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."
+
+#: 02140500.xhp#par_id3154942.8.help.text
+msgctxt "02140500.xhp#par_id3154942.8.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: 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 "This dialogue is similar to the <link href=\"text/shared/01/02070000.xhp\" name=\"Paste Contents\">Paste Contents</link> dialogue, where you can find additional tips."
+
+#: 05080200.xhp#tit.help.text
+msgctxt "05080200.xhp#tit.help.text"
+msgid "Remove"
+msgstr "Remove"
+
+#: 05080200.xhp#hd_id3153562.1.help.text
+msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+
+#: 05080200.xhp#par_id3148550.2.help.text
+msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
+
+#: 12100000.xhp#tit.help.text
+msgid "Refresh Range"
+msgstr "Refresh Range"
+
+#: 12100000.xhp#bm_id3153662.help.text
+msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
+msgstr "<bookmark_value>database ranges; refreshing</bookmark_value>"
+
+#: 12100000.xhp#hd_id3153662.1.help.text
+msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+
+#: 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 "<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>"
+
+#: 05060000.xhp#tit.help.text
+msgid "Merge and Center Cells"
+msgstr ""
+
+#: 05060000.xhp#hd_id3149785.1.help.text
+msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
+msgstr ""
+
+#: 05060000.xhp#par_id3151246.2.help.text
+msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
+msgstr ""
+
+#: 05060000.xhp#par_id3154020.18.help.text
+msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
+msgstr ""
+
+#: 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 "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."
+
+#: 05060000.xhp#par_id3149665.3.help.text
+msgid "If the cells to be merged have any contents, a security dialog is shown."
+msgstr "If the cells to be merged have any contents, a security dialogue is shown."
+
+#: 05060000.xhp#par_id3153718.help.text
+msgid "Merging cells can lead to calculation errors in formulas in the table."
+msgstr ""
+
+#: 12080600.xhp#tit.help.text
+msgctxt "12080600.xhp#tit.help.text"
+msgid "Remove"
+msgstr "Remove"
+
+#: 12080600.xhp#hd_id3148947.1.help.text
+msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+
+#: 12080600.xhp#par_id3149656.2.help.text
+msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+
+#: func_datevalue.xhp#tit.help.text
+msgid "DATEVALUE "
+msgstr "DATEVALUE "
+
+#: func_datevalue.xhp#bm_id3145621.help.text
+msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>DATEVALUE function</bookmark_value>"
+
+#: func_datevalue.xhp#hd_id3145621.18.help.text
+msgid "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
+
+#: 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 "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."
+
+#: func_datevalue.xhp#par_id0119200903491982.help.text
+msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
+msgstr "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
+
+#: func_datevalue.xhp#hd_id3156294.21.help.text
+msgctxt "func_datevalue.xhp#hd_id3156294.21.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_datevalue.xhp#par_id3149268.22.help.text
+msgid "DATEVALUE(\"Text\")"
+msgstr "DATEVALUE(\"Text\")"
+
+#: 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 " <emph>Text</emph> is a valid date expression and must be entered with quotation marks."
+
+#: func_datevalue.xhp#hd_id3156309.24.help.text
+msgctxt "func_datevalue.xhp#hd_id3156309.24.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_datevalue.xhp#par_id3155841.25.help.text
+msgid " <emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+msgstr " <emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+
+#: 04060183.xhp#tit.help.text
+msgid "Statistical Functions Part Three"
+msgstr "Statistical Functions Part Three"
+
+#: 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 "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Statistical Functions Part Three\">Statistical Functions Part Three</link></variable>"
+
+#: 04060183.xhp#bm_id3149530.help.text
+msgid "<bookmark_value>LARGE function</bookmark_value>"
+msgstr "<bookmark_value>LARGE function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3149530.2.help.text
+msgid "LARGE"
+msgstr "LARGE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KGROESSTE\">Returns the Rank_c-th largest value in a data set.</ahelp>"
+
+#: 04060183.xhp#hd_id3152990.4.help.text
+msgctxt "04060183.xhp#hd_id3152990.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3154372.5.help.text
+msgid "LARGE(Data; RankC)"
+msgstr "LARGE(Data; RankC)"
+
+#: 04060183.xhp#par_id3152986.6.help.text
+msgctxt "04060183.xhp#par_id3152986.6.help.text"
+msgid "<emph>Data</emph> is the cell range of data."
+msgstr "<emph>Data</emph> is the cell range of data."
+
+#: 04060183.xhp#par_id3156448.7.help.text
+msgid "<emph>RankC</emph> is the ranking of the value."
+msgstr "<emph>RankC</emph> is the ranking of the value."
+
+#: 04060183.xhp#hd_id3152889.8.help.text
+msgctxt "04060183.xhp#hd_id3152889.8.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3148702.9.help.text
+msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
+msgstr "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
+
+#: 04060183.xhp#bm_id3154532.help.text
+msgid "<bookmark_value>SMALL function</bookmark_value>"
+msgstr "<bookmark_value>SMALL function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3154532.11.help.text
+msgid "SMALL"
+msgstr "SMALL"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KKLEINSTE\">Returns the Rank_c-th smallest value in a data set.</ahelp>"
+
+#: 04060183.xhp#hd_id3154957.13.help.text
+msgctxt "04060183.xhp#hd_id3154957.13.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3153974.14.help.text
+msgid "SMALL(Data; RankC)"
+msgstr "SMALL(Data; RankC)"
+
+#: 04060183.xhp#par_id3154540.15.help.text
+msgctxt "04060183.xhp#par_id3154540.15.help.text"
+msgid "<emph>Data</emph> is the cell range of data."
+msgstr "<emph>Data</emph> is the cell range of data."
+
+#: 04060183.xhp#par_id3155094.16.help.text
+msgid "<emph>RankC</emph> is the rank of the value."
+msgstr "<emph>RankC</emph> is the rank of the value."
+
+#: 04060183.xhp#hd_id3153247.17.help.text
+msgctxt "04060183.xhp#hd_id3153247.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3149897.18.help.text
+msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
+msgstr "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
+
+#: 04060183.xhp#bm_id3153559.help.text
+msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
+msgstr "<bookmark_value>CONFIDENCE function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3153559.20.help.text
+msgid "CONFIDENCE"
+msgstr "CONFIDENCE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KONFIDENZ\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>"
+
+#: 04060183.xhp#hd_id3149315.22.help.text
+msgctxt "04060183.xhp#hd_id3149315.22.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3147501.23.help.text
+msgid "CONFIDENCE(Alpha; StDev; Size)"
+msgstr "CONFIDENCE(Alpha; StDev; Size)"
+
+#: 04060183.xhp#par_id3149872.24.help.text
+msgid "<emph>Alpha</emph> is the level of the confidence interval."
+msgstr "<emph>Alpha</emph> is the level of the confidence interval."
+
+#: 04060183.xhp#par_id3145324.25.help.text
+msgid "<emph>StDev</emph> is the standard deviation for the total population."
+msgstr "<emph>StDev</emph> is the standard deviation for the total population."
+
+#: 04060183.xhp#par_id3153075.26.help.text
+msgid "<emph>Size</emph> is the size of the total population."
+msgstr "<emph>Size</emph> is the size of the total population."
+
+#: 04060183.xhp#hd_id3150435.27.help.text
+msgctxt "04060183.xhp#hd_id3150435.27.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3153335.28.help.text
+msgid "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
+msgstr "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
+
+#: 04060183.xhp#bm_id3148746.help.text
+msgid "<bookmark_value>CORREL function</bookmark_value><bookmark_value>coefficient of correlation</bookmark_value>"
+msgstr "<bookmark_value>CORREL function</bookmark_value><bookmark_value>coefficient of correlation</bookmark_value>"
+
+#: 04060183.xhp#hd_id3148746.30.help.text
+msgid "CORREL"
+msgstr "CORREL"
+
+#: 04060183.xhp#par_id3147299.31.help.text
+msgid "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
+
+#: 04060183.xhp#hd_id3156397.32.help.text
+msgctxt "04060183.xhp#hd_id3156397.32.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3153023.33.help.text
+msgid "CORREL(Data1; Data2)"
+msgstr "CORREL(Data1; Data2)"
+
+#: 04060183.xhp#par_id3150036.34.help.text
+msgctxt "04060183.xhp#par_id3150036.34.help.text"
+msgid "<emph>Data1</emph> is the first data set."
+msgstr "<emph>Data1</emph> is the first data set."
+
+#: 04060183.xhp#par_id3153021.35.help.text
+msgctxt "04060183.xhp#par_id3153021.35.help.text"
+msgid "<emph>Data2</emph> is the second data set."
+msgstr "<emph>Data2</emph> is the second data set."
+
+#: 04060183.xhp#hd_id3149720.36.help.text
+msgctxt "04060183.xhp#hd_id3149720.36.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3149941.37.help.text
+msgid "<item type=\"input\">=CORREL(A1:A50;B1:B50)</item> calculates the correlation coefficient as a measure of the linear correlation of the two data sets."
+msgstr "<item type=\"input\">=CORREL(A1:A50;B1:B50)</item> calculates the correlation coefficient as a measure of the linear correlation of the two data sets."
+
+#: 04060183.xhp#bm_id3150652.help.text
+msgid "<bookmark_value>COVAR function</bookmark_value>"
+msgstr "<bookmark_value>COVAR function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3150652.39.help.text
+msgid "COVAR"
+msgstr "COVAR"
+
+#: 04060183.xhp#par_id3146875.40.help.text
+msgid "<ahelp hid=\"HID_FUNC_KOVAR\">Returns the covariance of the product of paired deviations.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KOVAR\">Returns the covariance of the product of paired deviations.</ahelp>"
+
+#: 04060183.xhp#hd_id3149013.41.help.text
+msgctxt "04060183.xhp#hd_id3149013.41.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3150740.42.help.text
+msgid "COVAR(Data1; Data2)"
+msgstr "COVAR(Data1; Data2)"
+
+#: 04060183.xhp#par_id3145827.43.help.text
+msgctxt "04060183.xhp#par_id3145827.43.help.text"
+msgid "<emph>Data1</emph> is the first data set."
+msgstr "<emph>Data1</emph> is the first data set."
+
+#: 04060183.xhp#par_id3150465.44.help.text
+msgctxt "04060183.xhp#par_id3150465.44.help.text"
+msgid "<emph>Data2</emph> is the second data set."
+msgstr "<emph>Data2</emph> is the second data set."
+
+#: 04060183.xhp#hd_id3154677.45.help.text
+msgctxt "04060183.xhp#hd_id3154677.45.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3144748.46.help.text
+msgid "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
+msgstr "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
+
+#: 04060183.xhp#bm_id3147472.help.text
+msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
+msgstr "<bookmark_value>CRITBINOM function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3147472.48.help.text
+msgid "CRITBINOM"
+msgstr "CRITBINOM"
+
+#: 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 "<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>"
+
+#: 04060183.xhp#hd_id3153930.50.help.text
+msgctxt "04060183.xhp#hd_id3153930.50.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3148586.51.help.text
+msgid "CRITBINOM(Trials; SP; Alpha)"
+msgstr "CRITBINOM(Trials; SP; Alpha)"
+
+#: 04060183.xhp#par_id3145593.52.help.text
+msgid "<emph>Trials</emph> is the total number of trials."
+msgstr "<emph>Trials</emph> is the total number of trials."
+
+#: 04060183.xhp#par_id3153084.53.help.text
+msgid "<emph>SP</emph> is the probability of success for one trial."
+msgstr "<emph>SP</emph> is the probability of success for one trial."
+
+#: 04060183.xhp#par_id3149726.54.help.text
+msgid "<emph>Alpha</emph> is the threshold probability to be reached or exceeded."
+msgstr "<emph>Alpha</emph> is the threshold probability to be reached or exceeded."
+
+#: 04060183.xhp#hd_id3148752.55.help.text
+msgctxt "04060183.xhp#hd_id3148752.55.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3148740.56.help.text
+msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
+msgstr "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
+
+#: 04060183.xhp#bm_id3155956.help.text
+msgid "<bookmark_value>KURT function</bookmark_value>"
+msgstr "<bookmark_value>KURT function</bookmark_value>"
+
+#: 04060183.xhp#hd_id3155956.58.help.text
+msgid "KURT"
+msgstr "KURT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
+
+#: 04060183.xhp#hd_id3150334.60.help.text
+msgctxt "04060183.xhp#hd_id3150334.60.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3154508.61.help.text
+msgid "KURT(Number1; Number2; ...Number30)"
+msgstr "KURT(Number1; Number2; ...Number30)"
+
+#: 04060183.xhp#par_id3145167.62.help.text
+msgid "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
+msgstr "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
+
+#: 04060183.xhp#hd_id3158000.63.help.text
+msgctxt "04060183.xhp#hd_id3158000.63.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3150016.64.help.text
+msgid "<item type=\"input\">=KURT(A1;A2;A3;A4;A5;A6)</item>"
+msgstr "<item type=\"input\">=KURT(A1;A2;A3;A4;A5;A6)</item>"
+
+#: 04060183.xhp#bm_id3150928.help.text
+msgid "<bookmark_value>LOGINV function</bookmark_value><bookmark_value>inverse of lognormal distribution</bookmark_value>"
+msgstr "<bookmark_value>LOGINV function</bookmark_value><bookmark_value>inverse of lognormal distribution</bookmark_value>"
+
+#: 04060183.xhp#hd_id3150928.66.help.text
+msgid "LOGINV"
+msgstr "LOGINV"
+
+#: 04060183.xhp#par_id3145297.67.help.text
+msgid "<ahelp hid=\"HID_FUNC_LOGINV\">Returns the inverse of the lognormal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOGINV\">Returns the inverse of the lognormal distribution.</ahelp>"
+
+#: 04060183.xhp#hd_id3151016.68.help.text
+msgctxt "04060183.xhp#hd_id3151016.68.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3153049.69.help.text
+msgid "LOGINV(Number; Mean; StDev)"
+msgstr "LOGINV(Number; Mean; StDev)"
+
+#: 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 "<emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated."
+
+#: 04060183.xhp#par_id3149538.71.help.text
+msgid "<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution."
+msgstr "<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution."
+
+#: 04060183.xhp#par_id3145355.72.help.text
+msgid "<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution."
+msgstr "<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution."
+
+#: 04060183.xhp#hd_id3148768.73.help.text
+msgctxt "04060183.xhp#hd_id3148768.73.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3155623.74.help.text
+msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
+msgstr "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
+
+#: 04060183.xhp#bm_id3158417.help.text
+msgid "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>cumulative lognormal distribution</bookmark_value>"
+msgstr "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>cumulative lognormal distribution</bookmark_value>"
+
+#: 04060183.xhp#hd_id3158417.76.help.text
+msgid "LOGNORMDIST"
+msgstr "LOGNORMDIST"
+
+#: 04060183.xhp#par_id3154953.77.help.text
+msgid "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the cumulative lognormal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the cumulative lognormal distribution.</ahelp>"
+
+#: 04060183.xhp#hd_id3150474.78.help.text
+msgctxt "04060183.xhp#hd_id3150474.78.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060183.xhp#par_id3150686.79.help.text
+msgid "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
+msgstr "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
+
+#: 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 "<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated."
+
+#: 04060183.xhp#par_id3155820.81.help.text
+msgid "<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution."
+msgstr "<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution."
+
+#: 04060183.xhp#par_id3155991.82.help.text
+msgid "<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution."
+msgstr "<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution."
+
+#: 04060183.xhp#par_id3155992.help.text
+msgid "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
+msgstr "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
+
+#: 04060183.xhp#hd_id3153178.83.help.text
+msgctxt "04060183.xhp#hd_id3153178.83.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060183.xhp#par_id3149778.84.help.text
+msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
+msgstr "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
+
+#: 02140200.xhp#tit.help.text
+msgctxt "02140200.xhp#tit.help.text"
+msgid "Right"
+msgstr "Right"
+
+#: 02140200.xhp#hd_id3153896.1.help.text
+msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+
+#: 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 "<ahelp hid=\".uno:FillRight\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp>"
+
+#: 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 "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."
+
+#: 06060100.xhp#tit.help.text
+msgctxt "06060100.xhp#tit.help.text"
+msgid "Protecting Sheet"
+msgstr "Protecting Sheet"
+
+#: 06060100.xhp#hd_id3153087.1.help.text
+msgctxt "06060100.xhp#hd_id3153087.1.help.text"
+msgid "Protecting Sheet"
+msgstr "Protecting Sheet"
+
+#: 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 "<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> dialogue in which you then specify sheet protection with or without a password."
+
+#: 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 "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."
+
+#: 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 "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: "
+
+#: 06060100.xhp#par_id3149123.16.help.text
+msgid "Select the cells that will be unprotected"
+msgstr "Select the cells that will be unprotected"
+
+#: 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 "Select <emph>Format - Cells - Cell Protection</emph>. Unmark the <emph>Protected</emph> box and click <emph>OK</emph>."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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>Rename</emph> commands cannot be selected."
+msgstr "Sheet protection also affects the context menu of the sheet tabs at the bottom of the screen. The <emph>Delete</emph> and <emph>Rename</emph> commands cannot be selected."
+
+#: 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 "If a sheet is protected, you will not be able to modify or delete any Cell Styles."
+
+#: 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 "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> dialogue opens, where you must enter the password."
+
+#: 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 "Once saved, protected sheets can only be saved again by using the <emph>File - Save As</emph> command."
+
+#: 06060100.xhp#hd_id3150206.4.help.text
+msgctxt "06060100.xhp#hd_id3150206.4.help.text"
+msgid "Password (optional)"
+msgstr "Password (optional)"
+
+#: 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 "<ahelp hid=\".uno:Protect\">Allows you to enter a password to protect the sheet from unauthorised changes.</ahelp>"
+
+#: 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 "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> dialogue mark the <emph>Save with password</emph> box before you click the <emph>Save</emph> button."
+
+#: func_edate.xhp#tit.help.text
+msgid "EDATE"
+msgstr "EDATE"
+
+#: func_edate.xhp#bm_id3151184.help.text
+msgid "<bookmark_value>EDATE function</bookmark_value>"
+msgstr "<bookmark_value>EDATE function</bookmark_value>"
+
+#: func_edate.xhp#hd_id3151184.213.help.text
+msgid "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+msgstr "<variable id=\"edate\"><link href=\"text/scalc/01/func_edate.xhp\">EDATE</link></variable>"
+
+#: 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 m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_EDATE\">The result is a date which is a number of m<emph>onths</emph> away from the <emph>start date</emph>. Only months are considered; days are not used for calculation.</ahelp>"
+
+#: func_edate.xhp#hd_id3154647.215.help.text
+msgctxt "func_edate.xhp#hd_id3154647.215.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_edate.xhp#par_id3153212.216.help.text
+msgid "EDATE(StartDate; Months)"
+msgstr "EDATE(StartDate; Months)"
+
+#: func_edate.xhp#par_id3146860.217.help.text
+msgid "<emph>StartDate</emph> is a date."
+msgstr "<emph>StartDate</emph> is a date."
+
+#: func_edate.xhp#par_id3152929.218.help.text
+msgctxt "func_edate.xhp#par_id3152929.218.help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+
+#: func_edate.xhp#hd_id3151289.219.help.text
+msgctxt "func_edate.xhp#hd_id3151289.219.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_edate.xhp#par_id3155845.220.help.text
+msgid "What date is one month prior to 3.31.2001?"
+msgstr "What date is one month prior to 3.31.2001?"
+
+#: func_edate.xhp#par_id3155999.221.help.text
+msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+msgstr "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+
+#: 04060110.xhp#tit.help.text
+msgctxt "04060110.xhp#tit.help.text"
+msgid "Text Functions"
+msgstr "Text Functions"
+
+#: 04060110.xhp#bm_id3145389.help.text
+msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+msgstr "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
+
+#: 04060110.xhp#hd_id3145389.1.help.text
+msgctxt "04060110.xhp#hd_id3145389.1.help.text"
+msgid "Text Functions"
+msgstr "Text Functions"
+
+#: 04060110.xhp#par_id3152986.2.help.text
+msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
+msgstr "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions.</variable>"
+
+#: 04060110.xhp#bm_id3149384.help.text
+msgid "<bookmark_value>ARABIC function</bookmark_value>"
+msgstr "<bookmark_value>ARABIC function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149384.239.help.text
+msgid "ARABIC"
+msgstr "ARABIC"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ARABISCH\">Calculates the value of a Roman number. The value range must be between 0 and 3999.</ahelp>"
+
+#: 04060110.xhp#hd_id3153011.241.help.text
+msgctxt "04060110.xhp#hd_id3153011.241.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3155523.242.help.text
+msgid "ARABIC(\"Text\")"
+msgstr "ARABIC(\"Text\")"
+
+#: 04060110.xhp#par_id3151193.243.help.text
+msgid " <emph>Text</emph> is the text that represents a Roman number."
+msgstr " <emph>Text</emph> is the text that represents a Roman number."
+
+#: 04060110.xhp#hd_id3155758.244.help.text
+msgctxt "04060110.xhp#hd_id3155758.244.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3154621.245.help.text
+msgid " <item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+msgstr " <item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
+
+#: 04060110.xhp#par_id3147553.246.help.text
+msgid " <item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+msgstr " <item type=\"input\">=ARABIC(\"MMII\")</item> returns 2002"
+
+#: 04060110.xhp#bm_id8796349.help.text
+msgid "<bookmark_value>ASC function</bookmark_value>"
+msgstr "<bookmark_value>ASC function</bookmark_value>"
+
+#: 04060110.xhp#hd_id7723929.help.text
+msgid "ASC"
+msgstr "ASC"
+
+#: 04060110.xhp#par_id8455153.help.text
+msgid "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr "<ahelp hid=\".\">The ASC function converts full-width to half-width ASCII and katakana characters. Returns a text string.</ahelp>"
+
+#: 04060110.xhp#par_id9912411.help.text
+msgctxt "04060110.xhp#par_id9912411.help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp#hd_id9204992.help.text
+msgctxt "04060110.xhp#hd_id9204992.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id1993774.help.text
+msgid "ASC(\"Text\")"
+msgstr "ASC(\"Text\")"
+
+#: 04060110.xhp#par_id2949919.help.text
+msgctxt "04060110.xhp#par_id2949919.help.text"
+msgid " <emph>Text</emph> is the text that contains characters to be converted."
+msgstr " <emph>Text</emph> is the text that contains characters to be converted."
+
+#: 04060110.xhp#par_id2355113.help.text
+msgid "See also JIS function."
+msgstr "See also JIS function."
+
+#: 04060110.xhp#bm_id9323709.help.text
+msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
+msgstr "<bookmark_value>BAHTTEXT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id6695455.help.text
+msgid "BAHTTEXT"
+msgstr "BAHTTEXT"
+
+#: 04060110.xhp#par_id354014.help.text
+msgid "Converts a number to Thai text, including the Thai currency names."
+msgstr "Converts a number to Thai text, including the Thai currency names."
+
+#: 04060110.xhp#hd_id9942014.help.text
+msgctxt "04060110.xhp#hd_id9942014.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id8780785.help.text
+msgid "BAHTTEXT(Number)"
+msgstr "BAHTTEXT(Number)"
+
+#: 04060110.xhp#par_id1539353.help.text
+msgid " <emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+msgstr " <emph>Number</emph> is any number. \"Baht\" is appended to the integral part of the number, and \"Satang\" is appended to the decimal part of the number."
+
+#: 04060110.xhp#hd_id9694814.help.text
+msgctxt "04060110.xhp#hd_id9694814.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3289284.help.text
+msgid " <item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
+msgstr " <item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
+
+#: 04060110.xhp#bm_id3153072.help.text
+msgid "<bookmark_value>BASE function</bookmark_value>"
+msgstr "<bookmark_value>BASE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3153072.213.help.text
+msgid "BASE"
+msgstr "BASE"
+
+#: 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 "<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."
+
+#: 04060110.xhp#hd_id3146097.215.help.text
+msgctxt "04060110.xhp#hd_id3146097.215.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3155743.216.help.text
+msgid "BASE(Number; Radix; [MinimumLength])"
+msgstr "BASE(Number; Radix; [MinimumLength])"
+
+#: 04060110.xhp#par_id3151339.217.help.text
+msgid " <emph>Number</emph> is the positive integer to be converted."
+msgstr " <emph>Number</emph> is the positive integer to be converted."
+
+#: 04060110.xhp#par_id3159262.218.help.text
+msgctxt "04060110.xhp#par_id3159262.218.help.text"
+msgid " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+
+#: 04060110.xhp#par_id3148746.219.help.text
+msgid " <emph>MinimumLength</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 " <emph>MinimumLength</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."
+
+#: 04060110.xhp#hd_id3146323.220.help.text
+msgctxt "04060110.xhp#hd_id3146323.220.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#bm_id3156399.help.text
+msgid "<bookmark_value>decimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>decimal system; converting to</bookmark_value>"
+
+#: 04060110.xhp#par_id3156399.221.help.text
+msgid " <item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
+msgstr " <item type=\"input\">=BASE(17;10;4)</item> returns 0017 in the decimal system."
+
+#: 04060110.xhp#bm_id3157871.help.text
+msgid "<bookmark_value>binary system; converting to</bookmark_value>"
+msgstr "<bookmark_value>binary system; converting to</bookmark_value>"
+
+#: 04060110.xhp#par_id3157871.222.help.text
+msgid " <item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+msgstr " <item type=\"input\">=BASE(17;2)</item> returns 10001 in the binary system."
+
+#: 04060110.xhp#bm_id3145226.help.text
+msgid "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+msgstr "<bookmark_value>hexadecimal system; converting to</bookmark_value>"
+
+#: 04060110.xhp#par_id3145226.223.help.text
+msgid " <item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+msgstr " <item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system."
+
+#: 04060110.xhp#bm_id3149321.help.text
+msgid "<bookmark_value>CHAR function</bookmark_value>"
+msgstr "<bookmark_value>CHAR function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149321.201.help.text
+msgid "CHAR"
+msgstr "CHAR"
+
+#: 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 "<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."
+
+#: 04060110.xhp#hd_id3149945.203.help.text
+msgctxt "04060110.xhp#hd_id3149945.203.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3145634.204.help.text
+msgid "CHAR(Number)"
+msgstr "CHAR(Number)"
+
+#: 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 " <emph>Number</emph> is a number between 1 and 255 representing the code value for the character."
+
+#: 04060110.xhp#hd_id3152982.207.help.text
+msgctxt "04060110.xhp#hd_id3152982.207.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3149890.208.help.text
+msgid " <item type=\"input\">=CHAR(100)</item> returns the character d."
+msgstr " <item type=\"input\">=CHAR(100)</item> returns the character d."
+
+#: 04060110.xhp#par_id0907200910283297.help.text
+msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
+msgstr "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string."
+
+#: 04060110.xhp#bm_id3149009.help.text
+msgid "<bookmark_value>CLEAN function</bookmark_value>"
+msgstr "<bookmark_value>CLEAN function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149009.132.help.text
+msgid "CLEAN"
+msgstr "CLEAN"
+
+#: 04060110.xhp#par_id3150482.133.help.text
+msgid "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SAEUBERN\">All non-printing characters are removed from the string.</ahelp>"
+
+#: 04060110.xhp#hd_id3146880.134.help.text
+msgctxt "04060110.xhp#hd_id3146880.134.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3147472.135.help.text
+msgid "CLEAN(\"Text\")"
+msgstr "CLEAN(\"Text\")"
+
+#: 04060110.xhp#par_id3150695.136.help.text
+msgid " <emph>Text</emph> refers to the text from which to remove all non-printable characters."
+msgstr " <emph>Text</emph> refers to the text from which to remove all non-printable characters."
+
+#: 04060110.xhp#bm_id3155498.help.text
+msgid "<bookmark_value>CODE function</bookmark_value>"
+msgstr "<bookmark_value>CODE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3155498.3.help.text
+msgid "CODE"
+msgstr "CODE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_CODE\">Returns a numeric code for the first character in a text string.</ahelp>"
+
+#: 04060110.xhp#hd_id3155830.5.help.text
+msgctxt "04060110.xhp#hd_id3155830.5.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3149188.6.help.text
+msgid "CODE(\"Text\")"
+msgstr "CODE(\"Text\")"
+
+#: 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 " <emph>Text</emph> is the text for which the code of the first character is to be found."
+
+#: 04060110.xhp#hd_id3154394.8.help.text
+msgctxt "04060110.xhp#hd_id3154394.8.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3159209.9.help.text
+msgid " <item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+msgstr " <item type=\"input\">=CODE(\"Hieronymus\")</item> returns 72, <item type=\"input\">=CODE(\"hieroglyphic\")</item> returns 104."
+
+#: 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 "The code used here does not refer to ASCII, but to the code table currently loaded."
+
+#: 04060110.xhp#bm_id3149688.help.text
+msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149688.167.help.text
+msgid "CONCATENATE"
+msgstr "CONCATENATE"
+
+#: 04060110.xhp#par_id3154524.168.help.text
+msgid "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VERKETTEN\">Combines several text strings into one string.</ahelp>"
+
+#: 04060110.xhp#hd_id3149542.169.help.text
+msgctxt "04060110.xhp#hd_id3149542.169.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3155954.170.help.text
+msgid "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+msgstr "CONCATENATE(\"Text1\"; ...; \"Text30\")"
+
+#: 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 " <emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string."
+
+#: 04060110.xhp#hd_id3153110.172.help.text
+msgctxt "04060110.xhp#hd_id3153110.172.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3150008.173.help.text
+msgid " <item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
+msgstr " <item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\")</item> returns: Good Morning Mrs. Doe."
+
+#: 04060110.xhp#bm_id3145166.help.text
+msgid "<bookmark_value>DECIMAL function</bookmark_value>"
+msgstr "<bookmark_value>DECIMAL function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3145166.225.help.text
+msgid "DECIMAL"
+msgstr "DECIMAL"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 04060110.xhp#hd_id3150014.228.help.text
+msgctxt "04060110.xhp#hd_id3150014.228.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154328.229.help.text
+msgid "DECIMAL(\"Text\"; Radix)"
+msgstr "DECIMAL(\"Text\"; Radix)"
+
+#: 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 " <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\"."
+
+#: 04060110.xhp#par_id3145241.231.help.text
+msgctxt "04060110.xhp#par_id3145241.231.help.text"
+msgid " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+msgstr " <emph>Radix</emph> indicates the base of the number system. It may be any positive integer between 2 and 36."
+
+#: 04060110.xhp#hd_id3156062.232.help.text
+msgctxt "04060110.xhp#hd_id3156062.232.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3145355.233.help.text
+msgid " <item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
+msgstr " <item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
+
+#: 04060110.xhp#par_id3155622.234.help.text
+msgid " <item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
+msgstr " <item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
+
+#: 04060110.xhp#par_id3151015.235.help.text
+msgid " <item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
+msgstr " <item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
+
+#: 04060110.xhp#bm_id3148402.help.text
+msgid "<bookmark_value>DOLLAR function</bookmark_value>"
+msgstr "<bookmark_value>DOLLAR function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3148402.11.help.text
+msgid "DOLLAR"
+msgstr "DOLLAR"
+
+#: 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 <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places. "
+msgstr "<ahelp hid=\"HID_FUNC_DM\">Converts a number to an amount in the currency format, rounded to a specified decimal place.</ahelp> In the <item type=\"literal\">Value</item> field enter the number to be converted to currency. Optionally, you may enter the number of decimal places in the <item type=\"literal\">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places. "
+
+#: 04060110.xhp#par_id3151280.263.help.text
+msgid "You set the currency format in your system settings."
+msgstr "You set the currency format in your system settings."
+
+#: 04060110.xhp#hd_id3150569.13.help.text
+msgctxt "04060110.xhp#hd_id3150569.13.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154188.14.help.text
+msgid "DOLLAR(Value; Decimals)"
+msgstr "DOLLAR(Value; Decimals)"
+
+#: 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 " <emph>Value</emph> is a number, a reference to a cell containing a number, or a formula which returns a number."
+
+#: 04060110.xhp#par_id3145629.16.help.text
+msgid " <emph>Decimals</emph> is the optional number of decimal places."
+msgstr " <emph>Decimals</emph> is the optional number of decimal places."
+
+#: 04060110.xhp#hd_id3149030.17.help.text
+msgctxt "04060110.xhp#hd_id3149030.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3153546.18.help.text
+msgid " <item type=\"input\">=DOLLAR(255)</item> returns $255.00."
+msgstr " <item type=\"input\">=DOLLAR(255)</item> returns $255.00."
+
+#: 04060110.xhp#par_id3154635.19.help.text
+msgid " <item type=\"input\">=DOLLAR(367.456;2)</item> 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 " <item type=\"input\">=DOLLAR(367.456;2)</item> 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>."
+
+#: 04060110.xhp#bm_id3150685.help.text
+msgid "<bookmark_value>EXACT function</bookmark_value>"
+msgstr "<bookmark_value>EXACT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3150685.78.help.text
+msgid "EXACT"
+msgstr "EXACT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_IDENTISCH\">Compares two text strings and returns TRUE if they are identical.</ahelp> This function is case-sensitive."
+
+#: 04060110.xhp#hd_id3152817.80.help.text
+msgctxt "04060110.xhp#hd_id3152817.80.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3148594.81.help.text
+msgid "EXACT(\"Text1\"; \"Text2\")"
+msgstr "EXACT(\"Text1\"; \"Text2\")"
+
+#: 04060110.xhp#par_id3153224.82.help.text
+msgid " <emph>Text1</emph> refers to the first text to compare."
+msgstr " <emph>Text1</emph> refers to the first text to compare."
+
+#: 04060110.xhp#par_id3148637.83.help.text
+msgid " <emph>Text2</emph> is the second text to compare."
+msgstr " <emph>Text2</emph> is the second text to compare."
+
+#: 04060110.xhp#hd_id3149777.84.help.text
+msgctxt "04060110.xhp#hd_id3149777.84.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3156263.85.help.text
+msgid " <item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
+msgstr " <item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> returns FALSE."
+
+#: 04060110.xhp#bm_id3152589.help.text
+msgid "<bookmark_value>FIND function</bookmark_value>"
+msgstr "<bookmark_value>FIND function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3152589.44.help.text
+msgid "FIND"
+msgstr "FIND"
+
+#: 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 "<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."
+
+#: 04060110.xhp#hd_id3083284.46.help.text
+msgctxt "04060110.xhp#hd_id3083284.46.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3083452.47.help.text
+msgid "FIND(\"FindText\"; \"Text\"; Position)"
+msgstr "FIND(\"FindText\"; \"Text\"; Position)"
+
+#: 04060110.xhp#par_id3150608.48.help.text
+msgid " <emph>FindText</emph> refers to the text to be found."
+msgstr " <emph>FindText</emph> refers to the text to be found."
+
+#: 04060110.xhp#par_id3152374.49.help.text
+msgid " <emph>Text</emph> is the text where the search takes place."
+msgstr " <emph>Text</emph> is the text where the search takes place."
+
+#: 04060110.xhp#par_id3152475.50.help.text
+msgid " <emph>Position</emph> (optional) is the position in the text from which the search starts."
+msgstr " <emph>Position</emph> (optional) is the position in the text from which the search starts."
+
+#: 04060110.xhp#hd_id3154812.51.help.text
+msgctxt "04060110.xhp#hd_id3154812.51.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3156375.52.help.text
+msgid " <item type=\"input\">=FIND(76;998877665544)</item> returns 6."
+msgstr " <item type=\"input\">=FIND(76;998877665544)</item> returns 6."
+
+#: 04060110.xhp#bm_id3149268.help.text
+msgid "<bookmark_value>FIXED function</bookmark_value>"
+msgstr "<bookmark_value>FIXED function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149268.34.help.text
+msgid "FIXED"
+msgstr "FIXED"
+
+#: 04060110.xhp#par_id3155833.35.help.text
+msgid "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FEST\">Returns a number as text with a specified number of decimal places and optional thousands separators.</ahelp>"
+
+#: 04060110.xhp#hd_id3152470.36.help.text
+msgctxt "04060110.xhp#hd_id3152470.36.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3147567.37.help.text
+msgid "FIXED(Number; Decimals; NoThousandsSeparators)"
+msgstr "FIXED(Number; Decimals; NoThousandsSeparators)"
+
+#: 04060110.xhp#par_id3151272.38.help.text
+msgid " <emph>Number</emph> refers to the number to be formatted."
+msgstr " <emph>Number</emph> refers to the number to be formatted."
+
+#: 04060110.xhp#par_id3156322.39.help.text
+msgid " <emph>Decimals</emph> refers to the number of decimal places to be displayed."
+msgstr " <emph>Decimals</emph> refers to the number of decimal places to be displayed."
+
+#: 04060110.xhp#par_id3150877.40.help.text
+msgid " <emph>NoThousandsSeparators</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 " <emph>NoThousandsSeparators</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."
+
+#: 04060110.xhp#hd_id3149040.41.help.text
+msgctxt "04060110.xhp#hd_id3149040.41.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3145208.42.help.text
+msgid " <item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string. "
+msgstr " <item type=\"input\">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string. "
+
+#: 04060110.xhp#par_id5282143.help.text
+msgid " <item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
+msgstr " <item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as a text string."
+
+#: 04060110.xhp#bm_id7319864.help.text
+msgid "<bookmark_value>JIS function</bookmark_value>"
+msgstr "<bookmark_value>JIS function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3666188.help.text
+msgid "JIS"
+msgstr "JIS"
+
+#: 04060110.xhp#par_id964384.help.text
+msgid "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+msgstr "<ahelp hid=\".\">The JIS function converts half-width to full-width ASCII and katakana characters. Returns a text string.</ahelp>"
+
+#: 04060110.xhp#par_id1551561.help.text
+msgctxt "04060110.xhp#par_id1551561.help.text"
+msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
+
+#: 04060110.xhp#hd_id2212897.help.text
+msgctxt "04060110.xhp#hd_id2212897.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id2504654.help.text
+msgid "JIS(\"Text\")"
+msgstr "JIS(\"Text\")"
+
+#: 04060110.xhp#par_id5292519.help.text
+msgctxt "04060110.xhp#par_id5292519.help.text"
+msgid " <emph>Text</emph> is the text that contains characters to be converted."
+msgstr " <emph>Text</emph> is the text that contains characters to be converted."
+
+#: 04060110.xhp#par_id3984496.help.text
+msgid "See also ASC function."
+msgstr "See also ASC function."
+
+#: 04060110.xhp#bm_id3147083.help.text
+msgid "<bookmark_value>LEFT function</bookmark_value>"
+msgstr "<bookmark_value>LEFT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3147083.95.help.text
+msgid "LEFT"
+msgstr "LEFT"
+
+#: 04060110.xhp#par_id3153622.96.help.text
+msgid "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LINKS\">Returns the first character or characters of a text.</ahelp>"
+
+#: 04060110.xhp#hd_id3156116.97.help.text
+msgctxt "04060110.xhp#hd_id3156116.97.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3146786.98.help.text
+msgid "LEFT(\"Text\"; Number)"
+msgstr "LEFT(\"Text\"; Number)"
+
+#: 04060110.xhp#par_id3147274.99.help.text
+msgid " <emph>Text</emph> is the text where the initial partial words are to be determined."
+msgstr " <emph>Text</emph> is the text where the initial partial words are to be determined."
+
+#: 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 " <emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned."
+
+#: 04060110.xhp#hd_id3150260.101.help.text
+msgctxt "04060110.xhp#hd_id3150260.101.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3149141.102.help.text
+msgid " <item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
+msgstr " <item type=\"input\">=LEFT(\"output\";3)</item> returns “out”."
+
+#: 04060110.xhp#bm_id3156110.help.text
+msgid "<bookmark_value>LEN function</bookmark_value>"
+msgstr "<bookmark_value>LEN function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3156110.104.help.text
+msgid "LEN"
+msgstr "LEN"
+
+#: 04060110.xhp#par_id3150147.105.help.text
+msgid "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LAENGE\">Returns the length of a string including spaces.</ahelp>"
+
+#: 04060110.xhp#hd_id3155108.106.help.text
+msgctxt "04060110.xhp#hd_id3155108.106.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154063.107.help.text
+msgid "LEN(\"Text\")"
+msgstr "LEN(\"Text\")"
+
+#: 04060110.xhp#par_id3146894.108.help.text
+msgid " <emph>Text</emph> is the text whose length is to be determined."
+msgstr " <emph>Text</emph> is the text whose length is to be determined."
+
+#: 04060110.xhp#hd_id3153884.109.help.text
+msgctxt "04060110.xhp#hd_id3153884.109.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3156008.110.help.text
+msgid " <item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
+msgstr " <item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
+
+#: 04060110.xhp#par_id3154300.111.help.text
+msgid " <item type=\"input\">=LEN(12345.67)</item> returns 8."
+msgstr " <item type=\"input\">=LEN(12345.67)</item> returns 8."
+
+#: 04060110.xhp#bm_id3153983.help.text
+msgid "<bookmark_value>LOWER function</bookmark_value>"
+msgstr "<bookmark_value>LOWER function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3153983.87.help.text
+msgid "LOWER"
+msgstr "LOWER"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KLEIN\">Converts all uppercase letters in a text string to lowercase.</ahelp>"
+
+#: 04060110.xhp#hd_id3155902.89.help.text
+msgctxt "04060110.xhp#hd_id3155902.89.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3150121.90.help.text
+msgid "LOWER(\"Text\")"
+msgstr "LOWER(\"Text\")"
+
+#: 04060110.xhp#par_id3153910.91.help.text
+msgctxt "04060110.xhp#par_id3153910.91.help.text"
+msgid " <emph>Text</emph> refers to the text to be converted."
+msgstr " <emph>Text</emph> refers to the text to be converted."
+
+#: 04060110.xhp#hd_id3159343.92.help.text
+msgctxt "04060110.xhp#hd_id3159343.92.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3155329.93.help.text
+msgid " <item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+msgstr " <item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+
+#: 04060110.xhp#bm_id3154589.help.text
+msgid "<bookmark_value>MID function</bookmark_value>"
+msgstr "<bookmark_value>MID function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3154589.148.help.text
+msgid "MID"
+msgstr "MID"
+
+#: 04060110.xhp#par_id3154938.149.help.text
+msgid "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TEIL\">Returns a text string of a text. The parameters specify the starting position and the number of characters.</ahelp>"
+
+#: 04060110.xhp#hd_id3148829.150.help.text
+msgctxt "04060110.xhp#hd_id3148829.150.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3150526.151.help.text
+msgid "MID(\"Text\"; Start; Number)"
+msgstr "MID(\"Text\"; Start; Number)"
+
+#: 04060110.xhp#par_id3148820.152.help.text
+msgid " <emph>Text</emph> is the text containing the characters to extract."
+msgstr " <emph>Text</emph> is the text containing the characters to extract."
+
+#: 04060110.xhp#par_id3150774.153.help.text
+msgid " <emph>Start</emph> is the position of the first character in the text to extract."
+msgstr " <emph>Start</emph> is the position of the first character in the text to extract."
+
+#: 04060110.xhp#par_id3153063.154.help.text
+msgid " <emph>Number</emph> specifies the number of characters in the part of the text."
+msgstr " <emph>Number</emph> specifies the number of characters in the part of the text."
+
+#: 04060110.xhp#hd_id3150509.155.help.text
+msgctxt "04060110.xhp#hd_id3150509.155.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3158407.156.help.text
+msgid " <item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
+msgstr " <item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
+
+#: 04060110.xhp#bm_id3159143.help.text
+msgid "<bookmark_value>PROPER function</bookmark_value>"
+msgstr "<bookmark_value>PROPER function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3159143.70.help.text
+msgid "PROPER"
+msgstr "PROPER"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GROSS2\">Capitalizes the first letter in all words of a text string.</ahelp>"
+
+#: 04060110.xhp#hd_id3153573.72.help.text
+msgctxt "04060110.xhp#hd_id3153573.72.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154260.73.help.text
+msgid "PROPER(\"Text\")"
+msgstr "PROPER(\"Text\")"
+
+#: 04060110.xhp#par_id3147509.74.help.text
+msgctxt "04060110.xhp#par_id3147509.74.help.text"
+msgid " <emph>Text</emph> refers to the text to be converted."
+msgstr " <emph>Text</emph> refers to the text to be converted."
+
+#: 04060110.xhp#hd_id3147529.75.help.text
+msgctxt "04060110.xhp#hd_id3147529.75.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3155364.76.help.text
+msgid " <item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
+msgstr " <item type=\"input\">=PROPER(\"open office\")</item> returns Open Office."
+
+#: 04060110.xhp#bm_id3149171.help.text
+msgid "<bookmark_value>REPLACE function</bookmark_value>"
+msgstr "<bookmark_value>REPLACE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149171.22.help.text
+msgid "REPLACE"
+msgstr "REPLACE"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 04060110.xhp#hd_id3149159.25.help.text
+msgctxt "04060110.xhp#hd_id3149159.25.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3147286.26.help.text
+msgid "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+msgstr "REPLACE(\"Text\"; Position; Length; \"NewText\")"
+
+#: 04060110.xhp#par_id3149797.27.help.text
+msgid " <emph>Text</emph> refers to text of which a part will be replaced."
+msgstr " <emph>Text</emph> refers to text of which a part will be replaced."
+
+#: 04060110.xhp#par_id3166451.28.help.text
+msgid " <emph>Position</emph> refers to the position within the text where the replacement will begin."
+msgstr " <emph>Position</emph> refers to the position within the text where the replacement will begin."
+
+#: 04060110.xhp#par_id3156040.29.help.text
+msgid " <emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
+msgstr " <emph>Length</emph> is the number of characters in <emph>Text</emph> to be replaced."
+
+#: 04060110.xhp#par_id3159188.30.help.text
+msgid " <emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
+msgstr " <emph>NewText</emph> refers to the text which replaces <emph>Text</emph>."
+
+#: 04060110.xhp#hd_id3146958.31.help.text
+msgctxt "04060110.xhp#hd_id3146958.31.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3154096.32.help.text
+msgid " <item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
+msgstr " <item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"444234567\". One character at position 1 is replaced by the complete <item type=\"literal\">NewText</item>."
+
+#: 04060110.xhp#bm_id3149741.help.text
+msgid "<bookmark_value>REPT function</bookmark_value>"
+msgstr "<bookmark_value>REPT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149741.193.help.text
+msgid "REPT"
+msgstr "REPT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_WIEDERHOLEN\">Repeats a character string by the given <emph>number</emph> of copies.</ahelp>"
+
+#: 04060110.xhp#hd_id3152884.195.help.text
+msgctxt "04060110.xhp#hd_id3152884.195.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3150494.196.help.text
+msgid "REPT(\"Text\"; Number)"
+msgstr "REPT(\"Text\"; Number)"
+
+#: 04060110.xhp#par_id3154859.197.help.text
+msgid " <emph>Text</emph> is the text to be repeated."
+msgstr " <emph>Text</emph> is the text to be repeated."
+
+#: 04060110.xhp#par_id3150638.198.help.text
+msgid " <emph>Number</emph> is the number of repetitions."
+msgstr " <emph>Number</emph> is the number of repetitions."
+
+#: 04060110.xhp#par_id3149922.212.help.text
+msgid "The result can be a maximum of 255 characters."
+msgstr "The result can be a maximum of 255 characters."
+
+#: 04060110.xhp#hd_id3156213.199.help.text
+msgctxt "04060110.xhp#hd_id3156213.199.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3148626.200.help.text
+msgid " <item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
+msgstr " <item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning."
+
+#: 04060110.xhp#bm_id3149805.help.text
+msgid "<bookmark_value>RIGHT function</bookmark_value>"
+msgstr "<bookmark_value>RIGHT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3149805.113.help.text
+msgid "RIGHT"
+msgstr "RIGHT"
+
+#: 04060110.xhp#par_id3145375.114.help.text
+msgid "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RECHTS\">Returns the last character or characters of a text.</ahelp>"
+
+#: 04060110.xhp#hd_id3150837.115.help.text
+msgctxt "04060110.xhp#hd_id3150837.115.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154344.116.help.text
+msgid "RIGHT(\"Text\"; Number)"
+msgstr "RIGHT(\"Text\"; Number)"
+
+#: 04060110.xhp#par_id3149426.117.help.text
+msgid " <emph>Text</emph> is the text of which the right part is to be determined."
+msgstr " <emph>Text</emph> is the text of which the right part is to be determined."
+
+#: 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 " <emph>Number</emph> (optional) is the number of characters from the right part of the text."
+
+#: 04060110.xhp#hd_id3148661.119.help.text
+msgctxt "04060110.xhp#hd_id3148661.119.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3151132.120.help.text
+msgid " <item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+msgstr " <item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
+
+#: 04060110.xhp#bm_id3153534.help.text
+msgid "<bookmark_value>ROMAN function</bookmark_value>"
+msgstr "<bookmark_value>ROMAN function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3153534.248.help.text
+msgid "ROMAN"
+msgstr "ROMAN"
+
+#: 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 "<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>"
+
+#: 04060110.xhp#hd_id3149299.250.help.text
+msgctxt "04060110.xhp#hd_id3149299.250.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3150593.251.help.text
+msgid "ROMAN(Number; Mode)"
+msgstr "ROMAN(Number; Mode)"
+
+#: 04060110.xhp#par_id3156139.252.help.text
+msgid " <emph>Number</emph> is the number that is to be converted into a Roman numeral."
+msgstr " <emph>Number</emph> is the number that is to be converted into a Roman numeral."
+
+#: 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 " <emph>Mode</emph> (optional) indicates the degree of simplification. The higher the value, the greater is the simplification of the Roman number."
+
+#: 04060110.xhp#hd_id3145306.254.help.text
+msgctxt "04060110.xhp#hd_id3145306.254.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3151371.255.help.text
+msgid " <item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
+msgstr " <item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
+
+#: 04060110.xhp#par_id3153938.256.help.text
+msgid " <item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
+msgstr " <item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
+
+#: 04060110.xhp#par_id3148412.257.help.text
+msgid " <item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
+msgstr " <item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
+
+#: 04060110.xhp#par_id3155421.258.help.text
+msgid " <item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
+msgstr " <item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
+
+#: 04060110.xhp#par_id3149235.259.help.text
+msgid " <item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
+msgstr " <item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
+
+#: 04060110.xhp#par_id3150624.260.help.text
+msgid " <item type=\"input\">=ROMAN(999;4)</item> returns IM"
+msgstr " <item type=\"input\">=ROMAN(999;4)</item> returns IM"
+
+#: 04060110.xhp#bm_id3151005.help.text
+msgid "<bookmark_value>SEARCH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3151005.122.help.text
+msgid "SEARCH"
+msgstr "SEARCH"
+
+#: 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 "<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."
+
+#: 04060110.xhp#hd_id3152964.124.help.text
+msgctxt "04060110.xhp#hd_id3152964.124.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3154671.125.help.text
+msgid "SEARCH(\"FindText\"; \"Text\"; Position)"
+msgstr "SEARCH(\"FindText\"; \"Text\"; Position)"
+
+#: 04060110.xhp#par_id3146080.126.help.text
+msgid " <emph>FindText</emph> is the text to be searched for."
+msgstr " <emph>FindText</emph> is the text to be searched for."
+
+#: 04060110.xhp#par_id3154111.127.help.text
+msgid " <emph>Text</emph> is the text where the search will take place."
+msgstr " <emph>Text</emph> is the text where the search will take place."
+
+#: 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 " <emph>Position</emph> (optional) is the position in the text where the search is to start."
+
+#: 04060110.xhp#hd_id3147322.129.help.text
+msgctxt "04060110.xhp#hd_id3147322.129.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3154564.130.help.text
+msgid " <item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
+msgstr " <item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
+
+#: 04060110.xhp#bm_id3154830.help.text
+msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+msgstr "<bookmark_value>SUBSTITUTE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3154830.174.help.text
+msgid "SUBSTITUTE"
+msgstr "SUBSTITUTE"
+
+#: 04060110.xhp#par_id3153698.175.help.text
+msgid "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WECHSELN\">Substitutes new text for old text in a string.</ahelp>"
+
+#: 04060110.xhp#hd_id3150994.176.help.text
+msgctxt "04060110.xhp#hd_id3150994.176.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3147582.177.help.text
+msgid "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+msgstr "SUBSTITUTE(\"Text\"; \"SearchText\"; \"NewText\"; Occurrence)"
+
+#: 04060110.xhp#par_id3153675.178.help.text
+msgid " <emph>Text</emph> is the text in which text segments are to be exchanged."
+msgstr " <emph>Text</emph> is the text in which text segments are to be exchanged."
+
+#: 04060110.xhp#par_id3156155.179.help.text
+msgid " <emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
+msgstr " <emph>SearchText </emph>is the text segment that is to be replaced (a number of times)."
+
+#: 04060110.xhp#par_id3145779.180.help.text
+msgid " <emph>NewText</emph> is the text that is to replace the text segment."
+msgstr " <emph>NewText</emph> is the text that is to replace the text segment."
+
+#: 04060110.xhp#par_id3150348.181.help.text
+msgid " <emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+msgstr " <emph>Occurrence</emph> (optional) indicates which occurrence of the search text is to be replaced. If this parameter is missing the search text is replaced throughout."
+
+#: 04060110.xhp#hd_id3150946.182.help.text
+msgctxt "04060110.xhp#hd_id3150946.182.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3150412.183.help.text
+msgid " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+msgstr " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\")</item> returns 12abc12abc12abc."
+
+#: 04060110.xhp#par_id3154915.238.help.text
+msgid " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
+msgstr " <item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> returns 12312abc123."
+
+#: 04060110.xhp#bm_id3148977.help.text
+msgid "<bookmark_value>T function</bookmark_value>"
+msgstr "<bookmark_value>T function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3148977.140.help.text
+msgid "T"
+msgstr "T"
+
+#: 04060110.xhp#par_id3154359.141.help.text
+msgid "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_T\">This function returns the target text, or a blank text string if the target is not text.</ahelp>"
+
+#: 04060110.xhp#hd_id3155858.142.help.text
+msgctxt "04060110.xhp#hd_id3155858.142.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3155871.143.help.text
+msgid "T(Value)"
+msgstr "T(Value)"
+
+#: 04060110.xhp#par_id3154726.144.help.text
+msgid "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
+msgstr "If <emph>Value</emph> is a text string or refers to a text string, T returns that text string; otherwise it returns a blank text string."
+
+#: 04060110.xhp#hd_id3155544.145.help.text
+msgctxt "04060110.xhp#hd_id3155544.145.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3151062.146.help.text
+msgid " <item type=\"input\">=T(12345)</item> returns an empty string. "
+msgstr " <item type=\"input\">=T(12345)</item> returns an empty string. "
+
+#: 04060110.xhp#par_id4650105.help.text
+msgid " <item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+msgstr " <item type=\"input\">=T(\"12345\")</item> returns the string 12345."
+
+#: 04060110.xhp#bm_id3147132.help.text
+msgid "<bookmark_value>TEXT function</bookmark_value>"
+msgstr "<bookmark_value>TEXT function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3147132.158.help.text
+msgid "TEXT"
+msgstr "TEXT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_TEXT\">Converts a number into text according to a given format.</ahelp>"
+
+#: 04060110.xhp#hd_id3153129.160.help.text
+msgctxt "04060110.xhp#hd_id3153129.160.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3147377.161.help.text
+msgid "TEXT(Number; Format)"
+msgstr "TEXT(Number; Format)"
+
+#: 04060110.xhp#par_id3147389.162.help.text
+msgid " <emph>Number</emph> is the numerical value to be converted."
+msgstr " <emph>Number</emph> is the numerical value to be converted."
+
+#: 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 " <emph>Format</emph> is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format."
+
+#: 04060110.xhp#hd_id1243629.help.text
+msgctxt "04060110.xhp#hd_id1243629.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id9044770.help.text
+msgid " <item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
+msgstr " <item type=\"input\">=TEXT(12.34567;\"###.##\")</item> returns the text 12.35"
+
+#: 04060110.xhp#par_id3674123.help.text
+msgid " <item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
+msgstr " <item type=\"input\">=TEXT(12.34567;\"000.00\")</item> returns the text 012.35"
+
+#: 04060110.xhp#bm_id3151039.help.text
+msgid "<bookmark_value>TRIM function</bookmark_value>"
+msgstr "<bookmark_value>TRIM function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3151039.54.help.text
+msgid "TRIM"
+msgstr "TRIM"
+
+#: 04060110.xhp#par_id3157888.55.help.text
+msgid "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GLAETTEN\">Removes spaces from a string, leaving only a single space character between words.</ahelp>"
+
+#: 04060110.xhp#hd_id3152913.56.help.text
+msgctxt "04060110.xhp#hd_id3152913.56.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3151349.57.help.text
+msgid "TRIM(\"Text\")"
+msgstr "TRIM(\"Text\")"
+
+#: 04060110.xhp#par_id3151362.58.help.text
+msgid " <emph>Text</emph> refers to text in which spaces are removed."
+msgstr " <emph>Text</emph> refers to text in which spaces are removed."
+
+#: 04060110.xhp#hd_id3146838.59.help.text
+msgctxt "04060110.xhp#hd_id3146838.59.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3156074.60.help.text
+msgid " <item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+msgstr " <item type=\"input\">=TRIM(\"hello\")</item> returns hello."
+
+#: 04060110.xhp#bm_id0907200904030935.help.text
+msgid "<bookmark_value>UNICHAR function</bookmark_value>"
+msgstr "<bookmark_value>UNICHAR function</bookmark_value>"
+
+#: 04060110.xhp#hd_id0907200904022525.help.text
+msgid "UNICHAR"
+msgstr "UNICHAR"
+
+#: 04060110.xhp#par_id0907200904022538.help.text
+msgid "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
+msgstr "<ahelp hid=\".\">Converts a code number into a Unicode character or letter.</ahelp>"
+
+#: 04060110.xhp#hd_id0907200904123753.help.text
+msgctxt "04060110.xhp#hd_id0907200904123753.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id0907200904123753.help.text
+msgid "UNICHAR(number)"
+msgstr "UNICHAR(number)"
+
+#: 04060110.xhp#hd_id0907200904123720.help.text
+msgctxt "04060110.xhp#hd_id0907200904123720.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id090720090412378.help.text
+msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
+msgstr "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
+
+#: 04060110.xhp#bm_id0907200904033543.help.text
+msgid "<bookmark_value>UNICODE function</bookmark_value>"
+msgstr "<bookmark_value>UNICODE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id0907200904022588.help.text
+msgid "UNICODE"
+msgstr "UNICODE"
+
+#: 04060110.xhp#par_id0907200904022594.help.text
+msgid "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
+msgstr "<ahelp hid=\".\">Returns the numeric code for the first Unicode character in a text string.</ahelp>"
+
+#: 04060110.xhp#hd_id0907200904123874.help.text
+msgctxt "04060110.xhp#hd_id0907200904123874.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id0907200904123846.help.text
+msgid "UNICODE(\"Text\")"
+msgstr "UNICODE(\"Text\")"
+
+#: 04060110.xhp#hd_id0907200904123899.help.text
+msgctxt "04060110.xhp#hd_id0907200904123899.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id0907200904123919.help.text
+msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
+msgstr "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright character."
+
+#: 04060110.xhp#bm_id3145178.help.text
+msgid "<bookmark_value>UPPER function</bookmark_value>"
+msgstr "<bookmark_value>UPPER function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3145178.62.help.text
+msgid "UPPER"
+msgstr "UPPER"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GROSS\">Converts the string specified in the <emph>text</emph> field to uppercase.</ahelp>"
+
+#: 04060110.xhp#hd_id3148526.64.help.text
+msgctxt "04060110.xhp#hd_id3148526.64.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3148539.65.help.text
+msgid "UPPER(\"Text\")"
+msgstr "UPPER(\"Text\")"
+
+#: 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 " <emph>Text</emph> refers to the lower case letters you want to convert to upper case."
+
+#: 04060110.xhp#hd_id3148516.67.help.text
+msgctxt "04060110.xhp#hd_id3148516.67.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3146757.68.help.text
+msgid " <item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+msgstr " <item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING."
+
+#: 04060110.xhp#bm_id3150802.help.text
+msgid "<bookmark_value>VALUE function</bookmark_value>"
+msgstr "<bookmark_value>VALUE function</bookmark_value>"
+
+#: 04060110.xhp#hd_id3150802.185.help.text
+msgid "VALUE"
+msgstr "VALUE"
+
+#: 04060110.xhp#par_id3152551.186.help.text
+msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>"
+
+#: 04060110.xhp#hd_id3152568.187.help.text
+msgctxt "04060110.xhp#hd_id3152568.187.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060110.xhp#par_id3153638.188.help.text
+msgid "VALUE(\"Text\")"
+msgstr "VALUE(\"Text\")"
+
+#: 04060110.xhp#par_id3153651.189.help.text
+msgid " <emph>Text</emph> is the text to be converted to a number."
+msgstr " <emph>Text</emph> is the text to be converted to a number."
+
+#: 04060110.xhp#hd_id3144719.190.help.text
+msgctxt "04060110.xhp#hd_id3144719.190.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060110.xhp#par_id3144733.191.help.text
+msgid " <item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
+msgstr " <item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
+
+#: 12080300.xhp#tit.help.text
+msgid "Group"
+msgstr "Group"
+
+#: 12080300.xhp#hd_id3153088.1.help.text
+msgctxt "12080300.xhp#hd_id3153088.1.help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+
+#: 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 "<variable id=\"gruppierung\"><ahelp hid=\".uno:Group\" visibility=\"visible\">Defines the selected cell range as a group of rows or columns.</ahelp></variable>"
+
+#: 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 "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>."
+
+#: 12080300.xhp#hd_id3125863.4.help.text
+msgid "Include"
+msgstr "Include"
+
+#: 12080300.xhp#hd_id3150448.6.help.text
+msgctxt "12080300.xhp#hd_id3150448.6.help.text"
+msgid "Rows"
+msgstr "Rows"
+
+#: 12080300.xhp#par_id3153194.7.help.text
+msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+
+#: 12080300.xhp#hd_id3145786.8.help.text
+msgctxt "12080300.xhp#hd_id3145786.8.help.text"
+msgid "Columns"
+msgstr "Columns"
+
+#: 12080300.xhp#par_id3146984.9.help.text
+msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+
+#: 06130000.xhp#tit.help.text
+msgid "AutoInput"
+msgstr "AutoInput"
+
+#: 06130000.xhp#bm_id2486037.help.text
+msgid "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+msgstr "<bookmark_value>entering entries with AutoInput function</bookmark_value><bookmark_value>capital letters;AutoInput function</bookmark_value>"
+
+#: 06130000.xhp#hd_id3148492.1.help.text
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+
+#: 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 "<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."
+
+#: 06130000.xhp#par_id3156422.8.help.text
+msgid "The completion text is highlighted."
+msgstr "The completion text is highlighted."
+
+#: 06130000.xhp#par_idN1065D.help.text
+msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
+msgstr "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
+
+#: 06130000.xhp#par_idN10665.help.text
+msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgstr "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+
+#: 06130000.xhp#par_idN1066D.help.text
+msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
+msgstr ""
+
+#: 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\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
+msgstr ""
+
+#: 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 "When typing formulae 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."
+
+#: 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 "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."
+
+#: 12040100.xhp#tit.help.text
+msgid "AutoFilter"
+msgstr "AutoFilter"
+
+#: 12040100.xhp#hd_id3153541.1.help.text
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+
+#: 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 "<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>"
+
+#: 12040100.xhp#par_id3145171.3.help.text
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Default filter</link>"
+
+#: 06020000.xhp#tit.help.text
+msgctxt "06020000.xhp#tit.help.text"
+msgid "Hyphenation"
+msgstr "Hyphenation"
+
+#: 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 "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
+
+#: 06020000.xhp#hd_id3159399.1.help.text
+msgctxt "06020000.xhp#hd_id3159399.1.help.text"
+msgid "Hyphenation"
+msgstr "Hyphenation"
+
+#: 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 "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialogue for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
+
+#: 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 "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."
+
+#: 06020000.xhp#hd_id3153192.4.help.text
+msgid "Hyphenation for selected cells."
+msgstr "Hyphenation for selected cells."
+
+#: 06020000.xhp#par_id3150868.5.help.text
+msgid "Select the cells for which you want to change the hyphenation."
+msgstr "Select the cells for which you want to change the hyphenation."
+
+#: 06020000.xhp#par_id3150440.6.help.text
+msgctxt "06020000.xhp#par_id3150440.6.help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "Choose <emph>Tools - Language - Hyphenation</emph>."
+
+#: 06020000.xhp#par_id3156441.7.help.text
+msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
+msgstr "The <emph>Format Cells</emph> dialogue appears with the <emph>Alignment</emph> tab page open."
+
+#: 06020000.xhp#par_id3149260.12.help.text
+msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+msgstr "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+
+#: 06020000.xhp#hd_id3153094.8.help.text
+msgid "Hyphenation for Drawing Objects"
+msgstr "Hyphenation for Drawing Objects"
+
+#: 06020000.xhp#par_id3148577.9.help.text
+msgid "Select a drawing object."
+msgstr "Select a drawing object."
+
+#: 06020000.xhp#par_id3156285.10.help.text
+msgctxt "06020000.xhp#par_id3156285.10.help.text"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "Choose <emph>Tools - Language - Hyphenation</emph>."
+
+#: 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 "Each time you call the command you turn the hyphenation for the drawing object on or off. A tick shows the current status."
+
+#: 02190100.xhp#tit.help.text
+msgctxt "02190100.xhp#tit.help.text"
+msgid "Row Break"
+msgstr "Row Break"
+
+#: 02190100.xhp#bm_id3156326.help.text
+msgid "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; deleting row breaks</bookmark_value><bookmark_value>deleting;manual row breaks</bookmark_value><bookmark_value>row breaks; deleting</bookmark_value>"
+
+#: 02190100.xhp#hd_id3156326.1.help.text
+msgid "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/02190100.xhp\" name=\"Row Break\">Row Break</link>"
+
+#: 02190100.xhp#par_id3154366.2.help.text
+msgid "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteRowbreak\">Removes the manual row break above the active cell.</ahelp>"
+
+#: 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 "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."
+
+#: 06030800.xhp#tit.help.text
+msgid "Mark Invalid Data"
+msgstr "Mark Invalid Data"
+
+#: 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 "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+
+#: 06030800.xhp#hd_id3153821.1.help.text
+msgid "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
+msgstr "<link href=\"text/scalc/01/06030800.xhp\" name=\"Mark Invalid Data\">Mark Invalid Data</link>"
+
+#: 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 "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
+
+#: 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 "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."
+
+#: 12090105.xhp#tit.help.text
+msgctxt "12090105.xhp#tit.help.text"
+msgid "Data field"
+msgstr "Data field"
+
+#: 12090105.xhp#bm_id7292397.help.text
+msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
+msgstr ""
+
+#: 12090105.xhp#hd_id3150871.1.help.text
+msgctxt "12090105.xhp#hd_id3150871.1.help.text"
+msgid "Data field"
+msgstr "Data field"
+
+#: 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=\"Pivot table\">Pivot Table</link> dialog."
+msgstr ""
+
+#: 12090105.xhp#hd_id3152596.2.help.text
+msgctxt "12090105.xhp#hd_id3152596.2.help.text"
+msgid "Subtotals"
+msgstr "Subtotals"
+
+#: 12090105.xhp#par_id3151113.3.help.text
+msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+
+#: 12090105.xhp#hd_id3145366.4.help.text
+msgid "None"
+msgstr "None"
+
+#: 12090105.xhp#par_id3152576.5.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\">Does not calculate subtotals.</ahelp>"
+
+#: 12090105.xhp#hd_id3154012.6.help.text
+msgid "Automatic"
+msgstr "Automatic"
+
+#: 12090105.xhp#par_id3155856.7.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\">Automatically calculates subtotals.</ahelp>"
+
+#: 12090105.xhp#hd_id3155411.8.help.text
+msgid "User-defined"
+msgstr "User-defined"
+
+#: 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 "<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>"
+
+#: 12090105.xhp#hd_id3147124.10.help.text
+msgctxt "12090105.xhp#hd_id3147124.10.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 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 "<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>"
+
+#: 12090105.xhp#hd_id3154944.14.help.text
+msgid "Show elements without data"
+msgstr "Show elements without data"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
+
+#: 12090105.xhp#hd_id3149122.12.help.text
+msgid "Name:"
+msgstr "Name:"
+
+#: 12090105.xhp#par_id3150749.13.help.text
+msgid "Lists the name of the selected data field."
+msgstr "Lists the name of the selected data field."
+
+#: 12090105.xhp#par_idN106EC.help.text
+msgctxt "12090105.xhp#par_idN106EC.help.text"
+msgid "More"
+msgstr "More"
+
+#: 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 "<ahelp hid=\".\">Expands or reduces the dialogue. The <emph>More</emph> button is visible for data fields only.</ahelp>"
+
+#: 12090105.xhp#par_idN106F3.help.text
+msgctxt "12090105.xhp#par_idN106F3.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 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 "<ahelp hid=\".\">Opens the <link href=\"text/scalc/01/12090106.xhp\">Data Field Options</link> dialogue. The <emph>Options</emph> button is visible for column, row, or page fields only.</ahelp>"
+
+#: 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 "If the dialogue is expanded by the <emph>More</emph> button, the following items are added to the dialogue:"
+
+#: 12090105.xhp#par_idN1070B.help.text
+msgctxt "12090105.xhp#par_idN1070B.help.text"
+msgid "Displayed value"
+msgstr "Displayed value"
+
+#: 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 "<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."
+
+#: 12090105.xhp#par_idN10712.help.text
+msgctxt "12090105.xhp#par_idN10712.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 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 "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
+
+#: 12090105.xhp#par_idN10724.help.text
+msgctxt "12090105.xhp#par_idN10724.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 12090105.xhp#par_idN1072A.help.text
+msgctxt "12090105.xhp#par_idN1072A.help.text"
+msgid "Displayed value"
+msgstr "Displayed value"
+
+#: 12090105.xhp#par_idN10731.help.text
+msgid "Normal"
+msgstr "Normal"
+
+#: 12090105.xhp#par_idN10737.help.text
+msgid "Results are shown unchanged"
+msgstr "Results are shown unchanged"
+
+#: 12090105.xhp#par_idN1073E.help.text
+msgid "Difference from"
+msgstr "Difference from"
+
+#: 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 "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."
+
+#: 12090105.xhp#par_idN10747.help.text
+msgid "<emph>Named item</emph>"
+msgstr "<emph>Named item</emph>"
+
+#: 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 "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."
+
+#: 12090105.xhp#par_idN1074F.help.text
+msgid "<emph>Previous item or Next item</emph>"
+msgstr "<emph>Previous item or Next item</emph>"
+
+#: 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 "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."
+
+#: 12090105.xhp#par_idN1075B.help.text
+msgid "% Of"
+msgstr "% Of"
+
+#: 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 "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. "
+
+#: 12090105.xhp#par_idN1076A.help.text
+msgid "% Difference from"
+msgstr "% Difference from"
+
+#: 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 "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."
+
+#: 12090105.xhp#par_idN10777.help.text
+msgid "Running total in"
+msgstr "Running total in"
+
+#: 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 "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."
+
+#: 12090105.xhp#par_idN10780.help.text
+msgid "Results are always summed, even if a different summary function was used to get each result."
+msgstr "Results are always summed, even if a different summary function was used to get each result."
+
+#: 12090105.xhp#par_idN10787.help.text
+msgid "% of row"
+msgstr "% of row"
+
+#: 12090105.xhp#par_idN1078D.help.text
+msgid "Each result is divided by the total result for its row in the pivot 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 ""
+
+#: 12090105.xhp#par_idN10794.help.text
+msgid "% of column"
+msgstr "% of column"
+
+#: 12090105.xhp#par_idN1079A.help.text
+msgid "Same as \"% of row\", but the total for the result's column is used."
+msgstr "Same as \"% of row\", but the total for the result's column is used."
+
+#: 12090105.xhp#par_idN107A1.help.text
+msgid "% of total"
+msgstr "% of total"
+
+#: 12090105.xhp#par_idN107A7.help.text
+msgid "Same as \"% of row\", but the grand total for the result's data field is used."
+msgstr "Same as \"% of row\", but the grand total for the result's data field is used."
+
+#: 12090105.xhp#par_idN107AE.help.text
+msgid "Index"
+msgstr "Index"
+
+#: 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 "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
+
+#: 12090105.xhp#par_idN107B7.help.text
+msgid "( original result * grand total ) / ( row total * column total )"
+msgstr "( original result * grand total ) / ( row total * column total )"
+
+#: 12090105.xhp#par_idN107BA.help.text
+msgid "Base field"
+msgstr "Base field"
+
+#: 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 "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
+
+#: 12090105.xhp#par_idN107C1.help.text
+msgid "Base item"
+msgstr "Base item"
+
+#: 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 "<ahelp hid=\"1495371268\">Select the item of the base field from which the respective value is taken as base for the calculation.</ahelp>"
+
+#: 04060119.xhp#tit.help.text
+msgctxt "04060119.xhp#tit.help.text"
+msgid "Financial Functions Part Two"
+msgstr "Financial Functions Part Two"
+
+#: 04060119.xhp#hd_id3149052.1.help.text
+msgctxt "04060119.xhp#hd_id3149052.1.help.text"
+msgid "Financial Functions Part Two"
+msgstr "Financial Functions Part Two"
+
+#: 04060119.xhp#par_id3148742.343.help.text
+msgctxt "04060119.xhp#par_id3148742.343.help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+
+#: 04060119.xhp#par_id3151341.344.help.text
+msgctxt "04060119.xhp#par_id3151341.344.help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+
+#: 04060119.xhp#bm_id3150026.help.text
+msgid "<bookmark_value>PPMT function</bookmark_value>"
+msgstr "<bookmark_value>PPMT function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3150026.238.help.text
+msgid "PPMT"
+msgstr "PPMT"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3150459.240.help.text
+msgctxt "04060119.xhp#hd_id3150459.240.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3146878.241.help.text
+msgid "PPMT(Rate; Period; NPer; PV; FV; Type)"
+msgstr "PPMT(Rate; Period; NPer; PV; FV; Type)"
+
+#: 04060119.xhp#par_id3151228.242.help.text
+msgctxt "04060119.xhp#par_id3151228.242.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060119.xhp#par_id3148887.243.help.text
+msgid "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
+msgstr "<emph>Period</emph> is the amortizement period. P = 1 for the first and P = NPer for the last period."
+
+#: 04060119.xhp#par_id3148436.244.help.text
+msgid "<emph>NPer</emph> is the total number of periods during which annuity is paid."
+msgstr "<emph>NPer</emph> is the total number of periods during which annuity is paid."
+
+#: 04060119.xhp#par_id3153035.245.help.text
+msgid "<emph>PV</emph> is the present value in the sequence of payments."
+msgstr "<emph>PV</emph> is the present value in the sequence of payments."
+
+#: 04060119.xhp#par_id3147474.246.help.text
+msgid "<emph>FV</emph> (optional) is the desired (future) value."
+msgstr "<emph>FV</emph> (optional) is the desired (future) value."
+
+#: 04060119.xhp#par_id3144744.247.help.text
+msgid "<emph>Type</emph> (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 "<emph>Type</emph> (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."
+
+#: 04060119.xhp#par_idN1067C.help.text
+msgctxt "04060119.xhp#par_idN1067C.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060119.xhp#hd_id3148582.248.help.text
+msgctxt "04060119.xhp#hd_id3148582.248.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3149246.250.help.text
+msgid "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+msgstr "<item type=\"input\">=PPMT(8.75%/12;1;36;5000;8000;1)</item> = -350.99 currency units."
+
+#: 04060119.xhp#bm_id3146139.help.text
+msgid "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+msgstr "<bookmark_value>calculating; total amortizement rates</bookmark_value><bookmark_value>total amortizement rates</bookmark_value><bookmark_value>amortization installment</bookmark_value><bookmark_value>repayment installment</bookmark_value><bookmark_value>CUMPRINC function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3146139.252.help.text
+msgid "CUMPRINC"
+msgstr "CUMPRINC"
+
+#: 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 "<ahelp hid=\"HID_FUNC_KUMKAPITAL\">Returns the cumulative interest paid for an investment period with a constant interest rate.</ahelp>"
+
+#: 04060119.xhp#hd_id3149188.254.help.text
+msgctxt "04060119.xhp#hd_id3149188.254.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3148733.255.help.text
+msgid "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+msgstr "CUMPRINC(Rate; NPer; PV; S; E; Type)"
+
+#: 04060119.xhp#par_id3150864.256.help.text
+msgctxt "04060119.xhp#par_id3150864.256.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060119.xhp#par_id3166052.257.help.text
+msgctxt "04060119.xhp#par_id3166052.257.help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+
+#: 04060119.xhp#par_id3150007.258.help.text
+msgctxt "04060119.xhp#par_id3150007.258.help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph> is the current value in the sequence of payments."
+
+#: 04060119.xhp#par_id3153112.259.help.text
+msgctxt "04060119.xhp#par_id3153112.259.help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr "<emph>S</emph> is the first period."
+
+#: 04060119.xhp#par_id3146847.260.help.text
+msgctxt "04060119.xhp#par_id3146847.260.help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr "<emph>E</emph> is the last period."
+
+#: 04060119.xhp#par_id3145167.261.help.text
+msgctxt "04060119.xhp#par_id3145167.261.help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+
+#: 04060119.xhp#hd_id3154502.262.help.text
+msgctxt "04060119.xhp#hd_id3154502.262.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3149884.264.help.text
+msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
+msgstr "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.74 currency units. The payoff amount between the 10th and 18th period is 3669.74 currency units."
+
+#: 04060119.xhp#bm_id3150019.help.text
+msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3150019.182.help.text
+msgid "CUMPRINC_ADD"
+msgstr "CUMPRINC_ADD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_CUMPRINC\"> Calculates the cumulative redemption of a loan in a period.</ahelp>"
+
+#: 04060119.xhp#hd_id3153047.184.help.text
+msgctxt "04060119.xhp#hd_id3153047.184.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3157970.185.help.text
+msgid "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr "CUMPRINC_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+
+#: 04060119.xhp#par_id3145302.186.help.text
+msgctxt "04060119.xhp#par_id3145302.186.help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Rate</emph> is the interest rate for each period."
+
+#: 04060119.xhp#par_id3151017.187.help.text
+msgctxt "04060119.xhp#par_id3151017.187.help.text"
+msgid "<emph>NPer</emph> is 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 "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+
+#: 04060119.xhp#par_id3155620.188.help.text
+msgctxt "04060119.xhp#par_id3155620.188.help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr "<emph>PV</emph> is the current value."
+
+#: 04060119.xhp#par_id3145352.189.help.text
+msgctxt "04060119.xhp#par_id3145352.189.help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr "<emph>StartPeriod</emph> is the first payment period for the calculation."
+
+#: 04060119.xhp#par_id3157986.190.help.text
+msgctxt "04060119.xhp#par_id3157986.190.help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr "<emph>EndPeriod</emph> is the last payment period for the calculation."
+
+#: 04060119.xhp#par_id3150570.191.help.text
+msgctxt "04060119.xhp#par_id3150570.191.help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+
+#: 04060119.xhp#hd_id3150269.192.help.text
+msgctxt "04060119.xhp#hd_id3150269.192.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3148774.193.help.text
+msgctxt "04060119.xhp#par_id3148774.193.help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr "The following mortgage loan is taken out on a house:"
+
+#: 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 "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units."
+
+#: 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 "How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?"
+
+#: 04060119.xhp#par_id3149394.196.help.text
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+msgstr "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;13;24;0)</item> returns -934.1071"
+
+#: 04060119.xhp#par_id3149026.197.help.text
+msgid "In the first month you will be repaying the following amount:"
+msgstr "In the first month you will be repaying the following amount:"
+
+#: 04060119.xhp#par_id3154636.198.help.text
+msgid "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
+msgstr "<item type=\"input\">=CUMPRINC_ADD(0.0075;360;125000;1;1;0)</item> returns -68.27827"
+
+#: 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 "<bookmark_value>calculating; accumulated interests</bookmark_value><bookmark_value>accumulated interests</bookmark_value><bookmark_value>CUMIPMT function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3155370.266.help.text
+msgid "CUMIPMT"
+msgstr "CUMIPMT"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3155814.268.help.text
+msgctxt "04060119.xhp#hd_id3155814.268.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3147536.269.help.text
+msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+msgstr "CUMIPMT(Rate; NPer; PV; S; E; Type)"
+
+#: 04060119.xhp#par_id3150475.270.help.text
+msgctxt "04060119.xhp#par_id3150475.270.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060119.xhp#par_id3153921.271.help.text
+msgctxt "04060119.xhp#par_id3153921.271.help.text"
+msgid "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+msgstr "<emph>NPer</emph> is the payment period with the total number of periods. NPER can also be a non-integer value."
+
+#: 04060119.xhp#par_id3153186.272.help.text
+msgctxt "04060119.xhp#par_id3153186.272.help.text"
+msgid "<emph>PV</emph> is the current value in the sequence of payments."
+msgstr "<emph>PV</emph> is the current value in the sequence of payments."
+
+#: 04060119.xhp#par_id3156259.273.help.text
+msgctxt "04060119.xhp#par_id3156259.273.help.text"
+msgid "<emph>S</emph> is the first period."
+msgstr "<emph>S</emph> is the first period."
+
+#: 04060119.xhp#par_id3155990.274.help.text
+msgctxt "04060119.xhp#par_id3155990.274.help.text"
+msgid "<emph>E</emph> is the last period."
+msgstr "<emph>E</emph> is the last period."
+
+#: 04060119.xhp#par_id3149777.275.help.text
+msgctxt "04060119.xhp#par_id3149777.275.help.text"
+msgid "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+msgstr "<emph>Type</emph> is the due date of the payment at the beginning or end of each period."
+
+#: 04060119.xhp#hd_id3153723.276.help.text
+msgctxt "04060119.xhp#hd_id3153723.276.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3149819.278.help.text
+msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+msgstr "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 currency units. The interest payments for between the 4th and 6th period are 57.54 currency units."
+
+#: 04060119.xhp#bm_id3083280.help.text
+msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3083280.165.help.text
+msgid "CUMIPMT_ADD"
+msgstr "CUMIPMT_ADD"
+
+#: 04060119.xhp#par_id3152482.166.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_CUMIPMT\">Calculates the accumulated interest for a period.</ahelp>"
+
+#: 04060119.xhp#hd_id3149713.167.help.text
+msgctxt "04060119.xhp#hd_id3149713.167.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3145087.168.help.text
+msgid "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+msgstr "CUMIPMT_ADD(Rate; NPer; PV; StartPeriod; EndPeriod; Type)"
+
+#: 04060119.xhp#par_id3149277.169.help.text
+msgctxt "04060119.xhp#par_id3149277.169.help.text"
+msgid "<emph>Rate</emph> is the interest rate for each period."
+msgstr "<emph>Rate</emph> is the interest rate for each period."
+
+#: 04060119.xhp#par_id3149270.170.help.text
+msgctxt "04060119.xhp#par_id3149270.170.help.text"
+msgid "<emph>NPer</emph> is 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 "<emph>NPer</emph> is the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly."
+
+#: 04060119.xhp#par_id3152967.171.help.text
+msgctxt "04060119.xhp#par_id3152967.171.help.text"
+msgid "<emph>PV</emph> is the current value."
+msgstr "<emph>PV</emph> is the current value."
+
+#: 04060119.xhp#par_id3156308.172.help.text
+msgctxt "04060119.xhp#par_id3156308.172.help.text"
+msgid "<emph>StartPeriod</emph> is the first payment period for the calculation."
+msgstr "<emph>StartPeriod</emph> is the first payment period for the calculation."
+
+#: 04060119.xhp#par_id3149453.173.help.text
+msgctxt "04060119.xhp#par_id3149453.173.help.text"
+msgid "<emph>EndPeriod</emph> is the last payment period for the calculation."
+msgstr "<emph>EndPeriod</emph> is the last payment period for the calculation."
+
+#: 04060119.xhp#par_id3150962.174.help.text
+msgctxt "04060119.xhp#par_id3150962.174.help.text"
+msgid "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+msgstr "<emph>Type</emph> is the maturity of a payment at the end of each period (Type = 0) or at the start of the period (Type = 1)."
+
+#: 04060119.xhp#hd_id3152933.175.help.text
+msgctxt "04060119.xhp#hd_id3152933.175.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3156324.176.help.text
+msgctxt "04060119.xhp#par_id3156324.176.help.text"
+msgid "The following mortgage loan is taken out on a house:"
+msgstr "The following mortgage loan is taken out on a house:"
+
+#: 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 "Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = 30 * 12 = 360), Pv: 125000 currency units."
+
+#: 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 "How much interest must you pay in the second year of the mortgage (thus from periods 13 to 24)?"
+
+#: 04060119.xhp#par_id3156130.179.help.text
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
+msgstr "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;13;24;0)</item> returns -11135.23."
+
+#: 04060119.xhp#par_id3150764.180.help.text
+msgid "How much interest must you pay in the first month?"
+msgstr "How much interest must you pay in the first month?"
+
+#: 04060119.xhp#par_id3146857.181.help.text
+msgid "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
+msgstr "<item type=\"input\">=CUMIPMT_ADD(0.0075;360;125000;1;1;0)</item> returns -937.50."
+
+#: 04060119.xhp#bm_id3150878.help.text
+msgid "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+msgstr "<bookmark_value>PRICE function</bookmark_value><bookmark_value>prices; fixed interest securities</bookmark_value><bookmark_value>sales values;fixed interest securities</bookmark_value>"
+
+#: 04060119.xhp#hd_id3150878.9.help.text
+msgid "PRICE"
+msgstr "PRICE"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3154646.11.help.text
+msgctxt "04060119.xhp#hd_id3154646.11.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3152804.12.help.text
+msgid "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+msgstr "PRICE(Settlement; Maturity; Rate; Yield; Redemption; Frequency; Basis)"
+
+#: 04060119.xhp#par_id3156121.13.help.text
+msgctxt "04060119.xhp#par_id3156121.13.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3149983.14.help.text
+msgctxt "04060119.xhp#par_id3149983.14.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3153755.15.help.text
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+
+#: 04060119.xhp#par_id3155999.16.help.text
+msgctxt "04060119.xhp#par_id3155999.16.help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> is the annual yield of the security."
+
+#: 04060119.xhp#par_id3156114.17.help.text
+msgctxt "04060119.xhp#par_id3156114.17.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060119.xhp#par_id3155846.18.help.text
+msgctxt "04060119.xhp#par_id3155846.18.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060119.xhp#hd_id3153148.19.help.text
+msgctxt "04060119.xhp#hd_id3153148.19.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3150260.20.help.text
+msgid "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. 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 "A security is purchased on 1999-02-15; the maturity date is 2007-11-15. 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:"
+
+#: 04060119.xhp#par_id3147273.21.help.text
+msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
+msgstr "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
+
+#: 04060119.xhp#bm_id3151297.help.text
+msgid "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>PRICEDISC function</bookmark_value><bookmark_value>prices;non-interest-bearing securities</bookmark_value><bookmark_value>sales values;non-interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp#hd_id3151297.22.help.text
+msgid "PRICEDISC"
+msgstr "PRICEDISC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_PRICEDISC\">Calculates the price per 100 currency units of par value of a non-interest- bearing security.</ahelp>"
+
+#: 04060119.xhp#hd_id3149294.24.help.text
+msgctxt "04060119.xhp#hd_id3149294.24.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3146084.25.help.text
+msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+msgstr "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
+
+#: 04060119.xhp#par_id3159179.26.help.text
+msgctxt "04060119.xhp#par_id3159179.26.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3154304.27.help.text
+msgctxt "04060119.xhp#par_id3154304.27.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3156014.28.help.text
+msgid "<emph>Discount</emph> is the discount of a security as a percentage."
+msgstr "<emph>Discount</emph> is the discount of a security as a percentage."
+
+#: 04060119.xhp#par_id3147489.29.help.text
+msgctxt "04060119.xhp#par_id3147489.29.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060119.xhp#hd_id3152794.30.help.text
+msgctxt "04060119.xhp#hd_id3152794.30.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3149198.31.help.text
+msgid "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
+msgstr "A security is purchased on 1999-02-15; the maturity date is 1999-03-01. Discount in per cent is 5.25%. The redemption value is 100. When calculating on basis 2 the price discount is as follows:"
+
+#: 04060119.xhp#par_id3151178.32.help.text
+msgid "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
+msgstr "=PRICEDISC(\"1999-02-15\"; \"1999-03-01\"; 0.0525; 100; 2) returns 99.79583."
+
+#: 04060119.xhp#bm_id3154693.help.text
+msgid "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>PRICEMAT function</bookmark_value><bookmark_value>prices;interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp#hd_id3154693.33.help.text
+msgid "PRICEMAT"
+msgstr "PRICEMAT"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3154933.35.help.text
+msgctxt "04060119.xhp#hd_id3154933.35.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3155393.36.help.text
+msgid "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+msgstr "PRICEMAT(Settlement; Maturity; Issue; Rate; Yield; Basis)"
+
+#: 04060119.xhp#par_id3153102.37.help.text
+msgctxt "04060119.xhp#par_id3153102.37.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3150530.38.help.text
+msgctxt "04060119.xhp#par_id3150530.38.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3149903.39.help.text
+msgctxt "04060119.xhp#par_id3149903.39.help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> is the date of issue of the security."
+
+#: 04060119.xhp#par_id3148828.40.help.text
+msgctxt "04060119.xhp#par_id3148828.40.help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr "<emph>Rate</emph> is the interest rate of the security on the issue date."
+
+#: 04060119.xhp#par_id3146993.41.help.text
+msgctxt "04060119.xhp#par_id3146993.41.help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> is the annual yield of the security."
+
+#: 04060119.xhp#hd_id3150507.42.help.text
+msgctxt "04060119.xhp#hd_id3150507.42.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3154905.44.help.text
+msgid "The price is calculated as follows:"
+msgstr "The price is calculated as follows:"
+
+#: 04060119.xhp#par_id3158409.45.help.text
+msgid "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+msgstr "=PRICEMAT(\"1999-02-15\";\"1999-04-13\";\"1998-11-11\"; 0.061; 0.061;0) returns 99.98449888."
+
+#: 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 "<bookmark_value>calculating; durations</bookmark_value><bookmark_value>durations;calculating</bookmark_value><bookmark_value>DURATION function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3148448.280.help.text
+msgid "DURATION"
+msgstr "DURATION"
+
+#: 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 "<ahelp hid=\"HID_FUNC_LAUFZEIT\">Calculates the number of periods required by an investment to attain the desired value.</ahelp>"
+
+#: 04060119.xhp#hd_id3145421.282.help.text
+msgctxt "04060119.xhp#hd_id3145421.282.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3148933.283.help.text
+msgid "DURATION(Rate; PV; FV)"
+msgstr "DURATION(Rate; PV; FV)"
+
+#: 04060119.xhp#par_id3148801.284.help.text
+msgid "<emph>Rate</emph> is 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 "<emph>Rate</emph> is 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."
+
+#: 04060119.xhp#par_id3147239.285.help.text
+msgctxt "04060119.xhp#par_id3147239.285.help.text"
+msgid "<emph>PV</emph> is 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 "<emph>PV</emph> is 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."
+
+#: 04060119.xhp#par_id3147515.286.help.text
+msgid "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+msgstr "<emph>FV</emph> is the expected value. The future value determines the desired (future) value of the deposit."
+
+#: 04060119.xhp#hd_id3153579.287.help.text
+msgctxt "04060119.xhp#hd_id3153579.287.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#bm_id3148912.help.text
+msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
+msgstr "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3148912.290.help.text
+msgid "SLN"
+msgstr "SLN"
+
+#: 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 "<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."
+
+#: 04060119.xhp#hd_id3153240.292.help.text
+msgctxt "04060119.xhp#hd_id3153240.292.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3166456.293.help.text
+msgid "SLN(Cost; Salvage; Life)"
+msgstr "SLN(Cost; Salvage; Life)"
+
+#: 04060119.xhp#par_id3146955.294.help.text
+msgid "<emph>Cost</emph> is the initial cost of an asset."
+msgstr "<emph>Cost</emph> is the initial cost of an asset."
+
+#: 04060119.xhp#par_id3149796.295.help.text
+msgctxt "04060119.xhp#par_id3149796.295.help.text"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+
+#: 04060119.xhp#par_id3166444.296.help.text
+msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+msgstr "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+
+#: 04060119.xhp#hd_id3155579.297.help.text
+msgctxt "04060119.xhp#hd_id3155579.297.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3153390.299.help.text
+msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+msgstr "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units. The periodic monthly depreciation of the office equipment is 553.57 currency units."
+
+#: 04060119.xhp#bm_id3153739.help.text
+msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+msgstr "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
+
+#: 04060119.xhp#hd_id3153739.217.help.text
+msgid "MDURATION"
+msgstr "MDURATION"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_MDURATION\">Calculates the modified Macauley duration of a fixed interest security in years.</ahelp>"
+
+#: 04060119.xhp#hd_id3149964.219.help.text
+msgctxt "04060119.xhp#hd_id3149964.219.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3148987.220.help.text
+msgid "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+msgstr "MDURATION(Settlement; Maturity; Coupon; Yield; Frequency; Basis)"
+
+#: 04060119.xhp#par_id3148619.221.help.text
+msgctxt "04060119.xhp#par_id3148619.221.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3149805.222.help.text
+msgctxt "04060119.xhp#par_id3149805.222.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3154338.223.help.text
+msgid "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr "<emph>Coupon</emph> is the annual nominal rate of interest (coupon interest rate)"
+
+#: 04060119.xhp#par_id3148466.224.help.text
+msgctxt "04060119.xhp#par_id3148466.224.help.text"
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr "<emph>Yield</emph> is the annual yield of the security."
+
+#: 04060119.xhp#par_id3149423.225.help.text
+msgctxt "04060119.xhp#par_id3149423.225.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060119.xhp#hd_id3154602.226.help.text
+msgctxt "04060119.xhp#hd_id3154602.226.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3148652.227.help.text
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. 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 "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. 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?"
+
+#: 04060119.xhp#par_id3145378.228.help.text
+msgid "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
+msgstr "=MDURATION(\"2001-01-01\"; \"2006-01-01\"; 0.08; 0.09; 2; 3) returns 4.02 years."
+
+#: 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 "<bookmark_value>calculating;net present values</bookmark_value><bookmark_value>net present values</bookmark_value><bookmark_value>NPV function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3149242.301.help.text
+msgid "NPV"
+msgstr "NPV"
+
+#: 04060119.xhp#par_id3145308.302.help.text
+msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
+
+#: 04060119.xhp#hd_id3149937.303.help.text
+msgctxt "04060119.xhp#hd_id3149937.303.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3153321.304.help.text
+msgid "NPV(Rate; Value1; Value2; ...)"
+msgstr "NPV(Rate; Value1; Value2; ...)"
+
+#: 04060119.xhp#par_id3150630.305.help.text
+msgid "<emph>Rate</emph> is the discount rate for a period."
+msgstr "<emph>Rate</emph> is the discount rate for a period."
+
+#: 04060119.xhp#par_id3150427.306.help.text
+msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+msgstr "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
+
+#: 04060119.xhp#hd_id3153538.307.help.text
+msgctxt "04060119.xhp#hd_id3153538.307.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3154800.308.help.text
+msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
+msgstr "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
+
+#: 04060119.xhp#par_id3143270.309.help.text
+msgid "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+msgstr "<item type=\"input\">=NPV(8.75%;10;20;30)</item> = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units."
+
+#: 04060119.xhp#bm_id3149484.help.text
+msgid "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+msgstr "<bookmark_value>calculating;nominal interest rates</bookmark_value><bookmark_value>nominal interest rates</bookmark_value><bookmark_value>NOMINAL function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3149484.311.help.text
+msgid "NOMINAL"
+msgstr "NOMINAL"
+
+#: 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 "<ahelp hid=\"HID_FUNC_NOMINAL\">Calculates the yearly nominal interest rate, given the effective rate and the number of compounding periods per year.</ahelp>"
+
+#: 04060119.xhp#hd_id3151252.313.help.text
+msgctxt "04060119.xhp#hd_id3151252.313.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3152769.314.help.text
+msgid "NOMINAL(EffectiveRate; NPerY)"
+msgstr "NOMINAL(EffectiveRate; NPerY)"
+
+#: 04060119.xhp#par_id3147521.315.help.text
+msgid "<emph>EffectiveRate</emph> is the effective interest rate"
+msgstr "<emph>EffectiveRate</emph> is the effective interest rate"
+
+#: 04060119.xhp#par_id3156334.316.help.text
+msgid "<emph>NPerY</emph> is the number of periodic interest payments per year."
+msgstr "<emph>NPerY</emph> is the number of periodic interest payments per year."
+
+#: 04060119.xhp#hd_id3154473.317.help.text
+msgctxt "04060119.xhp#hd_id3154473.317.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "What is the nominal interest per year for an effective interest rate of 13.5% if twelve payments are made per year."
+
+#: 04060119.xhp#par_id3154831.319.help.text
+msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
+msgstr "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal interest rate per year is 12.73%."
+
+#: 04060119.xhp#bm_id3155123.help.text
+msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+msgstr "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3155123.229.help.text
+msgid "NOMINAL_ADD"
+msgstr "NOMINAL_ADD"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3155611.231.help.text
+msgctxt "04060119.xhp#hd_id3155611.231.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3156157.232.help.text
+msgid "NOMINAL_ADD(EffectiveRate; NPerY)"
+msgstr "NOMINAL_ADD(EffectiveRate; NPerY)"
+
+#: 04060119.xhp#par_id3153777.233.help.text
+msgid "<emph>EffectiveRate</emph> is the effective annual rate of interest."
+msgstr "<emph>EffectiveRate</emph> is the effective annual rate of interest."
+
+#: 04060119.xhp#par_id3150409.234.help.text
+msgid "<emph>NPerY</emph> the number of interest payments per year."
+msgstr "<emph>NPerY</emph> the number of interest payments per year."
+
+#: 04060119.xhp#hd_id3146789.235.help.text
+msgctxt "04060119.xhp#hd_id3146789.235.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "What is the nominal rate of interest for a 5.3543% effective rate of interest and quarterly payment."
+
+#: 04060119.xhp#par_id3156146.237.help.text
+msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
+msgstr "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
+
+#: 04060119.xhp#bm_id3159087.help.text
+msgid "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+msgstr "<bookmark_value>DOLLARFR function</bookmark_value><bookmark_value>converting;decimal fractions, into mixed decimal fractions</bookmark_value>"
+
+#: 04060119.xhp#hd_id3159087.208.help.text
+msgid "DOLLARFR"
+msgstr "DOLLARFR"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DOLLARFR\">Converts a quotation that has been given as a decimal number into a mixed decimal fraction.</ahelp>"
+
+#: 04060119.xhp#hd_id3151106.210.help.text
+msgctxt "04060119.xhp#hd_id3151106.210.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3152959.211.help.text
+msgid "DOLLARFR(DecimalDollar; Fraction)"
+msgstr "DOLLARFR(DecimalDollar; Fraction)"
+
+#: 04060119.xhp#par_id3149558.212.help.text
+msgid "<emph>DecimalDollar</emph> is a decimal number."
+msgstr "<emph>DecimalDollar</emph> is a decimal number."
+
+#: 04060119.xhp#par_id3153672.213.help.text
+msgctxt "04060119.xhp#par_id3153672.213.help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+
+#: 04060119.xhp#hd_id3156274.214.help.text
+msgctxt "04060119.xhp#hd_id3156274.214.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3153795.215.help.text
+msgid "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
+msgstr "<item type=\"input\">=DOLLARFR(1.125;16)</item> converts into sixteenths. The result is 1.02 for 1 plus 2/16."
+
+#: 04060119.xhp#par_id3150995.216.help.text
+msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
+msgstr "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
+
+#: 04060119.xhp#bm_id3154671.help.text
+msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+msgstr "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3154671.199.help.text
+msgid "DOLLARDE"
+msgstr "DOLLARDE"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DOLLARDE\">Converts a quotation that has been given as a decimal fraction into a decimal number.</ahelp>"
+
+#: 04060119.xhp#hd_id3146124.201.help.text
+msgctxt "04060119.xhp#hd_id3146124.201.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3150348.202.help.text
+msgid "DOLLARDE(FractionalDollar; Fraction)"
+msgstr "DOLLARDE(FractionalDollar; Fraction)"
+
+#: 04060119.xhp#par_id3154111.203.help.text
+msgid "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
+msgstr "<emph>FractionalDollar</emph> is a number given as a decimal fraction."
+
+#: 04060119.xhp#par_id3153695.204.help.text
+msgctxt "04060119.xhp#par_id3153695.204.help.text"
+msgid "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+msgstr "<emph>Fraction</emph> is a whole number that is used as the denominator of the decimal fraction."
+
+#: 04060119.xhp#hd_id3153884.205.help.text
+msgctxt "04060119.xhp#hd_id3153884.205.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3150941.206.help.text
+msgid "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
+msgstr "<item type=\"input\">=DOLLARDE(1.02;16)</item> stands for 1 and 2/16. This returns 1.125."
+
+#: 04060119.xhp#par_id3150830.207.help.text
+msgid "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
+msgstr "<item type=\"input\">=DOLLARDE(1.1;8)</item> stands for 1 and 1/8. This returns 1.125."
+
+#: 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><bookmark_value>internal rates of return;modified</bookmark_value>"
+msgstr "<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><bookmark_value>internal rates of return;modified</bookmark_value>"
+
+#: 04060119.xhp#hd_id3148974.321.help.text
+msgid "MIRR"
+msgstr "MIRR"
+
+#: 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 "<ahelp hid=\"HID_FUNC_QIKV\">Calculates the modified internal rate of return of a series of investments.</ahelp>"
+
+#: 04060119.xhp#hd_id3154354.323.help.text
+msgctxt "04060119.xhp#hd_id3154354.323.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3148399.324.help.text
+msgid "MIRR(Values; Investment; ReinvestRate)"
+msgstr "MIRR(Values; Investment; ReinvestRate)"
+
+#: 04060119.xhp#par_id3155896.325.help.text
+msgid "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
+msgstr "<emph>Values</emph> corresponds to the array or the cell reference for cells whose content corresponds to the payments."
+
+#: 04060119.xhp#par_id3149998.326.help.text
+msgid "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
+msgstr "<emph>Investment</emph> is the rate of interest of the investments (the negative values of the array)"
+
+#: 04060119.xhp#par_id3159408.327.help.text
+msgid "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
+msgstr "<emph>ReinvestRate</emph>:the rate of interest of the reinvestment (the positive values of the array)"
+
+#: 04060119.xhp#hd_id3154714.328.help.text
+msgctxt "04060119.xhp#hd_id3154714.328.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3147352.329.help.text
+msgid "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
+msgstr "Assuming a cell content of A1 = <item type=\"input\">-5</item>, A2 = <item type=\"input\">10</item>, A3 = <item type=\"input\">15</item>, and A4 = <item type=\"input\">8</item>, and an investment value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
+
+#: 04060119.xhp#bm_id3149323.help.text
+msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
+msgstr "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
+
+#: 04060119.xhp#hd_id3149323.129.help.text
+msgid "YIELD"
+msgstr "YIELD"
+
+#: 04060119.xhp#par_id3150643.130.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YIELD\">Calculates the yield of a security.</ahelp>"
+
+#: 04060119.xhp#hd_id3149344.131.help.text
+msgctxt "04060119.xhp#hd_id3149344.131.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3149744.132.help.text
+msgid "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+msgstr "YIELD(Settlement; Maturity; Rate; Price; Redemption; Frequency; Basis)"
+
+#: 04060119.xhp#par_id3154526.133.help.text
+msgctxt "04060119.xhp#par_id3154526.133.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3153266.134.help.text
+msgctxt "04060119.xhp#par_id3153266.134.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3151284.135.help.text
+msgctxt "04060119.xhp#par_id3151284.135.help.text"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr "<emph>Rate</emph> is the annual rate of interest."
+
+#: 04060119.xhp#par_id3147314.136.help.text
+msgctxt "04060119.xhp#par_id3147314.136.help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+
+#: 04060119.xhp#par_id3145156.137.help.text
+msgctxt "04060119.xhp#par_id3145156.137.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060119.xhp#par_id3159218.138.help.text
+msgctxt "04060119.xhp#par_id3159218.138.help.text"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060119.xhp#hd_id3147547.139.help.text
+msgctxt "04060119.xhp#hd_id3147547.139.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3151214.140.help.text
+msgid "A security is purchased on 1999-02-15. It matures on 2007-11-15. 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 "A security is purchased on 1999-02-15. It matures on 2007-11-15. 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?"
+
+#: 04060119.xhp#par_id3154194.141.help.text
+msgid "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
+msgstr "=YIELD(\"1999-02-15\"; \"2007-11-15\"; 0.0575 ;95.04287; 100; 2; 0) returns 0.065 or 6.50 per cent."
+
+#: 04060119.xhp#bm_id3150100.help.text
+msgid "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+msgstr "<bookmark_value>YIELDDISC function</bookmark_value><bookmark_value>rates of return;non-interest-bearing securities</bookmark_value>"
+
+#: 04060119.xhp#hd_id3150100.142.help.text
+msgid "YIELDDISC"
+msgstr "YIELDDISC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_YIELDDISC\">Calculates the annual yield of a non-interest-bearing security.</ahelp>"
+
+#: 04060119.xhp#hd_id3149171.144.help.text
+msgctxt "04060119.xhp#hd_id3149171.144.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3159191.145.help.text
+msgid "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+msgstr "YIELDDISC(Settlement; Maturity; Price; Redemption; Basis)"
+
+#: 04060119.xhp#par_id3150237.146.help.text
+msgctxt "04060119.xhp#par_id3150237.146.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3146924.147.help.text
+msgctxt "04060119.xhp#par_id3146924.147.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3151201.148.help.text
+msgctxt "04060119.xhp#par_id3151201.148.help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+
+#: 04060119.xhp#par_id3156049.149.help.text
+msgctxt "04060119.xhp#par_id3156049.149.help.text"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+
+#: 04060119.xhp#hd_id3154139.150.help.text
+msgctxt "04060119.xhp#hd_id3154139.150.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3163815.151.help.text
+msgid "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. 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 "A non-interest-bearing security is purchased on 1999-02-15. It matures on 1999-03-01. 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?"
+
+#: 04060119.xhp#par_id3155187.152.help.text
+msgid "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
+msgstr "=YIELDDISC(\"1999-02-15\"; \"1999-03-01\"; 99.795; 100; 2) returns 0.052823 or 5.2823 per cent."
+
+#: 04060119.xhp#bm_id3155140.help.text
+msgid "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+msgstr "<bookmark_value>YIELDMAT function</bookmark_value><bookmark_value>rates of return;securities with interest paid on maturity</bookmark_value>"
+
+#: 04060119.xhp#hd_id3155140.153.help.text
+msgid "YIELDMAT"
+msgstr "YIELDMAT"
+
+#: 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 "<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>"
+
+#: 04060119.xhp#hd_id3159100.155.help.text
+msgctxt "04060119.xhp#hd_id3159100.155.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3159113.156.help.text
+msgid "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
+msgstr "YIELDMAT(Settlement; Maturity; Issue; Rate; Price; Basis)"
+
+#: 04060119.xhp#par_id3149309.157.help.text
+msgctxt "04060119.xhp#par_id3149309.157.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3151381.158.help.text
+msgctxt "04060119.xhp#par_id3151381.158.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3153302.159.help.text
+msgctxt "04060119.xhp#par_id3153302.159.help.text"
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr "<emph>Issue</emph> is the date of issue of the security."
+
+#: 04060119.xhp#par_id3147140.160.help.text
+msgctxt "04060119.xhp#par_id3147140.160.help.text"
+msgid "<emph>Rate</emph> is the interest rate of the security on the issue date."
+msgstr "<emph>Rate</emph> is the interest rate of the security on the issue date."
+
+#: 04060119.xhp#par_id3151067.161.help.text
+msgctxt "04060119.xhp#par_id3151067.161.help.text"
+msgid "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+msgstr "<emph>Price</emph> is the price (purchase price) of the security per 100 currency units of par value."
+
+#: 04060119.xhp#hd_id3155342.162.help.text
+msgctxt "04060119.xhp#hd_id3155342.162.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3163717.163.help.text
+msgid "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
+msgstr "A security is purchased on 1999-03-15. It matures on 1999-11-03. The issue date was 1998-11-08. The rate of interest is 6.25%, the price is 100.0123 units. The basis is 0. How high is the yield?"
+
+#: 04060119.xhp#par_id3155311.164.help.text
+msgid "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
+msgstr "=YIELDMAT(\"1999-03-15\"; \"1999-11-03\"; \"1998-11-08\"; 0.0625; 100.0123; 0) returns 0.060954 or 6.0954 per cent."
+
+#: 04060119.xhp#bm_id3149577.help.text
+msgid "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+msgstr "<bookmark_value>calculating;annuities</bookmark_value><bookmark_value>annuities</bookmark_value><bookmark_value>PMT function</bookmark_value>"
+
+#: 04060119.xhp#hd_id3149577.330.help.text
+msgid "PMT"
+msgstr "PMT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_RMZ\">Returns the periodic payment for an annuity with constant interest rates.</ahelp>"
+
+#: 04060119.xhp#hd_id3145257.332.help.text
+msgctxt "04060119.xhp#hd_id3145257.332.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3147278.333.help.text
+msgid "PMT(Rate; NPer; PV; FV; Type)"
+msgstr "PMT(Rate; NPer; PV; FV; Type)"
+
+#: 04060119.xhp#par_id3147291.334.help.text
+msgctxt "04060119.xhp#par_id3147291.334.help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr "<emph>Rate</emph> is the periodic interest rate."
+
+#: 04060119.xhp#par_id3148641.335.help.text
+msgid "<emph>NPer</emph> is the number of periods in which annuity is paid."
+msgstr "<emph>NPer</emph> is the number of periods in which annuity is paid."
+
+#: 04060119.xhp#par_id3156360.336.help.text
+msgctxt "04060119.xhp#par_id3156360.336.help.text"
+msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+msgstr "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
+
+#: 04060119.xhp#par_id3154920.337.help.text
+msgid "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
+msgstr "<emph>FV</emph> (optional) is the desired value (future value) to be reached at the end of the periodic payments."
+
+#: 04060119.xhp#par_id3156434.338.help.text
+msgid "<emph>Type</emph> (optional) is 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 "<emph>Type</emph> (optional) is 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."
+
+#: 04060119.xhp#par_idN11645.help.text
+msgctxt "04060119.xhp#par_idN11645.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060119.xhp#hd_id3152358.339.help.text
+msgctxt "04060119.xhp#hd_id3152358.339.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060119.xhp#par_id3155943.341.help.text
+msgid "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+msgstr "<item type=\"input\">=PMT(1.99%/12;36;25000)</item> = -715.96 currency units. The periodic monthly payment is therefore 715.96 currency units."
+
+#: 04060119.xhp#bm_id3155799.help.text
+msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
+
+#: 04060119.xhp#hd_id3155799.58.help.text
+msgid "TBILLEQ"
+msgstr "TBILLEQ"
+
+#: 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 "<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."
+
+#: 04060119.xhp#hd_id3155080.60.help.text
+msgctxt "04060119.xhp#hd_id3155080.60.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3150224.61.help.text
+msgid "TBILLEQ(Settlement; Maturity; Discount)"
+msgstr "TBILLEQ(Settlement; Maturity; Discount)"
+
+#: 04060119.xhp#par_id3156190.62.help.text
+msgctxt "04060119.xhp#par_id3156190.62.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3153827.63.help.text
+msgctxt "04060119.xhp#par_id3153827.63.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3150310.64.help.text
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+msgstr "<emph>Discount</emph> is the percentage discount on acquisition of the security."
+
+#: 04060119.xhp#hd_id3150324.65.help.text
+msgctxt "04060119.xhp#hd_id3150324.65.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3153173.66.help.text
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
+msgstr "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 per cent."
+
+#: 04060119.xhp#par_id3153520.67.help.text
+msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
+msgstr "The return on the treasury bill corresponding to a security is worked out as follows:"
+
+#: 04060119.xhp#par_id3154382.68.help.text
+msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
+msgstr "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
+
+#: 04060119.xhp#bm_id3151032.help.text
+msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
+
+#: 04060119.xhp#hd_id3151032.69.help.text
+msgid "TBILLPRICE"
+msgstr "TBILLPRICE"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
+
+#: 04060119.xhp#hd_id3156374.71.help.text
+msgctxt "04060119.xhp#hd_id3156374.71.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3150284.72.help.text
+msgid "TBILLPRICE(Settlement; Maturity; Discount)"
+msgstr "TBILLPRICE(Settlement; Maturity; Discount)"
+
+#: 04060119.xhp#par_id3154059.73.help.text
+msgctxt "04060119.xhp#par_id3154059.73.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3154073.74.help.text
+msgctxt "04060119.xhp#par_id3154073.74.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3145765.75.help.text
+msgid "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
+msgstr "<emph>Discount</emph> is the percentage discount upon acquisition of the security."
+
+#: 04060119.xhp#hd_id3153373.76.help.text
+msgctxt "04060119.xhp#hd_id3153373.76.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3155542.77.help.text
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
+msgstr "Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per cent."
+
+#: 04060119.xhp#par_id3154578.78.help.text
+msgid "The price of the treasury bill is worked out as follows:"
+msgstr "The price of the treasury bill is worked out as follows:"
+
+#: 04060119.xhp#par_id3154592.79.help.text
+msgid "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
+msgstr "=TBILLPRICE(\"1999-03-31\";\"1999-06-01\"; 0.09) returns 98.45."
+
+#: 04060119.xhp#bm_id3152912.help.text
+msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+msgstr "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
+
+#: 04060119.xhp#hd_id3152912.80.help.text
+msgid "TBILLYIELD"
+msgstr "TBILLYIELD"
+
+#: 04060119.xhp#par_id3145560.81.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
+
+#: 04060119.xhp#hd_id3145578.82.help.text
+msgctxt "04060119.xhp#hd_id3145578.82.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060119.xhp#par_id3156077.83.help.text
+msgid "TBILLYIELD(Settlement; Maturity; Price)"
+msgstr "TBILLYIELD(Settlement; Maturity; Price)"
+
+#: 04060119.xhp#par_id3156091.84.help.text
+msgctxt "04060119.xhp#par_id3156091.84.help.text"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr "<emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060119.xhp#par_id3157856.85.help.text
+msgctxt "04060119.xhp#par_id3157856.85.help.text"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "<emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060119.xhp#par_id3149627.86.help.text
+msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
+msgstr "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
+
+#: 04060119.xhp#hd_id3149642.87.help.text
+msgctxt "04060119.xhp#hd_id3149642.87.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060119.xhp#par_id3145178.88.help.text
+msgid "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
+msgstr "Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 currency units."
+
+#: 04060119.xhp#par_id3145193.89.help.text
+msgid "The yield of the treasury bill is worked out as follows:"
+msgstr "The yield of the treasury bill is worked out as follows:"
+
+#: 04060119.xhp#par_id3148528.90.help.text
+msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+msgstr "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
+
+#: 04060119.xhp#par_id3148546.345.help.text
+msgctxt "04060119.xhp#par_id3148546.345.help.text"
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
+
+#: 04060119.xhp#par_id3146762.346.help.text
+msgctxt "04060119.xhp#par_id3146762.346.help.text"
+msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+msgstr "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Forward to Financial Functions Part Three</link>"
+
+#: func_weeknumadd.xhp#tit.help.text
+msgid "WEEKNUM_ADD "
+msgstr "WEEKNUM_ADD "
+
+#: func_weeknumadd.xhp#bm_id3166443.help.text
+msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+
+#: func_weeknumadd.xhp#hd_id3166443.222.help.text
+msgid "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+msgstr "<variable id=\"weeknumadd\"><link href=\"text/scalc/01/func_weeknumadd.xhp\">WEEKNUM_ADD</link></variable>"
+
+#: 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 date.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+
+#: 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 "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."
+
+#: func_weeknumadd.xhp#hd_id3153745.224.help.text
+msgctxt "func_weeknumadd.xhp#hd_id3153745.224.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_weeknumadd.xhp#par_id3153685.225.help.text
+msgid "WEEKNUM_ADD(Date; ReturnType)"
+msgstr "WEEKNUM_ADD(Date; ReturnType)"
+
+#: func_weeknumadd.xhp#par_id3159277.226.help.text
+msgid "<emph>Date</emph> is the date within the calendar week."
+msgstr "<emph>Date</emph> is the date within the calendar week."
+
+#: func_weeknumadd.xhp#par_id3154098.227.help.text
+msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+msgstr "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+
+#: func_weeknumadd.xhp#hd_id3152886.228.help.text
+msgctxt "func_weeknumadd.xhp#hd_id3152886.228.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_weeknumadd.xhp#par_id3149973.229.help.text
+msgid "In which week number does 12.24.2001 fall?"
+msgstr "In which week number does 12.24.2001 fall?"
+
+#: func_weeknumadd.xhp#par_id3149914.230.help.text
+msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+msgstr "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+
+#: 06031000.xhp#tit.help.text
+msgid "AutoRefresh"
+msgstr "AutoRefresh"
+
+#: 06031000.xhp#bm_id3154515.help.text
+msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+msgstr "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+
+#: 06031000.xhp#hd_id3154515.1.help.text
+msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+
+#: 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 "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
+
+#: 12090103.xhp#tit.help.text
+msgctxt "12090103.xhp#tit.help.text"
+msgid "Filter"
+msgstr "Filter"
+
+#: 12090103.xhp#hd_id3153970.1.help.text
+msgctxt "12090103.xhp#hd_id3153970.1.help.text"
+msgid "Filter"
+msgstr "Filter"
+
+#: 12090103.xhp#par_id3150448.2.help.text
+msgid "Set the filtering options for the data."
+msgstr "Set the filtering options for the data."
+
+#: 12090103.xhp#hd_id3151043.3.help.text
+msgid "Filter Criteria"
+msgstr "Filter Criteria"
+
+#: 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 "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
+
+#: 12090103.xhp#hd_id3159153.5.help.text
+msgctxt "12090103.xhp#hd_id3159153.5.help.text"
+msgid "Operator"
+msgstr "Operator"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\" visibility=\"visible\">Select a logical operator for the filter.</ahelp>"
+
+#: 12090103.xhp#hd_id3152462.7.help.text
+msgid "Field name"
+msgstr "Field name"
+
+#: 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 "<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>"
+
+#: 12090103.xhp#hd_id3148575.9.help.text
+msgctxt "12090103.xhp#hd_id3148575.9.help.text"
+msgid "Condition"
+msgstr "Condition"
+
+#: 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 "<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>"
+
+#: 12090103.xhp#par_id3144764.11.help.text
+msgid "The following operators are available:"
+msgstr "The following operators are available:"
+
+#: 12090103.xhp#par_id3153415.12.help.text
+msgid "<emph>Conditions:</emph>"
+msgstr "<emph>Conditions:</emph>"
+
+#: 12090103.xhp#par_id3150324.13.help.text
+msgid "="
+msgstr "="
+
+#: 12090103.xhp#par_id3153714.14.help.text
+msgid "equal"
+msgstr "equal"
+
+#: 12090103.xhp#par_id3154254.15.help.text
+msgid "<"
+msgstr "<"
+
+#: 12090103.xhp#par_id3154703.16.help.text
+msgid "less than"
+msgstr "less than"
+
+#: 12090103.xhp#par_id3155335.17.help.text
+msgid ">"
+msgstr ">"
+
+#: 12090103.xhp#par_id3147003.18.help.text
+msgid "greater than"
+msgstr "greater than"
+
+#: 12090103.xhp#par_id3153270.19.help.text
+msgid "<="
+msgstr "<="
+
+#: 12090103.xhp#par_id3145257.20.help.text
+msgid "less than or equal to"
+msgstr "less than or equal to"
+
+#: 12090103.xhp#par_id3145134.21.help.text
+msgid ">="
+msgstr ">="
+
+#: 12090103.xhp#par_id3151214.22.help.text
+msgid "greater than or equal to"
+msgstr "greater than or equal to"
+
+#: 12090103.xhp#par_id3150345.23.help.text
+msgid "<>"
+msgstr "<>"
+
+#: 12090103.xhp#par_id3159101.24.help.text
+msgid "not equal to"
+msgstr "not equal to"
+
+#: 12090103.xhp#hd_id3150886.25.help.text
+msgctxt "12090103.xhp#hd_id3150886.25.help.text"
+msgid "Value"
+msgstr "Value"
+
+#: 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 "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\" visibility=\"visible\">Select the value that you want to compare to the selected field.</ahelp>"
+
+#: 12090103.xhp#hd_id3146980.27.help.text
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+
+#: 05020600.xhp#tit.help.text
+msgid "Cell Protection"
+msgstr "Cell Protection"
+
+#: 05020600.xhp#hd_id3145119.1.help.text
+msgid "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
+msgstr "<link href=\"text/scalc/01/05020600.xhp\" name=\"Cell Protection\">Cell Protection</link>"
+
+#: 05020600.xhp#par_id3150398.2.help.text
+msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
+
+#: 05020600.xhp#hd_id3150447.3.help.text
+msgid "Protection"
+msgstr "Protection"
+
+#: 05020600.xhp#hd_id3125864.9.help.text
+msgid "Hide all"
+msgstr "Hide all"
+
+#: 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 "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\">Hides formulae and contents of the selected cells.</ahelp>"
+
+#: 05020600.xhp#hd_id3153190.5.help.text
+msgid "Protected"
+msgstr "Protected"
+
+#: 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 "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\">Prevents the selected cells from being modified.</ahelp>"
+
+#: 05020600.xhp#par_id3156283.15.help.text
+msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+msgstr "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+
+#: 05020600.xhp#hd_id3149377.7.help.text
+msgid "Hide formula"
+msgstr "Hide formula"
+
+#: 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 "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\">Hides formulae in the selected cells.</ahelp>"
+
+#: 05020600.xhp#hd_id3155602.11.help.text
+msgctxt "05020600.xhp#hd_id3155602.11.help.text"
+msgid "Print"
+msgstr "Print"
+
+#: 05020600.xhp#par_id3153836.12.help.text
+msgid "Defines print options for the sheet."
+msgstr "Defines print options for the sheet."
+
+#: 05020600.xhp#hd_id3155065.13.help.text
+msgid "Hide when printing"
+msgstr "Hide when printing"
+
+#: 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 "<ahelp hid=\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\">Keeps the selected cells from being printed.</ahelp>"
+
+#: 12090102.xhp#tit.help.text
+msgctxt "12090102.xhp#tit.help.text"
+msgid "Pivot Table"
+msgstr ""
+
+#: 12090102.xhp#bm_id2306894.help.text
+msgid "<bookmark_value>pivot table function;show details</bookmark_value><bookmark_value>pivot table function;drill down</bookmark_value>"
+msgstr ""
+
+#: 12090102.xhp#hd_id3149165.1.help.text
+msgctxt "12090102.xhp#hd_id3149165.1.help.text"
+msgid "Pivot Table"
+msgstr ""
+
+#: 12090102.xhp#par_id3155922.13.help.text
+msgid "<ahelp hid=\".uno:DataPilotExec\">Specify the layout of the table that is generated by the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090102.xhp#par_id3148798.34.help.text
+msgid "The pivot table displays data fields as buttons which you can drag and drop to define the pivot table."
+msgstr ""
+
+#: 12090102.xhp#hd_id3154908.18.help.text
+msgctxt "12090102.xhp#hd_id3154908.18.help.text"
+msgid "Layout"
+msgstr "Layout"
+
+#: 12090102.xhp#par_id3150768.19.help.text
+msgid "<ahelp hid=\"HID_SC_DPLAY_SELECT\">To define the layout of a pivot 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 pivot table."
+msgstr ""
+
+#: 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 "$[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."
+
+#: 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 "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> dialogue. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas."
+
+#: 12090102.xhp#hd_id3149260.28.help.text
+msgctxt "12090102.xhp#hd_id3149260.28.help.text"
+msgid "Remove"
+msgstr "Remove"
+
+#: 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 "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\">Removes the selected data field from the table layout.</ahelp>"
+
+#: 12090102.xhp#hd_id3145273.26.help.text
+msgctxt "12090102.xhp#hd_id3145273.26.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 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 "<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> dialogue where you can change the function that is associated with the selected field.</ahelp>"
+
+#: 12090102.xhp#hd_id3154944.22.help.text
+msgctxt "12090102.xhp#hd_id3154944.22.help.text"
+msgid "More"
+msgstr "More"
+
+#: 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 pivot table.</ahelp>"
+msgstr ""
+
+#: 12090102.xhp#hd_id3151073.2.help.text
+msgctxt "12090102.xhp#hd_id3151073.2.help.text"
+msgid "Result"
+msgstr "Result"
+
+#: 12090102.xhp#par_id3155417.3.help.text
+msgid "Specify the settings for displaying the results of the pivot table."
+msgstr ""
+
+#: 12090102.xhp#hd_id0509200913025625.help.text
+msgid "Selection from"
+msgstr "Selection from"
+
+#: 12090102.xhp#par_id0509200913025615.help.text
+msgid "<ahelp hid=\".\">Select the area that contains the data for the current pivot table.</ahelp>"
+msgstr ""
+
+#: 12090102.xhp#hd_id3155603.4.help.text
+msgid "Results to"
+msgstr "Results to"
+
+#: 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 pivot table.</ahelp>"
+msgstr ""
+
+#: 12090102.xhp#par_id3155961.6.help.text
+msgid "If the selected area contains data, the pivot table overwrites the data. To prevent the loss of existing data, let the pivot table automatically select the area to display the results."
+msgstr ""
+
+#: 12090102.xhp#hd_id3147364.7.help.text
+msgid "Ignore empty rows"
+msgstr "Ignore empty rows"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS\">Ignores empty fields in the data source.</ahelp>"
+
+#: 12090102.xhp#hd_id3155114.9.help.text
+msgid "Identify categories"
+msgstr "Identify categories"
+
+#: 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 category of the row above.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT\">Automatically assigns rows without labels to the category of the row above.</ahelp>"
+
+#: 12090102.xhp#hd_id3149207.14.help.text
+msgid "Total columns"
+msgstr "Total columns"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\">Calculates and displays the grand total of the column calculation.</ahelp>"
+
+#: 12090102.xhp#hd_id3150364.16.help.text
+msgid "Total rows"
+msgstr "Total rows"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\">Calculates and displays the grand total of the row calculation.</ahelp>"
+
+#: 12090102.xhp#par_idN10897.help.text
+msgid "Add filter"
+msgstr "Add filter"
+
+#: 12090102.xhp#par_idN1089B.help.text
+msgid "<ahelp hid=\".\">Adds a Filter button to pivot tables that are based on spreadsheet data.</ahelp>"
+msgstr ""
+
+#: 12090102.xhp#par_idN108B2.help.text
+msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Filter dialogue.</ahelp>"
+
+#: 12090102.xhp#par_idN108C9.help.text
+msgid "Enable drill to details"
+msgstr "Enable drill to details"
+
+#: 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 "<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>"
+
+#: 12090102.xhp#par_idN108DC.help.text
+msgid "To examine details inside a pivot table"
+msgstr ""
+
+#: 12090102.xhp#par_idN108E0.help.text
+msgid "Do one of the following:"
+msgstr "Do one of the following:"
+
+#: 12090102.xhp#par_idN108E6.help.text
+msgid "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
+msgstr "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
+
+#: 12090102.xhp#par_idN108EE.help.text
+msgid "Double-click a field in the table."
+msgstr "Double-click a field in the table."
+
+#: 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 "If you double-click a field which has adjacent fields at the same level, the <emph>Show Detail</emph> dialogue opens:"
+
+#: 12090102.xhp#par_idN10900.help.text
+msgid "Show Detail"
+msgstr "Show Detail"
+
+#: 12090102.xhp#par_idN10904.help.text
+msgid "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
+msgstr "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
+
+#: 12090102.xhp#par_id3149817.35.help.text
+msgid "<link href=\"text/scalc/04/01020000.xhp\" name=\"Pivot table shortcut keys\">Pivot table shortcut keys</link>"
+msgstr ""
+
+#: func_eomonth.xhp#tit.help.text
+msgid "EOMONTH"
+msgstr "EOMONTH"
+
+#: func_eomonth.xhp#bm_id3150991.help.text
+msgid "<bookmark_value>EOMONTH function</bookmark_value>"
+msgstr "<bookmark_value>EOMONTH function</bookmark_value>"
+
+#: func_eomonth.xhp#hd_id3150991.231.help.text
+msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+msgstr "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
+
+#: 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 m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
+
+#: func_eomonth.xhp#hd_id3150597.233.help.text
+msgctxt "func_eomonth.xhp#hd_id3150597.233.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_eomonth.xhp#par_id3150351.234.help.text
+msgid "EOMONTH(StartDate; Months)"
+msgstr "EOMONTH(StartDate; Months)"
+
+#: func_eomonth.xhp#par_id3146787.235.help.text
+msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
+msgstr "<emph>StartDate</emph> is a date (the starting point of the calculation)."
+
+#: func_eomonth.xhp#par_id3155615.236.help.text
+msgctxt "func_eomonth.xhp#par_id3155615.236.help.text"
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+msgstr "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+
+#: func_eomonth.xhp#hd_id3156335.237.help.text
+msgctxt "func_eomonth.xhp#hd_id3156335.237.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "What is the last day of the month that falls 6 months after September 14 2001?"
+
+#: func_eomonth.xhp#par_id3156143.239.help.text
+msgid "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
+msgstr "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31."
+
+#: func_eomonth.xhp#par_id3156144.239.help.text
+msgid "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
+msgstr "<item type=\"input\">=EOMONTH(\"2001-09-14\";6)</item> works as well. If the date is given as string, it has to be in ISO format."
+
+#: 02120100.xhp#tit.help.text
+msgctxt "02120100.xhp#tit.help.text"
+msgid "Header/Footer"
+msgstr "Header/Footer"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#hd_id3153360.1.help.text
+msgid "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
+msgstr "<link href=\"text/scalc/01/02120100.xhp\" name=\"Header/Footer\">Header/Footer</link>"
+
+#: 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 "<ahelp hid=\"HID_SCPAGE_HFED_FL\">Defines or formats a header or footer for a Page Style.</ahelp>"
+
+#: 02120100.xhp#hd_id3145748.3.help.text
+msgid "Left Area"
+msgstr "Left Area"
+
+#: 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 "<ahelp hid=\"HID_SC_HF_FLL\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
+
+#: 02120100.xhp#hd_id3148648.5.help.text
+msgid "Center Area"
+msgstr "Centre Area"
+
+#: 02120100.xhp#par_id3163710.6.help.text
+msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter the text to be displayed at the centre of the header or footer.</ahelp>"
+
+#: 02120100.xhp#hd_id3154942.7.help.text
+msgid "Right Area"
+msgstr "Right Area"
+
+#: 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 "<ahelp hid=\"HID_SC_HF_FLR\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
+
+#: 02120100.xhp#par_idN10811.help.text
+msgctxt "02120100.xhp#par_idN10811.help.text"
+msgid "Header/Footer"
+msgstr "Header/Footer"
+
+#: 02120100.xhp#par_idN10815.help.text
+msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+
+#: 02120100.xhp#hd_id3154729.9.help.text
+msgid "Text attributes"
+msgstr "Text attributes"
+
+#: 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 "<ahelp hid=\"HID_SC_HF_TEXT\">Opens a dialogue to assign formats to new or selected text.</ahelp> The <emph>Text Attributes </emph>dialogue 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>."
+
+#: 02120100.xhp#par_id3159266.help.text
+msgid "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156386\" src=\"sc/res/text.png\" width=\"0.1874in\" height=\"0.1665in\"><alt id=\"alt_id3156386\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3155336.25.help.text
+msgid "Text Attributes"
+msgstr "Text Attributes"
+
+#: 02120100.xhp#hd_id3145792.11.help.text
+msgid "File Name "
+msgstr "File Name "
+
+#: 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 "<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."
+
+#: 02120100.xhp#par_id3150369.help.text
+msgid "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150518\" src=\"res/folderop.png\" width=\"0.1665in\" height=\"0.1252in\"><alt id=\"alt_id3150518\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3154487.26.help.text
+msgid "File Name"
+msgstr "File Name"
+
+#: 02120100.xhp#hd_id3155812.13.help.text
+msgctxt "02120100.xhp#hd_id3155812.13.help.text"
+msgid "Sheet Name"
+msgstr "Sheet Name"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#par_id3146870.help.text
+msgid "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148870\" src=\"sc/res/table.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148870\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3147071.27.help.text
+msgctxt "02120100.xhp#par_id3147071.27.help.text"
+msgid "Sheet Name"
+msgstr "Sheet Name"
+
+#: 02120100.xhp#hd_id3144768.15.help.text
+msgctxt "02120100.xhp#hd_id3144768.15.help.text"
+msgid "Page"
+msgstr "Page"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#par_id3151304.help.text
+msgid "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155386\" src=\"sc/res/page.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155386\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3150048.28.help.text
+msgctxt "02120100.xhp#par_id3150048.28.help.text"
+msgid "Page"
+msgstr "Page"
+
+#: 02120100.xhp#hd_id3146962.17.help.text
+msgctxt "02120100.xhp#hd_id3146962.17.help.text"
+msgid "Pages"
+msgstr "Pages"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#par_id3149315.help.text
+msgid "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155757\" src=\"sc/res/pages.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155757\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3147499.29.help.text
+msgctxt "02120100.xhp#par_id3147499.29.help.text"
+msgid "Pages"
+msgstr "Pages"
+
+#: 02120100.xhp#hd_id3149050.19.help.text
+msgctxt "02120100.xhp#hd_id3149050.19.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#par_id3147299.help.text
+msgid "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150394\" src=\"sc/res/date.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150394\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3150540.30.help.text
+msgctxt "02120100.xhp#par_id3150540.30.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 02120100.xhp#hd_id3147610.21.help.text
+msgctxt "02120100.xhp#hd_id3147610.21.help.text"
+msgid "Time"
+msgstr "Time"
+
+#: 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 "<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>"
+
+#: 02120100.xhp#par_id3153122.help.text
+msgid "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146884\" src=\"sc/res/time.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146884\">Icon</alt></image>"
+
+#: 02120100.xhp#par_id3157904.31.help.text
+msgctxt "02120100.xhp#par_id3157904.31.help.text"
+msgid "Time"
+msgstr "Time"
+
+#: 04060120.xhp#tit.help.text
+msgctxt "04060120.xhp#tit.help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp#hd_id4149052.1.help.text
+msgctxt "04060120.xhp#hd_id4149052.1.help.text"
+msgid "Bit Operation Functions"
+msgstr ""
+
+#: 04060120.xhp#bm_id4150026.help.text
+#, fuzzy
+msgid "<bookmark_value>BITAND function</bookmark_value>"
+msgstr "<bookmark_value>AND function</bookmark_value>"
+
+#: 04060120.xhp#hd_id4150026.238.help.text
+msgid "BITAND"
+msgstr ""
+
+#: 04060120.xhp#par_id4146942.239.help.text
+msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp#hd_id4150459.240.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4150459.240.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060120.xhp#par_id4146878.241.help.text
+msgid "BITAND(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp#par_id4151228.242.help.text
+msgctxt "04060120.xhp#par_id4151228.242.help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp#hd_id4148582.248.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4148582.248.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060120.xhp#par_id4149246.250.help.text
+msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
+msgstr ""
+
+#: 04060120.xhp#bm_id4146139.help.text
+#, fuzzy
+msgid "<bookmark_value>BITOR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060120.xhp#hd_id4146139.252.help.text
+msgid "BITOR"
+msgstr ""
+
+#: 04060120.xhp#par_id4150140.253.help.text
+msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp#hd_id4149188.254.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4149188.254.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060120.xhp#par_id4148733.255.help.text
+msgid "BITOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp#par_id4150864.256.help.text
+msgctxt "04060120.xhp#par_id4150864.256.help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp#par_id4149884.264.help.text
+msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgstr ""
+
+#: 04060120.xhp#bm_id4150019.help.text
+#, fuzzy
+msgid "<bookmark_value>BITXOR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060120.xhp#hd_id4150019.182.help.text
+msgid "BITXOR"
+msgstr ""
+
+#: 04060120.xhp#par_id4145246.183.help.text
+msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp#hd_id4153047.184.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4153047.184.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060120.xhp#par_id4157970.185.help.text
+msgid "BITXOR(number1; number2)"
+msgstr ""
+
+#: 04060120.xhp#par_id4145302.186.help.text
+msgctxt "04060120.xhp#par_id4145302.186.help.text"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp#hd_id4150269.192.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4150269.192.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060120.xhp#par_id4149394.196.help.text
+msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+msgstr ""
+
+#: 04060120.xhp#bm_id4155370.help.text
+#, fuzzy
+msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060120.xhp#hd_id4155370.266.help.text
+msgid "BITLSHIFT"
+msgstr ""
+
+#: 04060120.xhp#par_id4158411.267.help.text
+msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp#hd_id4155814.268.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4155814.268.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060120.xhp#par_id4147536.269.help.text
+msgid "BITLSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp#par_id4150475.270.help.text
+msgctxt "04060120.xhp#par_id4150475.270.help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp#par_id4153921.271.help.text
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp#hd_id4153723.276.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4153723.276.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060120.xhp#par_id4149819.278.help.text
+msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
+msgstr ""
+
+#: 04060120.xhp#bm_id4083280.help.text
+#, fuzzy
+msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060120.xhp#hd_id4083280.165.help.text
+msgid "BITRSHIFT"
+msgstr ""
+
+#: 04060120.xhp#par_id4152482.166.help.text
+msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+msgstr ""
+
+#: 04060120.xhp#hd_id4149713.167.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4149713.167.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060120.xhp#par_id4145087.168.help.text
+msgid "BITRSHIFT(number; shift)"
+msgstr ""
+
+#: 04060120.xhp#par_id4149277.169.help.text
+msgctxt "04060120.xhp#par_id4149277.169.help.text"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
+
+#: 04060120.xhp#par_id4149270.170.help.text
+msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
+msgstr ""
+
+#: 04060120.xhp#hd_id4152933.175.help.text
+#, fuzzy
+msgctxt "04060120.xhp#hd_id4152933.175.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060120.xhp#par_id4156130.179.help.text
+msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
+msgstr ""
+
+#: 04070100.xhp#tit.help.text
+msgctxt "04070100.xhp#tit.help.text"
+msgid "Define Names"
+msgstr "Define Names"
+
+#: 04070100.xhp#hd_id3156330.1.help.text
+msgctxt "04070100.xhp#hd_id3156330.1.help.text"
+msgid "Define Names"
+msgstr "Define Names"
+
+#: 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 "<variable id=\"namenfestlegentext\"><ahelp hid=\".uno:DefineName\">Opens a dialogue where you can specify a name for a selected area.</ahelp></variable>"
+
+#: 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 "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialogue fields."
+
+#: 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 "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 formulae or parts of a formula are not listed here."
+
+#: 04070100.xhp#hd_id3151118.3.help.text
+msgctxt "04070100.xhp#hd_id3151118.3.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 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 "<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 coloured frames."
+
+#: 04070100.xhp#hd_id3153728.9.help.text
+msgid "Assigned to"
+msgstr "Assigned to"
+
+#: 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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
+
+#: 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 "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."
+
+#: 04070100.xhp#hd_id3154729.13.help.text
+msgctxt "04070100.xhp#hd_id3154729.13.help.text"
+msgid "More"
+msgstr "More"
+
+#: 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 "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
+
+#: 04070100.xhp#hd_id3147394.15.help.text
+msgid "Area type"
+msgstr "Area type"
+
+#: 04070100.xhp#par_id3155416.16.help.text
+msgid "Defines additional options related to the type of reference area."
+msgstr "Defines additional options related to the type of reference area."
+
+#: 04070100.xhp#hd_id3150716.17.help.text
+msgctxt "04070100.xhp#hd_id3150716.17.help.text"
+msgid "Print range"
+msgstr "Print range"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\">Defines the area as a print range.</ahelp>"
+
+#: 04070100.xhp#hd_id3153764.19.help.text
+msgctxt "04070100.xhp#hd_id3153764.19.help.text"
+msgid "Filter"
+msgstr "Filter"
+
+#: 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 "<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>"
+
+#: 04070100.xhp#hd_id3159267.21.help.text
+msgid "Repeat column"
+msgstr "Repeat column"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\">Defines the area as a repeating column.</ahelp>"
+
+#: 04070100.xhp#hd_id3153966.23.help.text
+msgid "Repeat row"
+msgstr "Repeat row"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\">Defines the area as a repeating row.</ahelp>"
+
+#: 04070100.xhp#hd_id3155112.27.help.text
+msgctxt "04070100.xhp#hd_id3155112.27.help.text"
+msgid "Add/Modify"
+msgstr "Add/Modify"
+
+#: 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 "<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>"
+
+#: 12040400.xhp#tit.help.text
+msgid "Remove Filter"
+msgstr "Remove Filter"
+
+#: 12040400.xhp#hd_id3153087.1.help.text
+msgid "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040400.xhp\" name=\"Remove Filter\">Remove Filter</link>"
+
+#: 12040400.xhp#par_id3154760.2.help.text
+msgid "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataFilterRemoveFilter\">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp>"
+
+#: 12090000.xhp#tit.help.text
+msgctxt "12090000.xhp#tit.help.text"
+msgid "Pivot Table"
+msgstr ""
+
+#: 12090000.xhp#hd_id3150275.1.help.text
+#, fuzzy
+msgid "<link href=\"text/scalc/01/12090000.xhp\" name=\"Pivot Table\">Pivot Table</link>"
+msgstr "<link href=\"text/scalc/01/05080000.xhp\" name=\"Print Ranges\">Print Ranges</link>"
+
+#: 12090000.xhp#par_id3153562.2.help.text
+msgid "A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data."
+msgstr ""
+
+#: 12090000.xhp#hd_id3155923.3.help.text
+msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+msgstr "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+
+#: 12090000.xhp#par_idN105FB.help.text
+msgctxt "12090000.xhp#par_idN105FB.help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr ""
+
+#: solver.xhp#tit.help.text
+msgid "Solver"
+msgstr "Solver"
+
+#: solver.xhp#bm_id7654652.help.text
+msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+msgstr "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+
+#: solver.xhp#hd_id9216284.help.text
+msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
+msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
+
+#: solver.xhp#par_id9210486.help.text
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Solver dialogue. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+
+#: solver.xhp#par_id8538773.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimised.</ahelp>"
+
+#: solver.xhp#par_id7564012.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+
+#: solver.xhp#par_id1186254.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+
+#: solver.xhp#par_id7432477.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+
+#: solver.xhp#par_id7141026.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+
+#: solver.xhp#par_id8531449.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+
+#: solver.xhp#par_id9183935.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+
+#: solver.xhp#par_id946684.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+
+#: solver.xhp#par_id9607226.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+
+#: solver.xhp#par_id1939451.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to shrink or restore the dialogue. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.</ahelp>"
+
+#: solver.xhp#par_id9038972.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
+
+#: solver.xhp#par_id2423780.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialogue.</ahelp>"
+
+#: solver.xhp#par_id2569658.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialog settings are retained until you close the current document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to solve the equation with the current settings. The dialogue settings are retained until you close the current document.</ahelp>"
+
+#: solver.xhp#par_id5474410.help.text
+msgid "To solve equations with the solver"
+msgstr "To solve equations with the solver"
+
+#: solver.xhp#par_id2216559.help.text
+msgid "The goal of the solver process is to find those variable values of an equation that result in an optimized value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
+msgstr "The goal of the solver process is to find those variable values of an equation that result in an optimised value in the <emph>target cell</emph>, also named the \"objective\". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value."
+
+#: solver.xhp#par_id7869502.help.text
+msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box. "
+msgstr "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box. "
+
+#: solver.xhp#par_id9852900.help.text
+msgid "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
+msgstr "You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed)."
+
+#: solver.xhp#par_id5323953.help.text
+msgid "The default solver engine supports only linear equations."
+msgstr "The default solver engine supports only linear equations."
+
+#: solver_options.xhp#tit.help.text
+msgctxt "solver_options.xhp#tit.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: solver_options.xhp#hd_id2794274.help.text
+msgctxt "solver_options.xhp#hd_id2794274.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: solver_options.xhp#par_id6776940.help.text
+msgid "The Options dialog for the <link href=\"text/scalc/01/solver.xhp\">Solver</link> is used to set some options."
+msgstr "The Options dialogue for the <link href=\"text/scalc/01/solver.xhp\">Solver</link> is used to set some options."
+
+#: solver_options.xhp#par_id393993.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a solver engine. The listbox is disabled if only one solver engine is installed. Solver engines can be installed as extensions.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a solver engine. The listbox is disabled if only one solver engine is installed. Solver engines can be installed as extensions.</ahelp>"
+
+#: solver_options.xhp#par_id5871761.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
+
+#: solver_options.xhp#par_id6531266.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialogue opens where you can change the value.</ahelp>"
+
+#: solver_options.xhp#par_id3912778.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
+
+#: solver_options.xhp#par_id3163853.help.text
+msgid "Use the Options dialog to configure the current solver engine."
+msgstr "Use the Options dialogue to configure the current solver engine."
+
+#: solver_options.xhp#par_id121158.help.text
+msgid "You can install more solver engines as extensions, if available. Open Tools - Extension Manager and browse to the Extensions web site to search for extensions."
+msgstr "You can install more solver engines as extensions, if available. Open Tools - Extension Manager and browse to the Extensions web site to search for extensions."
+
+#: solver_options.xhp#par_id3806878.help.text
+msgid "Select the solver engine to use and to configure from the listbox. The listbox is disabled if onle one solver engine is installed."
+msgstr "Select the solver engine to use and to configure from the listbox. The listbox is disabled if onle one solver engine is installed."
+
+#: solver_options.xhp#par_id130619.help.text
+msgid "In the Settings box, check all settings that you want to use for the current goal seeking operation. If the current option offers different values, the Edit button is enabled. Click Edit to open a dialog where you can change the value."
+msgstr "In the Settings box, check all settings that you want to use for the current goal seeking operation. If the current option offers different values, the Edit button is enabled. Click Edit to open a dialogue where you can change the value."
+
+#: solver_options.xhp#par_id9999694.help.text
+msgid "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialog."
+msgstr "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialogue."
+
+#: 02160000.xhp#tit.help.text
+msgctxt "02160000.xhp#tit.help.text"
+msgid "Delete Cells"
+msgstr "Delete Cells"
+
+#: 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;cells/rows/columns</bookmark_value>"
+msgstr "<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;cells/rows/columns</bookmark_value>"
+
+#: 02160000.xhp#hd_id3153726.1.help.text
+msgctxt "02160000.xhp#hd_id3153726.1.help.text"
+msgid "Delete Cells"
+msgstr "Delete Cells"
+
+#: 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 ""
+
+#: 02160000.xhp#hd_id3149121.3.help.text
+msgctxt "02160000.xhp#hd_id3149121.3.help.text"
+msgid "Selection"
+msgstr "Selection"
+
+#: 02160000.xhp#par_id3150751.4.help.text
+msgid "This area contains options for specifying how sheets are displayed after deleting cells."
+msgstr "This area contains options for specifying how sheets are displayed after deleting cells."
+
+#: 02160000.xhp#hd_id3155767.5.help.text
+msgid "Shift cells up"
+msgstr "Shift cells up"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
+
+#: 02160000.xhp#hd_id3156382.7.help.text
+msgid "Shift cells left"
+msgstr "Shift cells left"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
+
+#: 02160000.xhp#hd_id3146918.9.help.text
+msgid "Delete entire row(s)"
+msgstr "Delete entire row(s)"
+
+#: 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 "<ahelp hid=\".uno:DeleteRows\">After selecting at least one cell, deletes the entire row from the sheet.</ahelp>"
+
+#: 02160000.xhp#hd_id3155114.11.help.text
+msgid "Delete entire column(s)"
+msgstr "Delete entire column(s)"
+
+#: 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 "<ahelp hid=\".uno:DeleteColumns\">After selecting at least one cell, deletes the entire column from the sheet.</ahelp>"
+
+#: 02160000.xhp#par_id3166424.help.text
+#, fuzzy
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Deleting Contents\">Deleting Contents</link>"
+msgstr "<link href=\"text/scalc/01/06990000.xhp\" name=\"Cell Contents\">Cell Contents</link>"
+
+#: 05040200.xhp#tit.help.text
+msgctxt "05040200.xhp#tit.help.text"
+msgid "Optimal Column Width"
+msgstr "Optimal Column Width"
+
+#: 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 "<bookmark_value>spreadsheets; optimal column widths</bookmark_value><bookmark_value>columns; optimal widths</bookmark_value><bookmark_value>optimal column widths</bookmark_value>"
+
+#: 05040200.xhp#hd_id3155628.1.help.text
+msgctxt "05040200.xhp#hd_id3155628.1.help.text"
+msgid "Optimal Column Width"
+msgstr "Optimal Column Width"
+
+#: 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 "<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>."
+
+#: 05040200.xhp#hd_id3150767.3.help.text
+msgctxt "05040200.xhp#hd_id3150767.3.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 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 "<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>"
+
+#: 05040200.xhp#hd_id3145785.5.help.text
+msgctxt "05040200.xhp#hd_id3145785.5.help.text"
+msgid "Default value"
+msgstr "Default value"
+
+#: 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 "<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."
+
+#: 12040000.xhp#tit.help.text
+msgctxt "12040000.xhp#tit.help.text"
+msgid "Filter"
+msgstr "Filter"
+
+#: 12040000.xhp#hd_id3150767.1.help.text
+msgid "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
+msgstr "<link href=\"text/scalc/01/12040000.xhp\" name=\"Filter\">Filter</link>"
+
+#: 12040000.xhp#par_id3155131.2.help.text
+msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
+msgstr "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
+
+#: 12040000.xhp#par_id3146119.7.help.text
+msgid "$[officename] automatically recognizes predefined database ranges."
+msgstr "$[officename] automatically recognises predefined database ranges."
+
+#: 12040000.xhp#par_id3153363.3.help.text
+msgid "The following filtering options are available:"
+msgstr "The following filtering options are available:"
+
+#: 12040000.xhp#hd_id3153728.4.help.text
+msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
+msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"Standard filter\">Standard filter</link>"
+
+#: 12040000.xhp#hd_id3159153.5.help.text
+msgid "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
+msgstr "<link href=\"text/scalc/01/12040300.xhp\" name=\"Advanced filter\">Advanced filter</link>"
+
+#: 04090000.xhp#tit.help.text
+msgid "Link to External Data"
+msgstr "Link to External Data"
+
+#: 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 "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\" visibility=\"hidden\">Locate the file containing the data you want to insert.</ahelp>"
+
+#: 04090000.xhp#hd_id3145785.3.help.text
+msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>"
+msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\">Link to External Data</link>"
+
+#: 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 "<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>"
+
+#: 04090000.xhp#hd_id3146984.5.help.text
+msgid "URL of external data source."
+msgstr "URL of external data source."
+
+#: 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 Enter.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCDLG_LINKAREAURL\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
+
+#: 04090000.xhp#hd_id3145251.7.help.text
+msgid "Available tables/ranges"
+msgstr "Available tables/ranges"
+
+#: 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 "<ahelp hid=\"SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES\">Select the table or the data range that you want to insert.</ahelp>"
+
+#: 04090000.xhp#hd_id3154492.9.help.text
+msgid "Update every"
+msgstr "Update every"
+
+#: 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 "<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>"
+
+#: 04070400.xhp#tit.help.text
+msgid "Define Label Range"
+msgstr "Define Label Range"
+
+#: 04070400.xhp#bm_id3150791.help.text
+msgid "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
+msgstr "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
+
+#: 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 "<variable id=\"define_label_range\"><link href=\"text/scalc/01/04070400.xhp\">Define Label Range</link></variable>"
+
+#: 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 "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Opens a dialogue in which you can define a label range.</ahelp></variable>"
+
+#: 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 "The cell contents of a label range can be used like names in formulae - $[officename] recognises 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."
+
+#: 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 "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."
+
+#: 04070400.xhp#hd_id3145801.3.help.text
+msgctxt "04070400.xhp#hd_id3145801.3.help.text"
+msgid "Range"
+msgstr "Range"
+
+#: 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 "<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>."
+
+#: 04070400.xhp#hd_id3149121.5.help.text
+msgctxt "04070400.xhp#hd_id3149121.5.help.text"
+msgid "Contains column labels"
+msgstr "Contains column labels"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\">Includes column labels in the current label range.</ahelp>"
+
+#: 04070400.xhp#hd_id3149020.7.help.text
+msgid "Contains row labels"
+msgstr "Contains row labels"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD\">Includes row labels in the current label range.</ahelp>"
+
+#: 04070400.xhp#hd_id3159264.11.help.text
+msgid "For data range"
+msgstr "For data range"
+
+#: 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 "<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>"
+
+#: 04070400.xhp#hd_id3145789.9.help.text
+msgctxt "04070400.xhp#hd_id3145789.9.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 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 "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\">Adds the current label range to the list.</ahelp>"
+
+#: func_date.xhp#tit.help.text
+msgid "DATE"
+msgstr "DATE"
+
+#: func_date.xhp#bm_id3155511.help.text
+msgid "<bookmark_value>DATE function</bookmark_value>"
+msgstr "<bookmark_value>DATE function</bookmark_value>"
+
+#: func_date.xhp#hd_id3155511.3.help.text
+msgid "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+msgstr "<variable id=\"date\"><link href=\"text/scalc/01/func_date.xhp\">DATE</link></variable>"
+
+#: func_date.xhp#par_id3153551.4.help.text
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day 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 any other number format."
+msgstr "<ahelp hid=\"HID_FUNC_DATUM\">This function calculates a date specified by year, month, day 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 any other number format."
+
+#: func_date.xhp#hd_id3148590.5.help.text
+msgctxt "func_date.xhp#hd_id3148590.5.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_date.xhp#par_id3150474.6.help.text
+msgid "DATE(Year; Month; Day)"
+msgstr "DATE(Year; Month; Day)"
+
+#: func_date.xhp#par_id3152815.7.help.text
+msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+msgstr "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+
+#: func_date.xhp#par_id3153222.174.help.text
+msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
+msgstr "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognised as 20xx."
+
+#: func_date.xhp#par_id3155817.8.help.text
+msgid "<emph>Month</emph> is an integer indicating the month."
+msgstr "<emph>Month</emph> is an integer indicating the month."
+
+#: func_date.xhp#par_id3153183.9.help.text
+msgid "<emph>Day</emph> is an integer indicating the day of the month."
+msgstr "<emph>Day</emph> is an integer indicating the day of the month."
+
+#: func_date.xhp#par_id3156260.10.help.text
+msgid "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
+msgstr "If the values for month and day are out of bounds, they are carried over to the next digit. If you enter <item type=\"input\">=DATE(00;12;31)</item> the result will be 12/31/00. If, on the other hand, you enter <item type=\"input\">=DATE(00;13;31)</item> the result will be 1/31/01."
+
+#: func_date.xhp#hd_id3147477.12.help.text
+msgctxt "func_date.xhp#hd_id3147477.12.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_date.xhp#par_id3152589.16.help.text
+msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
+msgstr "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
+
+#: func_days360.xhp#tit.help.text
+msgid "DAYS360 "
+msgstr "DAYS360 "
+
+#: func_days360.xhp#bm_id3148555.help.text
+msgid "<bookmark_value>DAYS360 function</bookmark_value>"
+msgstr "<bookmark_value>DAYS360 function</bookmark_value>"
+
+#: func_days360.xhp#hd_id3148555.124.help.text
+msgid "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+msgstr "<variable id=\"days360\"><link href=\"text/scalc/01/func_days360.xhp\">DAYS360</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
+
+#: func_days360.xhp#hd_id3155347.126.help.text
+msgctxt "func_days360.xhp#hd_id3155347.126.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_days360.xhp#par_id3155313.127.help.text
+msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
+msgstr "DAYS360(\"Date1\"; \"Date2\"; Type)"
+
+#: func_days360.xhp#par_id3145263.128.help.text
+msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+msgstr "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+
+#: 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 "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."
+
+#: func_days360.xhp#hd_id3148641.130.help.text
+msgctxt "func_days360.xhp#hd_id3148641.130.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_days360.xhp#par_id3156348.132.help.text
+msgid "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
+msgstr "=DAYS360(\"2000-01-01\";NOW()) returns the number of interest days from January 1, 2000 until today."
+
+#: text2columns.xhp#tit.help.text
+msgid "Text to Columns"
+msgstr "Text to Columns"
+
+#: text2columns.xhp#bm_id8004394.help.text
+msgid "<bookmark_value>text to columns</bookmark_value>"
+msgstr "<bookmark_value>text to columns</bookmark_value>"
+
+#: text2columns.xhp#hd_id2300180.help.text
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgstr "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+
+#: text2columns.xhp#par_id655232.help.text
+msgid "<variable id=\"text2columns\">Opens the Text to Columns dialog, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
+msgstr "<variable id=\"text2columns\">Opens the Text to Columns dialogue, where you enter settings to expand the contents of selected cells to multiple cells. </variable>"
+
+#: text2columns.xhp#hd_id9599597.help.text
+msgid "To expand cell contents to multiple cells"
+msgstr "To expand cell contents to multiple cells"
+
+#: text2columns.xhp#par_id2021546.help.text
+msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row. "
+msgstr "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row. "
+
+#: text2columns.xhp#par_id2623981.help.text
+msgid "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>. "
+msgstr "For example, cell A1 contains the comma separated values <item type=\"literal\">1,2,3,4</item>, and cell A2 contains the text <item type=\"literal\">A,B,C,D</item>. "
+
+#: text2columns.xhp#par_id7242042.help.text
+msgid "Select the cell or cells that you want to expand."
+msgstr "Select the cell or cells that you want to expand."
+
+#: text2columns.xhp#par_id6999420.help.text
+msgid "Choose <emph>Data - Text to Columns</emph>."
+msgstr "Choose <emph>Data - Text to Columns</emph>."
+
+#: text2columns.xhp#par_id6334116.help.text
+msgid "You see the Text to Columns dialog."
+msgstr "You see the Text to Columns dialogue."
+
+#: text2columns.xhp#par_id9276406.help.text
+msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+msgstr "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+
+#: text2columns.xhp#par_id8523819.help.text
+msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
+msgstr "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
+
+#: text2columns.xhp#par_id1517380.help.text
+msgid "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
+msgstr "You can select or enter separator characters to define the positions of breaking points. The separator characters are removed from the resulting cell contents."
+
+#: text2columns.xhp#par_id7110812.help.text
+msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
+msgstr "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on."
+
+#: 05050300.xhp#tit.help.text
+msgctxt "05050300.xhp#tit.help.text"
+msgid "Show Sheet"
+msgstr "Show Sheet"
+
+#: 05050300.xhp#bm_id3148946.help.text
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+
+#: 05050300.xhp#hd_id3148946.1.help.text
+msgctxt "05050300.xhp#hd_id3148946.1.help.text"
+msgid "Show Sheet"
+msgstr "Show Sheet"
+
+#: 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 "<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."
+
+#: 05050300.xhp#hd_id3151112.3.help.text
+msgid "Hidden sheets"
+msgstr "Hidden sheets"
+
+#: 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 "<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."
+
+#: 06030100.xhp#tit.help.text
+msgid "Trace Precedents"
+msgstr "Trace Precedents"
+
+#: 06030100.xhp#bm_id3155628.help.text
+msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgstr "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+
+#: 06030100.xhp#hd_id3155628.1.help.text
+msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
+
+#: 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 "<ahelp hid=\".uno:ShowPrecedents\">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04080000.xhp#tit.help.text
+msgctxt "04080000.xhp#tit.help.text"
+msgid "Function List"
+msgstr "Function List"
+
+#: 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 "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
+
+#: 04080000.xhp#hd_id3154126.1.help.text
+msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+msgstr "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 04080000.xhp#hd_id3145799.4.help.text
+msgid "Category List"
+msgstr "Category List"
+
+#: 04080000.xhp#hd_id3153160.5.help.text
+msgctxt "04080000.xhp#hd_id3153160.5.help.text"
+msgid "Function List"
+msgstr "Function List"
+
+#: 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 "<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."
+
+#: 04080000.xhp#hd_id3146971.7.help.text
+msgid "Insert Function into calculation sheet"
+msgstr "Insert Function into calculation sheet"
+
+#: 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 "<image id=\"img_id3159267\" src=\"sc/res/fx.png\" width=\"0.1945inch\" height=\"0.1945inch\"><alt id=\"alt_id3159267\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\">Inserts the selected function into the document.</ahelp>"
+
+#: 05070000.xhp#tit.help.text
+msgctxt "05070000.xhp#tit.help.text"
+msgid "Page Style"
+msgstr "Page Style"
+
+#: 05070000.xhp#hd_id3157910.1.help.text
+msgctxt "05070000.xhp#hd_id3157910.1.help.text"
+msgid "Page Style"
+msgstr "Page Style"
+
+#: 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 "<variable id=\"seitetext\"><ahelp hid=\".uno:PageFormatDialog\" visibility=\"visible\">Opens a dialogue where you can define the appearance of all pages in your document.</ahelp></variable>"
+
+#: 02150000.xhp#tit.help.text
+msgctxt "02150000.xhp#tit.help.text"
+msgid "Deleting Contents"
+msgstr "Deleting Contents"
+
+#: 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 "<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>"
+
+#: 02150000.xhp#hd_id3143284.1.help.text
+msgctxt "02150000.xhp#hd_id3143284.1.help.text"
+msgid "Deleting Contents"
+msgstr "Deleting Contents"
+
+#: 02150000.xhp#par_id3149456.2.help.text
+msgid "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
+msgstr "<variable id=\"inhalteloeschentext\"><ahelp hid=\".uno:Delete\">Specifies the contents to be deleted from the active cell or from a selected cell range.</ahelp></variable> If several sheets are selected, all selected sheets will be affected."
+
+#: 02150000.xhp#par_id3159154.21.help.text
+msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
+msgstr ""
+
+#: 02150000.xhp#par_id3145367.22.help.text
+msgid "Pressing Delete deletes content without calling the dialog or changing formats."
+msgstr ""
+
+#: 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 "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialogue."
+
+#: 02150000.xhp#hd_id3148575.3.help.text
+msgctxt "02150000.xhp#hd_id3148575.3.help.text"
+msgid "Selection"
+msgstr "Selection"
+
+#: 02150000.xhp#par_id3149665.4.help.text
+msgid "This area lists the options for deleting contents."
+msgstr "This area lists the options for deleting contents."
+
+#: 02150000.xhp#hd_id3146975.5.help.text
+msgid "Delete All"
+msgstr "Delete All"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\">Deletes all content from the selected cell range.</ahelp>"
+
+#: 02150000.xhp#hd_id3156286.7.help.text
+msgid "Text"
+msgstr "Text"
+
+#: 02150000.xhp#par_id3154015.8.help.text
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\">Deletes text only. Formats, formulae, numbers and dates are not affected.</ahelp>"
+
+#: 02150000.xhp#hd_id3153840.9.help.text
+msgid "Numbers"
+msgstr "Numbers"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\">Deletes numbers only. Formats and formulae remain unchanged.</ahelp>"
+
+#: 02150000.xhp#hd_id3155764.11.help.text
+msgid "Date & time"
+msgstr "Date & time"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\">Deletes date and time values. Formats, text, numbers and formulae remain unchanged.</ahelp>"
+
+#: 02150000.xhp#hd_id3154703.13.help.text
+msgctxt "02150000.xhp#hd_id3154703.13.help.text"
+msgid "Formulas"
+msgstr "Formulas"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes formulae. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
+
+#: 02150000.xhp#hd_id3150300.15.help.text
+msgctxt "02150000.xhp#hd_id3150300.15.help.text"
+msgid "Comments"
+msgstr "Comments"
+
+#: 02150000.xhp#par_id3154658.16.help.text
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
+
+#: 02150000.xhp#hd_id3155112.17.help.text
+msgid "Formats"
+msgstr "Formats"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
+
+#: 02150000.xhp#hd_id3150088.19.help.text
+msgctxt "02150000.xhp#hd_id3150088.19.help.text"
+msgid "Objects"
+msgstr "Objects"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\">Deletes objects. All cell content remains unchanged.</ahelp>"
+
+#: 07090000.xhp#tit.help.text
+msgid "Freeze"
+msgstr "Freeze"
+
+#: 07090000.xhp#hd_id3150517.1.help.text
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
+msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
+
+#: 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 "<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>"
+
+#: 12070100.xhp#tit.help.text
+msgctxt "12070100.xhp#tit.help.text"
+msgid "Consolidate by"
+msgstr "Consolidate by"
+
+#: 12070100.xhp#hd_id3151210.1.help.text
+msgctxt "12070100.xhp#hd_id3151210.1.help.text"
+msgid "Consolidate by"
+msgstr "Consolidate by"
+
+#: 12070100.xhp#hd_id3125864.2.help.text
+msgctxt "12070100.xhp#hd_id3125864.2.help.text"
+msgid "Consolidate by"
+msgstr "Consolidate by"
+
+#: 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 "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."
+
+#: 12070100.xhp#hd_id3153968.4.help.text
+msgid "Row labels"
+msgstr "Row labels"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYROW\" visibility=\"visible\">Uses the row labels to arrange the consolidated data.</ahelp>"
+
+#: 12070100.xhp#hd_id3146976.6.help.text
+msgid "Column labels"
+msgstr "Column labels"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYCOL\" visibility=\"visible\">Uses the column labels to arrange the consolidated data.</ahelp>"
+
+#: 12070100.xhp#hd_id3153191.12.help.text
+msgctxt "12070100.xhp#hd_id3153191.12.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12070100.xhp#hd_id3159154.8.help.text
+msgid "Link to source data"
+msgstr "Link to source data"
+
+#: 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 "<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>"
+
+#: 12070100.xhp#hd_id3163708.10.help.text
+msgctxt "12070100.xhp#hd_id3163708.10.help.text"
+msgid "More <<"
+msgstr "More <<"
+
+#: 12070100.xhp#par_id3151118.11.help.text
+msgctxt "12070100.xhp#par_id3151118.11.help.text"
+msgid "Hides the additional options."
+msgstr "Hides the additional options."
+
+#: 02110000.xhp#tit.help.text
+msgid "Navigator"
+msgstr "Navigator"
+
+#: 02110000.xhp#bm_id3150791.help.text
+msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
+msgstr "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
+
+#: 02110000.xhp#hd_id3150791.1.help.text
+msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
+
+#: 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 "<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>."
+
+#: 02110000.xhp#par_id3145271.40.help.text
+msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
+msgstr "Choose <emph>View - Navigator</emph> to display the Navigator."
+
+#: 02110000.xhp#hd_id3159155.4.help.text
+msgctxt "02110000.xhp#hd_id3159155.4.help.text"
+msgid "Column"
+msgstr "Column"
+
+#: 02110000.xhp#par_id3146984.5.help.text
+msgid "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_COL\">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp>"
+
+#: 02110000.xhp#hd_id3147126.6.help.text
+msgctxt "02110000.xhp#hd_id3147126.6.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 02110000.xhp#par_id3149958.7.help.text
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ROW\">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp>"
+
+#: 02110000.xhp#hd_id3150717.8.help.text
+msgctxt "02110000.xhp#hd_id3150717.8.help.text"
+msgid "Data Range"
+msgstr "Data Range"
+
+#: 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 "<ahelp hid=\"HID_SC_NAVIPI_DATA\">Specifies the current data range denoted by the position of the cell cursor.</ahelp>"
+
+#: 02110000.xhp#par_id3159264.help.text
+msgid "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147338\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147338\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3146919.9.help.text
+msgctxt "02110000.xhp#par_id3146919.9.help.text"
+msgid "Data Range"
+msgstr "Data Range"
+
+#: 02110000.xhp#hd_id3148488.14.help.text
+msgctxt "02110000.xhp#hd_id3148488.14.help.text"
+msgid "Start"
+msgstr "Start"
+
+#: 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 "<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>"
+
+#: 02110000.xhp#par_id3152994.help.text
+msgid "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150515\" src=\"sw/imglst/sc20186.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150515\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3154372.15.help.text
+msgctxt "02110000.xhp#par_id3154372.15.help.text"
+msgid "Start"
+msgstr "Start"
+
+#: 02110000.xhp#hd_id3146982.17.help.text
+msgctxt "02110000.xhp#hd_id3146982.17.help.text"
+msgid "End"
+msgstr "End"
+
+#: 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 "<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>"
+
+#: 02110000.xhp#par_id3159170.help.text
+msgid "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148871\" src=\"sw/imglst/sc20175.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148871\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3147072.18.help.text
+msgctxt "02110000.xhp#par_id3147072.18.help.text"
+msgid "End"
+msgstr "End"
+
+#: 02110000.xhp#hd_id3150107.20.help.text
+msgctxt "02110000.xhp#hd_id3150107.20.help.text"
+msgid "Toggle"
+msgstr "Toggle"
+
+#: 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 "<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."
+
+#: 02110000.xhp#par_id3152869.help.text
+msgid "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3159229.21.help.text
+msgctxt "02110000.xhp#par_id3159229.21.help.text"
+msgid "Toggle"
+msgstr "Toggle"
+
+#: 02110000.xhp#hd_id3149381.11.help.text
+msgctxt "02110000.xhp#hd_id3149381.11.help.text"
+msgid "Contents"
+msgstr "Contents"
+
+#: 02110000.xhp#par_id3150051.13.help.text
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
+
+#: 02110000.xhp#par_id3155597.help.text
+msgid "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154738\" src=\"sw/imglst/sc20233.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154738\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3150955.12.help.text
+msgctxt "02110000.xhp#par_id3150955.12.help.text"
+msgid "Contents"
+msgstr "Contents"
+
+#: 02110000.xhp#hd_id3147244.23.help.text
+msgctxt "02110000.xhp#hd_id3147244.23.help.text"
+msgid "Scenarios"
+msgstr "Scenarios"
+
+#: 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 "<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>."
+
+#: 02110000.xhp#par_id3148745.help.text
+#, fuzzy
+msgid "<image id=\"img_id3159256\" src=\"sc/imglst/navipi/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149126\" src=\"sw/imglst/sc20244.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149126\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3166466.24.help.text
+msgctxt "02110000.xhp#par_id3166466.24.help.text"
+msgid "Scenarios"
+msgstr "Scenarios"
+
+#: 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 "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
+
+#: 02110000.xhp#par_idN10A77.help.text
+msgctxt "02110000.xhp#par_idN10A77.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 02110000.xhp#par_idN10A7B.help.text
+msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
+
+#: 02110000.xhp#par_idN10A92.help.text
+msgid "Properties"
+msgstr "Properties"
+
+#: 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 "<ahelp hid=\"HID_SC_SCENARIO_EDIT\">Opens the <link href=\"text/scalc/01/06050000.xhp\">Edit scenario</link> dialogue, where you can edit the scenario properties.</ahelp>"
+
+#: 02110000.xhp#hd_id3150037.26.help.text
+msgctxt "02110000.xhp#hd_id3150037.26.help.text"
+msgid "Drag Mode"
+msgstr "Drag Mode"
+
+#: 02110000.xhp#par_id3157876.28.help.text
+msgid "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. 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.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_DROP\">Opens a submenu for selecting the drag mode. 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.</ahelp>"
+
+#: 02110000.xhp#par_id3149947.help.text
+msgid "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159119\" src=\"cmd/sc_chainframes.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159119\">Icon</alt></image>"
+
+#: 02110000.xhp#par_id3150656.27.help.text
+msgctxt "02110000.xhp#par_id3150656.27.help.text"
+msgid "Drag Mode"
+msgstr "Drag Mode"
+
+#: 02110000.xhp#hd_id3149009.29.help.text
+msgid "Insert as Hyperlink"
+msgstr "Insert as Hyperlink"
+
+#: 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 "<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. "
+
+#: 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 "If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink."
+
+#: 02110000.xhp#hd_id3154682.31.help.text
+msgid "Insert as Link"
+msgstr "Insert as Link"
+
+#: 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 "<ahelp hid=\"HID_SC_DROPMODE_LINK\">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+
+#: 02110000.xhp#hd_id3145824.33.help.text
+msgid "Insert as Copy"
+msgstr "Insert as Copy"
+
+#: 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 "<ahelp hid=\"HID_SC_DROPMODE_COPY\">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp>"
+
+#: 02110000.xhp#hd_id3147423.38.help.text
+msgctxt "02110000.xhp#hd_id3147423.38.help.text"
+msgid "Objects"
+msgstr "Objects"
+
+#: 02110000.xhp#par_id3150700.39.help.text
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
+
+#: 02110000.xhp#hd_id3150860.35.help.text
+msgid "Documents"
+msgstr "Documents"
+
+#: 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 "<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."
+
+#: 02200000.xhp#tit.help.text
+msgctxt "02200000.xhp#tit.help.text"
+msgid "Sheet"
+msgstr "Sheet"
+
+#: 02200000.xhp#hd_id3146794.1.help.text
+msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+
+#: 02200000.xhp#par_id3149456.2.help.text
+msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+
+#: 02200000.xhp#hd_id3150792.3.help.text
+msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+msgstr "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move/Copy</link>"
+
+#: 02200000.xhp#hd_id3153968.4.help.text
+msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+msgstr "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+
+#: 02200000.xhp#hd_id3163708.5.help.text
+msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+
+#: 02200000.xhp#hd_id3163733308.help.text
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+
+#: 04060116.xhp#tit.help.text
+msgctxt "04060116.xhp#tit.help.text"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "Add-in Functions, List of Analysis Functions Part Two"
+
+#: 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 "<bookmark_value>imaginary numbers in analysis functions</bookmark_value> <bookmark_value>complex numbers in analysis functions</bookmark_value>"
+
+#: 04060116.xhp#hd_id3154659.1.help.text
+msgctxt "04060116.xhp#hd_id3154659.1.help.text"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "Add-in Functions, List of Analysis Functions Part Two"
+
+#: 04060116.xhp#par_id3151242.174.help.text
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">Category Statistics</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Category Statistics\">Category Statistics</link>"
+
+#: 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 "<link href=\"text/scalc/01/04060115.xhp\" name=\"Analysis Functions Part One\">Analysis Functions Part One</link>"
+
+#: 04060116.xhp#par_id3147072.240.help.text
+msgctxt "04060116.xhp#par_id3147072.240.help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+
+#: 04060116.xhp#bm_id3154959.help.text
+msgid "<bookmark_value>IMABS function</bookmark_value>"
+msgstr "<bookmark_value>IMABS function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3154959.44.help.text
+msgid "IMABS"
+msgstr "IMABS"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMABS\">The result is the absolute value of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3155382.46.help.text
+msgctxt "04060116.xhp#hd_id3155382.46.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3151302.47.help.text
+msgid "IMABS(\"ComplexNumber\")"
+msgstr "IMABS(\"ComplexNumber\")"
+
+#: 04060116.xhp#par_id3153974.48.help.text
+msgid "<variable id=\"complex\"><emph>ComplexNumber</emph> is a complex number that is entered in the form \"x+yi\" or \"x+yj\".</variable>"
+msgstr "<variable id=\"complex\"><emph>ComplexNumber</emph> is a complex number that is entered in the form \"x+yi\" or \"x+yj\".</variable>"
+
+#: 04060116.xhp#hd_id3149697.49.help.text
+msgctxt "04060116.xhp#hd_id3149697.49.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3143222.50.help.text
+msgid " <item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
+msgstr " <item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
+
+#: 04060116.xhp#bm_id3145357.help.text
+msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3145357.51.help.text
+msgid "IMAGINARY"
+msgstr "IMAGINARY"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMAGINARY\">The result is the imaginary coefficient of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3153555.53.help.text
+msgctxt "04060116.xhp#hd_id3153555.53.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3155522.54.help.text
+msgid "IMAGINARY(\"ComplexNumber\")"
+msgstr "IMAGINARY(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3151193.56.help.text
+msgctxt "04060116.xhp#hd_id3151193.56.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3155592.57.help.text
+msgid " <item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
+msgstr " <item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
+
+#: 04060116.xhp#bm_id3146106.help.text
+msgid "<bookmark_value>IMPOWER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3146106.58.help.text
+msgid "IMPOWER"
+msgstr "IMPOWER"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMPOWER\">The result is the integer power of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3150954.60.help.text
+msgctxt "04060116.xhp#hd_id3150954.60.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3147501.61.help.text
+msgid "IMPOWER(\"ComplexNumber\"; Number)"
+msgstr "IMPOWER(\"ComplexNumber\"; Number)"
+
+#: 04060116.xhp#par_id3155743.63.help.text
+msgid " <emph>Number</emph> is the exponent."
+msgstr " <emph>Number</emph> is the exponent."
+
+#: 04060116.xhp#hd_id3149048.64.help.text
+msgctxt "04060116.xhp#hd_id3149048.64.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3151393.65.help.text
+msgid " <item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
+msgstr " <item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
+
+#: 04060116.xhp#bm_id3148748.help.text
+msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
+msgstr "<bookmark_value>IMARGUMENT function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3148748.66.help.text
+msgid "IMARGUMENT"
+msgstr "IMARGUMENT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">The result is the argument (the phi angle) of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3150533.68.help.text
+msgctxt "04060116.xhp#hd_id3150533.68.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3156402.69.help.text
+msgid "IMARGUMENT(\"ComplexNumber\")"
+msgstr "IMARGUMENT(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3153019.71.help.text
+msgctxt "04060116.xhp#hd_id3153019.71.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3159125.72.help.text
+msgid " <item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
+msgstr " <item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
+
+#: 04060116.xhp#bm_id3149146.help.text
+msgid "<bookmark_value>IMCOS function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3149146.73.help.text
+msgid "IMCOS"
+msgstr "IMCOS"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMCOS\">The result is the cosine of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3159116.75.help.text
+msgctxt "04060116.xhp#hd_id3159116.75.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3147415.76.help.text
+msgid "IMCOS(\"ComplexNumber\")"
+msgstr "IMCOS(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3152980.78.help.text
+msgctxt "04060116.xhp#hd_id3152980.78.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3157901.79.help.text
+msgid " <item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
+msgstr " <item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
+
+#: 04060116.xhp#bm_id3150024.help.text
+msgid "<bookmark_value>IMDIV function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3150024.80.help.text
+msgid "IMDIV"
+msgstr "IMDIV"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMDIV\">The result is the division of two complex numbers.</ahelp>"
+
+#: 04060116.xhp#hd_id3150465.82.help.text
+msgctxt "04060116.xhp#hd_id3150465.82.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3146942.83.help.text
+msgid "IMDIV(\"Numerator\"; \"Denominator\")"
+msgstr "IMDIV(\"Numerator\"; \"Denominator\")"
+
+#: 04060116.xhp#par_id3150741.84.help.text
+msgid " <emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
+msgstr " <emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
+
+#: 04060116.xhp#hd_id3151229.85.help.text
+msgctxt "04060116.xhp#hd_id3151229.85.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3148440.86.help.text
+msgid " <item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
+msgstr " <item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
+
+#: 04060116.xhp#bm_id3153039.help.text
+msgid "<bookmark_value>IMEXP function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3153039.87.help.text
+msgid "IMEXP"
+msgstr "IMEXP"
+
+#: 04060116.xhp#par_id3144741.88.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">The result is the power of e and the complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMEXP\">The result is the power of e and the complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+
+#: 04060116.xhp#hd_id3145591.89.help.text
+msgctxt "04060116.xhp#hd_id3145591.89.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3154810.90.help.text
+msgid "IMEXP(\"ComplexNumber\")"
+msgstr "IMEXP(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3148581.92.help.text
+msgctxt "04060116.xhp#hd_id3148581.92.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3149253.93.help.text
+msgid " <item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded)."
+msgstr " <item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded)."
+
+#: 04060116.xhp#bm_id3149955.help.text
+msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
+msgstr "<bookmark_value>IMCONJUGATE function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3149955.94.help.text
+msgid "IMCONJUGATE"
+msgstr "IMCONJUGATE"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMCONJUGATE\">The result is the conjugated complex complement to a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3148750.96.help.text
+msgctxt "04060116.xhp#hd_id3148750.96.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3153082.97.help.text
+msgid "IMCONJUGATE(\"ComplexNumber\")"
+msgstr "IMCONJUGATE(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3153326.99.help.text
+msgctxt "04060116.xhp#hd_id3153326.99.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3149688.100.help.text
+msgid " <item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
+msgstr " <item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
+
+#: 04060116.xhp#bm_id3150898.help.text
+msgid "<bookmark_value>IMLN function</bookmark_value>"
+msgstr "<bookmark_value>IMLN function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3150898.101.help.text
+msgid "IMLN"
+msgstr "IMLN"
+
+#: 04060116.xhp#par_id3146853.102.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMLN\">The result is the natural logarithm (to the base e) of a complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLN\">The result is the natural logarithm (to the base e) of a complex number.</ahelp> The constant e has a value of approximately 2.71828182845904."
+
+#: 04060116.xhp#hd_id3150008.103.help.text
+msgctxt "04060116.xhp#hd_id3150008.103.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3155954.104.help.text
+msgid "IMLN(\"ComplexNumber\")"
+msgstr "IMLN(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3153565.106.help.text
+msgctxt "04060116.xhp#hd_id3153565.106.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3153736.107.help.text
+msgid " <item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
+msgstr " <item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
+
+#: 04060116.xhp#bm_id3155929.help.text
+msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG10 function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3155929.108.help.text
+msgid "IMLOG10"
+msgstr "IMLOG10"
+
+#: 04060116.xhp#par_id3149882.109.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">The result is the common logarithm (to the base 10) of a complex number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMLOG10\">The result is the common logarithm (to the base 10) of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3154327.110.help.text
+msgctxt "04060116.xhp#hd_id3154327.110.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3150128.111.help.text
+msgid "IMLOG10(\"ComplexNumber\")"
+msgstr "IMLOG10(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3149003.113.help.text
+msgctxt "04060116.xhp#hd_id3149003.113.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3151021.114.help.text
+msgid " <item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded)."
+msgstr " <item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded)."
+
+#: 04060116.xhp#bm_id3155623.help.text
+msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG2 function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3155623.115.help.text
+msgid "IMLOG2"
+msgstr "IMLOG2"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMLOG2\">The result is the binary logarithm of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3153046.117.help.text
+msgctxt "04060116.xhp#hd_id3153046.117.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3145355.118.help.text
+msgid "IMLOG2(\"ComplexNumber\")"
+msgstr "IMLOG2(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3148768.120.help.text
+msgctxt "04060116.xhp#hd_id3148768.120.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3149536.121.help.text
+msgid " <item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)."
+msgstr " <item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)."
+
+#: 04060116.xhp#bm_id3145626.help.text
+msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
+msgstr "<bookmark_value>IMPRODUCT function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3145626.122.help.text
+msgid "IMPRODUCT"
+msgstr "IMPRODUCT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMPRODUCT\">The result is the product of up to 29 complex numbers.</ahelp>"
+
+#: 04060116.xhp#hd_id3149388.124.help.text
+msgctxt "04060116.xhp#hd_id3149388.124.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3149027.125.help.text
+msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
+msgstr "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
+
+#: 04060116.xhp#hd_id3153228.127.help.text
+msgctxt "04060116.xhp#hd_id3153228.127.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3155815.128.help.text
+msgid " <item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j."
+msgstr " <item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j."
+
+#: 04060116.xhp#bm_id3147539.help.text
+msgid "<bookmark_value>IMREAL function</bookmark_value>"
+msgstr "<bookmark_value>IMREAL function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3147539.129.help.text
+msgid "IMREAL"
+msgstr "IMREAL"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMREAL\">The result is the real coefficient of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3154951.131.help.text
+msgctxt "04060116.xhp#hd_id3154951.131.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3153927.132.help.text
+msgid "IMREAL(\"ComplexNumber\")"
+msgstr "IMREAL(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3155409.134.help.text
+msgctxt "04060116.xhp#hd_id3155409.134.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3155986.135.help.text
+msgid " <item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
+msgstr " <item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
+
+#: 04060116.xhp#bm_id3148431.help.text
+msgid "<bookmark_value>IMSIN function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3148431.136.help.text
+msgid "IMSIN"
+msgstr "IMSIN"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMSIN\">The result is the sine of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3149822.138.help.text
+msgctxt "04060116.xhp#hd_id3149822.138.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3150387.139.help.text
+msgid "IMSIN(\"ComplexNumber\")"
+msgstr "IMSIN(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3150613.141.help.text
+msgctxt "04060116.xhp#hd_id3150613.141.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3154310.142.help.text
+msgid " <item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded)."
+msgstr " <item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded)."
+
+#: 04060116.xhp#bm_id3163826.help.text
+msgid "<bookmark_value>IMSUB function</bookmark_value>"
+msgstr "<bookmark_value>IMSUB function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3163826.143.help.text
+msgid "IMSUB"
+msgstr "IMSUB"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMSUB\">The result is the subtraction of two complex numbers.</ahelp>"
+
+#: 04060116.xhp#hd_id3149264.145.help.text
+msgctxt "04060116.xhp#hd_id3149264.145.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3149710.146.help.text
+msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
+msgstr "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
+
+#: 04060116.xhp#hd_id3155833.148.help.text
+msgctxt "04060116.xhp#hd_id3155833.148.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3150963.149.help.text
+msgid " <item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
+msgstr " <item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
+
+#: 04060116.xhp#bm_id3156312.help.text
+msgid "<bookmark_value>IMSUM function</bookmark_value>"
+msgstr "<bookmark_value>IMSUM function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3156312.150.help.text
+msgid "IMSUM"
+msgstr "IMSUM"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMSUM\">The result is the sum of up to 29 complex numbers.</ahelp>"
+
+#: 04060116.xhp#hd_id3156095.152.help.text
+msgctxt "04060116.xhp#hd_id3156095.152.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3152930.153.help.text
+msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
+msgstr "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
+
+#: 04060116.xhp#hd_id3154640.155.help.text
+msgctxt "04060116.xhp#hd_id3154640.155.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3147081.156.help.text
+msgid " <item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
+msgstr " <item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
+
+#: 04060116.xhp#bm_id3147570.help.text
+msgid "<bookmark_value>IMSQRT function</bookmark_value>"
+msgstr "<bookmark_value>IMSQRT function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3147570.167.help.text
+msgid "IMSQRT"
+msgstr "IMSQRT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_IMSQRT\">The result is the square root of a complex number.</ahelp>"
+
+#: 04060116.xhp#hd_id3145202.169.help.text
+msgctxt "04060116.xhp#hd_id3145202.169.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3150760.170.help.text
+msgid "IMSQRT(\"ComplexNumber\")"
+msgstr "IMSQRT(\"ComplexNumber\")"
+
+#: 04060116.xhp#hd_id3147268.172.help.text
+msgctxt "04060116.xhp#hd_id3147268.172.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3152807.173.help.text
+msgid " <item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
+msgstr " <item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
+
+#: 04060116.xhp#bm_id3154054.help.text
+msgid "<bookmark_value>COMPLEX function</bookmark_value>"
+msgstr "<bookmark_value>COMPLEX function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3154054.157.help.text
+msgid "COMPLEX"
+msgstr "COMPLEX"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp>"
+
+#: 04060116.xhp#hd_id3154744.159.help.text
+msgctxt "04060116.xhp#hd_id3154744.159.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3155999.160.help.text
+msgid "COMPLEX(RealNum; INum; Suffix)"
+msgstr "COMPLEX(RealNum; INum; Suffix)"
+
+#: 04060116.xhp#par_id3153626.161.help.text
+msgid " <emph>RealNum</emph> is the real coefficient of the complex number."
+msgstr " <emph>RealNum</emph> is the real coefficient of the complex number."
+
+#: 04060116.xhp#par_id3149135.162.help.text
+msgid " <emph>INum</emph> is the imaginary coefficient of the complex number."
+msgstr " <emph>INum</emph> is the imaginary coefficient of the complex number."
+
+#: 04060116.xhp#par_id3155849.163.help.text
+msgid " <emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
+msgstr " <emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
+
+#: 04060116.xhp#hd_id3145659.164.help.text
+msgctxt "04060116.xhp#hd_id3145659.164.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3143229.165.help.text
+msgid " <item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
+msgstr " <item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
+
+#: 04060116.xhp#bm_id3155103.help.text
+msgid "<bookmark_value>OCT2BIN function</bookmark_value> <bookmark_value>converting;octal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2BIN function</bookmark_value> <bookmark_value>converting;octal numbers, into binary numbers</bookmark_value>"
+
+#: 04060116.xhp#hd_id3155103.217.help.text
+msgid "OCT2BIN"
+msgstr "OCT2BIN"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_OCT2BIN\">The result is the binary number for the octal number entered.</ahelp>"
+
+#: 04060116.xhp#hd_id3146088.219.help.text
+msgctxt "04060116.xhp#hd_id3146088.219.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3154303.220.help.text
+msgid "OCT2BIN(Number; Places)"
+msgstr "OCT2BIN(Number; Places)"
+
+#: 04060116.xhp#par_id3156013.221.help.text
+msgctxt "04060116.xhp#par_id3156013.221.help.text"
+msgid " <emph>Number</emph> is 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 " <emph>Number</emph> is 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."
+
+#: 04060116.xhp#par_id3153984.222.help.text
+msgctxt "04060116.xhp#par_id3153984.222.help.text"
+msgid " <emph>Places</emph> is the number of places to be output."
+msgstr " <emph>Places</emph> is the number of places to be output."
+
+#: 04060116.xhp#hd_id3147493.223.help.text
+msgctxt "04060116.xhp#hd_id3147493.223.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3147260.224.help.text
+msgid " <item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
+msgstr " <item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
+
+#: 04060116.xhp#bm_id3152791.help.text
+msgid "<bookmark_value>OCT2DEC function</bookmark_value> <bookmark_value>converting;octal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2DEC function</bookmark_value> <bookmark_value>converting;octal numbers, into decimal numbers</bookmark_value>"
+
+#: 04060116.xhp#hd_id3152791.225.help.text
+msgid "OCT2DEC"
+msgstr "OCT2DEC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_OCT2DEZ\">The result is the decimal number for the octal number entered.</ahelp>"
+
+#: 04060116.xhp#hd_id3159337.227.help.text
+msgctxt "04060116.xhp#hd_id3159337.227.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3153902.228.help.text
+msgid "OCT2DEC(Number)"
+msgstr "OCT2DEC(Number)"
+
+#: 04060116.xhp#par_id3155326.229.help.text
+msgctxt "04060116.xhp#par_id3155326.229.help.text"
+msgid " <emph>Number</emph> is 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 " <emph>Number</emph> is 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."
+
+#: 04060116.xhp#hd_id3154698.230.help.text
+msgctxt "04060116.xhp#hd_id3154698.230.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3154930.231.help.text
+msgid " <item type=\"input\">=OCT2DEC(144)</item> returns 100."
+msgstr " <item type=\"input\">=OCT2DEC(144)</item> returns 100."
+
+#: 04060116.xhp#bm_id3155391.help.text
+msgid "<bookmark_value>OCT2HEX function</bookmark_value> <bookmark_value>converting;octal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>OCT2HEX function</bookmark_value> <bookmark_value>converting;octal numbers, into hexadecimal numbers</bookmark_value>"
+
+#: 04060116.xhp#hd_id3155391.232.help.text
+msgid "OCT2HEX"
+msgstr "OCT2HEX"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_OCT2HEX\"> The result is the hexadecimal number for the octal number entered.</ahelp>"
+
+#: 04060116.xhp#hd_id3146988.234.help.text
+msgctxt "04060116.xhp#hd_id3146988.234.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3150523.235.help.text
+msgid "OCT2HEX(Number; Places)"
+msgstr "OCT2HEX(Number; Places)"
+
+#: 04060116.xhp#par_id3159162.236.help.text
+msgctxt "04060116.xhp#par_id3159162.236.help.text"
+msgid " <emph>Number</emph> is 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 " <emph>Number</emph> is 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."
+
+#: 04060116.xhp#par_id3145420.237.help.text
+msgctxt "04060116.xhp#par_id3145420.237.help.text"
+msgid " <emph>Places</emph> is the number of places to be output."
+msgstr " <emph>Places</emph> is the number of places to be output."
+
+#: 04060116.xhp#hd_id3150504.238.help.text
+msgctxt "04060116.xhp#hd_id3150504.238.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id3148802.239.help.text
+msgid " <item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
+msgstr " <item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
+
+#: 04060116.xhp#bm_id3148446.help.text
+msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>CONVERT_ADD function</bookmark_value>"
+
+#: 04060116.xhp#hd_id3148446.175.help.text
+msgid "CONVERT_ADD"
+msgstr "CONVERT_ADD"
+
+#: 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 "<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 litre) in a cell, enter the apostrophe ' immediately followed by l."
+
+#: 04060116.xhp#par_id3153055.177.help.text
+msgid "Property"
+msgstr "Property"
+
+#: 04060116.xhp#par_id3147234.178.help.text
+msgid "Units"
+msgstr "Units"
+
+#: 04060116.xhp#par_id3147512.179.help.text
+msgid "Weight"
+msgstr "Weight"
+
+#: 04060116.xhp#par_id3148476.180.help.text
+msgid "<emph>g</emph>, sg, lbm, <emph>u</emph>, ozm, stone, ton, grain, pweight, hweight, shweight, brton"
+msgstr ""
+
+#: 04060116.xhp#par_id3155361.181.help.text
+msgid "Length"
+msgstr "Length"
+
+#: 04060116.xhp#par_id3148925.182.help.text
+msgid "<emph>m</emph>, mi, Nmi, in, ft, yd, ang, Pica, ell, <emph>parsec</emph>, <emph>lightyear</emph>, survey_mi"
+msgstr ""
+
+#: 04060116.xhp#par_id3158429.183.help.text
+msgctxt "04060116.xhp#par_id3158429.183.help.text"
+msgid "Time"
+msgstr "Time"
+
+#: 04060116.xhp#par_id3150707.184.help.text
+msgid "yr, day, hr, mn, <emph>sec</emph>, <emph>s</emph>"
+msgstr ""
+
+#: 04060116.xhp#par_id3153238.185.help.text
+msgid "Pressure"
+msgstr "Pressure"
+
+#: 04060116.xhp#par_id3166437.186.help.text
+msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
+msgstr ""
+
+#: 04060116.xhp#par_id3152944.187.help.text
+msgid "Force"
+msgstr "Force"
+
+#: 04060116.xhp#par_id3155582.188.help.text
+msgid "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
+msgstr ""
+
+#: 04060116.xhp#par_id3153686.189.help.text
+msgid "Energy"
+msgstr "Energy"
+
+#: 04060116.xhp#par_id3153386.190.help.text
+msgid "<emph>J</emph>, <emph>e</emph>, <emph>c</emph>, <emph>cal</emph>, <emph>eV</emph>, <emph>ev</emph>, HPh, <emph>Wh</emph>, <emph>wh</emph>, flb, BTU, btu"
+msgstr ""
+
+#: 04060116.xhp#par_id3154100.191.help.text
+msgid "Power"
+msgstr "Power"
+
+#: 04060116.xhp#par_id3149915.192.help.text
+msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
+msgstr ""
+
+#: 04060116.xhp#par_id3148988.193.help.text
+msgid "Field strength"
+msgstr "Field strength"
+
+#: 04060116.xhp#par_id3148616.194.help.text
+msgid "<emph>T</emph>, <emph>ga</emph>"
+msgstr ""
+
+#: 04060116.xhp#par_id3151120.195.help.text
+msgid "Temperature"
+msgstr "Temperature"
+
+#: 04060116.xhp#par_id3148659.196.help.text
+msgid "C, F, <emph>K</emph>, <emph>kel</emph>, Reau, Rank"
+msgstr ""
+
+#: 04060116.xhp#par_id3154610.197.help.text
+msgid "Volume"
+msgstr "Volume"
+
+#: 04060116.xhp#par_id3149423.198.help.text
+msgid "<emph>l</emph>, <emph>L</emph>, <emph>lt</emph>, tsp, tbs, oz, cup, pt, us_pt, qt, gal, <emph>m3</emph>, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass"
+msgstr ""
+
+#: 04060116.xhp#par_id3149244.199.help.text
+msgid "Area"
+msgstr "Area"
+
+#: 04060116.xhp#par_id3150425.200.help.text
+msgid "<emph>m2</emph>, mi2, Nmi2, in2, ft2, yd2, <emph>ang2</emph>, Pica2, Morgen, <emph>ar</emph>, acre, ha"
+msgstr ""
+
+#: 04060116.xhp#par_id3150629.201.help.text
+msgid "Speed"
+msgstr "Speed"
+
+#: 04060116.xhp#par_id3159246.202.help.text
+msgid "<emph>m/s</emph>, <emph>m/sec</emph>, m/h, mph, kn, admkn"
+msgstr ""
+
+#: 04060116.xhp#par_id3150789.201.help.text
+msgid "Information"
+msgstr ""
+
+#: 04060116.xhp#par_id3159899.202.help.text
+msgid "<emph>bit</emph>, <emph>byte</emph>"
+msgstr ""
+
+#: 04060116.xhp#par_id3143277.203.help.text
+msgid "Units of measure in <emph>bold</emph> can be preceded by a prefix character from the following list:"
+msgstr ""
+
+#: 04060116.xhp#par_id3148422.204.help.text
+msgid "Prefix"
+msgstr ""
+
+#: 04060116.xhp#par_id3148423.help.text
+msgid "Multiplier"
+msgstr ""
+
+#: 04060116.xhp#par_id3149490.help.text
+msgid "Y (yotta)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149931.help.text
+msgid "10^24"
+msgstr ""
+
+#: 04060116.xhp#par_id3149491.help.text
+msgid "Z (zetta)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149932.help.text
+msgid "10^21"
+msgstr ""
+
+#: 04060116.xhp#par_id3149492.help.text
+msgid "E (exa)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149933.help.text
+msgid "10^18"
+msgstr ""
+
+#: 04060116.xhp#par_id3149493.help.text
+msgid "P (peta)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149934.help.text
+msgid "10^15"
+msgstr ""
+
+#: 04060116.xhp#par_id3149494.help.text
+msgid "T (tera)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149935.help.text
+msgid "10^12"
+msgstr ""
+
+#: 04060116.xhp#par_id3149495.help.text
+msgid "G (giga)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149936.help.text
+msgid "10^9"
+msgstr ""
+
+#: 04060116.xhp#par_id3149496.help.text
+msgid "M (mega)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149937.help.text
+msgid "10^6"
+msgstr ""
+
+#: 04060116.xhp#par_id3149497.help.text
+msgid "k (kilo)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149938.help.text
+msgid "10^3"
+msgstr ""
+
+#: 04060116.xhp#par_id3149498.help.text
+msgid "h (hecto)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149939.help.text
+msgid "10^2"
+msgstr ""
+
+#: 04060116.xhp#par_id3149499.help.text
+msgid "e (deca)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149940.help.text
+msgid "10^1"
+msgstr ""
+
+#: 04060116.xhp#par_id3149500.help.text
+msgid "d (deci)"
+msgstr ""
+
+#: 04060116.xhp#par_id3143940.help.text
+msgid "10^-1"
+msgstr ""
+
+#: 04060116.xhp#par_id3149501.help.text
+msgid "c (centi)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149941.help.text
+msgid "10^-2"
+msgstr ""
+
+#: 04060116.xhp#par_id3149502.help.text
+msgid "m (milli)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149942.help.text
+msgid "10^-3"
+msgstr ""
+
+#: 04060116.xhp#par_id3149503.help.text
+msgid "u (micro)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149943.help.text
+msgid "10^-6"
+msgstr ""
+
+#: 04060116.xhp#par_id3149504.help.text
+msgid "n (nano)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149944.help.text
+msgid "10^-9"
+msgstr ""
+
+#: 04060116.xhp#par_id3149505.help.text
+msgid "p (pico)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149945.help.text
+msgid "10^-12"
+msgstr ""
+
+#: 04060116.xhp#par_id3149506.help.text
+msgid "f (femto)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149946.help.text
+msgid "10^-15"
+msgstr ""
+
+#: 04060116.xhp#par_id3149507.help.text
+msgid "a (atto)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149947.help.text
+msgid "10^-18"
+msgstr ""
+
+#: 04060116.xhp#par_id3149508.help.text
+msgid "z (zepto)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149948.help.text
+msgid "10^-21"
+msgstr ""
+
+#: 04060116.xhp#par_id3149509.help.text
+msgid "y (yocto)"
+msgstr ""
+
+#: 04060116.xhp#par_id3149949.help.text
+msgid "10^-24"
+msgstr ""
+
+#: 04060116.xhp#par_id0908200903061174.help.text
+msgid "Information units \"bit\" and \"byte\" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:"
+msgstr "Information units \"bit\" and \"byte\" may also be prefixed by one of the following IEC 60027-2 / IEEE 1541 prefixes:"
+
+#: 04060116.xhp#par_id0908200903090966.help.text
+msgid "ki kibi 1024"
+msgstr "ki kibi 1024"
+
+#: 04060116.xhp#par_id0908200903090958.help.text
+msgid "Mi mebi 1048576"
+msgstr "Mi mebi 1048576"
+
+#: 04060116.xhp#par_id0908200903090936.help.text
+msgid "Gi gibi 1073741824"
+msgstr "Gi gibi 1073741824"
+
+#: 04060116.xhp#par_id0908200903090975.help.text
+msgid "Ti tebi 1099511627776"
+msgstr "Ti tebi 1099511627776"
+
+#: 04060116.xhp#par_id0908200903090930.help.text
+msgid "Pi pebi 1125899906842620"
+msgstr "Pi pebi 1125899906842620"
+
+#: 04060116.xhp#par_id0908200903091070.help.text
+msgid "Ei exbi 1152921504606850000"
+msgstr "Ei exbi 1152921504606850000"
+
+#: 04060116.xhp#par_id0908200903091097.help.text
+msgid "Zi zebi 1180591620717410000000"
+msgstr "Zi zebi 1180591620717410000000"
+
+#: 04060116.xhp#par_id0908200903091010.help.text
+msgid "Yi yobi 1208925819614630000000000"
+msgstr "Yi yobi 1208925819614630000000000"
+
+#: 04060116.xhp#hd_id3146125.209.help.text
+msgctxt "04060116.xhp#hd_id3146125.209.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3153695.210.help.text
+msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
+msgstr "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
+
+#: 04060116.xhp#par_id3147522.211.help.text
+msgid " <emph>Number</emph> is the number to be converted."
+msgstr " <emph>Number</emph> is the number to be converted."
+
+#: 04060116.xhp#par_id3154472.212.help.text
+msgid " <emph>FromUnit</emph> is the unit from which conversion is taking place."
+msgstr " <emph>FromUnit</emph> is the unit from which conversion is taking place."
+
+#: 04060116.xhp#par_id3153790.213.help.text
+msgid " <emph>ToUnit</emph> is the unit to which conversion is taking place. Both units must be of the same type."
+msgstr " <emph>ToUnit</emph> is the unit to which conversion is taking place. Both units must be of the same type."
+
+#: 04060116.xhp#hd_id3156270.214.help.text
+msgctxt "04060116.xhp#hd_id3156270.214.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060116.xhp#par_id3156336.215.help.text
+msgid " <item type=\"input\">=CONVERT_ADD(10;\"HP\";\"PS\") </item>returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS."
+msgstr " <item type=\"input\">=CONVERT_ADD(10;\"HP\";\"PS\") </item>returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS."
+
+#: 04060116.xhp#par_id3154834.216.help.text
+msgid " <item type=\"input\">=CONVERT_ADD(10;\"km\";\"mi\") </item>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 " <item type=\"input\">=CONVERT_ADD(10;\"km\";\"mi\") </item>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."
+
+#: 04060116.xhp#bm_id3147096.help.text
+msgid "<bookmark_value>FACTDOUBLE function</bookmark_value> <bookmark_value>factorials;numbers with increments of two</bookmark_value>"
+msgstr "<bookmark_value>FACTDOUBLE function</bookmark_value> <bookmark_value>factorials;numbers with increments of two</bookmark_value>"
+
+#: 04060116.xhp#hd_id3147096.36.help.text
+msgid "FACTDOUBLE"
+msgstr "FACTDOUBLE"
+
+#: 04060116.xhp#par_id3151309.37.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Returns the double factorial of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_FACTDOUBLE\">Returns the double factorial of a number.</ahelp>"
+
+#: 04060116.xhp#hd_id3154666.38.help.text
+msgctxt "04060116.xhp#hd_id3154666.38.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060116.xhp#par_id3155121.39.help.text
+msgid "FACTDOUBLE(Number)"
+msgstr "FACTDOUBLE(Number)"
+
+#: 04060116.xhp#par_id3158440.40.help.text
+msgid "Returns <emph>Number</emph> <emph>!!</emph>, the double factorial of <emph>Number</emph>, where <emph>Number</emph> is an integer greater than or equal to zero."
+msgstr "Returns <emph>Number</emph> <emph>!!</emph>, the double factorial of <emph>Number</emph>, where <emph>Number</emph> is an integer greater than or equal to zero."
+
+#: 04060116.xhp#par_id2480849.help.text
+msgid "For even numbers FACTDOUBLE(n) returns:"
+msgstr "For even numbers FACTDOUBLE(n) returns:"
+
+#: 04060116.xhp#par_id4181951.help.text
+msgid "2*4*6*8* ... *n"
+msgstr "2*4*6*8* ... *n"
+
+#: 04060116.xhp#par_id2927335.help.text
+msgid "For odd numbers FACTDOUBLE(n) returns:"
+msgstr "For odd numbers FACTDOUBLE(n) returns:"
+
+#: 04060116.xhp#par_id2107303.help.text
+msgid "1*3*5*7* ... *n"
+msgstr "1*3*5*7* ... *n"
+
+#: 04060116.xhp#par_id4071779.help.text
+msgid "FACTDOUBLE(0) returns 1 by definition."
+msgstr "FACTDOUBLE(0) returns 1 by definition."
+
+#: 04060116.xhp#hd_id3154622.42.help.text
+msgctxt "04060116.xhp#hd_id3154622.42.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060116.xhp#par_id7844477.help.text
+msgid " <item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
+msgstr " <item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
+
+#: 04060116.xhp#par_id3154116.43.help.text
+msgid " <item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
+msgstr " <item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
+
+#: 04060116.xhp#par_id6478469.help.text
+msgid " <item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
+msgstr " <item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
+
+#: 05050100.xhp#tit.help.text
+msgctxt "05050100.xhp#tit.help.text"
+msgid "Rename Sheet"
+msgstr "Rename Sheet"
+
+#: 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 "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
+
+#: 05050100.xhp#hd_id3147336.1.help.text
+msgctxt "05050100.xhp#hd_id3147336.1.help.text"
+msgid "Rename Sheet"
+msgstr "Rename Sheet"
+
+#: 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 "<variable id=\"umbenennentext\"><ahelp hid=\".uno:RenameTable\">This command opens a dialogue where you can assign a different name to the current sheet.</ahelp></variable>"
+
+#: 05050100.xhp#hd_id3153968.3.help.text
+msgctxt "05050100.xhp#hd_id3153968.3.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 05050100.xhp#par_id3155131.help.text
+msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+
+#: 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 Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
+msgstr "You can also open the<emph> Rename Sheet </emph>dialogue 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 Control</caseinline><defaultinline>clicking the right mouse button</defaultinline></switchinline>."
+
+#: 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></switchinline>"
+msgstr "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></switchinline>"
+
+#: 07080000.xhp#tit.help.text
+msgid "Split"
+msgstr "Split"
+
+#: 07080000.xhp#hd_id3163800.1.help.text
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
+
+#: 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 "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: func_now.xhp#tit.help.text
+msgid "NOW"
+msgstr "NOW"
+
+#: func_now.xhp#bm_id3150521.help.text
+msgid "<bookmark_value>NOW function</bookmark_value>"
+msgstr "<bookmark_value>NOW function</bookmark_value>"
+
+#: func_now.xhp#hd_id3150521.47.help.text
+msgid "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+msgstr "<variable id=\"now\"><link href=\"text/scalc/01/func_now.xhp\">NOW</link></variable>"
+
+#: 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 "<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."
+
+#: func_now.xhp#hd_id3146988.49.help.text
+msgctxt "func_now.xhp#hd_id3146988.49.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_now.xhp#par_id3154897.50.help.text
+msgid "NOW()"
+msgstr "NOW()"
+
+#: func_now.xhp#par_id4598529.help.text
+msgid "NOW is a function without arguments."
+msgstr "NOW is a function without arguments."
+
+#: func_now.xhp#hd_id3154205.51.help.text
+msgctxt "func_now.xhp#hd_id3154205.51.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_now.xhp#par_id3150774.52.help.text
+msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+msgstr "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
+
+#: 12120100.xhp#tit.help.text
+msgid "Criteria"
+msgstr "Criteria"
+
+#: 12120100.xhp#bm_id1464278.help.text
+msgid "<bookmark_value>selection lists;validity</bookmark_value>"
+msgstr "<bookmark_value>selection lists;validity</bookmark_value>"
+
+#: 12120100.xhp#hd_id3153032.1.help.text
+msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+
+#: 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 "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
+
+#: 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 "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
+
+#: 12120100.xhp#hd_id3153896.5.help.text
+msgid "Allow"
+msgstr "Allow"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\">Click a validation option for the selected cell(s).</ahelp>"
+
+#: 12120100.xhp#par_id3148797.17.help.text
+msgid "The following conditions are available:"
+msgstr "The following conditions are available:"
+
+#: 12120100.xhp#par_id3150447.18.help.text
+msgctxt "12120100.xhp#par_id3150447.18.help.text"
+msgid "Condition"
+msgstr "Condition"
+
+#: 12120100.xhp#par_id3155854.19.help.text
+msgid "Effect"
+msgstr "Effect"
+
+#: 12120100.xhp#par_id3153092.20.help.text
+msgid "All values"
+msgstr "All values"
+
+#: 12120100.xhp#par_id3155411.21.help.text
+msgid "No limitation."
+msgstr "No limitation."
+
+#: 12120100.xhp#par_id3147434.22.help.text
+msgid "Whole number"
+msgstr "Whole number"
+
+#: 12120100.xhp#par_id3154319.23.help.text
+msgid "Only whole numbers corresponding to the condition."
+msgstr "Only whole numbers corresponding to the condition."
+
+#: 12120100.xhp#par_id3145802.24.help.text
+msgid "Decimal"
+msgstr "Decimal"
+
+#: 12120100.xhp#par_id3153160.25.help.text
+msgid "All numbers corresponding to the condition."
+msgstr "All numbers corresponding to the condition."
+
+#: 12120100.xhp#par_id3149377.26.help.text
+msgctxt "12120100.xhp#par_id3149377.26.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 12120100.xhp#par_id3150718.27.help.text
+msgctxt "12120100.xhp#par_id3150718.27.help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialogue is called up."
+
+#: 12120100.xhp#par_id3146969.28.help.text
+msgctxt "12120100.xhp#par_id3146969.28.help.text"
+msgid "Time"
+msgstr "Time"
+
+#: 12120100.xhp#par_id3155066.29.help.text
+msgctxt "12120100.xhp#par_id3155066.29.help.text"
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialogue is called up."
+
+#: 12120100.xhp#par_idN106A0.help.text
+msgid "Cell range"
+msgstr "Cell range"
+
+#: 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 "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."
+
+#: 12120100.xhp#par_idN106AB.help.text
+msgid "List"
+msgstr "List"
+
+#: 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 "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."
+
+#: 12120100.xhp#par_id3154756.30.help.text
+msgid "Text length"
+msgstr "Text length"
+
+#: 12120100.xhp#par_id3147339.31.help.text
+msgid "Entries whose length corresponds to the condition."
+msgstr "Entries whose length corresponds to the condition."
+
+#: 12120100.xhp#hd_id3154704.7.help.text
+msgid "Allow blank cells"
+msgstr "Allow blank cells"
+
+#: 12120100.xhp#par_id3153967.8.help.text
+msgid "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
+msgstr "<ahelp hid=\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\">In conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this defines that blank cells are shown as invalid data (disabled) or not (enabled).</ahelp>"
+
+#: 12120100.xhp#par_idN10709.help.text
+msgid "Show selection list"
+msgstr "Show selection list"
+
+#: 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 (Mac: Command+D).</ahelp>"
+msgstr "<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 (Mac: Command+D).</ahelp>"
+
+#: 12120100.xhp#par_idN10724.help.text
+msgid "Sort entries ascending"
+msgstr "Sort entries ascending"
+
+#: 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 "<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>"
+
+#: 12120100.xhp#par_idN1073F.help.text
+msgid "Source"
+msgstr "Source"
+
+#: 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 "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
+
+#: 12120100.xhp#par_idN1075A.help.text
+msgid "Entries"
+msgstr "Entries"
+
+#: 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 "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+
+#: 12120100.xhp#hd_id3163807.9.help.text
+msgid "Data"
+msgstr "Data"
+
+#: 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 "<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."
+
+#: 12120100.xhp#hd_id3153782.11.help.text
+msgctxt "12120100.xhp#hd_id3153782.11.help.text"
+msgid "Value"
+msgstr "Value"
+
+#: 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."
+msgstr "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+
+#: 12120100.xhp#hd_id3149814.13.help.text
+msgid "Minimum"
+msgstr "Minimum"
+
+#: 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 "<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>"
+
+#: 12120100.xhp#hd_id3149035.15.help.text
+msgid "Maximum"
+msgstr "Maximum"
+
+#: 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 "<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>"
+
+#: 12080200.xhp#tit.help.text
+msgid "Show Details"
+msgstr "Show Details"
+
+#: 12080200.xhp#bm_id3153561.help.text
+msgid "<bookmark_value>tables; showing details</bookmark_value>"
+msgstr "<bookmark_value>tables; showing details</bookmark_value>"
+
+#: 12080200.xhp#hd_id3153561.1.help.text
+msgid "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">Show Details</link>"
+msgstr "<link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\">Show Details</link>"
+
+#: 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 "<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>"
+
+#: 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 "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>."
+
+#: 12080200.xhp#par_id6036561.help.text
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details command in pivot tables</link>"
+msgstr ""
+
+#: 05030200.xhp#tit.help.text
+msgctxt "05030200.xhp#tit.help.text"
+msgid "Optimal Row Heights"
+msgstr "Optimal Row Heights"
+
+#: 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 "<bookmark_value>sheets; optimal row heights</bookmark_value><bookmark_value>rows; optimal heights</bookmark_value><bookmark_value>optimal row heights</bookmark_value>"
+
+#: 05030200.xhp#hd_id3148491.1.help.text
+msgctxt "05030200.xhp#hd_id3148491.1.help.text"
+msgid "Optimal Row Heights"
+msgstr "Optimal Row Heights"
+
+#: 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 "<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>."
+
+#: 05030200.xhp#hd_id3154908.3.help.text
+msgctxt "05030200.xhp#hd_id3154908.3.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 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 "<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>"
+
+#: 05030200.xhp#hd_id3150439.5.help.text
+msgctxt "05030200.xhp#hd_id3150439.5.help.text"
+msgid "Default value"
+msgstr "Default value"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\">Restores the default value for the optimal row height.</ahelp>"
+
+#: 04060111.xhp#tit.help.text
+msgctxt "04060111.xhp#tit.help.text"
+msgid "Add-in Functions"
+msgstr "Add-in Functions"
+
+#: 04060111.xhp#bm_id3150870.help.text
+msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+msgstr "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
+
+#: 04060111.xhp#hd_id3150870.1.help.text
+msgctxt "04060111.xhp#hd_id3150870.1.help.text"
+msgid "Add-in Functions"
+msgstr "Add-in Functions"
+
+#: 04060111.xhp#par_id3147427.2.help.text
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+msgstr "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+
+#: 04060111.xhp#par_id3163713.75.help.text
+msgid "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
+msgstr "<link href=\"text/scalc/01/04060112.xhp#addinconcept\">Add-in concept</link>"
+
+#: 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 "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>."
+
+#: 04060111.xhp#hd_id3151075.7.help.text
+msgid "Add-ins supplied"
+msgstr "Add-ins supplied"
+
+#: 04060111.xhp#par_id3156285.8.help.text
+msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
+msgstr "$[officename] contains examples for the add-in interface of $[officename] Calc."
+
+#: 04060111.xhp#par_id3159267.76.help.text
+msgid "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
+msgstr "<link href=\"text/scalc/01/04060115.xhp\">Analysis Functions Part One</link>"
+
+#: 04060111.xhp#par_id3154703.77.help.text
+msgid "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
+msgstr "<link href=\"text/scalc/01/04060116.xhp\">Analysis Functions Part Two</link>"
+
+#: 04060111.xhp#bm_id3149566.help.text
+msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+msgstr "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
+
+#: 04060111.xhp#hd_id3149566.14.help.text
+msgid "ISLEAPYEAR"
+msgstr "ISLEAPYEAR"
+
+#: 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 "<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)."
+
+#: 04060111.xhp#hd_id3148487.16.help.text
+msgctxt "04060111.xhp#hd_id3148487.16.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3150205.17.help.text
+msgid "ISLEAPYEAR(\"Date\")"
+msgstr "ISLEAPYEAR(\"Date\")"
+
+#: 04060111.xhp#par_id3159239.18.help.text
+msgid "<emph>Date</emph> 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 "<emph>Date</emph> 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."
+
+#: 04060111.xhp#hd_id3149817.19.help.text
+msgctxt "04060111.xhp#hd_id3149817.19.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060111.xhp#par_id3150786.20.help.text
+msgid "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
+msgstr "=ISLEAPYEAR(A1) returns 1, if A1 contains 1968-02-29, the valid date 29th of February 1968 in your locale setting."
+
+#: 04060111.xhp#par_idN107E7.help.text
+msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
+msgstr "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
+
+#: 04060111.xhp#par_idN107EA.help.text
+msgid "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
+msgstr "Never use =ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided by 29 divided by 68, and then calculate the ISLEAPYEAR function from this small number as a serial date number."
+
+#: 04060111.xhp#bm_id3154656.help.text
+msgid "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+msgstr "<bookmark_value>YEARS function</bookmark_value><bookmark_value>number of years between two dates</bookmark_value>"
+
+#: 04060111.xhp#hd_id3154656.21.help.text
+msgid "YEARS"
+msgstr "YEARS"
+
+#: 04060111.xhp#par_id3150886.22.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFYEARS\">Calculates the difference in years between two dates.</ahelp>"
+
+#: 04060111.xhp#hd_id3154370.23.help.text
+msgctxt "04060111.xhp#hd_id3154370.23.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3146114.24.help.text
+msgid "YEARS(StartDate; EndDate; Type)"
+msgstr "YEARS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp#par_id3145387.25.help.text
+msgctxt "04060111.xhp#par_id3145387.25.help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> is the first date"
+
+#: 04060111.xhp#par_id3156290.26.help.text
+msgctxt "04060111.xhp#par_id3156290.26.help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> is the second date"
+
+#: 04060111.xhp#par_id3152893.27.help.text
+msgid "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
+msgstr "<emph>Type</emph> calculates the type of difference. Possible values are 0 (interval) and 1 (in calendar years)."
+
+#: 04060111.xhp#bm_id3152898.help.text
+msgid "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+msgstr "<bookmark_value>MONTHS function</bookmark_value><bookmark_value>number of months between two dates</bookmark_value>"
+
+#: 04060111.xhp#hd_id3152898.28.help.text
+msgid "MONTHS"
+msgstr "MONTHS"
+
+#: 04060111.xhp#par_id3153066.29.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFMONTHS\">Calculates the difference in months between two dates.</ahelp>"
+
+#: 04060111.xhp#hd_id3151240.30.help.text
+msgctxt "04060111.xhp#hd_id3151240.30.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3146869.31.help.text
+msgid "MONTHS(StartDate; EndDate; Type)"
+msgstr "MONTHS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp#par_id3145075.32.help.text
+msgctxt "04060111.xhp#par_id3145075.32.help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> is the first date"
+
+#: 04060111.xhp#par_id3157981.33.help.text
+msgctxt "04060111.xhp#par_id3157981.33.help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> is the second date"
+
+#: 04060111.xhp#par_id3150111.34.help.text
+msgid "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
+msgstr "<emph>Type</emph> calculates the type of difference. Possible values include 0 (interval) and 1 (in calendar months)."
+
+#: 04060111.xhp#bm_id3159094.help.text
+msgid "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+msgstr "<bookmark_value>ROT13 function</bookmark_value><bookmark_value>encrypting text</bookmark_value>"
+
+#: 04060111.xhp#hd_id3159094.35.help.text
+msgid "ROT13"
+msgstr "ROT13"
+
+#: 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 "<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."
+
+#: 04060111.xhp#hd_id3150893.37.help.text
+msgctxt "04060111.xhp#hd_id3150893.37.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3159205.38.help.text
+msgid "ROT13(Text)"
+msgstr "ROT13(Text)"
+
+#: 04060111.xhp#par_id3153249.39.help.text
+msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
+msgstr "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
+
+#: 04060111.xhp#bm_id3151300.help.text
+msgid "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINYEAR function</bookmark_value><bookmark_value>number of days; in a specific year</bookmark_value>"
+
+#: 04060111.xhp#hd_id3151300.43.help.text
+msgid "DAYSINYEAR"
+msgstr "DAYSINYEAR"
+
+#: 04060111.xhp#par_id3143220.44.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DAYSINYEAR\">Calculates the number of days of the year in which the date entered occurs.</ahelp>"
+
+#: 04060111.xhp#hd_id3145358.45.help.text
+msgctxt "04060111.xhp#hd_id3145358.45.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3154651.46.help.text
+msgid "DAYSINYEAR(Date)"
+msgstr "DAYSINYEAR(Date)"
+
+#: 04060111.xhp#par_id3153803.47.help.text
+msgctxt "04060111.xhp#par_id3153803.47.help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+
+#: 04060111.xhp#hd_id3153487.48.help.text
+msgctxt "04060111.xhp#hd_id3153487.48.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060111.xhp#par_id3153811.49.help.text
+msgid "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
+msgstr "=DAYSINYEAR(A1) returns 366 days if A1 contains 1968-02-29, a valid date for the year 1968."
+
+#: 04060111.xhp#bm_id3154737.help.text
+msgid "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+msgstr "<bookmark_value>DAYSINMONTH function</bookmark_value><bookmark_value>number of days;in a specific month of a year</bookmark_value>"
+
+#: 04060111.xhp#hd_id3154737.50.help.text
+msgid "DAYSINMONTH"
+msgstr "DAYSINMONTH"
+
+#: 04060111.xhp#par_id3149316.51.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DAYSINMONTH\">Calculates the number of days of the month in which the date entered occurs.</ahelp>"
+
+#: 04060111.xhp#hd_id3145114.52.help.text
+msgctxt "04060111.xhp#hd_id3145114.52.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3150955.53.help.text
+msgid "DAYSINMONTH(Date)"
+msgstr "DAYSINMONTH(Date)"
+
+#: 04060111.xhp#par_id3147501.54.help.text
+msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+
+#: 04060111.xhp#hd_id3149871.55.help.text
+msgctxt "04060111.xhp#hd_id3149871.55.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060111.xhp#par_id3155742.56.help.text
+msgid "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
+msgstr "=DAYSINMONTH(A1) returns 29 days if A1 contains 1968-02-17, a valid date for February 1968."
+
+#: 04060111.xhp#bm_id3149048.help.text
+msgid "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+msgstr "<bookmark_value>WEEKS function</bookmark_value><bookmark_value>number of weeks;between two dates</bookmark_value>"
+
+#: 04060111.xhp#hd_id3149048.57.help.text
+msgid "WEEKS"
+msgstr "WEEKS"
+
+#: 04060111.xhp#par_id3153340.58.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
+msgstr "<ahelp hid=\"HID_DAI_FUNC_DIFFWEEKS\">Calculates the difference in weeks between two dates.</ahelp>"
+
+#: 04060111.xhp#hd_id3150393.59.help.text
+msgctxt "04060111.xhp#hd_id3150393.59.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3147402.60.help.text
+msgid "WEEKS(StartDate; EndDate; Type)"
+msgstr "WEEKS(StartDate; EndDate; Type)"
+
+#: 04060111.xhp#par_id3151387.61.help.text
+msgctxt "04060111.xhp#par_id3151387.61.help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>StartDate</emph> is the first date"
+
+#: 04060111.xhp#par_id3146324.62.help.text
+msgctxt "04060111.xhp#par_id3146324.62.help.text"
+msgid "<emph>EndDate</emph> is the second date"
+msgstr "<emph>EndDate</emph> is the second date"
+
+#: 04060111.xhp#par_id3166467.63.help.text
+msgid "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
+msgstr "<emph>Type</emph> calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)."
+
+#: 04060111.xhp#bm_id3145237.help.text
+msgid "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+msgstr "<bookmark_value>WEEKSINYEAR function</bookmark_value><bookmark_value>number of weeks;in a specific year</bookmark_value>"
+
+#: 04060111.xhp#hd_id3145237.64.help.text
+msgid "WEEKSINYEAR"
+msgstr "WEEKSINYEAR"
+
+#: 04060111.xhp#par_id3147410.65.help.text
+msgid "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</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 "<ahelp hid=\"HID_DAI_FUNC_WEEKSINYEAR\">Calculates the number of weeks of the year in which the date entered occurs.</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."
+
+#: 04060111.xhp#hd_id3149719.66.help.text
+msgctxt "04060111.xhp#hd_id3149719.66.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060111.xhp#par_id3145638.67.help.text
+msgid "WEEKSINYEAR(Date)"
+msgstr "WEEKSINYEAR(Date)"
+
+#: 04060111.xhp#par_id3149946.68.help.text
+msgctxt "04060111.xhp#par_id3149946.68.help.text"
+msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+msgstr "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
+
+#: 04060111.xhp#hd_id3150037.69.help.text
+msgctxt "04060111.xhp#hd_id3150037.69.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060111.xhp#par_id3147614.70.help.text
+msgid "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
+msgstr "WEEKSINYEAR(A1) returns 53 if A1 contains 1970-02-17, a valid date for the year 1970."
+
+#: 04060111.xhp#hd_id3157901.72.help.text
+msgid "Add-ins through %PRODUCTNAME API"
+msgstr "Add-ins through %PRODUCTNAME API"
+
+#: 04060111.xhp#par_id3149351.73.help.text
+#, fuzzy
+msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
+msgstr "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.openoffice.org/\">API</link>."
+
+#: 04060102.xhp#tit.help.text
+msgctxt "04060102.xhp#tit.help.text"
+msgid "Date & Time Functions"
+msgstr "Date & Time Functions"
+
+#: 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 "<bookmark_value>date and time functions</bookmark_value><bookmark_value>functions; date & time</bookmark_value><bookmark_value>Function Wizard; date & time</bookmark_value>"
+
+#: 04060102.xhp#hd_id3154536.1.help.text
+msgctxt "04060102.xhp#hd_id3154536.1.help.text"
+msgid "Date & Time Functions"
+msgstr "Date & Time Functions"
+
+#: 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 "<variable id=\"datumzeittext\">These spreadsheet functions are used for inserting and editing dates and times. </variable>"
+
+#: 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 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel."
+msgstr "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 8601, while WEEKNUM_ADD returns the same week number as Microsoft Excel."
+
+#: 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 "$[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."
+
+#: 04060102.xhp#hd_id2408825.help.text
+msgid "Date base for day zero"
+msgstr "Date base for day zero"
+
+#: 04060102.xhp#par_id9988402.help.text
+msgid "Dates are calculated as offsets from a starting day zero. You can set the day zero to be one of the following:"
+msgstr "Dates are calculated as offsets from a starting day zero. You can set the day zero to be one of the following:"
+
+#: 04060102.xhp#par_id6401257.help.text
+msgid "Date base"
+msgstr "Date base"
+
+#: 04060102.xhp#par_id5841242.help.text
+msgid "Use"
+msgstr "Use"
+
+#: 04060102.xhp#par_id6794030.help.text
+msgid "'12/30/1899'"
+msgstr "'12/30/1899'"
+
+#: 04060102.xhp#par_id7096774.help.text
+msgid "(default)"
+msgstr "(default)"
+
+#: 04060102.xhp#par_id5699942.help.text
+msgid "'01/01/1900'"
+msgstr "'01/01/1900'"
+
+#: 04060102.xhp#par_id6420484.help.text
+msgid "(used in former StarCalc 1.0)"
+msgstr "(used in former StarCalc 1.0)"
+
+#: 04060102.xhp#par_id6986602.help.text
+msgid "'01/01/1904'"
+msgstr "'01/01/1904'"
+
+#: 04060102.xhp#par_id616779.help.text
+msgid "(used in Apple software)"
+msgstr "(used in Apple software)"
+
+#: 04060102.xhp#par_id791039.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
+
+#: 04060102.xhp#par_id1953489.help.text
+msgid "When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+msgstr "When you copy and paste cells containing date values between different spreadsheets, both spreadsheet documents must be set to the same date base. If date bases differ, the displayed date values will change!"
+
+#: 04060102.xhp#hd_id757469.help.text
+msgid "Two digits years"
+msgstr "Two digits years"
+
+#: 04060102.xhp#par_id3149720.183.help.text
+msgid "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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 "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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."
+
+#: 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 "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 recognised as dates and result in erroneous calculations. To keep dates from being interpreted as parts of formulae, place them in quotation marks, for example, \"07/20/54\"."
+
+#: 04060102.xhp#par_idN1067A.help.text
+msgid "Functions"
+msgstr "Functions"
+
+#: 04060102.xhp#par_idN10683.help.text
+msgid "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_workday.xhp#workday\"/>"
+
+#: 04060102.xhp#par_id5189062.help.text
+msgid "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_yearfrac.xhp#yearfrac\"/>"
+
+#: 04060102.xhp#par_id6854457.help.text
+msgid "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+
+#: 04060102.xhp#par_id6354457.help.text
+#, fuzzy
+msgid "<embedvar href=\"text/scalc/01/func_datedif.xhp#datedif\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
+
+#: 04060102.xhp#par_id3372295.help.text
+msgid "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_datevalue.xhp#datevalue\"/>"
+
+#: 04060102.xhp#par_id5684377.help.text
+msgid "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_edate.xhp#edate\"/>"
+
+#: 04060102.xhp#par_id7576525.help.text
+msgid "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_today.xhp#today\"/>"
+
+#: 04060102.xhp#par_id641193.help.text
+msgid "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_year.xhp#year\"/>"
+
+#: 04060102.xhp#par_id6501968.help.text
+msgid "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_now.xhp#now\"/>"
+
+#: 04060102.xhp#par_id3886532.help.text
+msgid "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weeknum.xhp#weeknum\"/>"
+
+#: 04060102.xhp#par_id614947.help.text
+msgid "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\"/>"
+
+#: 04060102.xhp#par_id3953062.help.text
+msgid "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_minute.xhp#minute\"/>"
+
+#: 04060102.xhp#par_id2579729.help.text
+msgid "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_month.xhp#month\"/>"
+
+#: 04060102.xhp#par_id1346781.help.text
+msgid "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_eomonth.xhp#eomonth\"/>"
+
+#: 04060102.xhp#par_id8951384.help.text
+msgid "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_networkdays.xhp#networkdays\"/>"
+
+#: 04060102.xhp#par_id1074251.help.text
+msgid "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_eastersunday.xhp#eastersunday\"/>"
+
+#: 04060102.xhp#par_id372325.help.text
+msgid "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_second.xhp#second\"/>"
+
+#: 04060102.xhp#par_id224005.help.text
+msgid "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_hour.xhp#hour\"/>"
+
+#: 04060102.xhp#par_id5375835.help.text
+msgid "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_day.xhp#day\"/>"
+
+#: 04060102.xhp#par_id1208838.help.text
+msgid "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_days.xhp#days\"/>"
+
+#: 04060102.xhp#par_id7679982.help.text
+msgid "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_days360.xhp#days360\"/>"
+
+#: 04060102.xhp#par_id9172643.help.text
+msgid "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_weekday.xhp#weekday\"/>"
+
+#: 04060102.xhp#par_id2354503.help.text
+msgid "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_time.xhp#time\"/>"
+
+#: 04060102.xhp#par_id7765434.help.text
+msgid "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
+msgstr "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
+
+#: 12080400.xhp#tit.help.text
+msgid "Ungroup"
+msgstr "Ungroup"
+
+#: 12080400.xhp#hd_id3148492.1.help.text
+msgctxt "12080400.xhp#hd_id3148492.1.help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+
+#: 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 "<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>"
+
+#: 12080400.xhp#hd_id3151210.3.help.text
+msgid "Deactivate for"
+msgstr "Deactivate for"
+
+#: 12080400.xhp#hd_id3156280.5.help.text
+msgctxt "12080400.xhp#hd_id3156280.5.help.text"
+msgid "Rows"
+msgstr "Rows"
+
+#: 12080400.xhp#par_id3125864.6.help.text
+msgid "Removes selected rows from a group."
+msgstr "Removes selected rows from a group."
+
+#: 12080400.xhp#hd_id3147230.7.help.text
+msgctxt "12080400.xhp#hd_id3147230.7.help.text"
+msgid "Columns"
+msgstr "Columns"
+
+#: 12080400.xhp#par_id3154685.8.help.text
+msgid "Removes selected columns from a group."
+msgstr "Removes selected columns from a group."
+
+#: func_eastersunday.xhp#tit.help.text
+msgid "EASTERSUNDAY"
+msgstr "EASTERSUNDAY"
+
+#: func_eastersunday.xhp#bm_id3152960.help.text
+msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+
+#: func_eastersunday.xhp#hd_id3152960.175.help.text
+msgid "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+msgstr "<variable id=\"eastersunday\"><link href=\"text/scalc/01/func_eastersunday.xhp\">EASTERSUNDAY</link></variable>"
+
+#: 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>"
+msgstr "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
+
+#: func_eastersunday.xhp#hd_id9460127.help.text
+msgctxt "func_eastersunday.xhp#hd_id9460127.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_eastersunday.xhp#par_id2113711.help.text
+msgid "EASTERSUNDAY(Year)"
+msgstr "EASTERSUNDAY(Year)"
+
+#: func_eastersunday.xhp#par_id3938413.help.text
+msgid "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+msgstr "<emph>Year</emph> is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date."
+
+#: func_eastersunday.xhp#par_id3156156.177.help.text
+msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
+msgstr "Easter Monday = EASTERSUNDAY(Year) + 1"
+
+#: func_eastersunday.xhp#par_id3147521.178.help.text
+msgid "Good Friday = EASTERSUNDAY(Year) - 2"
+msgstr "Good Friday = EASTERSUNDAY(Year) - 2"
+
+#: func_eastersunday.xhp#par_id3146072.179.help.text
+msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+msgstr "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+
+#: func_eastersunday.xhp#par_id3149553.180.help.text
+msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+msgstr "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+
+#: func_eastersunday.xhp#hd_id3155120.181.help.text
+msgctxt "func_eastersunday.xhp#hd_id3155120.181.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_eastersunday.xhp#par_id3154472.182.help.text
+msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
+msgstr "=EASTERSUNDAY(2000) returns 2000-04-23."
+
+#: func_eastersunday.xhp#par_id3150940.184.help.text
+msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+
+#: 05080300.xhp#tit.help.text
+msgctxt "05080300.xhp#tit.help.text"
+msgid "Edit Print Ranges"
+msgstr "Edit Print Ranges"
+
+#: 05080300.xhp#hd_id3153088.1.help.text
+msgctxt "05080300.xhp#hd_id3153088.1.help.text"
+msgid "Edit Print Ranges"
+msgstr "Edit Print Ranges"
+
+#: 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 "<variable id=\"druckbereichetext\"><ahelp hid=\".uno:EditPrintArea\">Opens a dialogue 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."
+
+#: 05080300.xhp#par_idN105AE.help.text
+msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+
+#: 05080300.xhp#hd_id3156281.3.help.text
+msgctxt "05080300.xhp#hd_id3156281.3.help.text"
+msgid "Print range"
+msgstr "Print range"
+
+#: 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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Allows you to modify a defined print range.</ahelp>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 05080300.xhp#hd_id3149260.7.help.text
+msgid "Rows to repeat"
+msgstr "Rows to repeat"
+
+#: 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 "<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."
+
+#: 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 "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 dialogue."
+
+#: 05080300.xhp#hd_id3149581.10.help.text
+msgid "Columns to repeat"
+msgstr "Columns to repeat"
+
+#: 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 "<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."
+
+#: 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 "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 dialogue."
+
+#: func_year.xhp#tit.help.text
+msgid "YEAR"
+msgstr "YEAR"
+
+#: func_year.xhp#bm_id3153982.help.text
+msgid "<bookmark_value>YEAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR function</bookmark_value>"
+
+#: func_year.xhp#hd_id3153982.37.help.text
+msgid "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_FUNC_JAHR\">Returns the year as a number according to the internal calculation rules.</ahelp>"
+
+#: func_year.xhp#hd_id3146090.39.help.text
+msgctxt "func_year.xhp#hd_id3146090.39.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_year.xhp#par_id3154304.40.help.text
+msgid "YEAR(Number)"
+msgstr "YEAR(Number)"
+
+#: 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 "<emph>Number</emph> shows the internal date value for which the year is to be returned."
+
+#: func_year.xhp#hd_id3152797.42.help.text
+msgctxt "func_year.xhp#hd_id3152797.42.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_year.xhp#par_id3145668.43.help.text
+msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
+msgstr "<item type=\"input\">=YEAR(1)</item> returns 1899"
+
+#: func_year.xhp#par_id3151168.44.help.text
+msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgstr "<item type=\"input\">=YEAR(2)</item> returns 1900"
+
+#: func_year.xhp#par_id3150115.45.help.text
+msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+msgstr "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
+
+#: 06030400.xhp#tit.help.text
+msgid "Remove Dependents"
+msgstr "Remove Dependents"
+
+#: 06030400.xhp#bm_id3147335.help.text
+msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
+msgstr "<bookmark_value>cells; removing dependents</bookmark_value>"
+
+#: 06030400.xhp#hd_id3147335.1.help.text
+msgid "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030400.xhp\" name=\"Remove Dependents\">Remove Dependents</link>"
+
+#: 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 "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
+
+#: 06050000.xhp#tit.help.text
+msgctxt "06050000.xhp#tit.help.text"
+msgid "Create Scenario"
+msgstr "Create Scenario"
+
+#: 06050000.xhp#hd_id3156023.1.help.text
+msgctxt "06050000.xhp#hd_id3156023.1.help.text"
+msgid "Create Scenario"
+msgstr "Create Scenario"
+
+#: 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 "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
+
+#: 06050000.xhp#par_idN10637.help.text
+msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+
+#: 06050000.xhp#hd_id3156280.3.help.text
+msgid "Name of scenario"
+msgstr "Name of scenario"
+
+#: 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 "<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."
+
+#: 06050000.xhp#hd_id3153954.14.help.text
+msgid "Comment"
+msgstr "Comment"
+
+#: 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 "<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."
+
+#: 06050000.xhp#hd_id3145273.16.help.text
+msgid "Settings"
+msgstr "Settings"
+
+#: 06050000.xhp#par_id3153364.17.help.text
+msgid "This section is used to define some of the settings used in the scenario display."
+msgstr "This section is used to define some of the settings used in the scenario display."
+
+#: 06050000.xhp#hd_id3145367.18.help.text
+msgid "Display border"
+msgstr "Display border"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\">Highlights the scenario in your table with a border. The colour 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."
+
+#: 06050000.xhp#hd_id3149582.20.help.text
+msgid "Copy back"
+msgstr "Copy back"
+
+#: 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 "<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 behaviour of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+
+#: 06050000.xhp#hd_id3149402.22.help.text
+msgid "Copy entire sheet"
+msgstr "Copy entire sheet"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+
+#: 06050000.xhp#par_idN1075A.help.text
+msgid "Prevent changes"
+msgstr "Prevent changes"
+
+#: 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 "<ahelp hid=\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\">Prevents changes to the active scenario. The behaviour of the <emph>Copy back</emph> setting depends on the cell protection, the sheet protection, and the <emph>Prevent changes</emph> settings.</ahelp>"
+
+#: 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 "You can only change the scenario properties if the <emph>Prevent changes</emph> option is not selected and if the sheet is not protected."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 12040500.xhp#tit.help.text
+msgid "Hide AutoFilter"
+msgstr "Hide AutoFilter"
+
+#: 12040500.xhp#bm_id3150276.help.text
+msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
+msgstr "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
+
+#: 12040500.xhp#hd_id3150276.1.help.text
+msgid "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">Hide AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040500.xhp\" name=\"Hide AutoFilter\">Hide AutoFilter</link>"
+
+#: 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 "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
+
+#: 02170000.xhp#tit.help.text
+msgid "Delete Sheet"
+msgstr "Delete Sheet"
+
+#: 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 "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
+
+#: 02170000.xhp#hd_id3156424.1.help.text
+msgid " Delete Sheet"
+msgstr " Delete Sheet"
+
+#: 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 "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+
+#: 02170000.xhp#par_id3145801.7.help.text
+msgid "You cannot delete a sheet while <emph>Edit - Changes - Record</emph> is activated."
+msgstr "You cannot delete a sheet while <emph>Edit - Changes - Record</emph> is activated."
+
+#: 02170000.xhp#hd_id3147124.3.help.text
+msgid "Yes"
+msgstr "Yes"
+
+#: 02170000.xhp#par_id3154943.4.help.text
+msgid "Deletes the current sheet."
+msgstr "Deletes the current sheet."
+
+#: 02170000.xhp#hd_id3149412.5.help.text
+msgid "No"
+msgstr "No"
+
+#: 02170000.xhp#par_id3154510.6.help.text
+msgid "Cancels the dialog. No delete is performed."
+msgstr "Cancels the dialogue. No delete is performed."
+
+#: 04070300.xhp#tit.help.text
+msgctxt "04070300.xhp#tit.help.text"
+msgid "Creating Names"
+msgstr "Creating Names"
+
+#: 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 "<bookmark_value>cell ranges;creating names automatically</bookmark_value><bookmark_value>names; for cell ranges</bookmark_value>"
+
+#: 04070300.xhp#hd_id3147264.1.help.text
+msgctxt "04070300.xhp#hd_id3147264.1.help.text"
+msgid "Creating Names"
+msgstr "Creating Names"
+
+#: 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 "<variable id=\"namenuebernehmentext\"><ahelp hid=\".uno:CreateNames\">Allows you to automatically name multiple cell ranges.</ahelp></variable>"
+
+#: 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 "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> dialogue, from which you can select the naming options that you want."
+
+#: 04070300.xhp#hd_id3151116.3.help.text
+msgid "Create names from"
+msgstr "Create names from"
+
+#: 04070300.xhp#par_id3152597.4.help.text
+msgid "Defines which part of the spreadsheet is to be used for creating the name."
+msgstr "Defines which part of the spreadsheet is to be used for creating the name."
+
+#: 04070300.xhp#hd_id3153729.5.help.text
+msgid "Top row"
+msgstr "Top row"
+
+#: 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 "<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."
+
+#: 04070300.xhp#hd_id3146984.7.help.text
+msgid "Left Column"
+msgstr "Left Column"
+
+#: 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 "<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."
+
+#: 04070300.xhp#hd_id3156284.9.help.text
+msgid "Bottom row"
+msgstr "Bottom row"
+
+#: 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 "<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."
+
+#: 04070300.xhp#hd_id3154731.11.help.text
+msgid "Right Column"
+msgstr "Right Column"
+
+#: 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 "<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."
+
+#: 06030000.xhp#tit.help.text
+msgid "Detective"
+msgstr "Detective"
+
+#: 06030000.xhp#bm_id3151245.help.text
+msgid "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
+msgstr "<bookmark_value>cell links search</bookmark_value> <bookmark_value>searching; links in cells</bookmark_value> <bookmark_value>traces;precedents and dependents</bookmark_value> <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value>"
+
+#: 06030000.xhp#hd_id3151245.1.help.text
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+
+#: 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 "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."
+
+#: 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 "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. "
+
+#: 03080000.xhp#tit.help.text
+msgid "Value Highlighting"
+msgstr "Value Highlighting"
+
+#: 03080000.xhp#bm_id3151384.help.text
+msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
+msgstr ""
+
+#: 03080000.xhp#hd_id3151384.help.text
+msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+msgstr "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
+
+#: 03080000.xhp#par_id3154366.help.text
+msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
+msgstr "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colours, depending on type.</ahelp>"
+
+#: 03080000.xhp#par_id3125863.help.text
+msgid "To remove the highlighting, unmark the menu entry."
+msgstr "To remove the highlighting, unmark the menu entry."
+
+#: 03080000.xhp#par_id3145785.help.text
+msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
+msgstr "Text cells are formatted in black, formulae in green, and number cells in blue, no matter how their display is formatted."
+
+#: 03080000.xhp#par_id3153188.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 "If this function is active, colours that you define in the document will not be displayed. When you deactivate the function, the user-defined colours are displayed again."
+
+#: 04060112.xhp#tit.help.text
+msgctxt "04060112.xhp#tit.help.text"
+msgid "Add-in for Programming in $[officename] Calc"
+msgstr "Add-in for Programming in $[officename] Calc"
+
+#: 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</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
+msgstr "<bookmark_value>programming; add-ins</bookmark_value><bookmark_value>shared libraries; programming</bookmark_value><bookmark_value>external DLL functions</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
+
+#: 04060112.xhp#hd_id3151076.1.help.text
+msgctxt "04060112.xhp#hd_id3151076.1.help.text"
+msgid "Add-in for Programming in $[officename] Calc"
+msgstr "Add-in for Programming in $[officename] Calc"
+
+#: 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 "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>."
+
+#: 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 "$[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."
+
+#: 04060112.xhp#par_id3149211.3.help.text
+msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><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 "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognised by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library </caseinline><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."
+
+#: 04060112.xhp#hd_id3146981.4.help.text
+msgid "The Add-In Concept"
+msgstr "The Add-In Concept"
+
+#: 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 "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."
+
+#: 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 "Functions of <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>AddIn DLL</defaultinline></switchinline>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060112.xhp#hd_id3145077.11.help.text
+msgid "General information about the interface"
+msgstr "General information about the interface"
+
+#: 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 "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."
+
+#: 04060112.xhp#par_id3149899.13.help.text
+msgid "The data types are defined as follows:"
+msgstr "The data types are defined as follows:"
+
+#: 04060112.xhp#par_id3151302.14.help.text
+msgid "<emph>Data types</emph>"
+msgstr "<emph>Data types</emph>"
+
+#: 04060112.xhp#par_id3143222.15.help.text
+msgid "<emph>Definition</emph>"
+msgstr "<emph>Definition</emph>"
+
+#: 04060112.xhp#par_id3149384.16.help.text
+msgid "CALLTYPE"
+msgstr "CALLTYPE"
+
+#: 04060112.xhp#par_id3146963.17.help.text
+msgid "Under Windows: FAR PASCAL (_far _pascal)"
+msgstr "Under Windows: FAR PASCAL (_far _pascal)"
+
+#: 04060112.xhp#par_id3153809.18.help.text
+msgid "Other: default (operating system specific default)"
+msgstr "Other: default (operating system specific default)"
+
+#: 04060112.xhp#par_id3154734.19.help.text
+msgid "USHORT"
+msgstr "USHORT"
+
+#: 04060112.xhp#par_id3155760.20.help.text
+msgid "2 Byte unsigned Integer"
+msgstr "2 Byte unsigned Integer"
+
+#: 04060112.xhp#par_id3145320.21.help.text
+msgid "DOUBLE"
+msgstr "DOUBLE"
+
+#: 04060112.xhp#par_id3150956.22.help.text
+msgid "8 byte platform-dependent format"
+msgstr "8 byte platform-dependent format"
+
+#: 04060112.xhp#par_id3146097.23.help.text
+msgid "Paramtype"
+msgstr "Paramtype"
+
+#: 04060112.xhp#par_id3150432.24.help.text
+msgid "Platform-dependent like int"
+msgstr "Platform-dependent like int"
+
+#: 04060112.xhp#par_id3153955.25.help.text
+msgid "PTR_DOUBLE =0 pointer to a double"
+msgstr "PTR_DOUBLE =0 pointer to a double"
+
+#: 04060112.xhp#par_id3159262.26.help.text
+msgid "PTR_STRING =1 pointer to a zero-terminated string"
+msgstr "PTR_STRING =1 pointer to a zero-terminated string"
+
+#: 04060112.xhp#par_id3148747.27.help.text
+msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
+msgstr "PTR_DOUBLE_ARR =2 pointer to a double array"
+
+#: 04060112.xhp#par_id3147406.28.help.text
+msgid "PTR_STRING_ARR =3 pointer to a string array"
+msgstr "PTR_STRING_ARR =3 pointer to a string array"
+
+#: 04060112.xhp#par_id3151392.29.help.text
+msgid "PTR_CELL_ARR =4 pointer to a cell array"
+msgstr "PTR_CELL_ARR =4 pointer to a cell array"
+
+#: 04060112.xhp#par_id3153028.30.help.text
+msgid "NONE =5"
+msgstr "NONE =5"
+
+#: 04060112.xhp#hd_id3156396.31.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions"
+
+#: 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 "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>."
+
+#: 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 "For all <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library </caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:"
+
+#: 04060112.xhp#par_id3157876.34.help.text
+msgid "void CALLTYPE fn(out, in1, in2, ...)"
+msgstr "void CALLTYPE fn(out, in1, in2, ...)"
+
+#: 04060112.xhp#par_id3147616.35.help.text
+msgid "Output: Resulting value"
+msgstr "Output: Resulting value"
+
+#: 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 "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."
+
+#: 04060112.xhp#hd_id3150653.37.help.text
+msgid "GetFunctionCount()"
+msgstr "GetFunctionCount()"
+
+#: 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 "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."
+
+#: 04060112.xhp#par_id3150742.39.help.text
+msgctxt "04060112.xhp#par_id3150742.39.help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>Syntax</emph>"
+
+#: 04060112.xhp#par_id3148728.40.help.text
+msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+msgstr "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+
+#: 04060112.xhp#par_id3154677.41.help.text
+msgctxt "04060112.xhp#par_id3154677.41.help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>Parameter</emph>"
+
+#: 04060112.xhp#par_id3146940.42.help.text
+msgid "USHORT &nCount:"
+msgstr "USHORT &nCount:"
+
+#: 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 "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."
+
+#: 04060112.xhp#hd_id3147476.44.help.text
+msgid "GetFunctionData()"
+msgstr "GetFunctionData()"
+
+#: 04060112.xhp#par_id3154841.45.help.text
+msgid "Determines all the important information about an Add-In function."
+msgstr "Determines all the important information about an Add-In function."
+
+#: 04060112.xhp#par_id3148888.46.help.text
+msgctxt "04060112.xhp#par_id3148888.46.help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>Syntax</emph>"
+
+#: 04060112.xhp#par_id3148434.47.help.text
+msgid "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
+msgstr "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
+
+#: 04060112.xhp#par_id3149253.48.help.text
+msgctxt "04060112.xhp#par_id3149253.48.help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>Parameter</emph>"
+
+#: 04060112.xhp#par_id3149686.49.help.text
+msgctxt "04060112.xhp#par_id3149686.49.help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
+
+#: 04060112.xhp#par_id3149949.50.help.text
+msgid "Input: Function number between 0 and nCount-1, inclusively."
+msgstr "Input: Function number between 0 and nCount-1, inclusively."
+
+#: 04060112.xhp#par_id3149546.51.help.text
+msgid "char* pFuncName:"
+msgstr "char* pFuncName:"
+
+#: 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 "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>."
+
+#: 04060112.xhp#par_id3153935.53.help.text
+msgid "USHORT& nParamCount:"
+msgstr "USHORT& nParamCount:"
+
+#: 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 "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."
+
+#: 04060112.xhp#par_id3145143.55.help.text
+msgid "Paramtype* peType:"
+msgstr "Paramtype* peType:"
+
+#: 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 "Output: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
+
+#: 04060112.xhp#par_id3153078.57.help.text
+msgid "char* pInternalName:"
+msgstr "char* pInternalName:"
+
+#: 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 "Output: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
+
+#: 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 "The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc."
+
+#: 04060112.xhp#hd_id3148567.60.help.text
+msgid "GetParameterDescription()"
+msgstr "GetParameterDescription()"
+
+#: 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 "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>."
+
+#: 04060112.xhp#par_id3154501.62.help.text
+msgctxt "04060112.xhp#par_id3154501.62.help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>Syntax</emph>"
+
+#: 04060112.xhp#par_id3153564.63.help.text
+msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
+msgstr "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
+
+#: 04060112.xhp#par_id3157995.64.help.text
+msgctxt "04060112.xhp#par_id3157995.64.help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>Parameter</emph>"
+
+#: 04060112.xhp#par_id3155925.65.help.text
+msgctxt "04060112.xhp#par_id3155925.65.help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
+
+#: 04060112.xhp#par_id3149883.66.help.text
+msgid "Input: Number of the function in the library; between 0 and nCount-1."
+msgstr "Input: Number of the function in the library; between 0 and nCount-1."
+
+#: 04060112.xhp#par_id3154326.67.help.text
+msgid "USHORT& nParam:"
+msgstr "USHORT& nParam:"
+
+#: 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 "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."
+
+#: 04060112.xhp#par_id3147374.69.help.text
+msgid "char* pName:"
+msgstr "char* pName:"
+
+#: 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 "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]."
+
+#: 04060112.xhp#par_id3151020.71.help.text
+msgid "char* pDesc:"
+msgstr "char* pDesc:"
+
+#: 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 "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]."
+
+#: 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 "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."
+
+#: 04060112.xhp#hd_id3148874.76.help.text
+msgid "Cell areas"
+msgstr "Cell areas"
+
+#: 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 "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."
+
+#: 04060112.xhp#hd_id3156060.78.help.text
+msgid "Double Array"
+msgstr "Double Array"
+
+#: 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 "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:"
+
+#: 04060112.xhp#par_id3149388.80.help.text
+msgctxt "04060112.xhp#par_id3149388.80.help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>Offset</emph>"
+
+#: 04060112.xhp#par_id3154636.81.help.text
+msgctxt "04060112.xhp#par_id3154636.81.help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>Name</emph>"
+
+#: 04060112.xhp#par_id3153228.82.help.text
+msgctxt "04060112.xhp#par_id3153228.82.help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>Description</emph>"
+
+#: 04060112.xhp#par_id3150685.83.help.text
+msgctxt "04060112.xhp#par_id3150685.83.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060112.xhp#par_id3154869.84.help.text
+msgctxt "04060112.xhp#par_id3154869.84.help.text"
+msgid "Col1"
+msgstr "Col1"
+
+#: 04060112.xhp#par_id3147541.85.help.text
+msgctxt "04060112.xhp#par_id3147541.85.help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3149783.86.help.text
+msgctxt "04060112.xhp#par_id3149783.86.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060112.xhp#par_id3155986.87.help.text
+msgctxt "04060112.xhp#par_id3155986.87.help.text"
+msgid "Row1"
+msgstr "Row1"
+
+#: 04060112.xhp#par_id3147483.88.help.text
+msgctxt "04060112.xhp#par_id3147483.88.help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Row number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3153721.89.help.text
+msgctxt "04060112.xhp#par_id3153721.89.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060112.xhp#par_id3154317.90.help.text
+msgctxt "04060112.xhp#par_id3154317.90.help.text"
+msgid "Tab1"
+msgstr "Tab1"
+
+#: 04060112.xhp#par_id3149820.91.help.text
+msgctxt "04060112.xhp#par_id3149820.91.help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Table number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3163820.92.help.text
+msgctxt "04060112.xhp#par_id3163820.92.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060112.xhp#par_id3149710.93.help.text
+msgctxt "04060112.xhp#par_id3149710.93.help.text"
+msgid "Col2"
+msgstr "Col2"
+
+#: 04060112.xhp#par_id3154819.94.help.text
+msgctxt "04060112.xhp#par_id3154819.94.help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3145083.95.help.text
+msgctxt "04060112.xhp#par_id3145083.95.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060112.xhp#par_id3156310.96.help.text
+msgctxt "04060112.xhp#par_id3156310.96.help.text"
+msgid "Row2"
+msgstr "Row2"
+
+#: 04060112.xhp#par_id3150968.97.help.text
+msgctxt "04060112.xhp#par_id3150968.97.help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Row number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3156133.98.help.text
+msgctxt "04060112.xhp#par_id3156133.98.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp#par_id3153218.99.help.text
+msgctxt "04060112.xhp#par_id3153218.99.help.text"
+msgid "Tab2"
+msgstr "Tab2"
+
+#: 04060112.xhp#par_id3147086.100.help.text
+msgctxt "04060112.xhp#par_id3147086.100.help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Table number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3151270.101.help.text
+msgctxt "04060112.xhp#par_id3151270.101.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp#par_id3152934.102.help.text
+msgctxt "04060112.xhp#par_id3152934.102.help.text"
+msgid "Count"
+msgstr "Count"
+
+#: 04060112.xhp#par_id3145202.103.help.text
+msgctxt "04060112.xhp#par_id3145202.103.help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
+msgstr "Number of the following elements. Empty cells are not counted or passed."
+
+#: 04060112.xhp#par_id3150879.104.help.text
+msgctxt "04060112.xhp#par_id3150879.104.help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp#par_id3156002.105.help.text
+msgctxt "04060112.xhp#par_id3156002.105.help.text"
+msgid "Col"
+msgstr "Col"
+
+#: 04060112.xhp#par_id3147276.106.help.text
+msgctxt "04060112.xhp#par_id3147276.106.help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "Column number of the element. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3151295.107.help.text
+msgctxt "04060112.xhp#par_id3151295.107.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp#par_id3150261.108.help.text
+msgctxt "04060112.xhp#par_id3150261.108.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 04060112.xhp#par_id3155851.109.help.text
+msgctxt "04060112.xhp#par_id3155851.109.help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "Row number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3153150.110.help.text
+msgctxt "04060112.xhp#par_id3153150.110.help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp#par_id3153758.111.help.text
+msgctxt "04060112.xhp#par_id3153758.111.help.text"
+msgid "Tab"
+msgstr "Tab"
+
+#: 04060112.xhp#par_id3150154.112.help.text
+msgctxt "04060112.xhp#par_id3150154.112.help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "Table number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3149289.113.help.text
+msgctxt "04060112.xhp#par_id3149289.113.help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp#par_id3156010.114.help.text
+msgctxt "04060112.xhp#par_id3156010.114.help.text"
+msgid "Error"
+msgstr "Error"
+
+#: 04060112.xhp#par_id3159181.115.help.text
+msgctxt "04060112.xhp#par_id3159181.115.help.text"
+msgid "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 "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."
+
+#: 04060112.xhp#par_id3147493.116.help.text
+msgctxt "04060112.xhp#par_id3147493.116.help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp#par_id3149200.117.help.text
+msgctxt "04060112.xhp#par_id3149200.117.help.text"
+msgid "Value"
+msgstr "Value"
+
+#: 04060112.xhp#par_id3151174.118.help.text
+msgid "8 byte IEEE variable of type double/floating point"
+msgstr "8 byte IEEE variable of type double/floating point"
+
+#: 04060112.xhp#par_id3154688.119.help.text
+msgid "30"
+msgstr "30"
+
+#: 04060112.xhp#par_id3159337.120.help.text
+msgctxt "04060112.xhp#par_id3159337.120.help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp#par_id3155388.121.help.text
+msgctxt "04060112.xhp#par_id3155388.121.help.text"
+msgid "Next element"
+msgstr "Next element"
+
+#: 04060112.xhp#hd_id3154935.122.help.text
+msgid "String Array"
+msgstr "String Array"
+
+#: 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 "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:"
+
+#: 04060112.xhp#par_id3149908.124.help.text
+msgctxt "04060112.xhp#par_id3149908.124.help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>Offset</emph>"
+
+#: 04060112.xhp#par_id3159165.125.help.text
+msgctxt "04060112.xhp#par_id3159165.125.help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>Name</emph>"
+
+#: 04060112.xhp#par_id3159150.126.help.text
+msgctxt "04060112.xhp#par_id3159150.126.help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>Description</emph>"
+
+#: 04060112.xhp#par_id3149769.127.help.text
+msgctxt "04060112.xhp#par_id3149769.127.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060112.xhp#par_id3150509.128.help.text
+msgctxt "04060112.xhp#par_id3150509.128.help.text"
+msgid "Col1"
+msgstr "Col1"
+
+#: 04060112.xhp#par_id3148447.129.help.text
+msgctxt "04060112.xhp#par_id3148447.129.help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3145418.130.help.text
+msgctxt "04060112.xhp#par_id3145418.130.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060112.xhp#par_id3147512.131.help.text
+msgctxt "04060112.xhp#par_id3147512.131.help.text"
+msgid "Row1"
+msgstr "Row1"
+
+#: 04060112.xhp#par_id3147235.132.help.text
+msgctxt "04060112.xhp#par_id3147235.132.help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Row number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3155362.133.help.text
+msgctxt "04060112.xhp#par_id3155362.133.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060112.xhp#par_id3151051.134.help.text
+msgctxt "04060112.xhp#par_id3151051.134.help.text"
+msgid "Tab1"
+msgstr "Tab1"
+
+#: 04060112.xhp#par_id3148923.135.help.text
+msgctxt "04060112.xhp#par_id3148923.135.help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Table number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3149158.136.help.text
+msgctxt "04060112.xhp#par_id3149158.136.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060112.xhp#par_id3166437.137.help.text
+msgctxt "04060112.xhp#par_id3166437.137.help.text"
+msgid "Col2"
+msgstr "Col2"
+
+#: 04060112.xhp#par_id3149788.138.help.text
+msgctxt "04060112.xhp#par_id3149788.138.help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3166450.139.help.text
+msgctxt "04060112.xhp#par_id3166450.139.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060112.xhp#par_id3152877.140.help.text
+msgctxt "04060112.xhp#par_id3152877.140.help.text"
+msgid "Row2"
+msgstr "Row2"
+
+#: 04060112.xhp#par_id3152949.141.help.text
+msgctxt "04060112.xhp#par_id3152949.141.help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Row number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3159270.142.help.text
+msgctxt "04060112.xhp#par_id3159270.142.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp#par_id3154107.143.help.text
+msgctxt "04060112.xhp#par_id3154107.143.help.text"
+msgid "Tab2"
+msgstr "Tab2"
+
+#: 04060112.xhp#par_id3153747.144.help.text
+msgctxt "04060112.xhp#par_id3153747.144.help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Table number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3149924.145.help.text
+msgctxt "04060112.xhp#par_id3149924.145.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp#par_id3154858.146.help.text
+msgctxt "04060112.xhp#par_id3154858.146.help.text"
+msgid "Count"
+msgstr "Count"
+
+#: 04060112.xhp#par_id3148621.147.help.text
+msgctxt "04060112.xhp#par_id3148621.147.help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
+msgstr "Number of the following elements. Empty cells are not counted or passed."
+
+#: 04060112.xhp#par_id3148467.148.help.text
+msgctxt "04060112.xhp#par_id3148467.148.help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp#par_id3151126.149.help.text
+msgctxt "04060112.xhp#par_id3151126.149.help.text"
+msgid "Col"
+msgstr "Col"
+
+#: 04060112.xhp#par_id3154334.150.help.text
+msgctxt "04060112.xhp#par_id3154334.150.help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "Column number of the element. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3149416.151.help.text
+msgctxt "04060112.xhp#par_id3149416.151.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp#par_id3150631.152.help.text
+msgctxt "04060112.xhp#par_id3150631.152.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 04060112.xhp#par_id3150424.153.help.text
+msgctxt "04060112.xhp#par_id3150424.153.help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "Row number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3154797.154.help.text
+msgctxt "04060112.xhp#par_id3154797.154.help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp#par_id3143274.155.help.text
+msgctxt "04060112.xhp#par_id3143274.155.help.text"
+msgid "Tab"
+msgstr "Tab"
+
+#: 04060112.xhp#par_id3149513.156.help.text
+msgctxt "04060112.xhp#par_id3149513.156.help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "Table number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3145306.157.help.text
+msgctxt "04060112.xhp#par_id3145306.157.help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp#par_id3153948.158.help.text
+msgctxt "04060112.xhp#par_id3153948.158.help.text"
+msgid "Error"
+msgstr "Error"
+
+#: 04060112.xhp#par_id3153534.159.help.text
+msgctxt "04060112.xhp#par_id3153534.159.help.text"
+msgid "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 "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."
+
+#: 04060112.xhp#par_id3153311.160.help.text
+msgctxt "04060112.xhp#par_id3153311.160.help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp#par_id3148695.161.help.text
+msgid "Len"
+msgstr "Len"
+
+#: 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 "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)."
+
+#: 04060112.xhp#par_id3153772.163.help.text
+msgctxt "04060112.xhp#par_id3153772.163.help.text"
+msgid "24"
+msgstr "24"
+
+#: 04060112.xhp#par_id3153702.164.help.text
+msgctxt "04060112.xhp#par_id3153702.164.help.text"
+msgid "String"
+msgstr "String"
+
+#: 04060112.xhp#par_id3154474.165.help.text
+msgid "String with closing zero byte"
+msgstr "String with closing zero byte"
+
+#: 04060112.xhp#par_id3156269.166.help.text
+msgid "24+Len"
+msgstr "24+Len"
+
+#: 04060112.xhp#par_id3154825.167.help.text
+msgctxt "04060112.xhp#par_id3154825.167.help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp#par_id3147097.168.help.text
+msgctxt "04060112.xhp#par_id3147097.168.help.text"
+msgid "Next element"
+msgstr "Next element"
+
+#: 04060112.xhp#hd_id3159091.169.help.text
+msgid "Cell Array"
+msgstr "Cell Array"
+
+#: 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 "Cell arrays are used to call cell areas containing text as well as numbers. A cell array in $[officename] Calc is defined as follows:"
+
+#: 04060112.xhp#par_id3154664.171.help.text
+msgctxt "04060112.xhp#par_id3154664.171.help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>Offset</emph>"
+
+#: 04060112.xhp#par_id3154566.172.help.text
+msgctxt "04060112.xhp#par_id3154566.172.help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>Name</emph>"
+
+#: 04060112.xhp#par_id3146073.173.help.text
+msgctxt "04060112.xhp#par_id3146073.173.help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>Description</emph>"
+
+#: 04060112.xhp#par_id3154117.174.help.text
+msgctxt "04060112.xhp#par_id3154117.174.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060112.xhp#par_id3150988.175.help.text
+msgctxt "04060112.xhp#par_id3150988.175.help.text"
+msgid "Col1"
+msgstr "Col1"
+
+#: 04060112.xhp#par_id3146783.176.help.text
+msgctxt "04060112.xhp#par_id3146783.176.help.text"
+msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the upper-left corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3153666.177.help.text
+msgctxt "04060112.xhp#par_id3153666.177.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060112.xhp#par_id3149560.178.help.text
+msgctxt "04060112.xhp#par_id3149560.178.help.text"
+msgid "Row1"
+msgstr "Row1"
+
+#: 04060112.xhp#par_id3156156.179.help.text
+msgctxt "04060112.xhp#par_id3156156.179.help.text"
+msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Row number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3150408.180.help.text
+msgctxt "04060112.xhp#par_id3150408.180.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060112.xhp#par_id3150593.181.help.text
+msgctxt "04060112.xhp#par_id3150593.181.help.text"
+msgid "Tab1"
+msgstr "Tab1"
+
+#: 04060112.xhp#par_id3150357.182.help.text
+msgctxt "04060112.xhp#par_id3150357.182.help.text"
+msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
+msgstr "Table number in the upper-left corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3146912.183.help.text
+msgctxt "04060112.xhp#par_id3146912.183.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060112.xhp#par_id3153352.184.help.text
+msgctxt "04060112.xhp#par_id3153352.184.help.text"
+msgid "Col2"
+msgstr "Col2"
+
+#: 04060112.xhp#par_id3155893.185.help.text
+msgctxt "04060112.xhp#par_id3155893.185.help.text"
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3150827.186.help.text
+msgctxt "04060112.xhp#par_id3150827.186.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060112.xhp#par_id3148406.187.help.text
+msgctxt "04060112.xhp#par_id3148406.187.help.text"
+msgid "Row2"
+msgstr "Row2"
+
+#: 04060112.xhp#par_id3150673.188.help.text
+msgctxt "04060112.xhp#par_id3150673.188.help.text"
+msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Row number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3155864.189.help.text
+msgctxt "04060112.xhp#par_id3155864.189.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp#par_id3153197.190.help.text
+msgctxt "04060112.xhp#par_id3153197.190.help.text"
+msgid "Tab2"
+msgstr "Tab2"
+
+#: 04060112.xhp#par_id3149329.191.help.text
+msgctxt "04060112.xhp#par_id3149329.191.help.text"
+msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
+msgstr "Table number in the lower-right corner of the cell area; numbering starts at 0."
+
+#: 04060112.xhp#par_id3147360.192.help.text
+msgctxt "04060112.xhp#par_id3147360.192.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp#par_id3154520.193.help.text
+msgctxt "04060112.xhp#par_id3154520.193.help.text"
+msgid "Count"
+msgstr "Count"
+
+#: 04060112.xhp#par_id3150647.194.help.text
+msgctxt "04060112.xhp#par_id3150647.194.help.text"
+msgid "Number of the following elements. Empty cells are not counted or passed."
+msgstr "Number of the following elements. Empty cells are not counted or passed."
+
+#: 04060112.xhp#par_id3149747.195.help.text
+msgctxt "04060112.xhp#par_id3149747.195.help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp#par_id3147579.196.help.text
+msgctxt "04060112.xhp#par_id3147579.196.help.text"
+msgid "Col"
+msgstr "Col"
+
+#: 04060112.xhp#par_id3154188.197.help.text
+msgctxt "04060112.xhp#par_id3154188.197.help.text"
+msgid "Column number of the element. Numbering starts at 0."
+msgstr "Column number of the element. Numbering starts at 0."
+
+#: 04060112.xhp#par_id3159209.198.help.text
+msgctxt "04060112.xhp#par_id3159209.198.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp#par_id3153265.199.help.text
+msgctxt "04060112.xhp#par_id3153265.199.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 04060112.xhp#par_id3150095.200.help.text
+msgctxt "04060112.xhp#par_id3150095.200.help.text"
+msgid "Row number of the element; numbering starts at 0."
+msgstr "Row number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3151276.201.help.text
+msgctxt "04060112.xhp#par_id3151276.201.help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp#par_id3149177.202.help.text
+msgctxt "04060112.xhp#par_id3149177.202.help.text"
+msgid "Tab"
+msgstr "Tab"
+
+#: 04060112.xhp#par_id3146925.203.help.text
+msgctxt "04060112.xhp#par_id3146925.203.help.text"
+msgid "Table number of the element; numbering starts at 0."
+msgstr "Table number of the element; numbering starts at 0."
+
+#: 04060112.xhp#par_id3150488.204.help.text
+msgctxt "04060112.xhp#par_id3150488.204.help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp#par_id3149441.205.help.text
+msgctxt "04060112.xhp#par_id3149441.205.help.text"
+msgid "Error"
+msgstr "Error"
+
+#: 04060112.xhp#par_id3156048.206.help.text
+msgctxt "04060112.xhp#par_id3156048.206.help.text"
+msgid "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 "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."
+
+#: 04060112.xhp#par_id3163813.207.help.text
+msgctxt "04060112.xhp#par_id3163813.207.help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp#par_id3159102.208.help.text
+msgctxt "04060112.xhp#par_id3159102.208.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 04060112.xhp#par_id3149581.209.help.text
+msgid "Type of cell content, 0 == Double, 1 == String"
+msgstr "Type of cell content, 0 == Double, 1 == String"
+
+#: 04060112.xhp#par_id3155182.210.help.text
+msgctxt "04060112.xhp#par_id3155182.210.help.text"
+msgid "24"
+msgstr "24"
+
+#: 04060112.xhp#par_id3153291.211.help.text
+msgid "Value or Len"
+msgstr "Value or Len"
+
+#: 04060112.xhp#par_id3148560.212.help.text
+msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
+msgstr "If type == 0: 8 byte IEEE variable of type double/floating point"
+
+#: 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 "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)."
+
+#: 04060112.xhp#par_id3145215.214.help.text
+msgid "26 if type==1"
+msgstr "26 if type==1"
+
+#: 04060112.xhp#par_id3155143.215.help.text
+msgctxt "04060112.xhp#par_id3155143.215.help.text"
+msgid "String"
+msgstr "String"
+
+#: 04060112.xhp#par_id3149298.216.help.text
+msgid "If type == 1: String with closing zero byte"
+msgstr "If type == 1: String with closing zero byte"
+
+#: 04060112.xhp#par_id3151322.217.help.text
+msgid "32 or 26+Len"
+msgstr "32 or 26+Len"
+
+#: 04060112.xhp#par_id3163722.218.help.text
+msgctxt "04060112.xhp#par_id3163722.218.help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp#par_id3151059.219.help.text
+msgctxt "04060112.xhp#par_id3151059.219.help.text"
+msgid "Next element"
+msgstr "Next element"
+
+#: 12080100.xhp#tit.help.text
+msgid "Hide Details"
+msgstr "Hide Details"
+
+#: 12080100.xhp#bm_id3155628.help.text
+msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
+msgstr "<bookmark_value>sheets; hiding details</bookmark_value>"
+
+#: 12080100.xhp#hd_id3155628.1.help.text
+msgid "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
+msgstr "<link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\">Hide Details</link>"
+
+#: 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 "<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>"
+
+#: 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 "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>."
+
+#: func_day.xhp#tit.help.text
+msgid "DAY "
+msgstr "DAY "
+
+#: func_day.xhp#bm_id3147317.help.text
+msgid "<bookmark_value>DAY function</bookmark_value>"
+msgstr "<bookmark_value>DAY function</bookmark_value>"
+
+#: func_day.xhp#hd_id3147317.106.help.text
+msgid "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+msgstr "<variable id=\"day\"><link href=\"text/scalc/01/func_day.xhp\">DAY</link></variable>"
+
+#: 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 "<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."
+
+#: func_day.xhp#hd_id3150487.108.help.text
+msgctxt "func_day.xhp#hd_id3150487.108.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_day.xhp#par_id3149430.109.help.text
+msgid "DAY(Number)"
+msgstr "DAY(Number)"
+
+#: 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 "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
+
+#: func_day.xhp#hd_id3163809.111.help.text
+msgid "Examples "
+msgstr "Examples "
+
+#: func_day.xhp#par_id3151200.112.help.text
+msgid "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
+msgstr "DAY(1) returns 31 (since $[officename] starts counting at zero from December 30, 1899)"
+
+#: func_day.xhp#par_id3154130.113.help.text
+msgid "DAY(NOW()) returns the current day."
+msgstr "DAY(NOW()) returns the current day."
+
+#: func_day.xhp#par_id3159190.114.help.text
+msgid "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
+msgstr "=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter)."
+
+#: 12020000.xhp#tit.help.text
+msgctxt "12020000.xhp#tit.help.text"
+msgid "Select Database Range"
+msgstr "Select Database Range"
+
+#: 12020000.xhp#bm_id3145068.help.text
+msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+msgstr "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+
+#: 12020000.xhp#hd_id3145068.1.help.text
+msgctxt "12020000.xhp#hd_id3145068.1.help.text"
+msgid "Select Database Range"
+msgstr "Select Database Range"
+
+#: 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 "<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>"
+
+#: 12020000.xhp#hd_id3153192.3.help.text
+msgid "Ranges"
+msgstr "Ranges"
+
+#: 12020000.xhp#par_id3154684.4.help.text
+msgid "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SELENTRY_LIST\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+
+#: 12090300.xhp#tit.help.text
+msgctxt "12090300.xhp#tit.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 12090300.xhp#hd_id3150276.1.help.text
+msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+
+#: 12090300.xhp#par_id3159400.2.help.text
+msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
+msgstr ""
+
+#: 06030600.xhp#tit.help.text
+msgid "Trace Error"
+msgstr "Trace Error"
+
+#: 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 "<bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value>"
+
+#: 06030600.xhp#hd_id3153561.1.help.text
+msgid "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
+msgstr "<link href=\"text/scalc/01/06030600.xhp\" name=\"Trace Error\">Trace Error</link>"
+
+#: 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 "<ahelp hid=\".uno:ShowErrors\" visibility=\"visible\">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp>"
+
+#: 04010000.xhp#tit.help.text
+msgid "Manual Break"
+msgstr "Manual Break"
+
+#: 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; inserting in spreadsheets</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; inserting breaks in</bookmark_value><bookmark_value>inserting; breaks</bookmark_value><bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>"
+
+#: 04010000.xhp#hd_id3153192.1.help.text
+msgid "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+msgstr "<link href=\"text/scalc/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+
+#: 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 "<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>"
+
+#: 04010000.xhp#par_id3155133.3.help.text
+msgid "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
+msgstr "Choose <link href=\"text/scalc/01/02190000.xhp\" name=\"Edit - Delete Manual Break\">Edit - Delete Manual Break</link> to remove breaks created manually."
+
+#: func_workday.xhp#tit.help.text
+msgid "WORKDAY"
+msgstr "WORKDAY"
+
+#: func_workday.xhp#bm_id3149012.help.text
+msgid "<bookmark_value>WORKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WORKDAY function</bookmark_value>"
+
+#: func_workday.xhp#hd_id3149012.186.help.text
+msgid "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+msgstr "<variable id=\"workday\"><link href=\"text/scalc/01/func_workday.xhp\">WORKDAY</link></variable>"
+
+#: 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 "<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>"
+
+#: func_workday.xhp#hd_id3146944.188.help.text
+msgctxt "func_workday.xhp#hd_id3146944.188.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_workday.xhp#par_id3154844.189.help.text
+msgid "WORKDAY(StartDate; Days; Holidays)"
+msgstr "WORKDAY(StartDate; Days; Holidays)"
+
+#: func_workday.xhp#par_id3147469.190.help.text
+msgctxt "func_workday.xhp#par_id3147469.190.help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+
+#: func_workday.xhp#par_id3153038.191.help.text
+msgid "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
+msgstr "<emph>Days</emph> is the number of workdays. Positive value for a result after the start date, negative value for a result before the start date."
+
+#: func_workday.xhp#par_id3150693.192.help.text
+msgid "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>Holidays</emph> is a list of optional holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+
+#: func_workday.xhp#hd_id3150141.193.help.text
+msgctxt "func_workday.xhp#hd_id3150141.193.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_workday.xhp#par_id3152782.194.help.text
+msgid "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "What date came 17 workdays after 1 December 2001? Enter the start date \"2001-12-01\" in C3 and the number of workdays in D3. Cells F3 to J3 contain the following Christmas and New Year holidays: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+
+#: func_workday.xhp#par_id3146142.195.help.text
+msgid "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+msgstr "=WORKDAY(C3;D3;F3:J3) returns 2001-12-28. Format the serial date number as a date, for example in the format YYYY-MM-DD."
+
+#: 12030200.xhp#tit.help.text
+msgctxt "12030200.xhp#tit.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 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><bookmark_value>natural sort algorithm</bookmark_value>"
+msgstr "<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><bookmark_value>natural sort algorithm</bookmark_value>"
+
+#: 12030200.xhp#hd_id3147228.1.help.text
+msgid "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
+msgstr "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
+
+#: 12030200.xhp#par_id3153770.2.help.text
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_OPTIONS\"> Sets additional sorting options.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SORT_OPTIONS\"> Sets additional sorting options.</ahelp>"
+
+#: 12030200.xhp#hd_id3146976.3.help.text
+msgid " Case Sensitivity"
+msgstr " Case Sensitivity"
+
+#: 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 "<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>"
+
+#: 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 " 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."
+
+#: 12030200.xhp#hd_id3155856.5.help.text
+msgid " Range contains column/row labels"
+msgstr " Range contains column/row labels"
+
+#: 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 "<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 dialogue defines the name and function of this check box."
+
+#: 12030200.xhp#hd_id3147436.7.help.text
+msgid " Include formats"
+msgstr " Include formats"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\"> Preserves the current cell formatting.</ahelp>"
+
+#: 12030200.xhp#hd_id3147438.help.text
+msgid "Enable natural sort"
+msgstr ""
+
+#: 12030200.xhp#par_id3149378.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT\">Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number, instead of the traditional way of sorting them as ordinary strings.</ahelp> For instance, let's assume you have a series of values such as, A1, A2, A3, A4, A5, A6, ..., A19, A20, A21. When you put these values into a range of cells and run the sort, it will become A1, A11, A12, A13, ..., A19, A2, A20, A21, A3, A4, A5, ..., A9. While this sorting behavior may make sense to those who understand the underlying sorting mechanism, to the rest of the population it seems completely bizarre, if not outright inconvenient. With the natural sort feature enabled, values such as the ones in the above example get sorted \"properly\", which improves the convenience of sorting operations in general."
+msgstr ""
+
+#: 12030200.xhp#hd_id3153878.10.help.text
+msgid " Copy sort results to:"
+msgstr " Copy sort results to:"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT\"> Copies the sorted list to the cell range that you specify.</ahelp>"
+
+#: 12030200.xhp#hd_id3153418.12.help.text
+msgctxt "12030200.xhp#hd_id3153418.12.help.text"
+msgid " Sort results"
+msgstr " Sort results"
+
+#: 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 "<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>"
+
+#: 12030200.xhp#hd_id3153707.14.help.text
+msgctxt "12030200.xhp#hd_id3153707.14.help.text"
+msgid " Sort results"
+msgstr " Sort results"
+
+#: 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 select a named range from the list.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
+
+#: 12030200.xhp#hd_id3155445.16.help.text
+msgctxt "12030200.xhp#hd_id3155445.16.help.text"
+msgid " Custom sort order"
+msgstr " Custom sort order"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER\"> Click here and then select the custom sort order that you want.</ahelp>"
+
+#: 12030200.xhp#hd_id3154704.18.help.text
+msgctxt "12030200.xhp#hd_id3154704.18.help.text"
+msgid " Custom sort order"
+msgstr " Custom sort order"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060400.xhp\" name=\"%PRODUCTNAME Calc - Sort Lists\">%PRODUCTNAME Calc - Sort Lists</link> .</ahelp>"
+msgstr "<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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060400.xhp\" name=\"%PRODUCTNAME Calc - Sort Lists\">%PRODUCTNAME Calc - Sort Lists</link> .</ahelp>"
+
+#: 12030200.xhp#hd_id3149257.28.help.text
+msgctxt "12030200.xhp#hd_id3149257.28.help.text"
+msgid " Language"
+msgstr " Language"
+
+#: 12030200.xhp#hd_id3147004.29.help.text
+msgctxt "12030200.xhp#hd_id3147004.29.help.text"
+msgid " Language"
+msgstr " Language"
+
+#: 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 "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_LANGUAGE\"> Select the language for the sorting rules.</ahelp>"
+
+#: 12030200.xhp#hd_id3150344.30.help.text
+msgid " Options"
+msgstr " Options"
+
+#: 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 "<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."
+
+#: 12030200.xhp#hd_id3152580.20.help.text
+msgid " Direction"
+msgstr " Direction"
+
+#: 12030200.xhp#hd_id3154201.22.help.text
+msgid " Top to Bottom (Sort Rows)"
+msgstr " Top to Bottom (Sort Rows)"
+
+#: 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 "<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>"
+
+#: 12030200.xhp#hd_id3145588.24.help.text
+msgid " Left to Right (Sort Columns)"
+msgstr " Left to Right (Sort Columns)"
+
+#: 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 "<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>"
+
+#: 12030200.xhp#hd_id3156290.26.help.text
+msgid " Data area"
+msgstr " Data area"
+
+#: 12030200.xhp#par_id3156446.27.help.text
+msgid " Displays the cell range that you want to sort."
+msgstr " Displays the cell range that you want to sort."
+
+#: 06030700.xhp#tit.help.text
+msgid "Fill Mode"
+msgstr "Fill Mode"
+
+#: 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 "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+
+#: 06030700.xhp#hd_id3145119.1.help.text
+msgid "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
+msgstr "<link href=\"text/scalc/01/06030700.xhp\" name=\"Fill Mode\">Fill Mode</link>"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 05040000.xhp#tit.help.text
+msgctxt "05040000.xhp#tit.help.text"
+msgid "Column"
+msgstr "Column"
+
+#: 05040000.xhp#hd_id3155628.1.help.text
+msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+msgstr "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+
+#: 05040000.xhp#par_id3148946.2.help.text
+msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+msgstr "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+
+#: 05040000.xhp#hd_id3150398.3.help.text
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+
+#: 05040000.xhp#hd_id3145171.4.help.text
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
+msgstr "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal Width\">Optimal Width</link>"
+
+#: 02140600.xhp#tit.help.text
+msgctxt "02140600.xhp#tit.help.text"
+msgid "Fill Series"
+msgstr "Fill Series"
+
+#: 02140600.xhp#hd_id3148664.1.help.text
+msgctxt "02140600.xhp#hd_id3148664.1.help.text"
+msgid "Fill Series"
+msgstr "Fill Series"
+
+#: 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 "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialogue. Determine direction, increment, time unit and series type.</ahelp></variable>"
+
+#: 02140600.xhp#par_id3146976.41.help.text
+msgid "Before filling a series, first select the cell range."
+msgstr "Before filling a series, first select the cell range."
+
+#: 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 "To automatically continue a series using the assumed completion rules, choose the <emph>AutoFill</emph> option after opening the <emph>Fill Series</emph> dialogue."
+
+#: 02140600.xhp#hd_id3147435.4.help.text
+msgid "Direction"
+msgstr "Direction"
+
+#: 02140600.xhp#par_id3154729.5.help.text
+msgid "Determines the direction of series creation."
+msgstr "Determines the direction of series creation."
+
+#: 02140600.xhp#hd_id3145253.6.help.text
+msgctxt "02140600.xhp#hd_id3145253.6.help.text"
+msgid "Down"
+msgstr "Down"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3155738.8.help.text
+msgctxt "02140600.xhp#hd_id3155738.8.help.text"
+msgid "Right"
+msgstr "Right"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3146972.10.help.text
+msgctxt "02140600.xhp#hd_id3146972.10.help.text"
+msgid "Up"
+msgstr "Up"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3153764.12.help.text
+msgctxt "02140600.xhp#hd_id3153764.12.help.text"
+msgid "Left"
+msgstr "Left"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3147344.14.help.text
+msgid "Series Type"
+msgstr "Series Type"
+
+#: 02140600.xhp#par_id3149257.15.help.text
+msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+msgstr "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+
+#: 02140600.xhp#hd_id3148488.16.help.text
+msgid "Linear"
+msgstr "Linear"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\">Creates a linear number series using the defined increment and end value.</ahelp>"
+
+#: 02140600.xhp#hd_id3149210.18.help.text
+msgid "Growth"
+msgstr "Growth"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\">Creates a growth series using the defined increment and end value.</ahelp>"
+
+#: 02140600.xhp#hd_id3149528.20.help.text
+msgctxt "02140600.xhp#hd_id3149528.20.help.text"
+msgid "Date"
+msgstr "Date"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\">Creates a date series using the defined increment and end date.</ahelp>"
+
+#: 02140600.xhp#hd_id3150202.22.help.text
+msgid "AutoFill"
+msgstr "AutoFill"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customised lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+
+#: 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 "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."
+
+#: 02140600.xhp#hd_id3148700.25.help.text
+msgid "Unit of Time"
+msgstr "Unit of Time"
+
+#: 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 "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."
+
+#: 02140600.xhp#hd_id3148868.27.help.text
+msgid "Day"
+msgstr "Day"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3144771.29.help.text
+msgid "Weekday"
+msgstr "Weekday"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3154957.31.help.text
+msgid "Month"
+msgstr "Month"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3152870.33.help.text
+msgid "Year"
+msgstr "Year"
+
+#: 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 "<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>"
+
+#: 02140600.xhp#hd_id3154762.35.help.text
+msgid "Start Value"
+msgstr "Start Value"
+
+#: 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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\">Determines the start value for the series.</ahelp> Use numbers, dates or times."
+
+#: 02140600.xhp#hd_id3153013.37.help.text
+msgid "End Value"
+msgstr "End Value"
+
+#: 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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\">Determines the end value for the series.</ahelp> Use numbers, dates or times."
+
+#: 02140600.xhp#hd_id3149312.39.help.text
+msgid "Increment"
+msgstr "Increment"
+
+#: 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 "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."
+
+#: 06060000.xhp#tit.help.text
+msgid "Protect Document"
+msgstr "Protect Document"
+
+#: 06060000.xhp#hd_id3148946.1.help.text
+msgid "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
+msgstr "<link href=\"text/scalc/01/06060000.xhp\" name=\"Protect Document\">Protect Document</link>"
+
+#: 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 "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."
+
+#: 06060000.xhp#hd_id3147228.3.help.text
+msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+
+#: 06060000.xhp#hd_id3153768.4.help.text
+msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+
+#: 06060000.xhp#par_idN10622.help.text
+msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+
+#: 12070000.xhp#tit.help.text
+msgctxt "12070000.xhp#tit.help.text"
+msgid "Consolidate"
+msgstr "Consolidate"
+
+#: 12070000.xhp#hd_id3148946.1.help.text
+msgctxt "12070000.xhp#hd_id3148946.1.help.text"
+msgid "Consolidate"
+msgstr "Consolidate"
+
+#: 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 "<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>"
+
+#: 12070000.xhp#hd_id3150010.8.help.text
+msgctxt "12070000.xhp#hd_id3150010.8.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
+
+#: 12070000.xhp#hd_id3147127.10.help.text
+msgid "Consolidation ranges"
+msgstr "Consolidation ranges"
+
+#: 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 "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+
+#: 12070000.xhp#hd_id3147397.12.help.text
+msgid "Source data range"
+msgstr "Source data range"
+
+#: 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 "<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>"
+
+#: 12070000.xhp#hd_id3155768.15.help.text
+msgctxt "12070000.xhp#hd_id3155768.15.help.text"
+msgid "Copy results to"
+msgstr "Copy results to"
+
+#: 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 "<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>"
+
+#: 12070000.xhp#hd_id3147345.17.help.text
+msgctxt "12070000.xhp#hd_id3147345.17.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 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 "<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>"
+
+#: 12070000.xhp#hd_id3148630.19.help.text
+msgctxt "12070000.xhp#hd_id3148630.19.help.text"
+msgid "More >>"
+msgstr "More >>"
+
+#: 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 "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12070100.xhp\" name=\"options\">options</link>.</ahelp>"
+
+#: 06030500.xhp#tit.help.text
+msgid "Remove All Traces"
+msgstr "Remove All Traces"
+
+#: 06030500.xhp#bm_id3153088.help.text
+msgid "<bookmark_value>cells; removing traces</bookmark_value>"
+msgstr "<bookmark_value>cells; removing traces</bookmark_value>"
+
+#: 06030500.xhp#hd_id3153088.1.help.text
+msgid "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030500.xhp\" name=\"Remove All Traces\">Remove All Traces</link>"
+
+#: 06030500.xhp#par_id3151246.2.help.text
+msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+
+#: 04040000.xhp#tit.help.text
+msgctxt "04040000.xhp#tit.help.text"
+msgid "Columns"
+msgstr "Columns"
+
+#: 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 "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+
+#: 04040000.xhp#hd_id3155628.1.help.text
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+
+#: 04040000.xhp#par_id3150791.2.help.text
+msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
+msgstr "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
+
+#: 02120000.xhp#tit.help.text
+msgctxt "02120000.xhp#tit.help.text"
+msgid "Headers & Footers"
+msgstr "Headers & Footers"
+
+#: 02120000.xhp#hd_id3145251.1.help.text
+msgctxt "02120000.xhp#hd_id3145251.1.help.text"
+msgid "Headers & Footers"
+msgstr "Headers & Footers"
+
+#: 02120000.xhp#par_id3151073.2.help.text
+msgid "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
+msgstr "<variable id=\"kopfundfusszeilentext\"><ahelp hid=\".uno:EditHeaderAndFooter\">Allows you to define and format headers and footers.</ahelp></variable>"
+
+#: 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 not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialog."
+msgstr "The<emph> Headers/Footers </emph>dialogue contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href=\"text/scalc/01/05070000.xhp\" name=\"Page Style\">Page Style</link> dialogue."
+
+#: 05080400.xhp#tit.help.text
+msgctxt "05080400.xhp#tit.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 05080400.xhp#hd_id3149457.1.help.text
+msgid "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
+msgstr "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
+
+#: 05080400.xhp#par_id3156423.2.help.text
+msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
+msgstr "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
+
+#: 06030200.xhp#tit.help.text
+msgid "Remove Precedents"
+msgstr "Remove Precedents"
+
+#: 06030200.xhp#bm_id3155628.help.text
+msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+msgstr "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
+
+#: 06030200.xhp#hd_id3155628.1.help.text
+msgid "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
+msgstr "<link href=\"text/scalc/01/06030200.xhp\" name=\"Remove Precedents\">Remove Precedents</link>"
+
+#: 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 "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
+
+#: 02140300.xhp#tit.help.text
+msgctxt "02140300.xhp#tit.help.text"
+msgid "Up"
+msgstr "Up"
+
+#: 02140300.xhp#hd_id3147264.1.help.text
+msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+
+#: 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 "<ahelp hid=\".uno:FillUp\" visibility=\"visible\">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp>"
+
+#: 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 "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."
+
+#: 04060107.xhp#tit.help.text
+msgctxt "04060107.xhp#tit.help.text"
+msgid "Array Functions"
+msgstr "Array Functions"
+
+#: 04060107.xhp#bm_id3147273.help.text
+msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</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 "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulae</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulae;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulae</bookmark_value><bookmark_value>copying; array formulae</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>"
+
+#: 04060107.xhp#hd_id3147273.1.help.text
+msgctxt "04060107.xhp#hd_id3147273.1.help.text"
+msgid "Array Functions"
+msgstr "Array Functions"
+
+#: 04060107.xhp#par_id3154744.2.help.text
+msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
+msgstr "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
+
+#: 04060107.xhp#hd_id3146084.257.help.text
+msgid "What is an Array?"
+msgstr "What is an Array?"
+
+#: 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 "<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:"
+
+#: 04060107.xhp#par_id3154692.260.help.text
+msgctxt "04060107.xhp#par_id3154692.260.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp#par_id3150117.261.help.text
+msgctxt "04060107.xhp#par_id3150117.261.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp#par_id3155325.262.help.text
+msgctxt "04060107.xhp#par_id3155325.262.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp#par_id3153104.263.help.text
+msgctxt "04060107.xhp#par_id3153104.263.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_id3146996.264.help.text
+msgctxt "04060107.xhp#par_id3146996.264.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060107.xhp#par_id3150529.265.help.text
+msgid "<item type=\"input\">31</item>"
+msgstr "<item type=\"input\">31</item>"
+
+#: 04060107.xhp#par_id3148831.266.help.text
+msgctxt "04060107.xhp#par_id3148831.266.help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">33</item>"
+
+#: 04060107.xhp#par_id3148943.267.help.text
+msgctxt "04060107.xhp#par_id3148943.267.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_id3149771.268.help.text
+msgid "<item type=\"input\">95</item>"
+msgstr "<item type=\"input\">95</item>"
+
+#: 04060107.xhp#par_id3158407.269.help.text
+msgctxt "04060107.xhp#par_id3158407.269.help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">17</item>"
+
+#: 04060107.xhp#par_id3148806.270.help.text
+msgctxt "04060107.xhp#par_id3148806.270.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060107.xhp#par_id3154904.271.help.text
+msgctxt "04060107.xhp#par_id3154904.271.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_id3150779.272.help.text
+msgctxt "04060107.xhp#par_id3150779.272.help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">5</item>"
+
+#: 04060107.xhp#par_id3148449.273.help.text
+msgctxt "04060107.xhp#par_id3148449.273.help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">10</item>"
+
+#: 04060107.xhp#par_id3147238.274.help.text
+msgid "<item type=\"input\">50</item>"
+msgstr "<item type=\"input\">50</item>"
+
+#: 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 "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
+
+#: 04060107.xhp#hd_id3148474.275.help.text
+msgid "What is an array formula?"
+msgstr "What is an array formula?"
+
+#: 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 "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 formulae is that the array formula deals with several values simultaneously instead of just one."
+
+#: 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 "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."
+
+#: 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 <item type=\"input\">=10*A1:C3</item> 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 "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 <item type=\"input\">=10*A1:C3</item> 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."
+
+#: 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 "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."
+
+#: 04060107.xhp#par_id3166456.326.help.text
+msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
+msgstr "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulae <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
+
+#: 04060107.xhp#hd_id3150713.281.help.text
+msgid "When do you use array formulas?"
+msgstr "When do you use array formulae?"
+
+#: 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 "Use array formulae 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>."
+
+#: 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 "Array formulae 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 maths functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
+
+#: 04060107.xhp#hd_id3155588.284.help.text
+msgid "Using Array Formulas in $[officename] Calc"
+msgstr "Using Array Formulae in $[officename] Calc"
+
+#: 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 "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:"
+
+#: 04060107.xhp#hd_id3151271.313.help.text
+msgid "Creating Array Formulas"
+msgstr "Creating Array Formulae"
+
+#: 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 "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."
+
+#: 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</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
+msgstr "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</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
+
+#: 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 "Array formulae appear in braces in $[officename] Calc. You cannot create array formulae by manually entering the braces."
+
+#: 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 "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."
+
+#: 04060107.xhp#hd_id8834803.help.text
+msgid "Using Inline Array Constants in Formulas"
+msgstr "Using Inline Array Constants in Formulas"
+
+#: 04060107.xhp#par_id985747.help.text
+msgid "Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. "
+msgstr "Calc supports inline matrix/array constants in formulae. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. "
+
+#: 04060107.xhp#par_id936613.help.text
+msgid "The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator."
+msgstr ""
+
+#: 04060107.xhp#par_id1877498.help.text
+msgid "Arrays can not be nested."
+msgstr "Arrays can not be nested."
+
+#: 04060107.xhp#par_id4262520.help.text
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>Examples:</emph>"
+
+#: 04060107.xhp#par_id9387493.help.text
+msgid "={1;2;3}"
+msgstr "={1;2;3}"
+
+#: 04060107.xhp#par_id8207037.help.text
+msgid "An array with one row consisting of the three numbers 1, 2, and 3."
+msgstr "An array with one row consisting of the three numbers 1, 2, and 3."
+
+#: 04060107.xhp#par_id6757103.help.text
+msgid "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+msgstr "To enter this array constant, you select three cells in a row, then you type the formula <item type=\"input\">={1;2;3}</item> using the curly braces and the semicolons, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+
+#: 04060107.xhp#par_id8868068.help.text
+msgid "={1;2;3|4;5;6}"
+msgstr "={1;2;3|4;5;6}"
+
+#: 04060107.xhp#par_id6626483.help.text
+msgid "An array with two rows and three values in each row."
+msgstr "An array with two rows and three values in each row."
+
+#: 04060107.xhp#par_id5262916.help.text
+msgid "={0;1;2|FALSE;TRUE;\"two\"}"
+msgstr "={0;1;2|FALSE;TRUE;\"two\"}"
+
+#: 04060107.xhp#par_id1623889.help.text
+msgid "A mixed data array."
+msgstr "A mixed data array."
+
+#: 04060107.xhp#par_id7781914.help.text
+msgid "=SIN({1;2;3})"
+msgstr "=SIN({1;2;3})"
+
+#: 04060107.xhp#par_id300912.help.text
+msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
+msgstr "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
+
+#: 04060107.xhp#hd_id3148660.316.help.text
+msgid "Editing Array Formulas"
+msgstr "Editing Array Formulae"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
+
+#: 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 "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
+
+#: 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 "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
+
+#: 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 "You can format the separate parts of an array. For example, you can change the font colour. Select a cell range and then change the attribute you want."
+
+#: 04060107.xhp#hd_id3145608.320.help.text
+msgid "Copying Array Formulas"
+msgstr "Copying Array Formulae"
+
+#: 04060107.xhp#par_id3149585.321.help.text
+msgctxt "04060107.xhp#par_id3149585.321.help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr "Select the cell range or array containing the array formula."
+
+#: 04060107.xhp#par_id3154619.322.help.text
+msgid "Either press F2 or position the cursor in the input line."
+msgstr "Either press F2 or position the cursor in the input line."
+
+#: 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 "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060107.xhp#hd_id3154834.328.help.text
+msgid "Adjusting an Array Range"
+msgstr "Adjusting an Array Range"
+
+#: 04060107.xhp#par_id3148679.329.help.text
+msgid "If you want to edit the output array, do the following:"
+msgstr "If you want to edit the output array, do the following:"
+
+#: 04060107.xhp#par_id3151102.330.help.text
+msgctxt "04060107.xhp#par_id3151102.330.help.text"
+msgid "Select the cell range or array containing the array formula."
+msgstr "Select the cell range or array containing the array formula."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060107.xhp#par_id3146080.333.help.text
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
+
+#: 04060107.xhp#par_idN10D47.help.text
+msgid "Conditional Array Calculations"
+msgstr "Conditional Array Calculations"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060107.xhp#par_idN10D65.help.text
+msgctxt "04060107.xhp#par_idN10D65.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp#par_idN10D6B.help.text
+msgctxt "04060107.xhp#par_idN10D6B.help.text"
+msgid "B (formula)"
+msgstr "B (formula)"
+
+#: 04060107.xhp#par_idN10B75.help.text
+msgctxt "04060107.xhp#par_idN10B75.help.text"
+msgid "B (result)"
+msgstr "B (result)"
+
+#: 04060107.xhp#par_idN10D79.help.text
+msgctxt "04060107.xhp#par_idN10D79.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN10D80.help.text
+msgctxt "04060107.xhp#par_idN10D80.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN10D86.help.text
+msgctxt "04060107.xhp#par_idN10D86.help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp#par_idN10D8C.help.text
+msgctxt "04060107.xhp#par_idN10D8C.help.text"
+msgid "yes"
+msgstr "yes"
+
+#: 04060107.xhp#par_idN10D94.help.text
+msgctxt "04060107.xhp#par_idN10D94.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_idN10D9B.help.text
+msgctxt "04060107.xhp#par_idN10D9B.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060107.xhp#par_idN10DA1.help.text
+msgctxt "04060107.xhp#par_idN10DA1.help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp#par_idN10DA7.help.text
+msgid "no"
+msgstr "no"
+
+#: 04060107.xhp#par_idN10DAF.help.text
+msgctxt "04060107.xhp#par_idN10DAF.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_idN10DB6.help.text
+msgctxt "04060107.xhp#par_idN10DB6.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN10DBC.help.text
+msgctxt "04060107.xhp#par_idN10DBC.help.text"
+msgid "{=IF(A1:A3>0;\"yes\";\"no\")}"
+msgstr "{=IF(A1:A3>0;\"yes\";\"no\")}"
+
+#: 04060107.xhp#par_idN10DC2.help.text
+msgctxt "04060107.xhp#par_idN10DC2.help.text"
+msgid "yes"
+msgstr "yes"
+
+#: 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 "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:"
+
+#: 04060107.xhp#par_idN10DE2.help.text
+msgctxt "04060107.xhp#par_idN10DE2.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp#par_idN10DE8.help.text
+msgctxt "04060107.xhp#par_idN10DE8.help.text"
+msgid "B (formula)"
+msgstr "B (formula)"
+
+#: 04060107.xhp#par_idN10DEE.help.text
+msgctxt "04060107.xhp#par_idN10DEE.help.text"
+msgid "B (result)"
+msgstr "B (result)"
+
+#: 04060107.xhp#par_idN10DF4.help.text
+msgid "C (forced array formula)"
+msgstr "C (forced array formula)"
+
+#: 04060107.xhp#par_idN10DFA.help.text
+msgid "C (result)"
+msgstr "C (result)"
+
+#: 04060107.xhp#par_idN10E02.help.text
+msgctxt "04060107.xhp#par_idN10E02.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN10E09.help.text
+msgctxt "04060107.xhp#par_idN10E09.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN10E0F.help.text
+msgctxt "04060107.xhp#par_idN10E0F.help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp#par_idN10E17.help.text
+msgctxt "04060107.xhp#par_idN10E17.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_idN10E1D.help.text
+msgctxt "04060107.xhp#par_idN10E1D.help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp#par_idN10E25.help.text
+msgctxt "04060107.xhp#par_idN10E25.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060107.xhp#par_idN10E2D.help.text
+msgctxt "04060107.xhp#par_idN10E2D.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_idN10E34.help.text
+msgctxt "04060107.xhp#par_idN10E34.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_idN10E3A.help.text
+msgctxt "04060107.xhp#par_idN10E3A.help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp#par_idN10E42.help.text
+msgctxt "04060107.xhp#par_idN10E42.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_idN10E48.help.text
+msgctxt "04060107.xhp#par_idN10E48.help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp#par_idN10E50.help.text
+msgctxt "04060107.xhp#par_idN10E50.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060107.xhp#par_idN10E58.help.text
+msgctxt "04060107.xhp#par_idN10E58.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_idN10E63.help.text
+msgctxt "04060107.xhp#par_idN10E63.help.text"
+msgid "=A1:A2+1"
+msgstr "=A1:A2+1"
+
+#: 04060107.xhp#par_idN10E6A.help.text
+msgid "#VALUE!"
+msgstr "#VALUE!"
+
+#: 04060107.xhp#par_idN10E70.help.text
+msgctxt "04060107.xhp#par_idN10E70.help.text"
+msgid "=SUMPRODUCT(A1:A2+1)"
+msgstr "=SUMPRODUCT(A1:A2+1)"
+
+#: 04060107.xhp#par_idN10E78.help.text
+msgctxt "04060107.xhp#par_idN10E78.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060107.xhp#bm_id3158446.help.text
+msgid "<bookmark_value>MUNIT function</bookmark_value>"
+msgstr "<bookmark_value>MUNIT function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3158446.12.help.text
+msgid "MUNIT"
+msgstr "MUNIT"
+
+#: 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 "<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."
+
+#: 04060107.xhp#hd_id3155123.14.help.text
+msgctxt "04060107.xhp#hd_id3155123.14.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3156271.15.help.text
+msgid "MUNIT(Dimensions)"
+msgstr "MUNIT(Dimensions)"
+
+#: 04060107.xhp#par_id3159390.16.help.text
+msgid "<emph>Dimensions</emph> refers to the size of the array unit."
+msgstr "<emph>Dimensions</emph> refers to the size of the array unit."
+
+#: 04060107.xhp#par_idN10C9B.help.text
+msgctxt "04060107.xhp#par_idN10C9B.help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "You can find a general introduction to Array functions at the top of this page."
+
+#: 04060107.xhp#hd_id3156162.17.help.text
+msgctxt "04060107.xhp#hd_id3156162.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060107.xhp#par_id3150949.18.help.text
+msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
+msgstr "Select a square range within the spreadsheet, for example, from A1 to E5."
+
+#: 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 <item type=\"input\">5</item>, and click <emph>OK</emph>."
+msgstr "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 <item type=\"input\">5</item>, and click <emph>OK</emph>."
+
+#: 04060107.xhp#par_id3150403.20.help.text
+msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
+msgstr "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
+
+#: 04060107.xhp#par_id3156143.21.help.text
+msgid "You now see a unit array with a range of A1:E5."
+msgstr "You now see a unit array with a range of A1:E5."
+
+#: 04060107.xhp#par_idN10FA7.help.text
+msgctxt "04060107.xhp#par_idN10FA7.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3159084.help.text
+msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
+msgstr "<bookmark_value>FREQUENCY function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3159084.22.help.text
+msgid "FREQUENCY"
+msgstr "FREQUENCY"
+
+#: 04060107.xhp#par_id3145777.23.help.text
+msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
+msgstr "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
+
+#: 04060107.xhp#hd_id3153347.24.help.text
+msgctxt "04060107.xhp#hd_id3153347.24.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3155498.25.help.text
+msgid "FREQUENCY(Data; Classes)"
+msgstr "FREQUENCY(Data; Classes)"
+
+#: 04060107.xhp#par_id3154352.26.help.text
+msgid "<emph>Data</emph> represents the reference to the values to be counted."
+msgstr "<emph>Data</emph> represents the reference to the values to be counted."
+
+#: 04060107.xhp#par_id3148402.27.help.text
+msgid "<emph>Classes</emph> represents the array of the limit values."
+msgstr "<emph>Classes</emph> represents the array of the limit values."
+
+#: 04060107.xhp#par_idN10D71.help.text
+msgctxt "04060107.xhp#par_idN10D71.help.text"
+msgid "You can find a general introduction to Array functions at the top of this page."
+msgstr "You can find a general introduction to Array functions at the top of this page."
+
+#: 04060107.xhp#hd_id3148981.28.help.text
+msgctxt "04060107.xhp#hd_id3148981.28.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
+msgstr "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 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
+
+#: 04060107.xhp#par_id3155869.220.help.text
+msgid "<emph>A</emph>"
+msgstr "<emph>A</emph>"
+
+#: 04060107.xhp#par_id3149328.221.help.text
+msgid "<emph>B</emph>"
+msgstr "<emph>B</emph>"
+
+#: 04060107.xhp#par_id3152467.222.help.text
+msgid "<emph>C</emph>"
+msgstr "<emph>C</emph>"
+
+#: 04060107.xhp#par_id3154528.223.help.text
+msgctxt "04060107.xhp#par_id3154528.223.help.text"
+msgid "<emph>1</emph>"
+msgstr "<emph>1</emph>"
+
+#: 04060107.xhp#par_id3149744.224.help.text
+msgctxt "04060107.xhp#par_id3149744.224.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060107.xhp#par_id3147309.225.help.text
+msgctxt "04060107.xhp#par_id3147309.225.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060107.xhp#par_id3154199.226.help.text
+msgctxt "04060107.xhp#par_id3154199.226.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_id3159218.227.help.text
+msgctxt "04060107.xhp#par_id3159218.227.help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>2</emph>"
+
+#: 04060107.xhp#par_id3153263.228.help.text
+msgctxt "04060107.xhp#par_id3153263.228.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060107.xhp#par_id3156201.229.help.text
+msgctxt "04060107.xhp#par_id3156201.229.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060107.xhp#par_id3147552.230.help.text
+msgctxt "04060107.xhp#par_id3147552.230.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_id3149174.231.help.text
+msgctxt "04060107.xhp#par_id3149174.231.help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>3</emph>"
+
+#: 04060107.xhp#par_id3151201.232.help.text
+msgctxt "04060107.xhp#par_id3151201.232.help.text"
+msgid "24"
+msgstr "24"
+
+#: 04060107.xhp#par_id3150245.233.help.text
+msgctxt "04060107.xhp#par_id3150245.233.help.text"
+msgid "15"
+msgstr "15"
+
+#: 04060107.xhp#par_id3159194.234.help.text
+msgctxt "04060107.xhp#par_id3159194.234.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_id3146925.235.help.text
+msgctxt "04060107.xhp#par_id3146925.235.help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>4</emph>"
+
+#: 04060107.xhp#par_id3154128.236.help.text
+msgctxt "04060107.xhp#par_id3154128.236.help.text"
+msgid "11"
+msgstr "11"
+
+#: 04060107.xhp#par_id3151067.237.help.text
+msgctxt "04060107.xhp#par_id3151067.237.help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060107.xhp#par_id3156033.238.help.text
+msgctxt "04060107.xhp#par_id3156033.238.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_id3149298.239.help.text
+msgctxt "04060107.xhp#par_id3149298.239.help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>5</emph>"
+
+#: 04060107.xhp#par_id3151382.240.help.text
+msgctxt "04060107.xhp#par_id3151382.240.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060107.xhp#par_id3155141.241.help.text
+msgid "25"
+msgstr "25"
+
+#: 04060107.xhp#par_id3145213.242.help.text
+msgctxt "04060107.xhp#par_id3145213.242.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_id3145268.243.help.text
+msgctxt "04060107.xhp#par_id3145268.243.help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>6</emph>"
+
+#: 04060107.xhp#par_id3163724.244.help.text
+msgctxt "04060107.xhp#par_id3163724.244.help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060107.xhp#par_id3147132.245.help.text
+msgid ">25"
+msgstr ">25"
+
+#: 04060107.xhp#par_id3148903.246.help.text
+msgctxt "04060107.xhp#par_id3148903.246.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_id3151007.247.help.text
+msgctxt "04060107.xhp#par_id3151007.247.help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>7</emph>"
+
+#: 04060107.xhp#par_id3153294.248.help.text
+msgctxt "04060107.xhp#par_id3153294.248.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060107.xhp#par_id3147284.249.help.text
+msgctxt "04060107.xhp#par_id3147284.249.help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>8</emph>"
+
+#: 04060107.xhp#par_id3154914.250.help.text
+msgctxt "04060107.xhp#par_id3154914.250.help.text"
+msgid "9"
+msgstr "9"
+
+#: 04060107.xhp#par_id3154218.251.help.text
+msgctxt "04060107.xhp#par_id3154218.251.help.text"
+msgid "<emph>9</emph>"
+msgstr "<emph>9</emph>"
+
+#: 04060107.xhp#par_id3147226.252.help.text
+msgctxt "04060107.xhp#par_id3147226.252.help.text"
+msgid "7"
+msgstr "7"
+
+#: 04060107.xhp#par_id3149045.253.help.text
+msgid "<emph>10</emph>"
+msgstr "<emph>10</emph>"
+
+#: 04060107.xhp#par_id3155799.254.help.text
+msgctxt "04060107.xhp#par_id3155799.254.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060107.xhp#par_id3155076.255.help.text
+msgid "<emph>11</emph>"
+msgstr "<emph>11</emph>"
+
+#: 04060107.xhp#par_id3150217.256.help.text
+msgid "33"
+msgstr "33"
+
+#: 04060107.xhp#par_id3150312.29.help.text
+msgid "Select a single column range in which to enter the frequency according to the class limits. 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 <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range 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 range C1:C6."
+msgstr "Select a single column range in which to enter the frequency according to the class limits. 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 <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range 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 range C1:C6."
+
+#: 04060107.xhp#par_idN11269.help.text
+msgctxt "04060107.xhp#par_idN11269.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3151030.help.text
+msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+msgstr "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+
+#: 04060107.xhp#hd_id3151030.31.help.text
+msgid "MDETERM"
+msgstr "MDETERM"
+
+#: 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 "<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."
+
+#: 04060107.xhp#hd_id3156366.33.help.text
+msgctxt "04060107.xhp#hd_id3156366.33.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3156380.34.help.text
+msgid "MDETERM(Array)"
+msgstr "MDETERM(Array)"
+
+#: 04060107.xhp#par_id3150290.35.help.text
+msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
+msgstr "<emph>Array</emph> represents a square array in which the determinants are defined."
+
+#: 04060107.xhp#par_idN11035.help.text
+msgid "You can find a general introduction to using Array functions on top of this page."
+msgstr "You can find a general introduction to using Array functions on top of this page."
+
+#: 04060107.xhp#par_idN11333.help.text
+msgctxt "04060107.xhp#par_idN11333.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3151348.help.text
+msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+msgstr "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+
+#: 04060107.xhp#hd_id3151348.39.help.text
+msgid "MINVERSE"
+msgstr "MINVERSE"
+
+#: 04060107.xhp#par_id3145569.40.help.text
+msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
+
+#: 04060107.xhp#hd_id3156072.41.help.text
+msgctxt "04060107.xhp#hd_id3156072.41.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3156085.42.help.text
+msgid "MINVERSE(Array)"
+msgstr "MINVERSE(Array)"
+
+#: 04060107.xhp#par_id3157849.43.help.text
+msgid "<emph>Array</emph> represents a square array that is to be inverted."
+msgstr "<emph>Array</emph> represents a square array that is to be inverted."
+
+#: 04060107.xhp#par_idN113EE.help.text
+msgctxt "04060107.xhp#par_idN113EE.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3157868.44.help.text
+msgctxt "04060107.xhp#hd_id3157868.44.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
+
+#: 04060107.xhp#bm_id3148546.help.text
+msgid "<bookmark_value>MMULT function</bookmark_value>"
+msgstr "<bookmark_value>MMULT function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3148546.47.help.text
+msgid "MMULT"
+msgstr "MMULT"
+
+#: 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 "<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."
+
+#: 04060107.xhp#hd_id3146767.49.help.text
+msgctxt "04060107.xhp#hd_id3146767.49.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3150798.50.help.text
+msgid "MMULT(Array; Array)"
+msgstr "MMULT(Array; Array)"
+
+#: 04060107.xhp#par_id3150812.51.help.text
+msgid "<emph>Array</emph> at first place represents the first array used in the array product."
+msgstr "<emph>Array</emph> at first place represents the first array used in the array product."
+
+#: 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 "<emph>Array</emph> at second place represents the second array with the same number of rows."
+
+#: 04060107.xhp#par_idN114C3.help.text
+msgctxt "04060107.xhp#par_idN114C3.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3152574.53.help.text
+msgctxt "04060107.xhp#hd_id3152574.53.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060107.xhp#bm_id3154970.help.text
+msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
+msgstr "<bookmark_value>TRANSPOSE function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3154970.56.help.text
+msgid "TRANSPOSE"
+msgstr "TRANSPOSE"
+
+#: 04060107.xhp#par_id3155276.57.help.text
+msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
+
+#: 04060107.xhp#hd_id3155294.58.help.text
+msgctxt "04060107.xhp#hd_id3155294.58.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3153843.59.help.text
+msgid "TRANSPOSE(Array)"
+msgstr "TRANSPOSE(Array)"
+
+#: 04060107.xhp#par_id3153857.60.help.text
+msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
+msgstr "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
+
+#: 04060107.xhp#par_idN115A5.help.text
+msgctxt "04060107.xhp#par_idN115A5.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3159352.61.help.text
+msgctxt "04060107.xhp#hd_id3159352.61.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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></switchinline>. 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 "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></switchinline>. 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."
+
+#: 04060107.xhp#bm_id3109846.help.text
+msgid "<bookmark_value>LINEST function</bookmark_value>"
+msgstr "<bookmark_value>LINEST function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3109846.64.help.text
+msgid "LINEST"
+msgstr "LINEST"
+
+#: 04060107.xhp#par_id3144733.65.help.text
+msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
+
+#: 04060107.xhp#hd_id3152825.66.help.text
+msgctxt "04060107.xhp#hd_id3152825.66.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3152839.67.help.text
+msgid "LINEST(data_Y; data_X; linearType; stats)"
+msgstr "LINEST(data_Y; data_X; linearType; stats)"
+
+#: 04060107.xhp#par_id3152853.68.help.text
+msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
+msgstr "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
+
+#: 04060107.xhp#par_id3154428.69.help.text
+msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
+msgstr "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
+
+#: 04060107.xhp#par_id0811200804502119.help.text
+msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
+msgstr "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> that best fits the data, using linear regression (the \"least squares\" method). With more than one set of variables the straight line is of the form <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item>."
+
+#: 04060107.xhp#par_id3154448.70.help.text
+msgid " if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
+msgstr " if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
+
+#: 04060107.xhp#par_id3154142.71.help.text
+msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
+msgstr "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
+
+#: 04060107.xhp#par_id0811200804502261.help.text
+msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
+msgstr "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
+
+#: 04060107.xhp#par_idN11416.help.text
+msgctxt "04060107.xhp#par_idN11416.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp#par_idN116C6.help.text
+msgctxt "04060107.xhp#par_idN116C6.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3154162.72.help.text
+msgctxt "04060107.xhp#hd_id3154162.72.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
+msgstr "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 <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
+
+#: 04060107.xhp#par_id3155468.74.help.text
+msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
+msgstr "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
+
+#: 04060107.xhp#hd_id3155491.75.help.text
+msgid "Other LINEST Results:"
+msgstr "Other LINEST Results:"
+
+#: 04060107.xhp#par_id3159291.76.help.text
+msgid "Examine the following examples:"
+msgstr "Examine the following examples:"
+
+#: 04060107.xhp#par_id3157922.77.help.text
+msgctxt "04060107.xhp#par_id3157922.77.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp#par_id3157945.78.help.text
+msgctxt "04060107.xhp#par_id3157945.78.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp#par_id3152486.79.help.text
+msgctxt "04060107.xhp#par_id3152486.79.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp#par_id3152509.80.help.text
+msgctxt "04060107.xhp#par_id3152509.80.help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060107.xhp#par_id3152532.81.help.text
+msgctxt "04060107.xhp#par_id3152532.81.help.text"
+msgid "E"
+msgstr "E"
+
+#: 04060107.xhp#par_id3153431.82.help.text
+msgid "F"
+msgstr "F"
+
+#: 04060107.xhp#par_id3153454.83.help.text
+msgid "G"
+msgstr "G"
+
+#: 04060107.xhp#par_id3154995.84.help.text
+msgctxt "04060107.xhp#par_id3154995.84.help.text"
+msgid "<emph>1</emph>"
+msgstr "<emph>1</emph>"
+
+#: 04060107.xhp#par_id3155021.85.help.text
+msgid "<item type=\"input\">x1</item>"
+msgstr "<item type=\"input\">x1</item>"
+
+#: 04060107.xhp#par_id3155044.86.help.text
+msgid "<item type=\"input\">x2</item>"
+msgstr "<item type=\"input\">x2</item>"
+
+#: 04060107.xhp#par_id3163734.87.help.text
+msgid "<item type=\"input\">y</item>"
+msgstr "<item type=\"input\">y</item>"
+
+#: 04060107.xhp#par_id3163766.88.help.text
+msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
+msgstr "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
+
+#: 04060107.xhp#par_id3145686.89.help.text
+msgctxt "04060107.xhp#par_id3145686.89.help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>2</emph>"
+
+#: 04060107.xhp#par_id3145713.90.help.text
+msgctxt "04060107.xhp#par_id3145713.90.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060107.xhp#par_id3145736.91.help.text
+msgctxt "04060107.xhp#par_id3145736.91.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060107.xhp#par_id3159427.92.help.text
+msgid "<item type=\"input\">100</item>"
+msgstr "<item type=\"input\">100</item>"
+
+#: 04060107.xhp#par_id3159460.93.help.text
+msgid "<item type=\"input\">4,17</item>"
+msgstr "<item type=\"input\">4,17</item>"
+
+#: 04060107.xhp#par_id3159483.94.help.text
+msgid "-<item type=\"input\">3,48</item>"
+msgstr "-<item type=\"input\">3,48</item>"
+
+#: 04060107.xhp#par_id3152381.95.help.text
+msgid "<item type=\"input\">82,33</item>"
+msgstr "<item type=\"input\">82,33</item>"
+
+#: 04060107.xhp#par_id3152408.96.help.text
+msgctxt "04060107.xhp#par_id3152408.96.help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>3</emph>"
+
+#: 04060107.xhp#par_id3152435.97.help.text
+msgctxt "04060107.xhp#par_id3152435.97.help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">5</item>"
+
+#: 04060107.xhp#par_id3152458.98.help.text
+msgctxt "04060107.xhp#par_id3152458.98.help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">9</item>"
+
+#: 04060107.xhp#par_id3155652.99.help.text
+msgid "<item type=\"input\">105</item>"
+msgstr "<item type=\"input\">105</item>"
+
+#: 04060107.xhp#par_id3155684.100.help.text
+msgid "<item type=\"input\">5,46</item>"
+msgstr "<item type=\"input\">5,46</item>"
+
+#: 04060107.xhp#par_id3155707.101.help.text
+msgid "<item type=\"input\">10,96</item>"
+msgstr "<item type=\"input\">10,96</item>"
+
+#: 04060107.xhp#par_id3155730.102.help.text
+msgid "<item type=\"input\">9,35</item>"
+msgstr "<item type=\"input\">9,35</item>"
+
+#: 04060107.xhp#par_id3159506.103.help.text
+msgctxt "04060107.xhp#par_id3159506.103.help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>4</emph>"
+
+#: 04060107.xhp#par_id3159533.104.help.text
+msgctxt "04060107.xhp#par_id3159533.104.help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">6</item>"
+
+#: 04060107.xhp#par_id3159556.105.help.text
+msgctxt "04060107.xhp#par_id3159556.105.help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">11</item>"
+
+#: 04060107.xhp#par_id3159579.106.help.text
+msgid "<item type=\"input\">104</item>"
+msgstr "<item type=\"input\">104</item>"
+
+#: 04060107.xhp#par_id3159611.107.help.text
+msgid "<item type=\"input\">0,87</item>"
+msgstr "<item type=\"input\">0,87</item>"
+
+#: 04060107.xhp#par_id3152606.108.help.text
+msgid "<item type=\"input\">5,06</item>"
+msgstr "<item type=\"input\">5,06</item>"
+
+#: 04060107.xhp#par_id3152629.109.help.text
+msgctxt "04060107.xhp#par_id3152629.109.help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp#par_id3152655.110.help.text
+msgctxt "04060107.xhp#par_id3152655.110.help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>5</emph>"
+
+#: 04060107.xhp#par_id3152682.111.help.text
+msgctxt "04060107.xhp#par_id3152682.111.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060107.xhp#par_id3152705.112.help.text
+msgctxt "04060107.xhp#par_id3152705.112.help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">12</item>"
+
+#: 04060107.xhp#par_id3152728.113.help.text
+msgid "<item type=\"input\">108</item>"
+msgstr "<item type=\"input\">108</item>"
+
+#: 04060107.xhp#par_id3144352.114.help.text
+msgid "<item type=\"input\">13,21</item>"
+msgstr "<item type=\"input\">13,21</item>"
+
+#: 04060107.xhp#par_id3144375.115.help.text
+msgctxt "04060107.xhp#par_id3144375.115.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060107.xhp#par_id3144398.116.help.text
+msgctxt "04060107.xhp#par_id3144398.116.help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp#par_id3144425.117.help.text
+msgctxt "04060107.xhp#par_id3144425.117.help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>6</emph>"
+
+#: 04060107.xhp#par_id3144452.118.help.text
+msgctxt "04060107.xhp#par_id3144452.118.help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">8</item>"
+
+#: 04060107.xhp#par_id3144475.119.help.text
+msgid "<item type=\"input\">15</item>"
+msgstr "<item type=\"input\">15</item>"
+
+#: 04060107.xhp#par_id3144498.120.help.text
+msgid "<item type=\"input\">111</item>"
+msgstr "<item type=\"input\">111</item>"
+
+#: 04060107.xhp#par_id3158233.121.help.text
+msgid "<item type=\"input\">675,45</item>"
+msgstr "<item type=\"input\">675,45</item>"
+
+#: 04060107.xhp#par_id3158256.122.help.text
+msgid "<item type=\"input\">102,26</item>"
+msgstr "<item type=\"input\">102,26</item>"
+
+#: 04060107.xhp#par_id3158279.123.help.text
+msgctxt "04060107.xhp#par_id3158279.123.help.text"
+msgid "<item type=\"input\">#NA</item>"
+msgstr "<item type=\"input\">#NA</item>"
+
+#: 04060107.xhp#par_id3158306.124.help.text
+msgctxt "04060107.xhp#par_id3158306.124.help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>7</emph>"
+
+#: 04060107.xhp#par_id3158333.125.help.text
+msgctxt "04060107.xhp#par_id3158333.125.help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">9</item>"
+
+#: 04060107.xhp#par_id3158356.126.help.text
+msgctxt "04060107.xhp#par_id3158356.126.help.text"
+msgid "<item type=\"input\">17</item>"
+msgstr "<item type=\"input\">17</item>"
+
+#: 04060107.xhp#par_id3158379.127.help.text
+msgid "<item type=\"input\">120</item>"
+msgstr "<item type=\"input\">120</item>"
+
+#: 04060107.xhp#par_id3144560.128.help.text
+msgctxt "04060107.xhp#par_id3144560.128.help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>8</emph>"
+
+#: 04060107.xhp#par_id3144586.129.help.text
+msgctxt "04060107.xhp#par_id3144586.129.help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">10</item>"
+
+#: 04060107.xhp#par_id3144609.130.help.text
+msgid "<item type=\"input\">19</item>"
+msgstr "<item type=\"input\">19</item>"
+
+#: 04060107.xhp#par_id3144632.131.help.text
+msgid "<item type=\"input\">133</item>"
+msgstr "<item type=\"input\">133</item>"
+
+#: 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 "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):"
+
+#: 04060107.xhp#par_id3158020.133.help.text
+msgid "<emph>data_Y</emph> is C2:C8"
+msgstr "<emph>data_Y</emph> is C2:C8"
+
+#: 04060107.xhp#par_id3158039.134.help.text
+msgid "<emph>data_X</emph> is A2:B8"
+msgstr "<emph>data_X</emph> is A2:B8"
+
+#: 04060107.xhp#par_id3158058.135.help.text
+msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
+msgstr "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
+
+#: 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 "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
+
+#: 04060107.xhp#par_id3158106.137.help.text
+msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
+msgstr "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
+
+#: 04060107.xhp#par_id3158128.138.help.text
+msgid "<emph>This represents the calculated LINEST values:</emph>"
+msgstr "<emph>This represents the calculated LINEST values:</emph>"
+
+#: 04060107.xhp#bm_id3158146.help.text
+msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+msgstr "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+
+#: 04060107.xhp#par_id3158146.139.help.text
+msgid "E2 and F2: Slope m 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 "E2 and F2: Slope m 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."
+
+#: 04060107.xhp#par_id3158184.140.help.text
+msgid "G2: Intersection b with the y axis."
+msgstr "G2: Intersection b with the y axis."
+
+#: 04060107.xhp#bm_id3158204.help.text
+msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
+msgstr "<bookmark_value>standard errors;array functions</bookmark_value>"
+
+#: 04060107.xhp#par_id3158204.141.help.text
+msgid "E3 and F3: The standard error of the slope value."
+msgstr "E3 and F3: The standard error of the slope value."
+
+#: 04060107.xhp#par_id3145845.142.help.text
+msgid "G3: The standard error of the intercept"
+msgstr "G3: The standard error of the intercept"
+
+#: 04060107.xhp#bm_id3145859.help.text
+msgid "<bookmark_value>RSQ calculations</bookmark_value>"
+msgstr "<bookmark_value>RSQ calculations</bookmark_value>"
+
+#: 04060107.xhp#par_id3145859.143.help.text
+msgid "E4: RSQ"
+msgstr "E4: RSQ"
+
+#: 04060107.xhp#par_id3145880.144.help.text
+msgid "F4: The standard error of the regression calculated for the Y value."
+msgstr "F4: The standard error of the regression calculated for the Y value."
+
+#: 04060107.xhp#par_id3145894.145.help.text
+msgid "E5: The F value from the variance analysis."
+msgstr "E5: The F value from the variance analysis."
+
+#: 04060107.xhp#par_id3145915.146.help.text
+msgid "F5: The degrees of freedom from the variance analysis."
+msgstr "F5: The degrees of freedom from the variance analysis."
+
+#: 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 "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
+
+#: 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 "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
+
+#: 04060107.xhp#par_idN11B04.help.text
+msgctxt "04060107.xhp#par_idN11B04.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id1596728.help.text
+msgid "<bookmark_value>LOGEST function</bookmark_value>"
+msgstr "<bookmark_value>LOGEST function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3146009.150.help.text
+msgid "LOGEST"
+msgstr "LOGEST"
+
+#: 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 "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
+
+#: 04060107.xhp#hd_id3146056.152.help.text
+msgctxt "04060107.xhp#hd_id3146056.152.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3163123.153.help.text
+msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
+msgstr "LOGEST(DataY; DataX; FunctionType; Stats)"
+
+#: 04060107.xhp#par_id3163137.154.help.text
+msgctxt "04060107.xhp#par_id3163137.154.help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> represents the Y Data array."
+
+#: 04060107.xhp#par_id3163155.155.help.text
+msgctxt "04060107.xhp#par_id3163155.155.help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>DataX</emph> (optional) represents the X Data array."
+
+#: 04060107.xhp#par_id3163174.156.help.text
+msgid "<emph>FunctionType</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 "<emph>FunctionType</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."
+
+#: 04060107.xhp#par_id3163196.157.help.text
+msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
+msgstr "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
+
+#: 04060107.xhp#par_idN118F7.help.text
+msgctxt "04060107.xhp#par_idN118F7.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp#par_idN11BC3.help.text
+msgctxt "04060107.xhp#par_idN11BC3.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3163216.158.help.text
+msgctxt "04060107.xhp#hd_id3163216.158.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060107.xhp#par_id3163230.159.help.text
+msgid "See LINEST. However, no square sum will be returned."
+msgstr "See LINEST. However, no square sum will be returned."
+
+#: 04060107.xhp#bm_id3163286.help.text
+msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+msgstr "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+
+#: 04060107.xhp#hd_id3163286.161.help.text
+msgid "SUMPRODUCT"
+msgstr "SUMPRODUCT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
+
+#: 04060107.xhp#hd_id3163334.163.help.text
+msgctxt "04060107.xhp#hd_id3163334.163.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3163347.164.help.text
+msgid "SUMPRODUCT(Array1; Array2...Array30)"
+msgstr "SUMPRODUCT(Array1; Array2...Array30)"
+
+#: 04060107.xhp#par_id3163362.165.help.text
+msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
+msgstr "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
+
+#: 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 "At least one array must be part of the argument list. If only one array is given, all array elements are summed."
+
+#: 04060107.xhp#par_idN11B1C.help.text
+msgctxt "04060107.xhp#par_idN11B1C.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060107.xhp#par_idN11B2F.help.text
+msgctxt "04060107.xhp#par_idN11B2F.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060107.xhp#par_idN11B35.help.text
+msgctxt "04060107.xhp#par_idN11B35.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060107.xhp#par_idN11B3B.help.text
+msgctxt "04060107.xhp#par_idN11B3B.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060107.xhp#par_idN11B41.help.text
+msgctxt "04060107.xhp#par_idN11B41.help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060107.xhp#par_idN11B48.help.text
+msgctxt "04060107.xhp#par_idN11B48.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060107.xhp#par_idN11B4E.help.text
+msgctxt "04060107.xhp#par_idN11B4E.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060107.xhp#par_idN11B54.help.text
+msgctxt "04060107.xhp#par_idN11B54.help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">3</item>"
+
+#: 04060107.xhp#par_idN11B5A.help.text
+msgctxt "04060107.xhp#par_idN11B5A.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060107.xhp#par_idN11B60.help.text
+msgctxt "04060107.xhp#par_idN11B60.help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">5</item>"
+
+#: 04060107.xhp#par_idN11B67.help.text
+msgctxt "04060107.xhp#par_idN11B67.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060107.xhp#par_idN11B6D.help.text
+msgctxt "04060107.xhp#par_idN11B6D.help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">6</item>"
+
+#: 04060107.xhp#par_idN11B73.help.text
+msgctxt "04060107.xhp#par_idN11B73.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060107.xhp#par_idN11B79.help.text
+msgctxt "04060107.xhp#par_idN11B79.help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">8</item>"
+
+#: 04060107.xhp#par_idN11B7F.help.text
+msgctxt "04060107.xhp#par_idN11B7F.help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">9</item>"
+
+#: 04060107.xhp#par_idN11B86.help.text
+msgctxt "04060107.xhp#par_idN11B86.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060107.xhp#par_idN11B8C.help.text
+msgctxt "04060107.xhp#par_idN11B8C.help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">10</item>"
+
+#: 04060107.xhp#par_idN11B92.help.text
+msgctxt "04060107.xhp#par_idN11B92.help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">11</item>"
+
+#: 04060107.xhp#par_idN11B98.help.text
+msgctxt "04060107.xhp#par_idN11B98.help.text"
+msgid "<item type=\"input\">12</item>"
+msgstr "<item type=\"input\">12</item>"
+
+#: 04060107.xhp#par_idN11B9E.help.text
+msgid "<item type=\"input\">13</item>"
+msgstr "<item type=\"input\">13</item>"
+
+#: 04060107.xhp#par_idN11BA1.help.text
+msgid "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
+msgstr "<item type=\"input\">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397."
+
+#: 04060107.xhp#par_idN11BA4.help.text
+msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+msgstr "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
+
+#: 04060107.xhp#par_idN11BA7.help.text
+msgid "You can use SUMPRODUCT to calculate the scalar product of two vectors."
+msgstr "You can use SUMPRODUCT to calculate the scalar product of two vectors."
+
+#: 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 "SUMPRODUCT returns a single number, it is not necessary to enter the function as an array function."
+
+#: 04060107.xhp#par_idN11C91.help.text
+msgctxt "04060107.xhp#par_idN11C91.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3144842.help.text
+msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2MY2 function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3144842.169.help.text
+msgid "SUMX2MY2"
+msgstr "SUMX2MY2"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
+
+#: 04060107.xhp#hd_id3144889.171.help.text
+msgctxt "04060107.xhp#hd_id3144889.171.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3144903.172.help.text
+msgid "SUMX2MY2(ArrayX; ArrayY)"
+msgstr "SUMX2MY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp#par_id3144916.173.help.text
+#, fuzzy
+msgctxt "04060107.xhp#par_id3144916.173.help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+
+#: 04060107.xhp#par_id3144936.174.help.text
+msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
+msgstr "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
+
+#: 04060107.xhp#par_idN11D6B.help.text
+msgctxt "04060107.xhp#par_idN11D6B.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3145026.help.text
+msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMX2PY2 function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3145026.178.help.text
+msgid "SUMX2PY2"
+msgstr "SUMX2PY2"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
+
+#: 04060107.xhp#hd_id3163390.180.help.text
+msgctxt "04060107.xhp#hd_id3163390.180.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3163404.181.help.text
+msgid "SUMX2PY2(ArrayX; ArrayY)"
+msgstr "SUMX2PY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp#par_id3163417.182.help.text
+msgctxt "04060107.xhp#par_id3163417.182.help.text"
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
+msgstr ""
+
+#: 04060107.xhp#par_id3163437.183.help.text
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
+msgstr "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
+
+#: 04060107.xhp#par_idN11E45.help.text
+msgctxt "04060107.xhp#par_idN11E45.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3163527.help.text
+msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
+msgstr "<bookmark_value>SUMXMY2 function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3163527.187.help.text
+msgid "SUMXMY2"
+msgstr "SUMXMY2"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
+
+#: 04060107.xhp#hd_id3163574.189.help.text
+msgctxt "04060107.xhp#hd_id3163574.189.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3163588.190.help.text
+msgid "SUMXMY2(ArrayX; ArrayY)"
+msgstr "SUMXMY2(ArrayX; ArrayY)"
+
+#: 04060107.xhp#par_id3163601.191.help.text
+msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
+msgstr "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
+
+#: 04060107.xhp#par_id3163621.192.help.text
+msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
+msgstr "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
+
+#: 04060107.xhp#par_idN11F1F.help.text
+msgctxt "04060107.xhp#par_idN11F1F.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#bm_id3166062.help.text
+msgid "<bookmark_value>TREND function</bookmark_value>"
+msgstr "<bookmark_value>TREND function</bookmark_value>"
+
+#: 04060107.xhp#hd_id3166062.196.help.text
+msgid "TREND"
+msgstr "TREND"
+
+#: 04060107.xhp#par_id3166091.197.help.text
+msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
+
+#: 04060107.xhp#hd_id3166109.198.help.text
+msgctxt "04060107.xhp#hd_id3166109.198.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3166122.199.help.text
+msgid "TREND(DataY; DataX; NewDataX; LinearType)"
+msgstr "TREND(DataY; DataX; NewDataX; LinearType)"
+
+#: 04060107.xhp#par_id3166137.200.help.text
+msgctxt "04060107.xhp#par_id3166137.200.help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> represents the Y Data array."
+
+#: 04060107.xhp#par_id3166156.201.help.text
+msgctxt "04060107.xhp#par_id3166156.201.help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>DataX</emph> (optional) represents the X Data array."
+
+#: 04060107.xhp#par_id3166176.202.help.text
+msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
+msgstr "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
+
+#: 04060107.xhp#par_id3166196.203.help.text
+msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
+msgstr "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
+
+#: 04060107.xhp#par_idN11D2F.help.text
+msgctxt "04060107.xhp#par_idN11D2F.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp#par_idN12019.help.text
+msgctxt "04060107.xhp#par_idN12019.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3166231.204.help.text
+msgctxt "04060107.xhp#hd_id3166231.204.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060107.xhp#bm_id3166317.help.text
+msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+msgstr "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+
+#: 04060107.xhp#hd_id3166317.207.help.text
+msgid "GROWTH"
+msgstr "GROWTH"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
+
+#: 04060107.xhp#hd_id3166364.209.help.text
+msgctxt "04060107.xhp#hd_id3166364.209.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060107.xhp#par_id3166377.210.help.text
+msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
+msgstr "GROWTH(DataY; DataX; NewDataX; FunctionType)"
+
+#: 04060107.xhp#par_id3166392.211.help.text
+msgctxt "04060107.xhp#par_id3166392.211.help.text"
+msgid "<emph>DataY</emph> represents the Y Data array."
+msgstr "<emph>DataY</emph> represents the Y Data array."
+
+#: 04060107.xhp#par_id3166411.212.help.text
+msgctxt "04060107.xhp#par_id3166411.212.help.text"
+msgid "<emph>DataX</emph> (optional) represents the X Data array."
+msgstr "<emph>DataX</emph> (optional) represents the X Data array."
+
+#: 04060107.xhp#par_id3173797.213.help.text
+msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
+msgstr "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
+
+#: 04060107.xhp#par_id3173817.214.help.text
+msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+msgstr "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
+
+#: 04060107.xhp#par_idN11DFD.help.text
+msgctxt "04060107.xhp#par_idN11DFD.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060107.xhp#par_idN12113.help.text
+msgctxt "04060107.xhp#par_idN12113.help.text"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
+
+#: 04060107.xhp#hd_id3173839.215.help.text
+msgctxt "04060107.xhp#hd_id3173839.215.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
+msgstr "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 DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
+
+#: 12080500.xhp#tit.help.text
+msgid "AutoOutline"
+msgstr "AutoOutline"
+
+#: 12080500.xhp#hd_id3150275.1.help.text
+msgid "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
+msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
+
+#: 12080500.xhp#par_id3145069.2.help.text
+msgid "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulae or references, $[officename] automatically outlines the selection.</ahelp>"
+
+#: 12080500.xhp#par_id3148798.10.help.text
+msgid "For example, consider the following table:"
+msgstr "For example, consider the following table:"
+
+#: 12080500.xhp#par_id3154123.11.help.text
+msgid "January"
+msgstr "January"
+
+#: 12080500.xhp#par_id3154011.12.help.text
+msgid "February"
+msgstr "February"
+
+#: 12080500.xhp#par_id3152460.13.help.text
+msgid "March"
+msgstr "March"
+
+#: 12080500.xhp#par_id3146119.14.help.text
+msgid "1st Quarter"
+msgstr "1st Quarter"
+
+#: 12080500.xhp#par_id3155854.15.help.text
+msgid "April"
+msgstr "April"
+
+#: 12080500.xhp#par_id3148575.16.help.text
+msgid "May"
+msgstr "May"
+
+#: 12080500.xhp#par_id3145271.17.help.text
+msgid "June"
+msgstr "June"
+
+#: 12080500.xhp#par_id3145648.18.help.text
+msgid "2nd Quarter"
+msgstr "2nd Quarter"
+
+#: 12080500.xhp#par_id3153876.19.help.text
+msgctxt "12080500.xhp#par_id3153876.19.help.text"
+msgid "100"
+msgstr "100"
+
+#: 12080500.xhp#par_id3145251.20.help.text
+msgid "120"
+msgstr "120"
+
+#: 12080500.xhp#par_id3149400.21.help.text
+msgid "130"
+msgstr "130"
+
+#: 12080500.xhp#par_id3150328.22.help.text
+msgid "350"
+msgstr "350"
+
+#: 12080500.xhp#par_id3155443.23.help.text
+msgctxt "12080500.xhp#par_id3155443.23.help.text"
+msgid "100"
+msgstr "100"
+
+#: 12080500.xhp#par_id3153713.24.help.text
+msgctxt "12080500.xhp#par_id3153713.24.help.text"
+msgid "100"
+msgstr "100"
+
+#: 12080500.xhp#par_id3156385.25.help.text
+msgid "200"
+msgstr "200"
+
+#: 12080500.xhp#par_id3145230.26.help.text
+msgid "400"
+msgstr "400"
+
+#: 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 "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."
+
+#: 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 - Group and Outline - Remove\">Data - Group and Outline - Remove</link>."
+msgstr "To remove the outline, select the table, and then choose <link href=\"text/scalc/01/12080600.xhp\" name=\"Data - Group and Outline - Remove\">Data - Group and Outline - Remove</link>."
+
+#: 06070000.xhp#tit.help.text
+msgid "AutoCalculate"
+msgstr "AutoCalculate"
+
+#: 06070000.xhp#bm_id3145673.help.text
+msgid "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulas;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+msgstr "<bookmark_value>calculating; auto calculating sheets</bookmark_value><bookmark_value>recalculating;auto calculating sheets</bookmark_value><bookmark_value>AutoCalculate function in sheets</bookmark_value><bookmark_value>correcting sheets automatically</bookmark_value><bookmark_value>formulae;AutoCalculate function</bookmark_value><bookmark_value>cell contents;AutoCalculate function</bookmark_value>"
+
+#: 06070000.xhp#hd_id3145673.1.help.text
+msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+
+#: 06070000.xhp#par_id3148798.2.help.text
+msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulae in the document.</ahelp>"
+
+#: 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."
+msgstr "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+
+#: 12050100.xhp#tit.help.text
+msgid "1st, 2nd, 3rd Group"
+msgstr "1st, 2nd, 3rd Group"
+
+#: 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 "<link href=\"text/scalc/01/12050100.xhp\" name=\"1st, 2nd, 3rd Group\">1st, 2nd, 3rd Group</link>"
+
+#: 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 "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
+
+#: 12050100.xhp#par_id3148797.3.help.text
+msgid "To insert subtotal values into a table:"
+msgstr "To insert subtotal values into a table:"
+
+#: 12050100.xhp#par_id3154908.13.help.text
+msgid "Ensure that the columns of the table have labels."
+msgstr "Ensure that the columns of the table have labels."
+
+#: 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 "Select the table or the area in the table that you want to calculate subtotals for, and then choose <emph>Data – Subtotals</emph>."
+
+#: 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 "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
+
+#: 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 "In the <emph>Calculate subtotals for</emph> box, select the check boxes for the columns containing the values that you want to subtotal."
+
+#: 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 "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
+
+#: 12050100.xhp#par_id3154321.15.help.text
+msgctxt "12050100.xhp#par_id3154321.15.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: 12050100.xhp#hd_id3156441.7.help.text
+msgctxt "12050100.xhp#hd_id3156441.7.help.text"
+msgid "Group by"
+msgstr "Group by"
+
+#: 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 "<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>"
+
+#: 12050100.xhp#hd_id3154943.9.help.text
+msgid "Calculate subtotals for"
+msgstr "Calculate subtotals for"
+
+#: 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 "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
+
+#: 12050100.xhp#hd_id3156283.11.help.text
+msgid "Use function"
+msgstr "Use function"
+
+#: 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 "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+
+#: 12080700.xhp#tit.help.text
+msgid "Show Details (Pivot Table)"
+msgstr ""
+
+#: 12080700.xhp#hd_id3344523.help.text
+msgid "<link href=\"text/scalc/01/12080700.xhp\">Show Details (Pivot Table)</link>"
+msgstr ""
+
+#: 12080700.xhp#par_id871303.help.text
+msgid "<ahelp hid=\".\">Inserts a new \"drill-down\" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the \"drill-down\" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp>"
+msgstr ""
+
+#: 12080700.xhp#par_id7132480.help.text
+msgid "Hidden items are not evaluated, the rows for the hidden items are included. Show Details is available only for pivot tables that are based on cell ranges or database data."
+msgstr ""
+
+#: 04050000.xhp#tit.help.text
+msgctxt "04050000.xhp#tit.help.text"
+msgid "Insert Sheet"
+msgstr "Insert Sheet"
+
+#: 04050000.xhp#bm_id4522232.help.text
+msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgstr "<bookmark_value>sheets;creating</bookmark_value>"
+
+#: 04050000.xhp#hd_id3155629.1.help.text
+msgctxt "04050000.xhp#hd_id3155629.1.help.text"
+msgid "Insert Sheet"
+msgstr "Insert Sheet"
+
+#: 04050000.xhp#par_id3147264.2.help.text
+msgid "<variable id=\"tabelleeinfuegentext\"><ahelp hid=\".uno:Insert\">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 ""
+
+#: 04050000.xhp#hd_id3154684.19.help.text
+msgid "Position"
+msgstr "Position"
+
+#: 04050000.xhp#par_id3156281.20.help.text
+msgid "Specifies where the new sheet is to be inserted into your document."
+msgstr "Specifies where the new sheet is to be inserted into your document."
+
+#: 04050000.xhp#hd_id3154123.21.help.text
+msgid "Before current sheet"
+msgstr "Before current sheet"
+
+#: 04050000.xhp#par_id3145787.22.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\">Inserts a new sheet directly before the current sheet.</ahelp>"
+
+#: 04050000.xhp#hd_id3155414.23.help.text
+msgid "After current sheet"
+msgstr "After current sheet"
+
+#: 04050000.xhp#par_id3145271.24.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\">Inserts a new sheet directly after the current sheet.</ahelp>"
+
+#: 04050000.xhp#hd_id3147428.25.help.text
+#, fuzzy
+msgctxt "04050000.xhp#hd_id3147428.25.help.text"
+msgid "Sheet"
+msgstr "Sheet"
+
+#: 04050000.xhp#par_id3154012.26.help.text
+msgid "Specifies whether a new sheet or an existing sheet is inserted into the document."
+msgstr "Specifies whether a new sheet or an existing sheet is inserted into the document."
+
+#: 04050000.xhp#hd_id3147350.3.help.text
+#, fuzzy
+msgid "New sheet"
+msgstr "Style sheet"
+
+#: 04050000.xhp#par_id3149262.4.help.text
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\">Creates a new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed characters are letters, numbers, spaces, and the underline character.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\">Creates a new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed characters are letters, numbers, spaces, and the underline character.</ahelp>"
+
+#: 04050000.xhp#hd_id3155418.27.help.text
+#, fuzzy
+msgid "No. of sheets"
+msgstr "No. of Sheets"
+
+#: 04050000.xhp#par_id3148457.28.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\">Specifies the number of sheets to be created.</ahelp>"
+
+#: 04050000.xhp#hd_id3149379.7.help.text
+msgctxt "04050000.xhp#hd_id3149379.7.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 04050000.xhp#par_id3150718.8.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
+
+#: 04050000.xhp#hd_id3155066.9.help.text
+msgid "From File"
+msgstr "From File"
+
+#: 04050000.xhp#par_id3153714.10.help.text
+msgid "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
+msgstr "<ahelp hid=\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\">Inserts a sheet from an existing file into the current document.</ahelp>"
+
+#: 04050000.xhp#hd_id3149020.15.help.text
+msgctxt "04050000.xhp#hd_id3149020.15.help.text"
+msgid "Browse"
+msgstr "Browse"
+
+#: 04050000.xhp#par_id3159267.16.help.text
+msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialog for selecting a file.</ahelp>"
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\">Opens a dialogue for selecting a file.</ahelp>"
+
+#: 04050000.xhp#hd_id3149255.29.help.text
+msgid "Available Sheets"
+msgstr "Available Sheets"
+
+#: 04050000.xhp#par_id3155336.30.help.text
+msgid "<ahelp 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 "<ahelp 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>"
+
+#: 04050000.xhp#hd_id3145791.17.help.text
+msgid "Link"
+msgstr "Link"
+
+#: 04050000.xhp#par_id3152580.18.help.text
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">Select to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\">Select to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
+
+#: 12060000.xhp#tit.help.text
+msgctxt "12060000.xhp#tit.help.text"
+msgid "Multiple Operations"
+msgstr "Multiple Operations"
+
+#: 12060000.xhp#hd_id3153381.1.help.text
+msgctxt "12060000.xhp#hd_id3153381.1.help.text"
+msgid "Multiple Operations"
+msgstr "Multiple Operations"
+
+#: 12060000.xhp#par_id3154140.2.help.text
+msgid "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
+msgstr "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
+
+#: 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 "The <emph>Row</emph> or <emph>Column</emph> box must contain a reference to the first cell of the selected range."
+
+#: 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 "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."
+
+#: 12060000.xhp#hd_id3156441.3.help.text
+msgid "Defaults"
+msgstr "Defaults"
+
+#: 12060000.xhp#hd_id3154492.6.help.text
+msgctxt "12060000.xhp#hd_id3154492.6.help.text"
+msgid "Formulas"
+msgstr "Formulas"
+
+#: 12060000.xhp#par_id3151073.7.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\">Enter the cell references for the cells containing the formulas that you want to use in the multiple operation.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\">Enter the cell references for the cells containing the formulae that you want to use in the multiple operation.</ahelp>"
+
+#: 12060000.xhp#hd_id3154729.8.help.text
+msgctxt "12060000.xhp#hd_id3154729.8.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 12060000.xhp#par_id3148456.9.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\">Enter the input cell reference that you want to use as a variable for the rows in the data table.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\">Enter the input cell reference that you want to use as a variable for the rows in the data table.</ahelp>"
+
+#: 12060000.xhp#hd_id3150718.14.help.text
+msgctxt "12060000.xhp#hd_id3150718.14.help.text"
+msgid "Column"
+msgstr "Column"
+
+#: 12060000.xhp#par_id3150327.15.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\">Enter the input cell reference that you want to use as a variable for the columns in the data table.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\">Enter the input cell reference that you want to use as a variable for the columns in the data table.</ahelp>"
+
+#: 04060115.xhp#tit.help.text
+msgctxt "04060115.xhp#tit.help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "Add-in Functions, List of Analysis Functions Part One"
+
+#: 04060115.xhp#bm_id3152871.help.text
+msgid "<bookmark_value>add-ins; analysis functions</bookmark_value><bookmark_value>analysis functions</bookmark_value>"
+msgstr "<bookmark_value>add-ins; analysis functions</bookmark_value><bookmark_value>analysis functions</bookmark_value>"
+
+#: 04060115.xhp#hd_id3152871.1.help.text
+msgctxt "04060115.xhp#hd_id3152871.1.help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "Add-in Functions, List of Analysis Functions Part One"
+
+#: 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 "<link href=\"text/scalc/01/04060110.xhp\" name=\"General conversion function BASIS\">General conversion function BASIS</link>"
+
+#: 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 "<link href=\"text/scalc/01/04060116.xhp\" name=\"Analysis functions Part Two\">Analysis functions Part Two</link>"
+
+#: 04060115.xhp#par_id3155751.156.help.text
+msgctxt "04060115.xhp#par_id3155751.156.help.text"
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">Back to the Overview</link>"
+
+#: 04060115.xhp#bm_id3153074.help.text
+msgid "<bookmark_value>Bessel functions</bookmark_value>"
+msgstr "<bookmark_value>Bessel functions</bookmark_value>"
+
+#: 04060115.xhp#hd_id3153334.111.help.text
+msgid "BESSELI"
+msgstr "BESSELI"
+
+#: 04060115.xhp#par_id3153960.112.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELI\">Calculates the modified Bessel function.</ahelp>"
+
+#: 04060115.xhp#hd_id3150392.113.help.text
+msgctxt "04060115.xhp#hd_id3150392.113.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3147295.114.help.text
+msgid "BESSELI(X; N)"
+msgstr "BESSELI(X; N)"
+
+#: 04060115.xhp#par_id3151338.115.help.text
+msgctxt "04060115.xhp#par_id3151338.115.help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "<emph>X</emph> is the value on which the function will be calculated."
+
+#: 04060115.xhp#par_id3151392.116.help.text
+msgctxt "04060115.xhp#par_id3151392.116.help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
+msgstr "<emph>N</emph> is the order of the Bessel function"
+
+#: 04060115.xhp#hd_id3153027.103.help.text
+msgid "BESSELJ"
+msgstr "BESSELJ"
+
+#: 04060115.xhp#par_id3153015.104.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">Calculates the Bessel function (cylinder function).</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELJ\">Calculates the Bessel function (cylinder function).</ahelp>"
+
+#: 04060115.xhp#hd_id3146884.105.help.text
+msgctxt "04060115.xhp#hd_id3146884.105.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3150032.106.help.text
+msgid "BESSELJ(X; N)"
+msgstr "BESSELJ(X; N)"
+
+#: 04060115.xhp#par_id3150378.107.help.text
+msgctxt "04060115.xhp#par_id3150378.107.help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "<emph>X</emph> is the value on which the function will be calculated."
+
+#: 04060115.xhp#par_id3145638.108.help.text
+msgctxt "04060115.xhp#par_id3145638.108.help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
+msgstr "<emph>N</emph> is the order of the Bessel function"
+
+#: 04060115.xhp#hd_id3149946.117.help.text
+msgid "BESSELK"
+msgstr "BESSELK"
+
+#: 04060115.xhp#par_id3159122.118.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
+
+#: 04060115.xhp#hd_id3150650.119.help.text
+msgctxt "04060115.xhp#hd_id3150650.119.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3149354.120.help.text
+msgid "BESSELK(X; N)"
+msgstr "BESSELK(X; N)"
+
+#: 04060115.xhp#par_id3150481.121.help.text
+msgctxt "04060115.xhp#par_id3150481.121.help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "<emph>X</emph> is the value on which the function will be calculated."
+
+#: 04060115.xhp#par_id3150024.122.help.text
+msgctxt "04060115.xhp#par_id3150024.122.help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
+msgstr "<emph>N</emph> is the order of the Bessel function"
+
+#: 04060115.xhp#hd_id3145828.123.help.text
+msgid "BESSELY"
+msgstr "BESSELY"
+
+#: 04060115.xhp#par_id3146877.124.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">Calculates the modified Bessel function.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELY\">Calculates the modified Bessel function.</ahelp>"
+
+#: 04060115.xhp#hd_id3146941.125.help.text
+msgctxt "04060115.xhp#hd_id3146941.125.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3148884.126.help.text
+msgid "BESSELY(X; N)"
+msgstr "BESSELY(X; N)"
+
+#: 04060115.xhp#par_id3147475.127.help.text
+msgctxt "04060115.xhp#par_id3147475.127.help.text"
+msgid "<emph>X</emph> is the value on which the function will be calculated."
+msgstr "<emph>X</emph> is the value on which the function will be calculated."
+
+#: 04060115.xhp#par_id3147421.128.help.text
+msgctxt "04060115.xhp#par_id3147421.128.help.text"
+msgid "<emph>N</emph> is the order of the Bessel function"
+msgstr "<emph>N</emph> is the order of the Bessel function"
+
+#: 04060115.xhp#bm_id3153034.help.text
+msgid "<bookmark_value>BIN2DEC function</bookmark_value><bookmark_value>converting;binary numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2DEC function</bookmark_value><bookmark_value>converting;binary numbers, into decimal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3153034.17.help.text
+msgid "BIN2DEC"
+msgstr "BIN2DEC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_BIN2DEC\">The result is the decimal number for the binary number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3145593.19.help.text
+msgctxt "04060115.xhp#hd_id3145593.19.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3149726.20.help.text
+msgid "BIN2DEC(Number)"
+msgstr "BIN2DEC(Number)"
+
+#: 04060115.xhp#par_id3150142.21.help.text
+msgctxt "04060115.xhp#par_id3150142.21.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#hd_id3149250.22.help.text
+msgctxt "04060115.xhp#hd_id3149250.22.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3145138.23.help.text
+msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
+msgstr "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
+
+#: 04060115.xhp#bm_id3149954.help.text
+msgid "<bookmark_value>BIN2HEX function</bookmark_value><bookmark_value>converting;binary numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2HEX function</bookmark_value><bookmark_value>converting;binary numbers, into hexadecimal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3149954.24.help.text
+msgid "BIN2HEX"
+msgstr "BIN2HEX"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_BIN2HEX\">The result is the hexadecimal number for the binary number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3153936.26.help.text
+msgctxt "04060115.xhp#hd_id3153936.26.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3148753.27.help.text
+msgid "BIN2HEX(Number; Places)"
+msgstr "BIN2HEX(Number; Places)"
+
+#: 04060115.xhp#par_id3155255.28.help.text
+msgctxt "04060115.xhp#par_id3155255.28.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#par_id3150860.29.help.text
+msgid "Places means the number of places to be output."
+msgstr "Places means the number of places to be output."
+
+#: 04060115.xhp#hd_id3155829.30.help.text
+msgctxt "04060115.xhp#hd_id3155829.30.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3149686.31.help.text
+msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
+msgstr "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
+
+#: 04060115.xhp#bm_id3153332.help.text
+msgid "<bookmark_value>BIN2OCT function</bookmark_value><bookmark_value>converting;binary numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>BIN2OCT function</bookmark_value><bookmark_value>converting;binary numbers, into octal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3153332.9.help.text
+msgid "BIN2OCT"
+msgstr "BIN2OCT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_BIN2OCT\"> The result is the octal number for the binary number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3153001.11.help.text
+msgctxt "04060115.xhp#hd_id3153001.11.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3154508.12.help.text
+msgid "BIN2OCT(Number; Places)"
+msgstr "BIN2OCT(Number; Places)"
+
+#: 04060115.xhp#par_id3153567.13.help.text
+msgctxt "04060115.xhp#par_id3153567.13.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#par_id3155929.14.help.text
+msgctxt "04060115.xhp#par_id3155929.14.help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> means the number of places to be output."
+
+#: 04060115.xhp#hd_id3150128.15.help.text
+msgctxt "04060115.xhp#hd_id3150128.15.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3153733.16.help.text
+msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
+msgstr "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
+
+#: 04060115.xhp#bm_id3150014.help.text
+msgid "<bookmark_value>DELTA function</bookmark_value><bookmark_value>recognizing;equal numbers</bookmark_value>"
+msgstr "<bookmark_value>DELTA function</bookmark_value><bookmark_value>recognising;equal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3150014.129.help.text
+msgid "DELTA"
+msgstr "DELTA"
+
+#: 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 "<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>"
+
+#: 04060115.xhp#hd_id3155435.131.help.text
+msgctxt "04060115.xhp#hd_id3155435.131.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3145247.132.help.text
+msgid "DELTA(Number1; Number2)"
+msgstr "DELTA(Number1; Number2)"
+
+#: 04060115.xhp#hd_id3149002.133.help.text
+msgctxt "04060115.xhp#hd_id3149002.133.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3151020.134.help.text
+msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+msgstr "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+
+#: 04060115.xhp#bm_id3157971.help.text
+msgid "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2BIN function</bookmark_value><bookmark_value>converting;decimal numbers, into binary numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3157971.55.help.text
+msgid "DEC2BIN"
+msgstr "DEC2BIN"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DEC2BIN\"> The result is the binary number for the decimal number entered between -512 and 511.</ahelp>"
+
+#: 04060115.xhp#hd_id3145349.57.help.text
+msgctxt "04060115.xhp#hd_id3145349.57.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3150569.58.help.text
+msgid "DEC2BIN(Number; Places)"
+msgstr "DEC2BIN(Number; Places)"
+
+#: 04060115.xhp#par_id3148768.59.help.text
+msgid "<emph>Number</emph> is a decimal number. If Number 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 "<emph>Number</emph> is a decimal number. If Number 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."
+
+#: 04060115.xhp#par_id3149537.60.help.text
+msgctxt "04060115.xhp#par_id3149537.60.help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> means the number of places to be output."
+
+#: 04060115.xhp#hd_id3150265.61.help.text
+msgctxt "04060115.xhp#hd_id3150265.61.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3150662.62.help.text
+msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+msgstr "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+
+#: 04060115.xhp#bm_id3149388.help.text
+msgid "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2HEX function</bookmark_value><bookmark_value>converting;decimal numbers, into hexadecimal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3149388.71.help.text
+msgid "DEC2HEX"
+msgstr "DEC2HEX"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DEC2HEX\">The result is the hexadecimal number for the decimal number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3150691.73.help.text
+msgctxt "04060115.xhp#hd_id3150691.73.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3147535.74.help.text
+msgid "DEC2HEX(Number; Places)"
+msgstr "DEC2HEX(Number; Places)"
+
+#: 04060115.xhp#par_id3152820.75.help.text
+msgid "<emph>Number</emph> is a decimal number. If Number 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 "<emph>Number</emph> is a decimal number. If Number 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."
+
+#: 04060115.xhp#par_id3153221.76.help.text
+msgctxt "04060115.xhp#par_id3153221.76.help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> means the number of places to be output."
+
+#: 04060115.xhp#hd_id3154869.77.help.text
+msgctxt "04060115.xhp#hd_id3154869.77.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3150476.78.help.text
+msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+msgstr "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+
+#: 04060115.xhp#bm_id3154948.help.text
+msgid "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>DEC2OCT function</bookmark_value><bookmark_value>converting;decimal numbers, into octal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3154948.63.help.text
+msgid "DEC2OCT"
+msgstr "DEC2OCT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DEC2OCT\">The result is the octal number for the decimal number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3153178.65.help.text
+msgctxt "04060115.xhp#hd_id3153178.65.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3148427.66.help.text
+msgid "DEC2OCT(Number; Places)"
+msgstr "DEC2OCT(Number; Places)"
+
+#: 04060115.xhp#par_id3155991.67.help.text
+msgid "<emph>Number</emph> is a decimal number. If Number 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 "<emph>Number</emph> is a decimal number. If Number 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."
+
+#: 04060115.xhp#par_id3152587.68.help.text
+msgctxt "04060115.xhp#par_id3152587.68.help.text"
+msgid "<emph>Places</emph> means the number of places to be output."
+msgstr "<emph>Places</emph> means the number of places to be output."
+
+#: 04060115.xhp#hd_id3147482.69.help.text
+msgctxt "04060115.xhp#hd_id3147482.69.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3154317.70.help.text
+msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+msgstr "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+
+#: 04060115.xhp#bm_id3083446.help.text
+msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+msgstr "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+
+#: 04060115.xhp#hd_id3083446.135.help.text
+msgid "ERF"
+msgstr "ERF"
+
+#: 04060115.xhp#par_id3150381.136.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
+
+#: 04060115.xhp#hd_id3152475.137.help.text
+msgctxt "04060115.xhp#hd_id3152475.137.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3163824.138.help.text
+msgid "ERF(LowerLimit; UpperLimit)"
+msgstr "ERF(LowerLimit; UpperLimit)"
+
+#: 04060115.xhp#par_id3149715.139.help.text
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
+msgstr "<emph>LowerLimit</emph> is the lower limit of the integral."
+
+#: 04060115.xhp#par_id3156294.140.help.text
+msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
+msgstr "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit."
+
+#: 04060115.xhp#hd_id3154819.141.help.text
+msgctxt "04060115.xhp#hd_id3154819.141.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3152974.142.help.text
+msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+msgstr "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+
+#: 04060115.xhp#bm_id3145082.help.text
+msgid "<bookmark_value>ERFC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC function</bookmark_value>"
+
+#: 04060115.xhp#hd_id3145082.143.help.text
+msgid "ERFC"
+msgstr "ERFC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
+
+#: 04060115.xhp#hd_id3155839.145.help.text
+msgctxt "04060115.xhp#hd_id3155839.145.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3153220.146.help.text
+msgid "ERFC(LowerLimit)"
+msgstr "ERFC(LowerLimit)"
+
+#: 04060115.xhp#par_id3147620.147.help.text
+msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
+msgstr "<emph>LowerLimit</emph> is the lower limit of the integral"
+
+#: 04060115.xhp#hd_id3146861.148.help.text
+msgctxt "04060115.xhp#hd_id3146861.148.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3156102.149.help.text
+msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+msgstr "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+
+#: 04060115.xhp#bm_id3152927.help.text
+msgid "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+msgstr "<bookmark_value>GESTEP function</bookmark_value><bookmark_value>numbers;greater than or equal to</bookmark_value>"
+
+#: 04060115.xhp#hd_id3152927.150.help.text
+msgid "GESTEP"
+msgstr "GESTEP"
+
+#: 04060115.xhp#par_id3150763.151.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_GESTEP\">The result is 1 if <item type=\"literal\">Number</item> is greater than or equal to <item type=\"literal\">Step</item>.</ahelp>"
+
+#: 04060115.xhp#hd_id3150879.152.help.text
+msgctxt "04060115.xhp#hd_id3150879.152.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3145212.153.help.text
+msgid "GESTEP(Number; Step)"
+msgstr "GESTEP(Number; Step)"
+
+#: 04060115.xhp#hd_id3153275.154.help.text
+msgctxt "04060115.xhp#hd_id3153275.154.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3156132.155.help.text
+msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+msgstr "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+
+#: 04060115.xhp#bm_id3147276.help.text
+msgid "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2BIN function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into binary numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3147276.79.help.text
+msgid "HEX2BIN"
+msgstr "HEX2BIN"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_HEX2BIN\">The result is the binary number for the hexadecimal number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3156117.81.help.text
+msgctxt "04060115.xhp#hd_id3156117.81.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3155847.82.help.text
+msgid "HEX2BIN(Number; Places)"
+msgstr "HEX2BIN(Number; Places)"
+
+#: 04060115.xhp#par_id3152810.83.help.text
+msgctxt "04060115.xhp#par_id3152810.83.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#par_id3153758.84.help.text
+msgctxt "04060115.xhp#par_id3153758.84.help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Places</emph> is the number of places to be output."
+
+#: 04060115.xhp#hd_id3154052.85.help.text
+msgctxt "04060115.xhp#hd_id3154052.85.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3156002.86.help.text
+msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+msgstr "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+
+#: 04060115.xhp#bm_id3154742.help.text
+msgid "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2DEC function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into decimal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3154742.87.help.text
+msgid "HEX2DEC"
+msgstr "HEX2DEC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_HEX2DEC\">The result is the decimal number for the hexadecimal number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3143233.89.help.text
+msgctxt "04060115.xhp#hd_id3143233.89.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3149293.90.help.text
+msgid "HEX2DEC(Number)"
+msgstr "HEX2DEC(Number)"
+
+#: 04060115.xhp#par_id3159176.91.help.text
+msgctxt "04060115.xhp#par_id3159176.91.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#hd_id3154304.92.help.text
+msgctxt "04060115.xhp#hd_id3154304.92.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3146093.93.help.text
+msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+msgstr "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+
+#: 04060115.xhp#bm_id3149750.help.text
+msgid "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+msgstr "<bookmark_value>HEX2OCT function</bookmark_value><bookmark_value>converting;hexadecimal numbers, into octal numbers</bookmark_value>"
+
+#: 04060115.xhp#hd_id3149750.94.help.text
+msgid "HEX2OCT"
+msgstr "HEX2OCT"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_HEX2OCT\">The result is the octal number for the hexadecimal number entered.</ahelp>"
+
+#: 04060115.xhp#hd_id3145660.96.help.text
+msgctxt "04060115.xhp#hd_id3145660.96.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060115.xhp#par_id3151170.97.help.text
+msgid "HEX2OCT(Number; Places)"
+msgstr "HEX2OCT(Number; Places)"
+
+#: 04060115.xhp#par_id3152795.98.help.text
+msgctxt "04060115.xhp#par_id3152795.98.help.text"
+msgid "<emph>Number</emph> is a 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 "<emph>Number</emph> is a 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."
+
+#: 04060115.xhp#par_id3149204.99.help.text
+msgctxt "04060115.xhp#par_id3149204.99.help.text"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "<emph>Places</emph> is the number of places to be output."
+
+#: 04060115.xhp#hd_id3153901.100.help.text
+msgctxt "04060115.xhp#hd_id3153901.100.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060115.xhp#par_id3159341.101.help.text
+msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+msgstr "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+
+#: 05110000.xhp#tit.help.text
+msgid "AutoFormat"
+msgstr "AutoFormat"
+
+#: 05110000.xhp#hd_id3149666.1.help.text
+msgid "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/01/05110000.xhp\" name=\"AutoFormat\">AutoFormat</link></variable>"
+
+#: 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 "<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>"
+
+#: 05110000.xhp#hd_id3148455.3.help.text
+msgid "Format"
+msgstr "Format"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\">Choose a predefined AutoFormat to apply to a selected area in your sheet.</ahelp>"
+
+#: 05110000.xhp#hd_id3149410.5.help.text
+msgctxt "05110000.xhp#hd_id3149410.5.help.text"
+msgid "Add"
+msgstr "Add"
+
+#: 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 "<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> dialogue then appears."
+
+#: 05110000.xhp#par_id3153708.29.help.text
+msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
+msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
+
+#: 05110000.xhp#hd_id3150044.7.help.text
+msgctxt "05110000.xhp#hd_id3150044.7.help.text"
+msgid "More"
+msgstr "More"
+
+#: 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 "<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>"
+
+#: 05110000.xhp#hd_id3155961.9.help.text
+msgid "Formatting"
+msgstr "Formatting"
+
+#: 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 "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."
+
+#: 05110000.xhp#hd_id3154021.11.help.text
+msgid "Number format"
+msgstr "Number format"
+
+#: 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 "<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>"
+
+#: 05110000.xhp#hd_id3149530.13.help.text
+msgid "Borders"
+msgstr "Borders"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\">When marked, specifies that you want to retain the border of the selected format.</ahelp>"
+
+#: 05110000.xhp#hd_id3154657.15.help.text
+msgid "Font"
+msgstr "Font"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\">When marked, specifies that you want to retain the font of the selected format.</ahelp>"
+
+#: 05110000.xhp#hd_id3155379.17.help.text
+msgid "Pattern"
+msgstr "Pattern"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\">When marked, specifies that you want to retain the pattern of the selected format.</ahelp>"
+
+#: 05110000.xhp#hd_id3146115.19.help.text
+msgid "Alignment"
+msgstr "Alignment"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\">When marked, specifies that you want to retain the alignment of the selected format.</ahelp>"
+
+#: 05110000.xhp#hd_id3155811.21.help.text
+msgid "AutoFit width and height"
+msgstr "AutoFit width and height"
+
+#: 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 "<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>"
+
+#: 05110000.xhp#hd_id3159223.26.help.text
+msgid "Rename"
+msgstr "Rename"
+
+#: 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 "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialogue where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
+
+#: 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 "The <emph>Rename AutoFormat</emph> dialogue opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
+
+#: 05110000.xhp#hd_id3155264.23.help.text
+msgctxt "05110000.xhp#hd_id3155264.23.help.text"
+msgid "More"
+msgstr "More"
+
+#: 05110000.xhp#par_id3159094.24.help.text
+msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
+msgstr "Closes the <emph>Formatting</emph> options section, if it is currently open."
+
+#: 12120300.xhp#tit.help.text
+msgid "Error Alert"
+msgstr "Error Alert"
+
+#: 12120300.xhp#hd_id3153821.1.help.text
+msgid "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
+msgstr "<link href=\"text/scalc/01/12120300.xhp\" name=\"Error Alert\">Error Alert</link>"
+
+#: 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 "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_ERROR\">Define the error message that is displayed when invalid data is entered in a cell.</ahelp>"
+
+#: 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 "You can also start a macro with an error message. A sample macro is provided at the end of this page."
+
+#: 12120300.xhp#hd_id3156280.3.help.text
+msgid "Show error message when invalid values are entered."
+msgstr "Show error message when invalid values are entered."
+
+#: 12120300.xhp#par_id3150768.4.help.text
+msgid "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+msgstr "<ahelp hid=\".\">Displays the error message that you enter in the <emph>Contents</emph> area when invalid data is entered in a cell.</ahelp> If enabled, the message is displayed to prevent an invalid entry."
+
+#: 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 "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\" dialogues by clicking the <emph>Cancel </emph>button. If you close the dialogues with the <emph>OK</emph> button, the invalid entry is not deleted."
+
+#: 12120300.xhp#hd_id3152460.6.help.text
+msgctxt "12120300.xhp#hd_id3152460.6.help.text"
+msgid "Contents"
+msgstr "Contents"
+
+#: 12120300.xhp#hd_id3148646.8.help.text
+msgid "Action"
+msgstr "Action"
+
+#: 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 "<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 dialogue that you have to close by clicking <emph>OK</emph>. The \"Warning\" and \"Information\" actions display a dialogue 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>."
+
+#: 12120300.xhp#hd_id3156441.10.help.text
+msgctxt "12120300.xhp#hd_id3156441.10.help.text"
+msgid "Browse"
+msgstr "Browse"
+
+#: 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 "<ahelp hid=\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\">Opens the <link href=\"text/shared/01/06130000.xhp\" name=\"Macro\">Macro</link> dialogue 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>"
+
+#: 12120300.xhp#hd_id3153876.12.help.text
+msgctxt "12120300.xhp#hd_id3153876.12.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 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 "<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>"
+
+#: 12120300.xhp#hd_id3154510.14.help.text
+msgid "Error message"
+msgstr "Error message"
+
+#: 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 "<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>"
+
+#: 12120300.xhp#par_id3150752.16.help.text
+msgid "<emph>Sample macro:</emph>"
+msgstr "<emph>Sample macro:</emph>"
+
+#: func_time.xhp#tit.help.text
+msgid "TIME "
+msgstr "TIME "
+
+#: func_time.xhp#bm_id3154073.help.text
+msgid "<bookmark_value>TIME function</bookmark_value>"
+msgstr "<bookmark_value>TIME function</bookmark_value>"
+
+#: func_time.xhp#hd_id3154073.149.help.text
+msgid "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+msgstr "<variable id=\"time\"><link href=\"text/scalc/01/func_time.xhp\">TIME</link></variable>"
+
+#: 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 "<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."
+
+#: func_time.xhp#hd_id3155550.151.help.text
+msgctxt "func_time.xhp#hd_id3155550.151.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_time.xhp#par_id3154584.152.help.text
+msgid "TIME(Hour; Minute; Second)"
+msgstr "TIME(Hour; Minute; Second)"
+
+#: func_time.xhp#par_id3152904.153.help.text
+msgid "Use an integer to set the <emph>Hour</emph>."
+msgstr "Use an integer to set the <emph>Hour</emph>."
+
+#: func_time.xhp#par_id3151346.154.help.text
+msgid "Use an integer to set the <emph>Minute</emph>."
+msgstr "Use an integer to set the <emph>Minute</emph>."
+
+#: func_time.xhp#par_id3151366.155.help.text
+msgid "Use an integer to set the <emph>Second</emph>."
+msgstr "Use an integer to set the <emph>Second</emph>."
+
+#: func_time.xhp#hd_id3145577.156.help.text
+msgctxt "func_time.xhp#hd_id3145577.156.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_time.xhp#par_id3156076.157.help.text
+msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
+msgstr "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
+
+#: func_time.xhp#par_id3156090.158.help.text
+msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+msgstr "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+
+#: 04060101.xhp#tit.help.text
+msgctxt "04060101.xhp#tit.help.text"
+msgid "Database Functions"
+msgstr "Database Functions"
+
+#: 04060101.xhp#bm_id3148946.help.text
+msgid "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+msgstr "<bookmark_value>Function Wizard; databases</bookmark_value> <bookmark_value>functions; database functions</bookmark_value> <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>"
+
+#: 04060101.xhp#hd_id3148946.1.help.text
+msgctxt "04060101.xhp#hd_id3148946.1.help.text"
+msgid "Database Functions"
+msgstr "Database Functions"
+
+#: 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 "<variable id=\"datenbanktext\">This section deals with functions used with data organised as one row of data for one record. </variable>"
+
+#: 04060101.xhp#par_id3154016.186.help.text
+msgid "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
+msgstr "The Database category may be confused with a database integrated in $[officename]. However, there is no connection between a database in $[officename] and the Database category in $[officename] Calc."
+
+#: 04060101.xhp#hd_id3150329.190.help.text
+msgid "Example Data:"
+msgstr "Example Data:"
+
+#: 04060101.xhp#par_id3153713.191.help.text
+msgid "The following data will be used in some of the function description examples:"
+msgstr "The following data will be used in some of the function description examples:"
+
+#: 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 "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."
+
+#: 04060101.xhp#par_id3145232.4.help.text
+msgctxt "04060101.xhp#par_id3145232.4.help.text"
+msgid "A"
+msgstr "A"
+
+#: 04060101.xhp#par_id3146316.5.help.text
+msgctxt "04060101.xhp#par_id3146316.5.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060101.xhp#par_id3150297.6.help.text
+msgctxt "04060101.xhp#par_id3150297.6.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060101.xhp#par_id3150344.7.help.text
+msgctxt "04060101.xhp#par_id3150344.7.help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060101.xhp#par_id3150785.8.help.text
+msgctxt "04060101.xhp#par_id3150785.8.help.text"
+msgid "E"
+msgstr "E"
+
+#: 04060101.xhp#par_id3150090.9.help.text
+msgctxt "04060101.xhp#par_id3150090.9.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060101.xhp#par_id3152992.10.help.text
+msgctxt "04060101.xhp#par_id3152992.10.help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">Name</item>"
+
+#: 04060101.xhp#par_id3155532.11.help.text
+msgctxt "04060101.xhp#par_id3155532.11.help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">Grade</item>"
+
+#: 04060101.xhp#par_id3156448.12.help.text
+msgctxt "04060101.xhp#par_id3156448.12.help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">Age</item>"
+
+#: 04060101.xhp#par_id3154486.13.help.text
+msgctxt "04060101.xhp#par_id3154486.13.help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr "<item type=\"input\">Distance to School</item>"
+
+#: 04060101.xhp#par_id3152899.14.help.text
+msgctxt "04060101.xhp#par_id3152899.14.help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">Weight</item>"
+
+#: 04060101.xhp#par_id3153816.15.help.text
+msgctxt "04060101.xhp#par_id3153816.15.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060101.xhp#par_id3151240.16.help.text
+msgid "<item type=\"input\">Andy</item>"
+msgstr "<item type=\"input\">Andy</item>"
+
+#: 04060101.xhp#par_id3156016.17.help.text
+msgctxt "04060101.xhp#par_id3156016.17.help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">3</item>"
+
+#: 04060101.xhp#par_id3145073.18.help.text
+msgctxt "04060101.xhp#par_id3145073.18.help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">9</item>"
+
+#: 04060101.xhp#par_id3154956.19.help.text
+msgid "<item type=\"input\">150</item>"
+msgstr "<item type=\"input\">150</item>"
+
+#: 04060101.xhp#par_id3153976.20.help.text
+msgid "<item type=\"input\">40</item>"
+msgstr "<item type=\"input\">40</item>"
+
+#: 04060101.xhp#par_id3150894.21.help.text
+msgctxt "04060101.xhp#par_id3150894.21.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060101.xhp#par_id3152870.22.help.text
+msgid "<item type=\"input\">Betty</item>"
+msgstr "<item type=\"input\">Betty</item>"
+
+#: 04060101.xhp#par_id3149692.23.help.text
+msgctxt "04060101.xhp#par_id3149692.23.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060101.xhp#par_id3154652.24.help.text
+msgctxt "04060101.xhp#par_id3154652.24.help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">10</item>"
+
+#: 04060101.xhp#par_id3149381.25.help.text
+msgctxt "04060101.xhp#par_id3149381.25.help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">1000</item>"
+
+#: 04060101.xhp#par_id3153812.26.help.text
+msgctxt "04060101.xhp#par_id3153812.26.help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">42</item>"
+
+#: 04060101.xhp#par_id3146965.27.help.text
+msgctxt "04060101.xhp#par_id3146965.27.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060101.xhp#par_id3155596.28.help.text
+msgid "<item type=\"input\">Charles</item>"
+msgstr "<item type=\"input\">Charles</item>"
+
+#: 04060101.xhp#par_id3147244.29.help.text
+msgctxt "04060101.xhp#par_id3147244.29.help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">3</item>"
+
+#: 04060101.xhp#par_id3149871.30.help.text
+msgctxt "04060101.xhp#par_id3149871.30.help.text"
+msgid "<item type=\"input\">10</item>"
+msgstr "<item type=\"input\">10</item>"
+
+#: 04060101.xhp#par_id3155752.31.help.text
+msgid "<item type=\"input\">300</item>"
+msgstr "<item type=\"input\">300</item>"
+
+#: 04060101.xhp#par_id3149052.32.help.text
+msgid "<item type=\"input\">51</item>"
+msgstr "<item type=\"input\">51</item>"
+
+#: 04060101.xhp#par_id3146097.33.help.text
+msgctxt "04060101.xhp#par_id3146097.33.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060101.xhp#par_id3147296.34.help.text
+msgid "<item type=\"input\">Daniel</item>"
+msgstr "<item type=\"input\">Daniel</item>"
+
+#: 04060101.xhp#par_id3150393.35.help.text
+msgctxt "04060101.xhp#par_id3150393.35.help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">5</item>"
+
+#: 04060101.xhp#par_id3145236.36.help.text
+msgctxt "04060101.xhp#par_id3145236.36.help.text"
+msgid "<item type=\"input\">11</item>"
+msgstr "<item type=\"input\">11</item>"
+
+#: 04060101.xhp#par_id3150534.37.help.text
+msgctxt "04060101.xhp#par_id3150534.37.help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">1200</item>"
+
+#: 04060101.xhp#par_id3150375.38.help.text
+msgid "<item type=\"input\">48</item>"
+msgstr "<item type=\"input\">48</item>"
+
+#: 04060101.xhp#par_id3159121.39.help.text
+msgctxt "04060101.xhp#par_id3159121.39.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060101.xhp#par_id3150456.40.help.text
+msgid "<item type=\"input\">Eva</item>"
+msgstr "<item type=\"input\">Eva</item>"
+
+#: 04060101.xhp#par_id3146886.41.help.text
+msgctxt "04060101.xhp#par_id3146886.41.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060101.xhp#par_id3149945.42.help.text
+msgctxt "04060101.xhp#par_id3149945.42.help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">8</item>"
+
+#: 04060101.xhp#par_id3157904.43.help.text
+msgid "<item type=\"input\">650</item>"
+msgstr "<item type=\"input\">650</item>"
+
+#: 04060101.xhp#par_id3149352.44.help.text
+msgctxt "04060101.xhp#par_id3149352.44.help.text"
+msgid "<item type=\"input\">33</item>"
+msgstr "<item type=\"input\">33</item>"
+
+#: 04060101.xhp#par_id3150028.45.help.text
+msgctxt "04060101.xhp#par_id3150028.45.help.text"
+msgid "7"
+msgstr "7"
+
+#: 04060101.xhp#par_id3145826.46.help.text
+msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+msgstr "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+
+#: 04060101.xhp#par_id3150743.47.help.text
+msgctxt "04060101.xhp#par_id3150743.47.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060101.xhp#par_id3154844.48.help.text
+msgctxt "04060101.xhp#par_id3154844.48.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060101.xhp#par_id3148435.49.help.text
+msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
+msgstr "<item type=\"input\">3</item><item type=\"input\">00</item>"
+
+#: 04060101.xhp#par_id3148882.50.help.text
+msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
+msgstr "<item type=\"input\">4</item><item type=\"input\">2</item>"
+
+#: 04060101.xhp#par_id3150140.51.help.text
+msgctxt "04060101.xhp#par_id3150140.51.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060101.xhp#par_id3146137.52.help.text
+msgid "<item type=\"input\">Greta</item>"
+msgstr "<item type=\"input\">Greta</item>"
+
+#: 04060101.xhp#par_id3148739.53.help.text
+msgctxt "04060101.xhp#par_id3148739.53.help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">1</item>"
+
+#: 04060101.xhp#par_id3148583.54.help.text
+msgctxt "04060101.xhp#par_id3148583.54.help.text"
+msgid "<item type=\"input\">7</item>"
+msgstr "<item type=\"input\">7</item>"
+
+#: 04060101.xhp#par_id3154556.55.help.text
+msgid "<item type=\"input\">200</item>"
+msgstr "<item type=\"input\">200</item>"
+
+#: 04060101.xhp#par_id3155255.56.help.text
+msgid "<item type=\"input\">36</item>"
+msgstr "<item type=\"input\">36</item>"
+
+#: 04060101.xhp#par_id3145141.57.help.text
+msgctxt "04060101.xhp#par_id3145141.57.help.text"
+msgid "9"
+msgstr "9"
+
+#: 04060101.xhp#par_id3153078.58.help.text
+msgid "<item type=\"input\">Harry</item>"
+msgstr "<item type=\"input\">Harry</item>"
+
+#: 04060101.xhp#par_id3149955.59.help.text
+msgctxt "04060101.xhp#par_id3149955.59.help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">3</item>"
+
+#: 04060101.xhp#par_id3150005.60.help.text
+msgctxt "04060101.xhp#par_id3150005.60.help.text"
+msgid "<item type=\"input\">9</item>"
+msgstr "<item type=\"input\">9</item>"
+
+#: 04060101.xhp#par_id3155951.61.help.text
+msgctxt "04060101.xhp#par_id3155951.61.help.text"
+msgid "<item type=\"input\">1200</item>"
+msgstr "<item type=\"input\">1200</item>"
+
+#: 04060101.xhp#par_id3145169.62.help.text
+msgid "<item type=\"input\">44</item>"
+msgstr "<item type=\"input\">44</item>"
+
+#: 04060101.xhp#par_id3153571.63.help.text
+msgctxt "04060101.xhp#par_id3153571.63.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060101.xhp#par_id3148761.64.help.text
+msgid "<item type=\"input\">Irene</item>"
+msgstr "<item type=\"input\">Irene</item>"
+
+#: 04060101.xhp#par_id3149877.65.help.text
+msgctxt "04060101.xhp#par_id3149877.65.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060101.xhp#par_id3154327.66.help.text
+msgctxt "04060101.xhp#par_id3154327.66.help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">8</item>"
+
+#: 04060101.xhp#par_id3155435.67.help.text
+msgctxt "04060101.xhp#par_id3155435.67.help.text"
+msgid "<item type=\"input\">1000</item>"
+msgstr "<item type=\"input\">1000</item>"
+
+#: 04060101.xhp#par_id3145353.68.help.text
+msgctxt "04060101.xhp#par_id3145353.68.help.text"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">42</item>"
+
+#: 04060101.xhp#par_id3150662.69.help.text
+msgctxt "04060101.xhp#par_id3150662.69.help.text"
+msgid "11"
+msgstr "11"
+
+#: 04060101.xhp#par_id3150568.70.help.text
+msgctxt "04060101.xhp#par_id3150568.70.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060101.xhp#par_id3149393.71.help.text
+msgctxt "04060101.xhp#par_id3149393.71.help.text"
+msgid "13"
+msgstr "13"
+
+#: 04060101.xhp#par_id3153544.72.help.text
+msgctxt "04060101.xhp#par_id3153544.72.help.text"
+msgid "<item type=\"input\">Name</item>"
+msgstr "<item type=\"input\">Name</item>"
+
+#: 04060101.xhp#par_id3158414.73.help.text
+msgctxt "04060101.xhp#par_id3158414.73.help.text"
+msgid "<item type=\"input\">Grade</item>"
+msgstr "<item type=\"input\">Grade</item>"
+
+#: 04060101.xhp#par_id3152820.74.help.text
+msgctxt "04060101.xhp#par_id3152820.74.help.text"
+msgid "<item type=\"input\">Age</item>"
+msgstr "<item type=\"input\">Age</item>"
+
+#: 04060101.xhp#par_id3154866.75.help.text
+msgctxt "04060101.xhp#par_id3154866.75.help.text"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr "<item type=\"input\">Distance to School</item>"
+
+#: 04060101.xhp#par_id3150471.76.help.text
+msgctxt "04060101.xhp#par_id3150471.76.help.text"
+msgid "<item type=\"input\">Weight</item>"
+msgstr "<item type=\"input\">Weight</item>"
+
+#: 04060101.xhp#par_id3153920.77.help.text
+msgctxt "04060101.xhp#par_id3153920.77.help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060101.xhp#par_id3148429.78.help.text
+msgid "<item type=\"input\">>600</item>"
+msgstr "<item type=\"input\">>600</item>"
+
+#: 04060101.xhp#par_id3152588.79.help.text
+msgctxt "04060101.xhp#par_id3152588.79.help.text"
+msgid "15"
+msgstr "15"
+
+#: 04060101.xhp#par_id3083286.80.help.text
+msgctxt "04060101.xhp#par_id3083286.80.help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060101.xhp#par_id3163823.81.help.text
+msgid "<item type=\"input\">DCOUNT</item>"
+msgstr "<item type=\"input\">DCOUNT</item>"
+
+#: 04060101.xhp#par_id3145083.82.help.text
+msgctxt "04060101.xhp#par_id3145083.82.help.text"
+msgid "<item type=\"input\">5</item>"
+msgstr "<item type=\"input\">5</item>"
+
+#: 04060101.xhp#par_id3149282.83.help.text
+msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+msgstr "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+
+#: 04060101.xhp#hd_id3150962.192.help.text
+msgid "Database Function Parameters:"
+msgstr "Database Function Parameters:"
+
+#: 04060101.xhp#par_id3155837.84.help.text
+msgid "The following items are the parameter definitions for all database functions:"
+msgstr "The following items are the parameter definitions for all database functions:"
+
+#: 04060101.xhp#par_id3149453.85.help.text
+msgid "<emph>Database</emph> is the cell range defining the database."
+msgstr "<emph>Database</emph> is the cell range defining the database."
+
+#: 04060101.xhp#par_id3151272.86.help.text
+msgid "<emph>DatabaseField</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 "<emph>DatabaseField</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>"
+
+#: 04060101.xhp#par_id3147083.87.help.text
+msgid "<emph>SearchCriteria</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 "<emph>SearchCriteria</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."
+
+#: 04060101.xhp#par_id3151188.188.help.text
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+msgstr "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
+
+#: 04060101.xhp#par_id3882869.help.text
+msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
+msgstr ""
+
+#: 04060101.xhp#bm_id3150882.help.text
+msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
+
+#: 04060101.xhp#hd_id3150882.88.help.text
+msgid "DCOUNT"
+msgstr "DCOUNT"
+
+#: 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 "<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>"
+
+#: 04060101.xhp#hd_id3156099.90.help.text
+msgctxt "04060101.xhp#hd_id3156099.90.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3153218.91.help.text
+msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNT(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#par_id3153273.187.help.text
+msgid "For the DatabaseField 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 "For the DatabaseField 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\"/>"
+
+#: 04060101.xhp#hd_id3154743.92.help.text
+msgctxt "04060101.xhp#hd_id3154743.92.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
+msgstr "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 <item type=\"input\">=DCOUNT(A1:E10;0;A13:E14)</item> in B16. The <emph>Function Wizard</emph> helps you to input ranges."
+
+#: 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>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
+msgstr "<emph>Database</emph> is the range of data to be evaluated, including its headers: in this case A1:E10. <emph>DatabaseField</emph> specifies the column for the search criteria: in this case, the whole database. <emph>SearchCriteria</emph> is the range where you can enter the search parameters: in this case, A13:E14."
+
+#: 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 <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> 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 "To learn how many children in second grade are over 7 years of age, delete the entry >600 in cell D14 and enter <item type=\"input\">2</item> in cell B14 under Grade, and enter <item type=\"input\">>7</item> 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."
+
+#: 04060101.xhp#bm_id3156123.help.text
+msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+msgstr "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
+
+#: 04060101.xhp#hd_id3156123.97.help.text
+msgid "DCOUNTA"
+msgstr "DCOUNTA"
+
+#: 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 "<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>"
+
+#: 04060101.xhp#hd_id3143228.99.help.text
+msgctxt "04060101.xhp#hd_id3143228.99.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3146893.100.help.text
+msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3149751.101.help.text
+msgctxt "04060101.xhp#hd_id3149751.101.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name 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. Note that the DatabaseField parameter must point to a column that can contain values."
+msgstr "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 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name 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. Note that the DatabaseField parameter must point to a column that can contain values."
+
+#: 04060101.xhp#bm_id3147256.help.text
+msgid "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DGET function</bookmark_value> <bookmark_value>cell contents;searching in Calc databases</bookmark_value> <bookmark_value>searching;cell contents in Calc databases</bookmark_value>"
+
+#: 04060101.xhp#hd_id3147256.104.help.text
+msgid "DGET"
+msgstr "DGET"
+
+#: 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 "<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."
+
+#: 04060101.xhp#hd_id3159344.106.help.text
+msgctxt "04060101.xhp#hd_id3159344.106.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3154696.107.help.text
+msgid "DGET(Database; DatabaseField; SearchCriteria)"
+msgstr "DGET(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3153909.108.help.text
+msgctxt "04060101.xhp#hd_id3153909.108.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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>DatabaseField</emph>. Enter the following formula:"
+msgstr "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>DatabaseField</emph>. Enter the following formula:"
+
+#: 04060101.xhp#par_id3153096.110.help.text
+msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3150524.111.help.text
+msgid "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
+msgstr "Enter the name <item type=\"input\">Frank</item> in A14, and you see the result 2. Frank is in second grade. Enter <item type=\"input\">\"Age\"</item> instead of \"Grade\" and you will get Frank's age."
+
+#: 04060101.xhp#par_id3148833.112.help.text
+msgid "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
+msgstr "Or enter the value <item type=\"input\">11</item> in cell C14 only, and delete the other entries in this row. Edit the formula in B16 as follows:"
+
+#: 04060101.xhp#par_id3149912.113.help.text
+msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+
+#: 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 "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
+
+#: 04060101.xhp#bm_id3149766.help.text
+msgid "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMAX function</bookmark_value> <bookmark_value>maximum values in Calc databases</bookmark_value> <bookmark_value>searching;maximum values in columns</bookmark_value>"
+
+#: 04060101.xhp#hd_id3149766.115.help.text
+msgid "DMAX"
+msgstr "DMAX"
+
+#: 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 "<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>"
+
+#: 04060101.xhp#hd_id3150771.117.help.text
+msgctxt "04060101.xhp#hd_id3150771.117.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3159157.118.help.text
+msgid "DMAX(Database; DatabaseField; SearchCriteria)"
+msgstr "DMAX(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3145420.119.help.text
+msgctxt "04060101.xhp#hd_id3145420.119.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3148804.121.help.text
+msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3150510.122.help.text
+msgid "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
+msgstr "Under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. After entering a grade number, the weight of the heaviest child in that grade appears."
+
+#: 04060101.xhp#bm_id3159141.help.text
+msgid "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+msgstr "<bookmark_value>DMIN function</bookmark_value> <bookmark_value>minimum values in Calc databases</bookmark_value> <bookmark_value>searching;minimum values in columns</bookmark_value>"
+
+#: 04060101.xhp#hd_id3159141.123.help.text
+msgid "DMIN"
+msgstr "DMIN"
+
+#: 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 "<ahelp hid=\"HID_FUNC_DBMIN\">DMIN returns the minimum content of a cell (field) in a database that matches the specified search criteria.</ahelp>"
+
+#: 04060101.xhp#hd_id3147238.125.help.text
+msgctxt "04060101.xhp#hd_id3147238.125.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3148479.126.help.text
+msgid "DMIN(Database; DatabaseField; SearchCriteria)"
+msgstr "DMIN(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3151050.127.help.text
+msgctxt "04060101.xhp#hd_id3151050.127.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3149161.129.help.text
+msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3148917.130.help.text
+msgid "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
+msgstr "In row 14, under Grade, enter <item type=\"input\">1, 2, 3,</item> and so on, one after the other. The shortest distance to school for each grade appears."
+
+#: 04060101.xhp#bm_id3154274.help.text
+msgid "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DAVERAGE function</bookmark_value> <bookmark_value>averages; in Calc databases</bookmark_value> <bookmark_value>calculating;averages in Calc databases</bookmark_value>"
+
+#: 04060101.xhp#hd_id3154274.131.help.text
+msgid "DAVERAGE"
+msgstr "DAVERAGE"
+
+#: 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 "<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>"
+
+#: 04060101.xhp#hd_id3146955.133.help.text
+msgctxt "04060101.xhp#hd_id3146955.133.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3150710.134.help.text
+msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+msgstr "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3152943.135.help.text
+msgctxt "04060101.xhp#hd_id3152943.135.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3153688.137.help.text
+msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3155587.138.help.text
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
+msgstr "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The average weight of all children of the same age appears."
+
+#: 04060101.xhp#bm_id3159269.help.text
+msgid "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DPRODUCT function</bookmark_value> <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>"
+
+#: 04060101.xhp#hd_id3159269.139.help.text
+msgid "DPRODUCT"
+msgstr "DPRODUCT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_DBPRODUKT\">DPRODUCT multiplies all cells of a data range where the cell contents match the search criteria.</ahelp>"
+
+#: 04060101.xhp#hd_id3149966.141.help.text
+msgctxt "04060101.xhp#hd_id3149966.141.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3154854.142.help.text
+msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+msgstr "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3149802.143.help.text
+msgctxt "04060101.xhp#hd_id3149802.143.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
+
+#: 04060101.xhp#bm_id3148462.help.text
+msgid "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>DSTDEV function</bookmark_value> <bookmark_value>standard deviations in databases;based on a sample</bookmark_value>"
+
+#: 04060101.xhp#hd_id3148462.145.help.text
+msgid "DSTDEV"
+msgstr "DSTDEV"
+
+#: 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 "<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."
+
+#: 04060101.xhp#hd_id3149427.147.help.text
+msgctxt "04060101.xhp#hd_id3149427.147.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3148661.148.help.text
+msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEV(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3153945.149.help.text
+msgctxt "04060101.xhp#hd_id3153945.149.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3150630.151.help.text
+msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3153536.152.help.text
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
+msgstr "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> and so on, one after the other. The result shown is the standard deviation of the weight of all children of this age."
+
+#: 04060101.xhp#bm_id3150429.help.text
+msgid "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DSTDEVP function</bookmark_value> <bookmark_value>standard deviations in databases;based on populations</bookmark_value>"
+
+#: 04060101.xhp#hd_id3150429.153.help.text
+msgid "DSTDEVP"
+msgstr "DSTDEVP"
+
+#: 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 "<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."
+
+#: 04060101.xhp#hd_id3145307.155.help.text
+msgctxt "04060101.xhp#hd_id3145307.155.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3149484.156.help.text
+msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3153322.157.help.text
+msgctxt "04060101.xhp#hd_id3153322.157.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3148411.159.help.text
+msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3143271.160.help.text
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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 "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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."
+
+#: 04060101.xhp#bm_id3154794.help.text
+msgid "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+msgstr "<bookmark_value>DSUM function</bookmark_value> <bookmark_value>calculating;sums in Calc databases</bookmark_value> <bookmark_value>sums;cells in Calc databases</bookmark_value>"
+
+#: 04060101.xhp#hd_id3154794.161.help.text
+msgid "DSUM"
+msgstr "DSUM"
+
+#: 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 "<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>"
+
+#: 04060101.xhp#hd_id3146128.163.help.text
+msgctxt "04060101.xhp#hd_id3146128.163.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3150989.164.help.text
+msgid "DSUM(Database; DatabaseField; SearchCriteria)"
+msgstr "DSUM(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3159079.165.help.text
+msgctxt "04060101.xhp#hd_id3159079.165.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3151312.167.help.text
+msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3150596.168.help.text
+msgid "Enter <item type=\"input\">2</item> 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 "Enter <item type=\"input\">2</item> in row 14 under Grade. The sum (1950) of the distances to school of all the children who are in second grade is displayed."
+
+#: 04060101.xhp#bm_id3155614.help.text
+msgid "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+msgstr "<bookmark_value>DVAR function</bookmark_value> <bookmark_value>variances;based on samples</bookmark_value>"
+
+#: 04060101.xhp#hd_id3155614.170.help.text
+msgid "DVAR"
+msgstr "DVAR"
+
+#: 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 "<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."
+
+#: 04060101.xhp#hd_id3154825.172.help.text
+msgctxt "04060101.xhp#hd_id3154825.172.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3156138.173.help.text
+msgid "DVAR(Database; DatabaseField; SearchCriteria)"
+msgstr "DVAR(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3151257.174.help.text
+msgctxt "04060101.xhp#hd_id3151257.174.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3153676.176.help.text
+msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3153798.177.help.text
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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 "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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."
+
+#: 04060101.xhp#bm_id3153880.help.text
+msgid "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+msgstr "<bookmark_value>DVARP function</bookmark_value> <bookmark_value>variances;based on populations</bookmark_value>"
+
+#: 04060101.xhp#hd_id3153880.178.help.text
+msgid "DVARP"
+msgstr "DVARP"
+
+#: 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 "<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."
+
+#: 04060101.xhp#hd_id3145774.180.help.text
+msgctxt "04060101.xhp#hd_id3145774.180.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060101.xhp#par_id3153776.181.help.text
+msgid "DVARP(Database; DatabaseField; SearchCriteria)"
+msgstr "DVARP(Database; DatabaseField; SearchCriteria)"
+
+#: 04060101.xhp#hd_id3151110.182.help.text
+msgctxt "04060101.xhp#hd_id3151110.182.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060101.xhp#par_id3147322.184.help.text
+msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+
+#: 04060101.xhp#par_id3146902.185.help.text
+msgid "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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 "In row 14, under Age, enter <item type=\"input\">7, 8, 9,</item> 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."
+
+#: 06030900.xhp#tit.help.text
+msgid "Refresh Traces"
+msgstr "Refresh Traces"
+
+#: 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 "<bookmark_value>cells; refreshing traces</bookmark_value><bookmark_value>traces; refreshing</bookmark_value><bookmark_value>updating;traces</bookmark_value>"
+
+#: 06030900.xhp#hd_id3152349.1.help.text
+msgid "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
+msgstr "<link href=\"text/scalc/01/06030900.xhp\" name=\"Refresh Traces\">Refresh Traces</link>"
+
+#: 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 "<ahelp hid=\".uno:RefreshArrows\">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp>"
+
+#: 06030900.xhp#par_id3148798.3.help.text
+msgid "Detective arrows in the document are updated under the following circumstances:"
+msgstr "Detective arrows in the document are updated under the following circumstances:"
+
+#: 06030900.xhp#par_id3153192.4.help.text
+msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+msgstr "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+
+#: 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 "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulae are changed in the document."
+
+#: func_datedif.xhp#tit.help.text
+msgid "DATEDIF"
+msgstr ""
+
+#: func_datedif.xhp#bm_id3155511.help.text
+#, fuzzy
+msgid "<bookmark_value>DATEDIF function</bookmark_value>"
+msgstr "<bookmark_value>DATE function</bookmark_value>"
+
+#: func_datedif.xhp#hd_id3155511.help.text
+msgid "<variable id=\"datedif\"><link href=\"text/scalc/01/func_datedif.xhp\">DATEDIF</link></variable>"
+msgstr ""
+
+#: func_datedif.xhp#par_id3153551.help.text
+msgid "<ahelp hid=\"HID_FUNC_DATUM\">This function returns the number of whole days, months or years between Start date and End date.</ahelp>"
+msgstr ""
+
+#: func_datedif.xhp#hd_id3148590.help.text
+msgctxt "func_datedif.xhp#hd_id3148590.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_datedif.xhp#par_id3150474.help.text
+msgid "DATEDIF(Start date; End date; Interval)"
+msgstr ""
+
+#: func_datedif.xhp#par_id3152815.help.text
+msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+msgstr ""
+
+#: func_datedif.xhp#par_id3155817.help.text
+msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+msgstr ""
+
+#: func_datedif.xhp#par_id3153183.help.text
+msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
+msgstr ""
+
+#: func_datedif.xhp#par_id5735953.help.text
+msgid "Value for \"Interval\""
+msgstr ""
+
+#: func_datedif.xhp#par_id8360850.help.text
+msgctxt "func_datedif.xhp#par_id8360850.help.text"
+msgid "Return value"
+msgstr "Return value"
+
+#: func_datedif.xhp#par_id9648731.help.text
+msgid "\"d\""
+msgstr ""
+
+#: func_datedif.xhp#par_id908841.help.text
+msgid "Number of whole days between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#par_id8193914.help.text
+msgid "\"m\""
+msgstr ""
+
+#: func_datedif.xhp#par_id9841608.help.text
+msgid "Number of whole months between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#par_id2701803.help.text
+msgid "\"y\""
+msgstr ""
+
+#: func_datedif.xhp#par_id2136295.help.text
+msgid "Number of whole years between Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#par_id9200109.help.text
+msgid "\"ym\""
+msgstr ""
+
+#: func_datedif.xhp#par_id4186223.help.text
+msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#par_id5766472.help.text
+msgid "\"md\""
+msgstr ""
+
+#: func_datedif.xhp#par_id1491134.help.text
+msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#par_id5866472.help.text
+msgid "\"yd\""
+msgstr ""
+
+#: func_datedif.xhp#par_id1591134.help.text
+msgid "Number of whole days when subtracting years from the difference of Start date and End date."
+msgstr ""
+
+#: func_datedif.xhp#hd_id3147477.help.text
+msgctxt "func_datedif.xhp#hd_id3147477.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_datedif.xhp#par_id3152589.help.text
+msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
+msgstr ""
+
+#: func_datedif.xhp#par_id3252589.help.text
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"y\")</item> yields 38. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"ym\")</item> yields 1. <item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"md\")</item> yields 27. So he is 38 years, 1 month and 27 days old."
+msgstr ""
+
+#: func_datedif.xhp#par_id3352589.help.text
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
+msgstr ""
+
+#: func_datedif.xhp#par_id3452589.help.text
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
+msgstr ""
+
+#: func_datedif.xhp#par_id3752589.help.text
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgstr ""
+
+#: 12120000.xhp#tit.help.text
+msgctxt "12120000.xhp#tit.help.text"
+msgid "Validity"
+msgstr "Validity"
+
+#: 12120000.xhp#hd_id3156347.1.help.text
+msgctxt "12120000.xhp#hd_id3156347.1.help.text"
+msgid "Validity"
+msgstr "Validity"
+
+#: 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 "<variable id=\"gueltigkeit\"><ahelp hid=\".uno:Validation\">Defines what data is valid for a selected cell or cell range.</ahelp></variable>"
+
+#: 12120000.xhp#par_idN105D1.help.text
+msgid "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 "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."
+
+#: 12090400.xhp#tit.help.text
+msgctxt "12090400.xhp#tit.help.text"
+msgid "Grouping"
+msgstr "Grouping"
+
+#: 12090400.xhp#par_idN1054D.help.text
+msgctxt "12090400.xhp#par_idN1054D.help.text"
+msgid "Grouping"
+msgstr "Grouping"
+
+#: 12090400.xhp#par_idN10551.help.text
+msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
+msgstr ""
+
+#: 12090400.xhp#par_idN10568.help.text
+msgctxt "12090400.xhp#par_idN10568.help.text"
+msgid "Start"
+msgstr "Start"
+
+#: 12090400.xhp#par_idN1056C.help.text
+msgid "Specifies the start of the grouping."
+msgstr "Specifies the start of the grouping."
+
+#: 12090400.xhp#par_idN1056F.help.text
+msgctxt "12090400.xhp#par_idN1056F.help.text"
+msgid "Automatically"
+msgstr "Automatically"
+
+#: 12090400.xhp#par_idN10573.help.text
+msgid "Specifies whether to start grouping at the smallest value."
+msgstr "Specifies whether to start grouping at the smallest value."
+
+#: 12090400.xhp#par_idN10576.help.text
+msgctxt "12090400.xhp#par_idN10576.help.text"
+msgid "Manually at"
+msgstr "Manually at"
+
+#: 12090400.xhp#par_idN1057A.help.text
+msgid "Specifies whether to enter the start value for grouping yourself."
+msgstr "Specifies whether to enter the start value for grouping yourself."
+
+#: 12090400.xhp#par_idN1057D.help.text
+msgctxt "12090400.xhp#par_idN1057D.help.text"
+msgid "End"
+msgstr "End"
+
+#: 12090400.xhp#par_idN10581.help.text
+msgid "Specifies the end of the grouping."
+msgstr "Specifies the end of the grouping."
+
+#: 12090400.xhp#par_idN10584.help.text
+msgctxt "12090400.xhp#par_idN10584.help.text"
+msgid "Automatically"
+msgstr "Automatically"
+
+#: 12090400.xhp#par_idN10588.help.text
+msgid "Specifies whether to end grouping at the largest value."
+msgstr "Specifies whether to end grouping at the largest value."
+
+#: 12090400.xhp#par_idN1058B.help.text
+msgctxt "12090400.xhp#par_idN1058B.help.text"
+msgid "Manually at"
+msgstr "Manually at"
+
+#: 12090400.xhp#par_idN1058F.help.text
+msgid "Specifies whether to enter the end value for grouping yourself."
+msgstr "Specifies whether to enter the end value for grouping yourself."
+
+#: 12090400.xhp#par_idN10592.help.text
+msgctxt "12090400.xhp#par_idN10592.help.text"
+msgid "Group by"
+msgstr "Group by"
+
+#: 12090400.xhp#par_idN10596.help.text
+msgid "Specifies the value range by which every group's limits are calculated."
+msgstr "Specifies the value range by which every group's limits are calculated."
+
+#: 12090400.xhp#par_idN10599.help.text
+msgid "Number of days"
+msgstr "Number of days"
+
+#: 12090400.xhp#par_idN1059D.help.text
+msgid "In the case of grouping date values, specifies the number of days to group by."
+msgstr "In the case of grouping date values, specifies the number of days to group by."
+
+#: 12090400.xhp#par_idN105A0.help.text
+msgid "Intervals"
+msgstr "Intervals"
+
+#: 12090400.xhp#par_idN105A4.help.text
+msgid "In the case of grouping date values, specifies the intervals to group by."
+msgstr "In the case of grouping date values, specifies the intervals to group by."
+
+#: 12090400.xhp#par_idN105B2.help.text
+msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+
+#: 12090101.xhp#tit.help.text
+msgctxt "12090101.xhp#tit.help.text"
+msgid "Select Data Source"
+msgstr "Select Data Source"
+
+#: 12090101.xhp#hd_id3143268.1.help.text
+msgctxt "12090101.xhp#hd_id3143268.1.help.text"
+msgid "Select Data Source"
+msgstr "Select Data Source"
+
+#: 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 "Select the database and the table or query containing the data that you want to use."
+
+#: 12090101.xhp#hd_id3154140.3.help.text
+msgctxt "12090101.xhp#hd_id3154140.3.help.text"
+msgid "Selection"
+msgstr "Selection"
+
+#: 12090101.xhp#par_id3125863.4.help.text
+msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+msgstr "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+
+#: 12090101.xhp#hd_id3151041.5.help.text
+msgid "Database"
+msgstr "Database"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\">Select the database that contains the data source that you want to use.</ahelp>"
+
+#: 12090101.xhp#hd_id3145364.7.help.text
+msgid "Data source"
+msgstr "Data source"
+
+#: 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 "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
+
+#: 12090101.xhp#hd_id3147428.9.help.text
+msgctxt "12090101.xhp#hd_id3147428.9.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 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 "<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)."
+
+#: 12090101.xhp#par_id3147348.11.help.text
+msgctxt "12090101.xhp#par_id3147348.11.help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr ""
+
+#: 12010100.xhp#tit.help.text
+msgctxt "12010100.xhp#tit.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12010100.xhp#hd_id3154760.1.help.text
+msgctxt "12010100.xhp#hd_id3154760.1.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12010100.xhp#hd_id3153379.3.help.text
+msgctxt "12010100.xhp#hd_id3153379.3.help.text"
+msgid "Contains column labels"
+msgstr "Contains column labels"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\" visibility=\"visible\">Selected cell ranges contains labels.</ahelp>"
+
+#: 12010100.xhp#hd_id3153970.5.help.text
+msgid "Insert or delete cells"
+msgstr "Insert or delete cells"
+
+#: 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 "<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>."
+
+#: 12010100.xhp#hd_id3153768.7.help.text
+msgid "Keep formatting"
+msgstr "Keep formatting"
+
+#: 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 "<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>"
+
+#: 12010100.xhp#hd_id3155856.9.help.text
+msgid "Don't save imported data"
+msgstr "Don't save imported data"
+
+#: 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 "<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>"
+
+#: 12010100.xhp#hd_id3147428.11.help.text
+msgid "Source:"
+msgstr "Source:"
+
+#: 12010100.xhp#par_id3148576.12.help.text
+msgid "Displays information about the current database source and any existing operators."
+msgstr "Displays information about the current database source and any existing operators."
+
+#: 12010100.xhp#hd_id3146976.13.help.text
+msgctxt "12010100.xhp#hd_id3146976.13.help.text"
+msgid "More <<"
+msgstr "More <<"
+
+#: 12010100.xhp#par_id3149664.14.help.text
+msgctxt "12010100.xhp#par_id3149664.14.help.text"
+msgid "Hides the additional options."
+msgstr "Hides the additional options."
+
+#: 12010000.xhp#tit.help.text
+msgctxt "12010000.xhp#tit.help.text"
+msgid "Define Database Range"
+msgstr "Define Database Range"
+
+#: 12010000.xhp#hd_id3157909.1.help.text
+msgctxt "12010000.xhp#hd_id3157909.1.help.text"
+msgid "Define Database Range"
+msgstr "Define Database Range"
+
+#: 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 "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
+
+#: 12010000.xhp#par_id3149456.5.help.text
+msgid "You can only select a rectangular cell range."
+msgstr "You can only select a rectangular cell range."
+
+#: 12010000.xhp#hd_id3156422.3.help.text
+msgctxt "12010000.xhp#hd_id3156422.3.help.text"
+msgid "Name"
+msgstr "Name"
+
+#: 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 "<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>"
+
+#: 12010000.xhp#hd_id3147228.6.help.text
+msgctxt "12010000.xhp#hd_id3147228.6.help.text"
+msgid "Range"
+msgstr "Range"
+
+#: 12010000.xhp#par_id3150441.7.help.text
+msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\">Displays the selected cell range.</ahelp>"
+
+#: 12010000.xhp#hd_id3153188.10.help.text
+msgctxt "12010000.xhp#hd_id3153188.10.help.text"
+msgid "Add/Modify"
+msgstr "Add/Modify"
+
+#: 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 "<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>"
+
+#: 12010000.xhp#hd_id3150010.12.help.text
+msgctxt "12010000.xhp#hd_id3150010.12.help.text"
+msgid "More >>"
+msgstr "More >>"
+
+#: 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 "<ahelp hid=\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\">Shows additional <link href=\"text/scalc/01/12010100.xhp\" name=\"options\">options</link>.</ahelp>"
+
+#: func_weekday.xhp#tit.help.text
+msgid "WEEKDAY "
+msgstr "WEEKDAY "
+
+#: func_weekday.xhp#bm_id3154925.help.text
+msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WEEKDAY function</bookmark_value>"
+
+#: func_weekday.xhp#hd_id3154925.136.help.text
+msgid "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
+msgstr "<variable id=\"weekday\"><link href=\"text/scalc/01/func_weekday.xhp\">WEEKDAY</link></variable>"
+
+#: 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 "<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."
+
+#: func_weekday.xhp#hd_id3147217.138.help.text
+msgctxt "func_weekday.xhp#hd_id3147217.138.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_weekday.xhp#par_id3149033.139.help.text
+msgid "WEEKDAY(Number; Type)"
+msgstr "WEEKDAY(Number; Type)"
+
+#: 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 "<emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned."
+
+#: 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 "<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."
+
+#: func_weekday.xhp#par_id3156188.142.help.text
+msgid "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
+msgstr "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
+
+#: func_weekday.xhp#hd_id3153836.143.help.text
+msgctxt "func_weekday.xhp#hd_id3153836.143.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_weekday.xhp#par_id3150317.144.help.text
+msgid "=WEEKDAY(\"2000-06-14\") 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 "=WEEKDAY(\"2000-06-14\") 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)."
+
+#: func_weekday.xhp#par_id3153174.145.help.text
+msgid "=WEEKDAY(\"1996-07-24\";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 "=WEEKDAY(\"1996-07-24\";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)."
+
+#: func_weekday.xhp#par_id3153525.146.help.text
+msgid "=WEEKDAY(\"1996-07-24\";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 "=WEEKDAY(\"1996-07-24\";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)."
+
+#: func_weekday.xhp#par_id3150575.147.help.text
+msgid "=WEEKDAY(NOW()) returns the number of the current day."
+msgstr "=WEEKDAY(NOW()) returns the number of the current day."
+
+#: 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: <br/>IF(WEEKDAY(A1;2)<6;\"Business day\";\"Weekend\")"
+msgstr "To obtain a function indicating whether a day in A1 is a business day, use the IF and WEEKDAY functions as follows: <br/>IF(WEEKDAY(A1;2)<6;\"Business day\";\"Weekend\")"
+
+#: 12050000.xhp#tit.help.text
+msgctxt "12050000.xhp#tit.help.text"
+msgid "Subtotals"
+msgstr "Subtotals"
+
+#: 12050000.xhp#hd_id3153822.1.help.text
+msgctxt "12050000.xhp#hd_id3153822.1.help.text"
+msgid "Subtotals"
+msgstr "Subtotals"
+
+#: 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 "<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 labelled range. You can also use other functions to perform the calculation. $[officename] automatically recognises a defined database area when you place the cursor in it."
+
+#: 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 "For example, you can generate a sales summary for a certain postal code based on data from a client database."
+
+#: 12050000.xhp#hd_id3163708.4.help.text
+msgctxt "12050000.xhp#hd_id3163708.4.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 12050000.xhp#par_id3154125.5.help.text
+msgid "Deletes the subtotal rows in the selected area."
+msgstr "Deletes the subtotal rows in the selected area."
+
+#: 04010200.xhp#tit.help.text
+msgctxt "04010200.xhp#tit.help.text"
+msgid "Column Break"
+msgstr "Column Break"
+
+#: 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 "<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>"
+
+#: 04010200.xhp#hd_id3155923.1.help.text
+msgid "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/04010200.xhp\" name=\"Column Break\">Column Break</link>"
+
+#: 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 "<ahelp hid=\".uno:InsertColumnBreak\">Inserts a column break (vertical page break) to the left of the active cell.</ahelp>"
+
+#: 04010200.xhp#par_id3145171.3.help.text
+msgid "The manual column break is indicated by a dark blue vertical line."
+msgstr "The manual column break is indicated by a dark blue vertical line."
+
+#: 05080100.xhp#tit.help.text
+msgid "Define"
+msgstr "Define"
+
+#: 05080100.xhp#hd_id3145673.1.help.text
+msgid "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
+
+#: 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 "<ahelp hid=\".uno:DefinePrintArea\">Defines an active cell or selected cell area as the print range.</ahelp>"
+
+#: func_today.xhp#tit.help.text
+msgid "TODAY"
+msgstr "TODAY"
+
+#: func_today.xhp#bm_id3145659.help.text
+msgid "<bookmark_value>TODAY function</bookmark_value>"
+msgstr "<bookmark_value>TODAY function</bookmark_value>"
+
+#: func_today.xhp#hd_id3145659.29.help.text
+msgid "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
+msgstr "<variable id=\"today\"><link href=\"text/scalc/01/func_today.xhp\">TODAY</link></variable>"
+
+#: 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 "<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."
+
+#: func_today.xhp#hd_id3154051.31.help.text
+msgctxt "func_today.xhp#hd_id3154051.31.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_today.xhp#par_id3153154.32.help.text
+msgid "TODAY()"
+msgstr "TODAY()"
+
+#: func_today.xhp#par_id3154741.33.help.text
+msgid " TODAY is a function without arguments."
+msgstr " TODAY is a function without arguments."
+
+#: func_today.xhp#hd_id3153627.34.help.text
+msgctxt "func_today.xhp#hd_id3153627.34.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_today.xhp#par_id3156106.35.help.text
+msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
+msgstr "<item type=\"input\">TODAY()</item> returns the current computer system date."
+
+#: 04060181.xhp#tit.help.text
+msgid "Statistical Functions Part One"
+msgstr "Statistical Functions Part One"
+
+#: 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 "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
+
+#: 04060181.xhp#bm_id3145632.help.text
+msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+msgstr "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+
+#: 04060181.xhp#hd_id3145632.2.help.text
+msgid "INTERCEPT"
+msgstr "INTERCEPT"
+
+#: 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 "<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>"
+
+#: 04060181.xhp#hd_id3150374.4.help.text
+msgctxt "04060181.xhp#hd_id3150374.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3149718.5.help.text
+msgid "INTERCEPT(DataY; DataX)"
+msgstr "INTERCEPT(DataY; DataX)"
+
+#: 04060181.xhp#par_id3149947.6.help.text
+msgid " <emph>DataY</emph> is the dependent set of observations or data."
+msgstr " <emph>DataY</emph> is the dependent set of observations or data."
+
+#: 04060181.xhp#par_id3147412.7.help.text
+msgid " <emph>DataX</emph> is the independent set of observations or data."
+msgstr " <emph>DataX</emph> is the independent set of observations or data."
+
+#: 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 "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+
+#: 04060181.xhp#hd_id3157906.9.help.text
+msgctxt "04060181.xhp#hd_id3157906.9.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060181.xhp#par_id3149013.11.help.text
+msgid " <item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgstr " <item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+
+#: 04060181.xhp#bm_id3148437.help.text
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+
+#: 04060181.xhp#hd_id3148437.13.help.text
+msgctxt "04060181.xhp#hd_id3148437.13.help.text"
+msgid "COUNT"
+msgstr "COUNT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
+
+#: 04060181.xhp#hd_id3153930.15.help.text
+msgctxt "04060181.xhp#hd_id3153930.15.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3148585.16.help.text
+msgid "COUNT(Value1; Value2; ... Value30)"
+msgstr "COUNT(Value1; Value2; ... Value30)"
+
+#: 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 " <emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
+
+#: 04060181.xhp#hd_id3149254.18.help.text
+msgctxt "04060181.xhp#hd_id3149254.18.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3149953.19.help.text
+msgctxt "04060181.xhp#par_id3149953.19.help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+
+#: 04060181.xhp#par_id3154558.20.help.text
+msgid " <item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
+msgstr " <item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
+
+#: 04060181.xhp#bm_id3149729.help.text
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgstr "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+
+#: 04060181.xhp#hd_id3149729.22.help.text
+msgctxt "04060181.xhp#hd_id3149729.22.help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#: 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 "<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."
+
+#: 04060181.xhp#hd_id3148573.24.help.text
+msgctxt "04060181.xhp#hd_id3148573.24.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3153111.25.help.text
+msgid "COUNTA(Value1; Value2; ... Value30)"
+msgstr "COUNTA(Value1; Value2; ... Value30)"
+
+#: 04060181.xhp#par_id3150001.26.help.text
+msgid " <emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr " <emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+
+#: 04060181.xhp#hd_id3150334.27.help.text
+msgctxt "04060181.xhp#hd_id3150334.27.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3154508.28.help.text
+msgctxt "04060181.xhp#par_id3154508.28.help.text"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+
+#: 04060181.xhp#par_id3158000.29.help.text
+msgid " <item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+msgstr " <item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+
+#: 04060181.xhp#bm_id3150267.help.text
+msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+msgstr "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+
+#: 04060181.xhp#hd_id3150267.31.help.text
+msgctxt "04060181.xhp#hd_id3150267.31.help.text"
+msgid "B"
+msgstr "B"
+
+#: 04060181.xhp#par_id3156061.32.help.text
+msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+
+#: 04060181.xhp#hd_id3150659.33.help.text
+msgctxt "04060181.xhp#hd_id3150659.33.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3148392.34.help.text
+msgid "B(Trials; SP; T1; T2)"
+msgstr "B(Trials; SP; T1; T2)"
+
+#: 04060181.xhp#par_id3149002.35.help.text
+msgctxt "04060181.xhp#par_id3149002.35.help.text"
+msgid " <emph>Trials</emph> is the number of independent trials."
+msgstr " <emph>Trials</emph> is the number of independent trials."
+
+#: 04060181.xhp#par_id3148875.36.help.text
+msgctxt "04060181.xhp#par_id3148875.36.help.text"
+msgid " <emph>SP</emph> is the probability of success on each trial."
+msgstr " <emph>SP</emph> is the probability of success on each trial."
+
+#: 04060181.xhp#par_id3145352.37.help.text
+msgid " <emph>T1</emph> defines the lower limit for the number of trials."
+msgstr " <emph>T1</emph> defines the lower limit for the number of trials."
+
+#: 04060181.xhp#par_id3149538.38.help.text
+msgid " <emph>T2</emph> (optional) defines the upper limit for the number of trials."
+msgstr " <emph>T2</emph> (optional) defines the upper limit for the number of trials."
+
+#: 04060181.xhp#hd_id3148768.39.help.text
+msgctxt "04060181.xhp#hd_id3148768.39.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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:"
+
+#: 04060181.xhp#par_id3149393.41.help.text
+msgid " <item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+msgstr " <item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+
+#: 04060181.xhp#bm_id3158416.help.text
+msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+msgstr "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+
+#: 04060181.xhp#hd_id3158416.43.help.text
+msgid "RSQ"
+msgstr "RSQ"
+
+#: 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 "<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."
+
+#: 04060181.xhp#hd_id3152820.45.help.text
+msgctxt "04060181.xhp#hd_id3152820.45.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3155822.46.help.text
+msgid "RSQ(DataY; DataX)"
+msgstr "RSQ(DataY; DataX)"
+
+#: 04060181.xhp#par_id3150470.47.help.text
+msgid " <emph>DataY</emph> is an array or range of data points."
+msgstr " <emph>DataY</emph> is an array or range of data points."
+
+#: 04060181.xhp#par_id3153181.48.help.text
+msgid " <emph>DataX</emph> is an array or range of data points."
+msgstr " <emph>DataX</emph> is an array or range of data points."
+
+#: 04060181.xhp#hd_id3156258.49.help.text
+msgctxt "04060181.xhp#hd_id3156258.49.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3155991.50.help.text
+msgid " <item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
+msgstr " <item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
+
+#: 04060181.xhp#bm_id3145620.help.text
+msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+msgstr "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+
+#: 04060181.xhp#hd_id3145620.52.help.text
+msgid "BETAINV"
+msgstr "BETAINV"
+
+#: 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 "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+
+#: 04060181.xhp#hd_id3152479.54.help.text
+msgctxt "04060181.xhp#hd_id3152479.54.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3156300.55.help.text
+msgid "BETAINV(Number; Alpha; Beta; Start; End)"
+msgstr "BETAINV(Number; Alpha; Beta; Start; End)"
+
+#: 04060181.xhp#par_id3149266.56.help.text
+msgctxt "04060181.xhp#par_id3149266.56.help.text"
+msgid " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+
+#: 04060181.xhp#par_id3149710.57.help.text
+msgctxt "04060181.xhp#par_id3149710.57.help.text"
+msgid " <emph>Alpha</emph> is a parameter to the distribution."
+msgstr " <emph>Alpha</emph> is a parameter to the distribution."
+
+#: 04060181.xhp#par_id3156306.58.help.text
+msgctxt "04060181.xhp#par_id3156306.58.help.text"
+msgid " <emph>Beta</emph> is a parameter to the distribution."
+msgstr " <emph>Beta</emph> is a parameter to the distribution."
+
+#: 04060181.xhp#par_id3150960.59.help.text
+msgctxt "04060181.xhp#par_id3150960.59.help.text"
+msgid " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+
+#: 04060181.xhp#par_id3151268.60.help.text
+msgctxt "04060181.xhp#par_id3151268.60.help.text"
+msgid " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+
+#: 04060181.xhp#par_idN109DF.help.text
+msgctxt "04060181.xhp#par_idN109DF.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060181.xhp#hd_id3147077.61.help.text
+msgctxt "04060181.xhp#hd_id3147077.61.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3146859.62.help.text
+msgid " <item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgstr " <item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+
+#: 04060181.xhp#bm_id3156096.help.text
+msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+msgstr "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+
+#: 04060181.xhp#hd_id3156096.64.help.text
+msgid "BETADIST"
+msgstr "BETADIST"
+
+#: 04060181.xhp#par_id3150880.65.help.text
+msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+
+#: 04060181.xhp#hd_id3150762.66.help.text
+msgctxt "04060181.xhp#hd_id3150762.66.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3147571.67.help.text
+msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+msgstr "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+
+#: 04060181.xhp#par_id3156317.68.help.text
+msgctxt "04060181.xhp#par_id3156317.68.help.text"
+msgid " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgstr " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+
+#: 04060181.xhp#par_id3156107.69.help.text
+msgctxt "04060181.xhp#par_id3156107.69.help.text"
+msgid " <emph>Alpha</emph> is a parameter to the distribution."
+msgstr " <emph>Alpha</emph> is a parameter to the distribution."
+
+#: 04060181.xhp#par_id3153619.70.help.text
+msgctxt "04060181.xhp#par_id3153619.70.help.text"
+msgid " <emph>Beta</emph> is a parameter to the distribution."
+msgstr " <emph>Beta</emph> is a parameter to the distribution."
+
+#: 04060181.xhp#par_id3150254.71.help.text
+msgctxt "04060181.xhp#par_id3150254.71.help.text"
+msgid " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+
+#: 04060181.xhp#par_id3149138.72.help.text
+msgctxt "04060181.xhp#par_id3149138.72.help.text"
+msgid " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+
+#: 04060181.xhp#par_id012020091254453.help.text
+msgid " <emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+msgstr " <emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
+
+#: 04060181.xhp#par_idN10AB3.help.text
+msgctxt "04060181.xhp#par_idN10AB3.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060181.xhp#hd_id3145649.73.help.text
+msgctxt "04060181.xhp#hd_id3145649.73.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3156118.74.help.text
+msgid " <item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
+msgstr " <item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
+
+#: 04060181.xhp#bm_id3143228.help.text
+msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST function</bookmark_value>"
+
+#: 04060181.xhp#hd_id3143228.76.help.text
+msgid "BINOMDIST"
+msgstr "BINOMDIST"
+
+#: 04060181.xhp#par_id3146897.77.help.text
+msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
+
+#: 04060181.xhp#hd_id3149289.78.help.text
+msgctxt "04060181.xhp#hd_id3149289.78.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3156009.79.help.text
+msgid "BINOMDIST(X; Trials; SP; C)"
+msgstr "BINOMDIST(X; Trials; SP; C)"
+
+#: 04060181.xhp#par_id3154304.80.help.text
+msgid " <emph>X</emph> is the number of successes in a set of trials."
+msgstr " <emph>X</emph> is the number of successes in a set of trials."
+
+#: 04060181.xhp#par_id3147492.81.help.text
+msgctxt "04060181.xhp#par_id3147492.81.help.text"
+msgid " <emph>Trials</emph> is the number of independent trials."
+msgstr " <emph>Trials</emph> is the number of independent trials."
+
+#: 04060181.xhp#par_id3146085.82.help.text
+msgctxt "04060181.xhp#par_id3146085.82.help.text"
+msgid " <emph>SP</emph> is the probability of success on each trial."
+msgstr " <emph>SP</emph> is the probability of success on each trial."
+
+#: 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 " <emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+
+#: 04060181.xhp#hd_id3151171.84.help.text
+msgctxt "04060181.xhp#hd_id3151171.84.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3145666.85.help.text
+msgid " <item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> 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 " <item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> 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."
+
+#: 04060181.xhp#par_id3150120.86.help.text
+msgid " <item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
+msgstr " <item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)."
+
+#: 04060181.xhp#bm_id0119200902432928.help.text
+msgid "<bookmark_value>CHISQINV function</bookmark_value>"
+msgstr "<bookmark_value>CHISQINV function</bookmark_value>"
+
+#: 04060181.xhp#hd_id0119200902421451.help.text
+msgid "CHISQINV"
+msgstr "CHISQINV"
+
+#: 04060181.xhp#par_id0119200902421449.help.text
+msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
+msgstr "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
+
+#: 04060181.xhp#hd_id0119200902475241.help.text
+msgctxt "04060181.xhp#hd_id0119200902475241.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id0119200902475286.help.text
+msgid " <emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+msgstr " <emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+
+#: 04060181.xhp#par_id0119200902475282.help.text
+msgctxt "04060181.xhp#par_id0119200902475282.help.text"
+msgid " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+
+#: 04060181.xhp#bm_id3148835.help.text
+msgid "<bookmark_value>CHIINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV function</bookmark_value>"
+
+#: 04060181.xhp#hd_id3148835.88.help.text
+msgid "CHIINV"
+msgstr "CHIINV"
+
+#: 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 "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
+
+#: 04060181.xhp#hd_id3159157.90.help.text
+msgctxt "04060181.xhp#hd_id3159157.90.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3150504.91.help.text
+msgid "CHIINV(Number; DegreesFreedom)"
+msgstr "CHIINV(Number; DegreesFreedom)"
+
+#: 04060181.xhp#par_id3154898.92.help.text
+msgid " <emph>Number</emph> is the value of the error probability."
+msgstr " <emph>Number</emph> is the value of the error probability."
+
+#: 04060181.xhp#par_id3154294.93.help.text
+msgid " <emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+msgstr " <emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+
+#: 04060181.xhp#hd_id3154208.94.help.text
+msgctxt "04060181.xhp#hd_id3154208.94.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060181.xhp#par_id3149763.95.help.text
+msgid " <item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+msgstr " <item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+
+#: 04060181.xhp#par_id3159142.133.help.text
+msgid " <item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+msgstr " <item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+
+#: 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 "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."
+
+#: 04060181.xhp#bm_id3154260.help.text
+msgid "<bookmark_value>CHITEST function</bookmark_value>"
+msgstr "<bookmark_value>CHITEST function</bookmark_value>"
+
+#: 04060181.xhp#hd_id3154260.97.help.text
+msgid "CHITEST"
+msgstr "CHITEST"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: 04060181.xhp#hd_id3154280.99.help.text
+msgctxt "04060181.xhp#hd_id3154280.99.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3149162.100.help.text
+msgid "CHITEST(DataB; DataE)"
+msgstr "CHITEST(DataB; DataE)"
+
+#: 04060181.xhp#par_id3158421.101.help.text
+msgid " <emph>DataB</emph> is the array of the observations."
+msgstr " <emph>DataB</emph> is the array of the observations."
+
+#: 04060181.xhp#par_id3166453.102.help.text
+msgid " <emph>DataE</emph> is the range of the expected values."
+msgstr " <emph>DataE</emph> is the range of the expected values."
+
+#: 04060181.xhp#hd_id3146946.103.help.text
+msgctxt "04060181.xhp#hd_id3146946.103.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3154096.136.help.text
+msgid "Data_B (observed)"
+msgstr "Data_B (observed)"
+
+#: 04060181.xhp#par_id3152948.137.help.text
+msgid "Data_E (expected)"
+msgstr "Data_E (expected)"
+
+#: 04060181.xhp#par_id3152876.138.help.text
+msgctxt "04060181.xhp#par_id3152876.138.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060181.xhp#par_id3159279.139.help.text
+msgid " <item type=\"input\">195</item> "
+msgstr " <item type=\"input\">195</item> "
+
+#: 04060181.xhp#par_id3149105.140.help.text
+msgctxt "04060181.xhp#par_id3149105.140.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3149922.141.help.text
+msgctxt "04060181.xhp#par_id3149922.141.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060181.xhp#par_id3148621.142.help.text
+msgid " <item type=\"input\">151</item> "
+msgstr " <item type=\"input\">151</item> "
+
+#: 04060181.xhp#par_id3148987.143.help.text
+msgctxt "04060181.xhp#par_id3148987.143.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3149417.144.help.text
+msgctxt "04060181.xhp#par_id3149417.144.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060181.xhp#par_id3148661.145.help.text
+msgid " <item type=\"input\">148</item> "
+msgstr " <item type=\"input\">148</item> "
+
+#: 04060181.xhp#par_id3151128.146.help.text
+msgctxt "04060181.xhp#par_id3151128.146.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3148467.147.help.text
+msgctxt "04060181.xhp#par_id3148467.147.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060181.xhp#par_id3149237.148.help.text
+msgid " <item type=\"input\">189</item> "
+msgstr " <item type=\"input\">189</item> "
+
+#: 04060181.xhp#par_id3145304.149.help.text
+msgctxt "04060181.xhp#par_id3145304.149.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3149927.150.help.text
+msgctxt "04060181.xhp#par_id3149927.150.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060181.xhp#par_id3150630.151.help.text
+msgid " <item type=\"input\">183</item> "
+msgstr " <item type=\"input\">183</item> "
+
+#: 04060181.xhp#par_id3150423.152.help.text
+msgctxt "04060181.xhp#par_id3150423.152.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3143275.153.help.text
+msgctxt "04060181.xhp#par_id3143275.153.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060181.xhp#par_id3144750.154.help.text
+msgid " <item type=\"input\">154</item> "
+msgstr " <item type=\"input\">154</item> "
+
+#: 04060181.xhp#par_id3153947.155.help.text
+msgctxt "04060181.xhp#par_id3153947.155.help.text"
+msgid " <item type=\"input\">170</item> "
+msgstr " <item type=\"input\">170</item> "
+
+#: 04060181.xhp#par_id3149481.104.help.text
+msgid " <item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+msgstr " <item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
+
+#: 04060181.xhp#bm_id3148690.help.text
+msgid "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>CHIDIST function</bookmark_value>"
+
+#: 04060181.xhp#hd_id3148690.106.help.text
+msgid "CHIDIST"
+msgstr "CHIDIST"
+
+#: 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 "<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."
+
+#: 04060181.xhp#par_id3151316.157.help.text
+msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgstr "The probability determined by CHIDIST can also be determined by CHITEST."
+
+#: 04060181.xhp#hd_id3155123.108.help.text
+msgctxt "04060181.xhp#hd_id3155123.108.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3158439.109.help.text
+msgid "CHIDIST(Number; DegreesFreedom)"
+msgstr "CHIDIST(Number; DegreesFreedom)"
+
+#: 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 " <emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+
+#: 04060181.xhp#par_id3155615.111.help.text
+msgid " <emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
+msgstr " <emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
+
+#: 04060181.xhp#hd_id3146787.112.help.text
+msgctxt "04060181.xhp#hd_id3146787.112.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3145774.113.help.text
+msgid " <item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgstr " <item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+
+#: 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 "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%."
+
+#: 04060181.xhp#bm_id0119200902231887.help.text
+msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgstr "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+
+#: 04060181.xhp#hd_id0119200901583452.help.text
+msgid "CHISQDIST"
+msgstr "CHISQDIST"
+
+#: 04060181.xhp#par_id0119200901583471.help.text
+msgid "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
+msgstr "<ahelp hid=\".\">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>"
+
+#: 04060181.xhp#hd_id0119200902395520.help.text
+msgctxt "04060181.xhp#hd_id0119200902395520.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id0119200902395679.help.text
+msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+msgstr "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+
+#: 04060181.xhp#par_id011920090239564.help.text
+msgid " <emph>Number</emph> is the number for which the function is to be calculated."
+msgstr " <emph>Number</emph> is the number for which the function is to be calculated."
+
+#: 04060181.xhp#par_id0119200902395660.help.text
+msgctxt "04060181.xhp#par_id0119200902395660.help.text"
+msgid " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr " <emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+
+#: 04060181.xhp#par_id0119200902395623.help.text
+msgid " <emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+msgstr " <emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
+
+#: 04060181.xhp#bm_id3150603.help.text
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgstr "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+
+#: 04060181.xhp#hd_id3150603.115.help.text
+msgid "EXPONDIST"
+msgstr "EXPONDIST"
+
+#: 04060181.xhp#par_id3149563.116.help.text
+msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+
+#: 04060181.xhp#hd_id3153789.117.help.text
+msgctxt "04060181.xhp#hd_id3153789.117.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060181.xhp#par_id3150987.118.help.text
+msgid "EXPONDIST(Number; Lambda; C)"
+msgstr "EXPONDIST(Number; Lambda; C)"
+
+#: 04060181.xhp#par_id3154663.119.help.text
+msgid " <emph>Number</emph> is the value of the function."
+msgstr " <emph>Number</emph> is the value of the function."
+
+#: 04060181.xhp#par_id3154569.120.help.text
+msgid " <emph>Lambda</emph> is the parameter value."
+msgstr " <emph>Lambda</emph> is the parameter value."
+
+#: 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 " <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."
+
+#: 04060181.xhp#hd_id3146133.122.help.text
+msgctxt "04060181.xhp#hd_id3146133.122.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060181.xhp#par_id3150357.123.help.text
+msgid " <item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+msgstr " <item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
+
+#: 04050100.xhp#tit.help.text
+msgid "Sheet from file"
+msgstr "Sheet from file"
+
+#: 04050100.xhp#par_idN105C1.help.text
+msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+msgstr "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+
+#: 04050100.xhp#par_idN105D1.help.text
+msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+msgstr "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+
+#: 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 "Use the <link href=\"text/shared/01/01020000.xhp\">File - Open</link> dialogue to locate the spreadsheet."
+
+#: 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 "In the <link href=\"text/scalc/01/04050000.xhp\">Insert Sheet</link> dialogue, select the sheet that you want to insert."
+
+#: 04060185.xhp#tit.help.text
+msgid "Statistical Functions Part Five"
+msgstr "Statistical Functions Part Five"
+
+#: 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 "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
+
+#: 04060185.xhp#bm_id3155071.help.text
+msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
+msgstr "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
+
+#: 04060185.xhp#hd_id3155071.2.help.text
+msgid "RANK"
+msgstr "RANK"
+
+#: 04060185.xhp#par_id3153976.3.help.text
+msgid "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RANG\">Returns the rank of a number in a sample.</ahelp>"
+
+#: 04060185.xhp#hd_id3159206.4.help.text
+msgctxt "04060185.xhp#hd_id3159206.4.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3153250.5.help.text
+msgid "RANK(Value; Data; Type)"
+msgstr "RANK(Value; Data; Type)"
+
+#: 04060185.xhp#par_id3154543.6.help.text
+msgid " <emph>Value</emph> is the value, whose rank is to be determined."
+msgstr " <emph>Value</emph> is the value, whose rank is to be determined."
+
+#: 04060185.xhp#par_id3149130.7.help.text
+msgctxt "04060185.xhp#par_id3149130.7.help.text"
+msgid " <emph>Data</emph> is the array or range of data in the sample."
+msgstr " <emph>Data</emph> is the array or range of data in the sample."
+
+#: 04060185.xhp#par_id3150215.8.help.text
+msgid " <emph>Type</emph> (optional) is the sequence order."
+msgstr " <emph>Type</emph> (optional) is the sequence order."
+
+#: 04060185.xhp#par_id9305398.help.text
+msgid "Type = 0 means descending from the last item of the array to the first (this is the default), "
+msgstr "Type = 0 means descending from the last item of the array to the first (this is the default), "
+
+#: 04060185.xhp#par_id9996948.help.text
+msgid "Type = 1 means ascending from the first item of the range to the last."
+msgstr "Type = 1 means ascending from the first item of the range to the last."
+
+#: 04060185.xhp#hd_id3143223.9.help.text
+msgctxt "04060185.xhp#hd_id3143223.9.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3155919.10.help.text
+msgid " <item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
+msgstr " <item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed."
+
+#: 04060185.xhp#bm_id3153556.help.text
+msgid "<bookmark_value>SKEW function</bookmark_value>"
+msgstr "<bookmark_value>SKEW function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3153556.12.help.text
+msgid "SKEW"
+msgstr "SKEW"
+
+#: 04060185.xhp#par_id3153485.13.help.text
+msgid "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SCHIEFE\">Returns the skewness of a distribution.</ahelp>"
+
+#: 04060185.xhp#hd_id3154733.14.help.text
+msgctxt "04060185.xhp#hd_id3154733.14.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3151191.15.help.text
+msgid "SKEW(Number1; Number2; ...Number30)"
+msgstr "SKEW(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp#par_id3155757.16.help.text
+msgid " <emph>Number1, Number2...Number30</emph> are numerical values or ranges."
+msgstr " <emph>Number1, Number2...Number30</emph> are numerical values or ranges."
+
+#: 04060185.xhp#hd_id3153297.17.help.text
+msgctxt "04060185.xhp#hd_id3153297.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3145118.18.help.text
+msgid " <item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
+msgstr " <item type=\"input\">=SKEW(A1:A50)</item> calculates the value of skew for the data referenced."
+
+#: 04060185.xhp#bm_id3149051.help.text
+msgid "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
+msgstr "<bookmark_value>regression lines;FORECAST function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3149051.20.help.text
+msgid "FORECAST"
+msgstr "FORECAST"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
+
+#: 04060185.xhp#hd_id3151343.22.help.text
+msgctxt "04060185.xhp#hd_id3151343.22.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3147404.23.help.text
+msgid "FORECAST(Value; DataY; DataX)"
+msgstr "FORECAST(Value; DataY; DataX)"
+
+#: 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 " <emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
+
+#: 04060185.xhp#par_id3146325.25.help.text
+msgid " <emph>DataY</emph> is the array or range of known y's."
+msgstr " <emph>DataY</emph> is the array or range of known y's."
+
+#: 04060185.xhp#par_id3150536.26.help.text
+msgid " <emph>DataX</emph> is the array or range of known x's."
+msgstr " <emph>DataX</emph> is the array or range of known x's."
+
+#: 04060185.xhp#hd_id3147416.27.help.text
+msgctxt "04060185.xhp#hd_id3147416.27.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3157874.28.help.text
+msgid " <item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> 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 " <item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> 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."
+
+#: 04060185.xhp#bm_id3149143.help.text
+msgid "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
+msgstr "<bookmark_value>STDEV function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a sample</bookmark_value>"
+
+#: 04060185.xhp#hd_id3149143.30.help.text
+msgctxt "04060185.xhp#hd_id3149143.30.help.text"
+msgid "STDEV"
+msgstr "STDEV"
+
+#: 04060185.xhp#par_id3146888.31.help.text
+msgid "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABW\">Estimates the standard deviation based on a sample.</ahelp>"
+
+#: 04060185.xhp#hd_id3146815.32.help.text
+msgctxt "04060185.xhp#hd_id3146815.32.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149946.33.help.text
+msgid "STDEV(Number1; Number2; ...Number30)"
+msgstr "STDEV(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp#par_id3157904.34.help.text
+msgid " <emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr " <emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+
+#: 04060185.xhp#hd_id3150650.35.help.text
+msgctxt "04060185.xhp#hd_id3150650.35.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3149434.36.help.text
+msgid " <item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr " <item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+
+#: 04060185.xhp#bm_id3144745.help.text
+msgid "<bookmark_value>STDEVA function</bookmark_value>"
+msgstr "<bookmark_value>STDEVA function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3144745.186.help.text
+msgid "STDEVA"
+msgstr "STDEVA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_STABWA\">Calculates the standard deviation of an estimation based on a sample.</ahelp>"
+
+#: 04060185.xhp#hd_id3148884.188.help.text
+msgctxt "04060185.xhp#hd_id3148884.188.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3147422.189.help.text
+msgid "STDEVA(Value1;Value2;...Value30)"
+msgstr "STDEVA(Value1;Value2;...Value30)"
+
+#: 04060185.xhp#par_id3154547.190.help.text
+msgid " <emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr " <emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+
+#: 04060185.xhp#hd_id3155829.191.help.text
+msgctxt "04060185.xhp#hd_id3155829.191.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3148581.192.help.text
+msgid " <item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+msgstr " <item type=\"input\">=STDEVA(A1:A50)</item> returns the estimated standard deviation based on the data referenced."
+
+#: 04060185.xhp#bm_id3149734.help.text
+msgid "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
+msgstr "<bookmark_value>STDEVP function</bookmark_value> <bookmark_value>standard deviations in statistics;based on a population</bookmark_value>"
+
+#: 04060185.xhp#hd_id3149734.38.help.text
+msgctxt "04060185.xhp#hd_id3149734.38.help.text"
+msgid "STDEVP"
+msgstr "STDEVP"
+
+#: 04060185.xhp#par_id3149187.39.help.text
+msgid "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABWN\">Calculates the standard deviation based on the entire population.</ahelp>"
+
+#: 04060185.xhp#hd_id3154387.40.help.text
+msgctxt "04060185.xhp#hd_id3154387.40.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3154392.41.help.text
+msgid "STDEVP(Number1;Number2;...Number30)"
+msgstr "STDEVP(Number1;Number2;...Number30)"
+
+#: 04060185.xhp#par_id3155261.42.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 " <emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample based on an entire population."
+
+#: 04060185.xhp#hd_id3145591.43.help.text
+msgctxt "04060185.xhp#hd_id3145591.43.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3153933.44.help.text
+msgid " <item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
+msgstr " <item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation of the data referenced."
+
+#: 04060185.xhp#bm_id3154522.help.text
+msgid "<bookmark_value>STDEVPA function</bookmark_value>"
+msgstr "<bookmark_value>STDEVPA function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3154522.194.help.text
+msgid "STDEVPA"
+msgstr "STDEVPA"
+
+#: 04060185.xhp#par_id3149549.195.help.text
+msgid "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STABWNA\">Calculates the standard deviation based on the entire population.</ahelp>"
+
+#: 04060185.xhp#hd_id3155950.196.help.text
+msgctxt "04060185.xhp#hd_id3155950.196.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3146851.197.help.text
+msgid "STDEVPA(Value1;Value2;...Value30)"
+msgstr "STDEVPA(Value1;Value2;...Value30)"
+
+#: 04060185.xhp#par_id3153109.198.help.text
+msgid " <emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr " <emph>Value1,value2,...value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+
+#: 04060185.xhp#hd_id3154506.199.help.text
+msgctxt "04060185.xhp#hd_id3154506.199.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3145163.200.help.text
+msgid " <item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
+msgstr " <item type=\"input\">=STDEVPA(A1:A50)</item> returns the standard deviation of the data referenced."
+
+#: 04060185.xhp#bm_id3155928.help.text
+msgid "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
+msgstr "<bookmark_value>STANDARDIZE function</bookmark_value> <bookmark_value>converting;random variables, into normalized values</bookmark_value>"
+
+#: 04060185.xhp#hd_id3155928.46.help.text
+msgid "STANDARDIZE"
+msgstr "STANDARDIZE"
+
+#: 04060185.xhp#par_id3149883.47.help.text
+msgid "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDARDISIERUNG\">Converts a random variable to a normalized value.</ahelp>"
+
+#: 04060185.xhp#hd_id3154330.48.help.text
+msgctxt "04060185.xhp#hd_id3154330.48.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3150132.49.help.text
+msgid "STANDARDIZE(Number; Mean; StDev)"
+msgstr "STANDARDIZE(Number; Mean; StDev)"
+
+#: 04060185.xhp#par_id3159139.50.help.text
+msgid " <emph>Number</emph> is the value to be standardized."
+msgstr " <emph>Number</emph> is the value to be standardised."
+
+#: 04060185.xhp#par_id3145241.51.help.text
+msgid " <emph>Mean</emph> is the arithmetic mean of the distribution."
+msgstr " <emph>Mean</emph> is the arithmetic mean of the distribution."
+
+#: 04060185.xhp#par_id3148874.52.help.text
+msgid " <emph>StDev</emph> is the standard deviation of the distribution."
+msgstr " <emph>StDev</emph> is the standard deviation of the distribution."
+
+#: 04060185.xhp#hd_id3145351.53.help.text
+msgctxt "04060185.xhp#hd_id3145351.53.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3156067.54.help.text
+msgid " <item type=\"input\">=STANDARDIZE(11;10;1)</item> 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 " <item type=\"input\">=STANDARDIZE(11;10;1)</item> 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."
+
+#: 04060185.xhp#bm_id3157986.help.text
+msgid "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
+msgstr "<bookmark_value>NORMSINV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
+
+#: 04060185.xhp#hd_id3157986.56.help.text
+msgid "NORMSINV"
+msgstr "NORMSINV"
+
+#: 04060185.xhp#par_id3151282.57.help.text
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDNORMINV\">Returns the inverse of the standard normal cumulative distribution.</ahelp>"
+
+#: 04060185.xhp#hd_id3153261.58.help.text
+msgctxt "04060185.xhp#hd_id3153261.58.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3154195.59.help.text
+msgid "NORMINV(Number)"
+msgstr "NORMINV(Number)"
+
+#: 04060185.xhp#par_id3148772.60.help.text
+msgid " <emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
+msgstr " <emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated."
+
+#: 04060185.xhp#hd_id3150934.61.help.text
+msgctxt "04060185.xhp#hd_id3150934.61.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3149030.62.help.text
+msgid " <item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
+msgstr " <item type=\"input\">=NORMSINV(0.908789)</item> returns 1.3333."
+
+#: 04060185.xhp#bm_id3147538.help.text
+msgid "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
+msgstr "<bookmark_value>NORMSDIST function</bookmark_value> <bookmark_value>normal distribution;statistics</bookmark_value>"
+
+#: 04060185.xhp#hd_id3147538.64.help.text
+msgid "NORMSDIST"
+msgstr "NORMSDIST"
+
+#: 04060185.xhp#par_id3150474.65.help.text
+msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
+
+#: 04060185.xhp#par_id8652302.help.text
+msgctxt "04060185.xhp#par_id8652302.help.text"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "It is GAUSS(x)=NORMSDIST(x)-0.5"
+
+#: 04060185.xhp#hd_id3155083.66.help.text
+msgctxt "04060185.xhp#hd_id3155083.66.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3158411.67.help.text
+msgid "NORMSDIST(Number)"
+msgstr "NORMSDIST(Number)"
+
+#: 04060185.xhp#par_id3154950.68.help.text
+msgid " <emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
+msgstr " <emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated."
+
+#: 04060185.xhp#hd_id3153228.69.help.text
+msgctxt "04060185.xhp#hd_id3153228.69.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3155984.70.help.text
+msgid " <item type=\"input\">=NORMSDIST(1)</item> 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 " <item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
+
+#: 04060185.xhp#bm_id3152592.help.text
+msgid "<bookmark_value>SLOPE function</bookmark_value>"
+msgstr "<bookmark_value>SLOPE function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3152592.72.help.text
+msgid "SLOPE"
+msgstr "SLOPE"
+
+#: 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 "<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."
+
+#: 04060185.xhp#hd_id3154315.74.help.text
+msgctxt "04060185.xhp#hd_id3154315.74.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149819.75.help.text
+msgid "SLOPE(DataY; DataX)"
+msgstr "SLOPE(DataY; DataX)"
+
+#: 04060185.xhp#par_id3083446.76.help.text
+msgctxt "04060185.xhp#par_id3083446.76.help.text"
+msgid " <emph>DataY</emph> is the array or matrix of Y data."
+msgstr " <emph>DataY</emph> is the array or matrix of Y data."
+
+#: 04060185.xhp#par_id3152375.77.help.text
+msgctxt "04060185.xhp#par_id3152375.77.help.text"
+msgid " <emph>DataX</emph> is the array or matrix of X data."
+msgstr " <emph>DataX</emph> is the array or matrix of X data."
+
+#: 04060185.xhp#hd_id3146061.78.help.text
+msgctxt "04060185.xhp#hd_id3146061.78.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3152480.79.help.text
+msgid " <item type=\"input\">=SLOPE(A1:A50;B1:B50)</item> "
+msgstr " <item type=\"input\">=SLOPE(A1:A50;B1:B50)</item> "
+
+#: 04060185.xhp#bm_id3155836.help.text
+msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
+msgstr "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
+
+#: 04060185.xhp#hd_id3155836.81.help.text
+msgid "STEYX"
+msgstr "STEYX"
+
+#: 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 "<ahelp hid=\"HID_FUNC_STFEHLERYX\">Returns the standard error of the predicted y value for each x in the regression.</ahelp>"
+
+#: 04060185.xhp#hd_id3147562.83.help.text
+msgctxt "04060185.xhp#hd_id3147562.83.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3151267.84.help.text
+msgid "STEYX(DataY; DataX)"
+msgstr "STEYX(DataY; DataX)"
+
+#: 04060185.xhp#par_id3147313.85.help.text
+msgctxt "04060185.xhp#par_id3147313.85.help.text"
+msgid " <emph>DataY</emph> is the array or matrix of Y data."
+msgstr " <emph>DataY</emph> is the array or matrix of Y data."
+
+#: 04060185.xhp#par_id3156097.86.help.text
+msgctxt "04060185.xhp#par_id3156097.86.help.text"
+msgid " <emph>DataX</emph> is the array or matrix of X data."
+msgstr " <emph>DataX</emph> is the array or matrix of X data."
+
+#: 04060185.xhp#hd_id3145204.87.help.text
+msgctxt "04060185.xhp#hd_id3145204.87.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3156131.88.help.text
+msgid " <item type=\"input\">=STEXY(A1:A50;B1:B50)</item> "
+msgstr " <item type=\"input\">=STEXY(A1:A50;B1:B50)</item> "
+
+#: 04060185.xhp#bm_id3150873.help.text
+msgid "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
+msgstr "<bookmark_value>DEVSQ function</bookmark_value> <bookmark_value>sums;of squares of deviations</bookmark_value>"
+
+#: 04060185.xhp#hd_id3150873.90.help.text
+msgid "DEVSQ"
+msgstr "DEVSQ"
+
+#: 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 "<ahelp hid=\"HID_FUNC_SUMQUADABW\">Returns the sum of squares of deviations based on a sample mean.</ahelp>"
+
+#: 04060185.xhp#hd_id3156121.92.help.text
+msgctxt "04060185.xhp#hd_id3156121.92.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3146790.93.help.text
+msgid "DEVSQ(Number1; Number2; ...Number30)"
+msgstr "DEVSQ(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp#par_id3155995.94.help.text
+msgid " <emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample. "
+msgstr " <emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample. "
+
+#: 04060185.xhp#hd_id3150254.95.help.text
+msgctxt "04060185.xhp#hd_id3150254.95.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3149136.96.help.text
+msgid " <item type=\"input\">=DEVSQ(A1:A50)</item> "
+msgstr " <item type=\"input\">=DEVSQ(A1:A50)</item> "
+
+#: 04060185.xhp#bm_id3149579.help.text
+msgid "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
+msgstr "<bookmark_value>TINV function</bookmark_value> <bookmark_value>inverse of t-distribution</bookmark_value>"
+
+#: 04060185.xhp#hd_id3149579.98.help.text
+msgid "TINV"
+msgstr "TINV"
+
+#: 04060185.xhp#par_id3143232.99.help.text
+msgid "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TINV\">Returns the inverse of the t-distribution.</ahelp>"
+
+#: 04060185.xhp#hd_id3155101.100.help.text
+msgctxt "04060185.xhp#hd_id3155101.100.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149289.101.help.text
+msgid "TINV(Number; DegreesFreedom)"
+msgstr "TINV(Number; DegreesFreedom)"
+
+#: 04060185.xhp#par_id3154070.102.help.text
+msgid " <emph>Number</emph> is the probability associated with the two-tailed t-distribution."
+msgstr " <emph>Number</emph> is the probability associated with the two-tailed t-distribution."
+
+#: 04060185.xhp#par_id3155315.103.help.text
+msgctxt "04060185.xhp#par_id3155315.103.help.text"
+msgid " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+
+#: 04060185.xhp#hd_id3153885.104.help.text
+msgctxt "04060185.xhp#hd_id3153885.104.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3156010.105.help.text
+msgid " <item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
+msgstr " <item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
+
+#: 04060185.xhp#bm_id3154129.help.text
+msgid "<bookmark_value>TTEST function</bookmark_value>"
+msgstr "<bookmark_value>TTEST function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3154129.107.help.text
+msgid "TTEST"
+msgstr "TTEST"
+
+#: 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 "<ahelp hid=\"HID_FUNC_TTEST\">Returns the probability associated with a Student's t-Test.</ahelp>"
+
+#: 04060185.xhp#hd_id3147257.109.help.text
+msgctxt "04060185.xhp#hd_id3147257.109.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3151175.110.help.text
+msgid "TTEST(Data1; Data2; Mode; Type)"
+msgstr "TTEST(Data1; Data2; Mode; Type)"
+
+#: 04060185.xhp#par_id3149202.111.help.text
+msgid " <emph>Data1</emph> is the dependent array or range of data for the first record."
+msgstr " <emph>Data1</emph> is the dependent array or range of data for the first record."
+
+#: 04060185.xhp#par_id3145666.112.help.text
+msgid " <emph>Data2</emph> is the dependent array or range of data for the second record."
+msgstr " <emph>Data2</emph> is the dependent array or range of data for the second record."
+
+#: 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 " <emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test."
+
+#: 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 " <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)."
+
+#: 04060185.xhp#hd_id3159342.115.help.text
+msgctxt "04060185.xhp#hd_id3159342.115.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3150119.116.help.text
+msgid " <item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item> "
+msgstr " <item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item> "
+
+#: 04060185.xhp#bm_id3154930.help.text
+msgid "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
+msgstr "<bookmark_value>TDIST function</bookmark_value> <bookmark_value>t-distribution</bookmark_value>"
+
+#: 04060185.xhp#hd_id3154930.118.help.text
+msgid "TDIST"
+msgstr "TDIST"
+
+#: 04060185.xhp#par_id3153372.119.help.text
+msgid "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TVERT\">Returns the t-distribution.</ahelp>"
+
+#: 04060185.xhp#hd_id3149911.120.help.text
+msgctxt "04060185.xhp#hd_id3149911.120.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3150521.121.help.text
+msgid "TDIST(Number; DegreesFreedom; Mode)"
+msgstr "TDIST(Number; DegreesFreedom; Mode)"
+
+#: 04060185.xhp#par_id3146991.122.help.text
+msgid " <emph>Number</emph> is the value for which the t-distribution is calculated."
+msgstr " <emph>Number</emph> is the value for which the t-distribution is calculated."
+
+#: 04060185.xhp#par_id3148824.123.help.text
+msgctxt "04060185.xhp#par_id3148824.123.help.text"
+msgid " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+msgstr " <emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution."
+
+#: 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 " <emph>Mode</emph> = 1 returns the one-tailed test, <emph>Mode</emph> = 2 returns the two-tailed test."
+
+#: 04060185.xhp#hd_id3159150.125.help.text
+msgctxt "04060185.xhp#hd_id3159150.125.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3149773.126.help.text
+msgid " <item type=\"input\">=TDIST(12;5;1)</item> "
+msgstr " <item type=\"input\">=TDIST(12;5;1)</item> "
+
+#: 04060185.xhp#bm_id3153828.help.text
+msgid "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
+msgstr "<bookmark_value>VAR function</bookmark_value> <bookmark_value>variances</bookmark_value>"
+
+#: 04060185.xhp#hd_id3153828.128.help.text
+msgctxt "04060185.xhp#hd_id3153828.128.help.text"
+msgid "VAR"
+msgstr "VAR"
+
+#: 04060185.xhp#par_id3159165.129.help.text
+msgid "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZ\">Estimates the variance based on a sample.</ahelp>"
+
+#: 04060185.xhp#hd_id3154286.130.help.text
+msgctxt "04060185.xhp#hd_id3154286.130.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3153054.131.help.text
+msgid "VAR(Number1; Number2; ...Number30)"
+msgstr "VAR(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp#par_id3148938.132.help.text
+msgid " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+
+#: 04060185.xhp#hd_id3147233.133.help.text
+msgctxt "04060185.xhp#hd_id3147233.133.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3153575.134.help.text
+msgid " <item type=\"input\">=VAR(A1:A50)</item> "
+msgstr " <item type=\"input\">=VAR(A1:A50)</item> "
+
+#: 04060185.xhp#bm_id3151045.help.text
+msgid "<bookmark_value>VARA function</bookmark_value>"
+msgstr "<bookmark_value>VARA function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3151045.202.help.text
+msgid "VARA"
+msgstr "VARA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VARIANZA\">Estimates a variance based on a sample. The value of text is 0.</ahelp>"
+
+#: 04060185.xhp#hd_id3149176.204.help.text
+msgctxt "04060185.xhp#hd_id3149176.204.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149999.205.help.text
+msgid "VARA(Value1; Value2; ...Value30)"
+msgstr "VARA(Value1; Value2; ...Value30)"
+
+#: 04060185.xhp#par_id3158421.206.help.text
+msgid " <emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr " <emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+
+#: 04060185.xhp#hd_id3149160.207.help.text
+msgctxt "04060185.xhp#hd_id3149160.207.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3154279.208.help.text
+msgid " <item type=\"input\">=VARA(A1:A50)</item> "
+msgstr " <item type=\"input\">=VARA(A1:A50)</item> "
+
+#: 04060185.xhp#bm_id3166441.help.text
+msgid "<bookmark_value>VARP function</bookmark_value>"
+msgstr "<bookmark_value>VARP function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3166441.136.help.text
+msgctxt "04060185.xhp#hd_id3166441.136.help.text"
+msgid "VARP"
+msgstr "VARP"
+
+#: 04060185.xhp#par_id3159199.137.help.text
+msgid "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_VARIANZEN\">Calculates a variance based on the entire population.</ahelp>"
+
+#: 04060185.xhp#hd_id3150706.138.help.text
+msgctxt "04060185.xhp#hd_id3150706.138.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3147282.139.help.text
+msgid "VARP(Number1; Number2; ...Number30)"
+msgstr "VARP(Number1; Number2; ...Number30)"
+
+#: 04060185.xhp#par_id3149793.140.help.text
+msgid " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
+msgstr " <emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
+
+#: 04060185.xhp#hd_id3152939.141.help.text
+msgctxt "04060185.xhp#hd_id3152939.141.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3153385.142.help.text
+msgid " <item type=\"input\">=VARP(A1:A50)</item> "
+msgstr " <item type=\"input\">=VARP(A1:A50)</item> "
+
+#: 04060185.xhp#bm_id3153688.help.text
+msgid "<bookmark_value>VARPA function</bookmark_value>"
+msgstr "<bookmark_value>VARPA function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3153688.210.help.text
+msgid "VARPA"
+msgstr "VARPA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VARIANZENA\">Calculates the variance based on the entire population. The value of text is 0.</ahelp>"
+
+#: 04060185.xhp#hd_id3152880.212.help.text
+msgctxt "04060185.xhp#hd_id3152880.212.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149967.213.help.text
+msgid "VARPA(Value1; Value2; ...Value30)"
+msgstr "VARPA(Value1; Value2; ...Value30)"
+
+#: 04060185.xhp#par_id3149920.214.help.text
+msgid " <emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
+msgstr " <emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
+
+#: 04060185.xhp#hd_id3154862.215.help.text
+msgctxt "04060185.xhp#hd_id3154862.215.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3156203.216.help.text
+msgid " <item type=\"input\">=VARPA(A1:A50)</item> "
+msgstr " <item type=\"input\">=VARPA(A1:A50)</item> "
+
+#: 04060185.xhp#bm_id3154599.help.text
+msgid "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
+msgstr "<bookmark_value>PERMUT function</bookmark_value> <bookmark_value>number of permutations</bookmark_value>"
+
+#: 04060185.xhp#hd_id3154599.144.help.text
+msgid "PERMUT"
+msgstr "PERMUT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VARIATIONEN\">Returns the number of permutations for a given number of objects.</ahelp>"
+
+#: 04060185.xhp#hd_id3149422.146.help.text
+msgctxt "04060185.xhp#hd_id3149422.146.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3148466.147.help.text
+msgid "PERMUT(Count1; Count2)"
+msgstr "PERMUT(Count1; Count2)"
+
+#: 04060185.xhp#par_id3148656.148.help.text
+msgctxt "04060185.xhp#par_id3148656.148.help.text"
+msgid " <emph>Count1</emph> is the total number of objects."
+msgstr " <emph>Count1</emph> is the total number of objects."
+
+#: 04060185.xhp#par_id3150826.149.help.text
+msgctxt "04060185.xhp#par_id3150826.149.help.text"
+msgid " <emph>Count2</emph> is the number of objects in each permutation."
+msgstr " <emph>Count2</emph> is the number of objects in each permutation."
+
+#: 04060185.xhp#hd_id3153351.150.help.text
+msgctxt "04060185.xhp#hd_id3153351.150.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3150424.151.help.text
+msgid " <item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
+msgstr " <item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards."
+
+#: 04060185.xhp#bm_id3143276.help.text
+msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
+msgstr "<bookmark_value>PERMUTATIONA function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3143276.153.help.text
+msgid "PERMUTATIONA"
+msgstr "PERMUTATIONA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_VARIATIONEN2\">Returns the number of permutations for a given number of objects (repetition allowed).</ahelp>"
+
+#: 04060185.xhp#hd_id3145598.155.help.text
+msgctxt "04060185.xhp#hd_id3145598.155.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3149298.156.help.text
+msgid "PERMUTATIONA(Count1; Count2)"
+msgstr "PERMUTATIONA(Count1; Count2)"
+
+#: 04060185.xhp#par_id3156139.157.help.text
+msgctxt "04060185.xhp#par_id3156139.157.help.text"
+msgid " <emph>Count1</emph> is the total number of objects."
+msgstr " <emph>Count1</emph> is the total number of objects."
+
+#: 04060185.xhp#par_id3149519.158.help.text
+msgctxt "04060185.xhp#par_id3149519.158.help.text"
+msgid " <emph>Count2</emph> is the number of objects in each permutation."
+msgstr " <emph>Count2</emph> is the number of objects in each permutation."
+
+#: 04060185.xhp#hd_id3151382.159.help.text
+msgctxt "04060185.xhp#hd_id3151382.159.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3153949.160.help.text
+msgid "How often can 2 objects be selected from a total of 11 objects?"
+msgstr "How often can 2 objects be selected from a total of 11 objects?"
+
+#: 04060185.xhp#par_id3149233.161.help.text
+msgid " <item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
+msgstr " <item type=\"input\">=PERMUTATIONA(11;2)</item> returns 121."
+
+#: 04060185.xhp#par_id3150622.162.help.text
+msgid " <item type=\"input\">=PERMUTATIONA(6;3)</item> 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 " <item type=\"input\">=PERMUTATIONA(6;3)</item> 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."
+
+#: 04060185.xhp#bm_id3152952.help.text
+msgid "<bookmark_value>PROB function</bookmark_value>"
+msgstr "<bookmark_value>PROB function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3152952.164.help.text
+msgid "PROB"
+msgstr "PROB"
+
+#: 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 <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
+msgstr "<ahelp hid=\"HID_FUNC_WAHRSCHBEREICH\">Returns the probability that values in a range are between two limits.</ahelp> If there is no <item type=\"literal\">End</item> value, this function calculates the probability based on the principle that the Data values are equal to the value of <item type=\"literal\">Start</item>."
+
+#: 04060185.xhp#hd_id3146810.166.help.text
+msgctxt "04060185.xhp#hd_id3146810.166.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3147330.167.help.text
+msgid "PROB(Data; Probability; Start; End)"
+msgstr "PROB(Data; Probability; Start; End)"
+
+#: 04060185.xhp#par_id3154573.168.help.text
+msgctxt "04060185.xhp#par_id3154573.168.help.text"
+msgid " <emph>Data</emph> is the array or range of data in the sample."
+msgstr " <emph>Data</emph> is the array or range of data in the sample."
+
+#: 04060185.xhp#par_id3156334.169.help.text
+msgid " <emph>Probability</emph> is the array or range of the corresponding probabilities."
+msgstr " <emph>Probability</emph> is the array or range of the corresponding probabilities."
+
+#: 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 " <emph>Start</emph> is the start value of the interval whose probabilities are to be summed."
+
+#: 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 " <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."
+
+#: 04060185.xhp#hd_id3147574.172.help.text
+msgctxt "04060185.xhp#hd_id3147574.172.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3153666.173.help.text
+msgid " <item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> 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 " <item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> 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."
+
+#: 04060185.xhp#bm_id3150941.help.text
+msgid "<bookmark_value>WEIBULL function</bookmark_value>"
+msgstr "<bookmark_value>WEIBULL function</bookmark_value>"
+
+#: 04060185.xhp#hd_id3150941.175.help.text
+msgid "WEIBULL"
+msgstr "WEIBULL"
+
+#: 04060185.xhp#par_id3154916.176.help.text
+msgid "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WEIBULL\">Returns the values of the Weibull distribution.</ahelp>"
+
+#: 04060185.xhp#par_id0305200911372767.help.text
+msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale). "
+msgstr "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale). "
+
+#: 04060185.xhp#par_id0305200911372777.help.text
+msgid "If C is 0, WEIBULL calculates the probability density function."
+msgstr "If C is 0, WEIBULL calculates the probability density function."
+
+#: 04060185.xhp#par_id0305200911372743.help.text
+msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
+msgstr "If C is 1, WEIBULL calculates the cumulative distribution function."
+
+#: 04060185.xhp#hd_id3159393.177.help.text
+msgctxt "04060185.xhp#hd_id3159393.177.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060185.xhp#par_id3154478.178.help.text
+msgid "WEIBULL(Number; Alpha; Beta; C)"
+msgstr "WEIBULL(Number; Alpha; Beta; C)"
+
+#: 04060185.xhp#par_id3151317.179.help.text
+msgid " <emph>Number</emph> is the value at which to calculate the Weibull distribution."
+msgstr " <emph>Number</emph> is the value at which to calculate the Weibull distribution."
+
+#: 04060185.xhp#par_id3158436.180.help.text
+msgid " <emph>Alpha </emph>is the shape parameter of the Weibull distribution."
+msgstr " <emph>Alpha </emph>is the shape parameter of the Weibull distribution."
+
+#: 04060185.xhp#par_id3154668.181.help.text
+msgid " <emph>Beta</emph> is the scale parameter of the Weibull distribution."
+msgstr " <emph>Beta</emph> is the scale parameter of the Weibull distribution."
+
+#: 04060185.xhp#par_id3154825.182.help.text
+msgid " <emph>C</emph> indicates the type of function."
+msgstr " <emph>C</emph> indicates the type of function."
+
+#: 04060185.xhp#hd_id3153794.183.help.text
+msgctxt "04060185.xhp#hd_id3153794.183.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060185.xhp#par_id3146077.184.help.text
+msgid " <item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
+msgstr " <item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
+
+#: 04060185.xhp#par_id0305200911372899.help.text
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
+msgstr ""
+
+#: 04070000.xhp#tit.help.text
+msgid "Names"
+msgstr "Names"
+
+#: 04070000.xhp#hd_id3153951.1.help.text
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
+msgstr "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
+
+#: 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 "<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."
+
+#: 04070000.xhp#hd_id3153878.3.help.text
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
+
+#: 04070000.xhp#hd_id3146969.4.help.text
+msgid "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/scalc/01/04070200.xhp\" name=\"Insert\">Insert</link>"
+
+#: 04070000.xhp#hd_id3155764.5.help.text
+msgid "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
+msgstr "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
+
+#: 04070000.xhp#hd_id3156382.6.help.text
+msgid "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
+msgstr "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
+
+#: 03090000.xhp#tit.help.text
+msgid "Formula Bar"
+msgstr "Formula Bar"
+
+#: 03090000.xhp#bm_id3147264.help.text
+msgid "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+msgstr "<bookmark_value>formula bar;spreadsheets</bookmark_value><bookmark_value>spreadsheets; formula bar</bookmark_value>"
+
+#: 03090000.xhp#hd_id3147264.1.help.text
+msgid "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+msgstr "<link href=\"text/scalc/01/03090000.xhp\" name=\"Formula Bar\">Formula Bar</link>"
+
+#: 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 "<ahelp hid=\".uno:InputLineVisible\">Shows or hides the Formula Bar, which is used for entering and editing formulae.</ahelp> The Formula Bar is the most important tool when working with spreadsheets."
+
+#: 03090000.xhp#par_id3154686.4.help.text
+msgid "To hide the Formula Bar, unmark the menu item."
+msgstr "To hide the Formula Bar, unmark the menu item."
+
+#: 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 "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."
+
+#: 04010100.xhp#tit.help.text
+msgctxt "04010100.xhp#tit.help.text"
+msgid "Row Break"
+msgstr "Row Break"
+
+#: 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 "<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>"
+
+#: 04010100.xhp#hd_id3153821.1.help.text
+msgid "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+msgstr "<link href=\"text/scalc/01/04010100.xhp\" name=\"Row Break\">Row Break</link>"
+
+#: 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 "<ahelp hid=\".uno:InsertRowBreak\">Inserts a row break (horizontal page break) above the selected cell.</ahelp>"
+
+#: 04010100.xhp#par_id3156422.3.help.text
+msgid "The manual row break is indicated by a dark blue horizontal line."
+msgstr "The manual row break is indicated by a dark blue horizontal line."
+
+#: 02190200.xhp#tit.help.text
+msgctxt "02190200.xhp#tit.help.text"
+msgid "Column Break"
+msgstr "Column Break"
+
+#: 02190200.xhp#bm_id3151384.help.text
+msgid "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets;deleting column breaks</bookmark_value><bookmark_value>deleting;manual column breaks</bookmark_value><bookmark_value>column breaks;deleting</bookmark_value>"
+
+#: 02190200.xhp#hd_id3151384.1.help.text
+msgid "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
+msgstr "<link href=\"text/scalc/01/02190200.xhp\" name=\"Column Break\">Column Break</link>"
+
+#: 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 "<ahelp hid=\".uno:DeleteColumnbreak\">Removes a manual column break to the left of the active cell.</ahelp>"
+
+#: 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 "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."
+
+#: 02140000.xhp#tit.help.text
+msgid "Fill"
+msgstr "Fill"
+
+#: 02140000.xhp#bm_id8473769.help.text
+msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+msgstr "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+
+#: 02140000.xhp#hd_id3153876.1.help.text
+msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+
+#: 02140000.xhp#par_id3156285.2.help.text
+msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+msgstr "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+
+#: 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 "The $[officename] Calc context menus have <link href=\"text/scalc/01/02140000.xhp\" name=\"other options\">additional options</link> for filling the cells."
+
+#: 02140000.xhp#hd_id3149207.7.help.text
+msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+
+#: 02140000.xhp#hd_id3155111.8.help.text
+msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+
+#: 02140000.xhp#par_id3152994.3.help.text
+msgid "<emph>Filling cells using context menus:</emph>"
+msgstr "<emph>Filling cells using context menus:</emph>"
+
+#: 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 "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>."
+
+#: 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 "<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."
+
+#: 02140000.xhp#par_id3148699.6.help.text
+msgid "Click one of the listed entries to copy it to the cell."
+msgstr "Click one of the listed entries to copy it to the cell."
+
+#: 12090106.xhp#tit.help.text
+msgctxt "12090106.xhp#tit.help.text"
+msgid "Data Field Options"
+msgstr "Data Field Options"
+
+#: 12090106.xhp#bm_id711386.help.text
+msgid "<bookmark_value>hiding;data fields, from calculations in pivot table</bookmark_value><bookmark_value>display options in pivot table</bookmark_value><bookmark_value>sorting;options in pivot table</bookmark_value><bookmark_value>data field options for pivot table</bookmark_value>"
+msgstr ""
+
+#: 12090106.xhp#par_idN10542.help.text
+msgctxt "12090106.xhp#par_idN10542.help.text"
+msgid "Data Field Options"
+msgstr "Data Field Options"
+
+#: 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\">pivot table</link>."
+msgstr ""
+
+#: 12090106.xhp#par_idN10557.help.text
+msgctxt "12090106.xhp#par_idN10557.help.text"
+msgid "Sort by"
+msgstr "Sort by"
+
+#: 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 "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
+
+#: 12090106.xhp#par_idN1055E.help.text
+msgctxt "12090106.xhp#par_idN1055E.help.text"
+msgid "Ascending"
+msgstr "Ascending"
+
+#: 12090106.xhp#par_idN10562.help.text
+msgid "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. 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 "<ahelp hid=\"1495384580\">Sorts the values from the lowest value to the highest value. If the selected field is the field for which the dialogue 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>"
+
+#: 12090106.xhp#par_idN10565.help.text
+msgctxt "12090106.xhp#par_idN10565.help.text"
+msgid "Descending"
+msgstr "Descending"
+
+#: 12090106.xhp#par_idN10569.help.text
+msgid "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. 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 "<ahelp hid=\"1495384581\">Sorts the values descending from the highest value to the lowest value. If the selected field is the field for which the dialogue 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>"
+
+#: 12090106.xhp#par_idN1056C.help.text
+msgid "Manual"
+msgstr "Manual"
+
+#: 12090106.xhp#par_idN10570.help.text
+msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+msgstr "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+
+#: 12090106.xhp#par_idN10585.help.text
+msgid "Display options"
+msgstr "Display options"
+
+#: 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 "You can specify the display options for all row fields except for the last, innermost row field."
+
+#: 12090106.xhp#par_idN1058C.help.text
+msgctxt "12090106.xhp#par_idN1058C.help.text"
+msgid "Layout"
+msgstr "Layout"
+
+#: 12090106.xhp#par_idN10590.help.text
+msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+msgstr "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+
+#: 12090106.xhp#par_idN10593.help.text
+msgid "Empty line after each item"
+msgstr "Empty line after each item"
+
+#: 12090106.xhp#par_idN10597.help.text
+msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090106.xhp#par_idN1059A.help.text
+msgid "Show automatically"
+msgstr "Show automatically"
+
+#: 12090106.xhp#par_idN1059E.help.text
+msgid "Displays the top or bottom nn items when you sort by a specified field."
+msgstr "Displays the top or bottom nn items when you sort by a specified field."
+
+#: 12090106.xhp#par_idN105A1.help.text
+msgctxt "12090106.xhp#par_idN105A1.help.text"
+msgid "Show"
+msgstr "Show"
+
+#: 12090106.xhp#par_idN105A5.help.text
+msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+
+#: 12090106.xhp#par_idN105A8.help.text
+msgid "items"
+msgstr "items"
+
+#: 12090106.xhp#par_idN105AC.help.text
+msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+msgstr "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+
+#: 12090106.xhp#par_idN105AF.help.text
+msgid "From"
+msgstr "From"
+
+#: 12090106.xhp#par_idN105B3.help.text
+msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+msgstr "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+
+#: 12090106.xhp#par_idN105B6.help.text
+msgid "Using field"
+msgstr "Using field"
+
+#: 12090106.xhp#par_idN105BA.help.text
+msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+msgstr "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+
+#: 12090106.xhp#par_idN105BD.help.text
+msgid "Hide items"
+msgstr "Hide items"
+
+#: 12090106.xhp#par_idN105C1.help.text
+msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+msgstr "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+
+#: 12090106.xhp#par_idN105C4.help.text
+msgid "Hierarchy"
+msgstr "Hierarchy"
+
+#: 12090106.xhp#par_idN105C8.help.text
+msgid "<ahelp hid=\"1495387657\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
+msgstr ""
+
+#: 04070200.xhp#tit.help.text
+msgctxt "04070200.xhp#tit.help.text"
+msgid "Insert Name"
+msgstr "Insert Name"
+
+#: 04070200.xhp#bm_id3153195.help.text
+msgid "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+msgstr "<bookmark_value>cell ranges; inserting named ranges</bookmark_value><bookmark_value>inserting; cell ranges</bookmark_value>"
+
+#: 04070200.xhp#hd_id3153195.1.help.text
+msgctxt "04070200.xhp#hd_id3153195.1.help.text"
+msgid "Insert Name"
+msgstr "Insert Name"
+
+#: 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 "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position.</ahelp></variable>"
+
+#: 04070200.xhp#par_id3149412.7.help.text
+msgid "You can only insert a cell area after having defined a name for the area."
+msgstr "You can only insert a cell area after having defined a name for the area."
+
+#: 04070200.xhp#hd_id3153160.3.help.text
+msgid "Insert name "
+msgstr "Insert name "
+
+#: 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 "<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>"
+
+#: 04070200.xhp#hd_id3153418.5.help.text
+msgid "Insert All"
+msgstr "Insert All"
+
+#: 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 "<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>"
+
+#: 12120200.xhp#tit.help.text
+msgid "Input Help"
+msgstr "Input Help"
+
+#: 12120200.xhp#hd_id3156280.1.help.text
+msgid "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
+msgstr "<link href=\"text/scalc/01/12120200.xhp\" name=\"Input Help\">Input Help</link>"
+
+#: 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 "<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>"
+
+#: 12120200.xhp#hd_id3146986.3.help.text
+msgid "Show input help when cell is selected"
+msgstr "Show input help when cell is selected"
+
+#: 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 "<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>"
+
+#: 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 "If you enter text in the <emph>Contents</emph> box of this dialogue, and then select and clear this check box, the text will be lost."
+
+#: 12120200.xhp#hd_id3147394.6.help.text
+msgctxt "12120200.xhp#hd_id3147394.6.help.text"
+msgid "Contents"
+msgstr "Contents"
+
+#: 12120200.xhp#hd_id3149582.8.help.text
+msgctxt "12120200.xhp#hd_id3149582.8.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 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 "<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>"
+
+#: 12120200.xhp#hd_id3149121.10.help.text
+msgid "Input help"
+msgstr "Input help"
+
+#: 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 "<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>"
+
+#: 02210000.xhp#tit.help.text
+msgctxt "02210000.xhp#tit.help.text"
+msgid "Selecting Sheets"
+msgstr "Selecting Sheets"
+
+#: 02210000.xhp#hd_id3156023.5.help.text
+msgctxt "02210000.xhp#hd_id3156023.5.help.text"
+msgid "Selecting Sheets"
+msgstr "Selecting Sheets"
+
+#: 02210000.xhp#par_id3147265.1.help.text
+msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+msgstr "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Selects multiple sheets.</ahelp></variable>"
+
+#: 02210000.xhp#hd_id3125863.2.help.text
+msgid "Selected Sheets"
+msgstr "Selected Sheets"
+
+#: 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 (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+msgstr "<ahelp hid=\"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 (Mac: Command) while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+
+#: 02140400.xhp#tit.help.text
+msgctxt "02140400.xhp#tit.help.text"
+msgid "Left"
+msgstr "Left"
+
+#: 02140400.xhp#hd_id3153896.1.help.text
+msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+
+#: 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 "<ahelp hid=\".uno:FillLeft\" visibility=\"visible\">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp>"
+
+#: 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 "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."
+
+#: 12090100.xhp#tit.help.text
+msgctxt "12090100.xhp#tit.help.text"
+msgid "Select Source"
+msgstr "Select Source"
+
+#: 12090100.xhp#hd_id3153663.1.help.text
+msgctxt "12090100.xhp#hd_id3153663.1.help.text"
+msgid "Select Source"
+msgstr "Select Source"
+
+#: 12090100.xhp#par_id3145119.2.help.text
+msgid "<ahelp hid=\".uno:DataDataPilotRun\">Opens a dialog where you can select the source for your pivot table, and then create your table.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp#hd_id3154760.5.help.text
+msgctxt "12090100.xhp#hd_id3154760.5.help.text"
+msgid "Selection"
+msgstr "Selection"
+
+#: 12090100.xhp#par_id3150543.6.help.text
+#, fuzzy
+msgid "Select a data source for the pivot table."
+msgstr "Select a data source for the DataPilot table."
+
+#: 12090100.xhp#hd_id3148799.7.help.text
+msgid "Current Selection"
+msgstr "Current Selection"
+
+#: 12090100.xhp#par_id3125865.8.help.text
+msgid "<ahelp hid=\".\">Uses the selected cells as the data source for the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp#par_id3150011.13.help.text
+msgid "The data columns in the pivot table use the same number format as the first data row in the current selection."
+msgstr ""
+
+#: 12090100.xhp#hd_id3147348.9.help.text
+msgid "Data source registered in $[officename]"
+msgstr "Data source registered in $[officename]"
+
+#: 12090100.xhp#par_id3145271.10.help.text
+msgid "<ahelp hid=\".\">Uses a table or query in a database that is registered in $[officename] as the data source for the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp#hd_id3146119.11.help.text
+msgid "External source/interface"
+msgstr "External source/interface"
+
+#: 12090100.xhp#par_id3145647.12.help.text
+msgid "<ahelp hid=\".\">Opens the <emph>External Source</emph> dialog where you can select the OLAP data source for the pivot table.</ahelp>"
+msgstr ""
+
+#: 12090100.xhp#par_idN10670.help.text
+msgctxt "12090100.xhp#par_idN10670.help.text"
+msgid "<link href=\"text/scalc/01/12090102.xhp\" name=\"Pivot table dialog\">Pivot table dialog</link>"
+msgstr ""
+
+#: 12050200.xhp#tit.help.text
+msgctxt "12050200.xhp#tit.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12050200.xhp#bm_id3154758.help.text
+msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
+msgstr "<bookmark_value>subtotals; sorting options</bookmark_value>"
+
+#: 12050200.xhp#hd_id3154758.1.help.text
+msgid "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
+
+#: 12050200.xhp#par_id3154124.2.help.text
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
+
+#: 12050200.xhp#hd_id3156422.3.help.text
+msgid "Page break between groups"
+msgstr "Page break between groups"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\">Inserts a new page after each group of subtotaled data.</ahelp>"
+
+#: 12050200.xhp#hd_id3146985.5.help.text
+msgctxt "12050200.xhp#hd_id3146985.5.help.text"
+msgid "Case sensitive"
+msgstr "Case sensitive"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\">Recalculates subtotals when you change the case of a data label.</ahelp>"
+
+#: 12050200.xhp#hd_id3151119.7.help.text
+msgid "Pre-sort area according to groups"
+msgstr "Pre-sort area according to groups"
+
+#: 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 "<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>"
+
+#: 12050200.xhp#hd_id3153951.9.help.text
+msgctxt "12050200.xhp#hd_id3153951.9.help.text"
+msgid "Sort"
+msgstr "Sort"
+
+#: 12050200.xhp#hd_id3145252.11.help.text
+msgid "Include formats"
+msgstr "Include formats"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\">Considers formatting attributes when sorting.</ahelp>"
+
+#: 12050200.xhp#hd_id3155418.13.help.text
+msgid "Custom sort order"
+msgstr "Custom sort order"
+
+#: 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 in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF\">Uses a custom sorting order that you defined in the Options dialogue box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
+
+#: 12050200.xhp#hd_id3149121.15.help.text
+msgctxt "12050200.xhp#hd_id3149121.15.help.text"
+msgid "Ascending"
+msgstr "Ascending"
+
+#: 12050200.xhp#par_id3155068.16.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+
+#: 12050200.xhp#hd_id3155443.17.help.text
+msgctxt "12050200.xhp#hd_id3155443.17.help.text"
+msgid "Descending"
+msgstr "Descending"
+
+#: 12050200.xhp#par_id3153766.18.help.text
+msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on Tools - Options - Language settings - Languages."
+
+#: 05070500.xhp#tit.help.text
+msgctxt "05070500.xhp#tit.help.text"
+msgid "Sheet"
+msgstr "Sheet"
+
+#: 05070500.xhp#bm_id3150542.help.text
+msgid "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+msgstr "<bookmark_value>pages; order when printing</bookmark_value><bookmark_value>printing; page order</bookmark_value>"
+
+#: 05070500.xhp#hd_id3156329.1.help.text
+msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+
+#: 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 "<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>"
+
+#: 05070500.xhp#hd_id3150542.3.help.text
+msgctxt "05070500.xhp#hd_id3150542.3.help.text"
+msgid "Print"
+msgstr "Print"
+
+#: 05070500.xhp#par_id3125863.4.help.text
+msgid "Defines which elements of the spreadsheet are to be printed."
+msgstr "Defines which elements of the spreadsheet are to be printed."
+
+#: 05070500.xhp#hd_id3151041.5.help.text
+msgid "Column and row headers"
+msgstr "Column and row headers"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
+
+#: 05070500.xhp#hd_id3150439.7.help.text
+msgid "Grid"
+msgstr "Grid"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+msgstr "<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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+
+#: 05070500.xhp#hd_id3145750.9.help.text
+msgctxt "05070500.xhp#hd_id3145750.9.help.text"
+msgid "Comments"
+msgstr "Comments"
+
+#: 05070500.xhp#par_id3150010.10.help.text
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
+
+#: 05070500.xhp#hd_id3154944.11.help.text
+msgid "Objects/graphics"
+msgstr "Objects/graphics"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
+
+#: 05070500.xhp#hd_id3149377.13.help.text
+msgid "Charts"
+msgstr "Charts"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
+
+#: 05070500.xhp#hd_id3153418.15.help.text
+msgid "Drawing Objects"
+msgstr "Drawing Objects"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
+
+#: 05070500.xhp#hd_id3150330.17.help.text
+msgctxt "05070500.xhp#hd_id3150330.17.help.text"
+msgid "Formulas"
+msgstr "Formulas"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\">Prints the formulae contained in the cells, instead of the results.</ahelp>"
+
+#: 05070500.xhp#hd_id3156385.19.help.text
+msgid "Zero Values"
+msgstr "Zero Values"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+
+#: 05070500.xhp#hd_id3154022.21.help.text
+msgid "Page Order"
+msgstr "Page Order"
+
+#: 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 "Defines the order in which data in a sheet is numbered and printed when it does not fit on one printed page."
+
+#: 05070500.xhp#hd_id3152580.23.help.text
+msgid "Top to bottom, then right"
+msgstr "Top to bottom, then right"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
+
+#: 05070500.xhp#hd_id3150786.25.help.text
+msgid "Left to right, then down"
+msgstr "Left to right, then down"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
+
+#: 05070500.xhp#hd_id3150887.27.help.text
+msgid "First page number"
+msgstr "First page number"
+
+#: 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 "<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>"
+
+#: 05070500.xhp#par_id3145389.35.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+
+#: 05070500.xhp#hd_id3146978.29.help.text
+msgid "Scale"
+msgstr "Scale"
+
+#: 05070500.xhp#par_id3149408.30.help.text
+msgid "Defines a page scale for the printed spreadsheet."
+msgstr "Defines a page scale for the printed spreadsheet."
+
+#: 05070500.xhp#par_idN1096D.help.text
+msgid "Scaling mode"
+msgstr "Scaling mode"
+
+#: 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 "<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>"
+
+#: 05070500.xhp#hd_id3155089.31.help.text
+msgid "Reduce/enlarge printout"
+msgstr "Reduce/enlarge printout"
+
+#: 05070500.xhp#par_id3159171.32.help.text
+msgid "Specifies a scaling factor to scale all printed pages."
+msgstr "Specifies a scaling factor to scale all printed pages."
+
+#: 05070500.xhp#par_idN1099A.help.text
+msgid "Scaling factor"
+msgstr "Scaling factor"
+
+#: 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 "<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>"
+
+#: 05070500.xhp#par_idN109B2.help.text
+msgid "Fit print range(s) to width/height"
+msgstr "Fit print range(s) to width/height"
+
+#: 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 "Specifies the maximum number of pages horizontally (width) and vertically (height) on which every sheet with the current Page Style is to be printed. "
+
+#: 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 "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
+
+#: 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 "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+
+#: 05070500.xhp#par_idN109C3.help.text
+msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgstr "If you clear both boxes, this will result in a scaling factor of 100%."
+
+#: 05070500.xhp#par_idN109CE.help.text
+msgid "Width in pages"
+msgstr "Width in pages"
+
+#: 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 "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
+
+#: 05070500.xhp#par_idN109E8.help.text
+msgid "Height in pages"
+msgstr "Height in pages"
+
+#: 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 "<ahelp hid=\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
+
+#: 05070500.xhp#hd_id3148868.33.help.text
+msgid "Fit print range(s) on number of pages"
+msgstr "Fit print range(s) on number of pages"
+
+#: 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 "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."
+
+#: 05070500.xhp#par_idN10A26.help.text
+msgid "Number of pages"
+msgstr "Number of pages"
+
+#: 05070500.xhp#par_id3144507.37.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+
+#: 05030000.xhp#tit.help.text
+msgctxt "05030000.xhp#tit.help.text"
+msgid "Row"
+msgstr "Row"
+
+#: 05030000.xhp#hd_id3147228.1.help.text
+msgid "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">Row</link>"
+msgstr "<link href=\"text/scalc/01/05030000.xhp\" name=\"Row\">Row</link>"
+
+#: 05030000.xhp#par_id3154685.2.help.text
+msgid "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
+msgstr "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
+
+#: 05030000.xhp#hd_id3155132.3.help.text
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
+msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
+
+#: 05030000.xhp#hd_id3155854.4.help.text
+msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+msgstr "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
+
+#: 03070000.xhp#tit.help.text
+msgid "Column & Row Headers"
+msgstr "Column & Row Headers"
+
+#: 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 "<bookmark_value>spreadsheets; displaying headers of columns/rows</bookmark_value><bookmark_value>displaying; headers of columns/rows</bookmark_value>"
+
+#: 03070000.xhp#hd_id3156024.1.help.text
+msgid "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">Column & Row Headers</link>"
+msgstr "<link href=\"text/scalc/01/03070000.xhp\" name=\"Column & Row Headers\">Column & Row Headers</link>"
+
+#: 03070000.xhp#par_id3147230.2.help.text
+msgid "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
+msgstr "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
+
+#: 03070000.xhp#par_id3156280.4.help.text
+msgid "To hide the column and row headers unmark this menu entry."
+msgstr "To hide the column and row headers unmark this menu entry."
+
+#: 03070000.xhp#par_id3156441.3.help.text
+msgid "You can also set the view of the column and row headers in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
+msgstr "You can also set the view of the column and row headers in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
+
+#: 03100000.xhp#tit.help.text
+msgid "Page Break Preview"
+msgstr "Page Break Preview"
+
+#: 03100000.xhp#hd_id3151384.1.help.text
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"Page Break Preview\">Page Break Preview</link>"
+
+#: 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 "<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>"
+
+#: 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 "The context menu of the page break preview contains functions for editing page breaks, including the following options:"
+
+#: 03100000.xhp#hd_id3154731.14.help.text
+msgid "Delete All Manual Breaks"
+msgstr "Delete All Manual Breaks"
+
+#: 03100000.xhp#par_id3149400.15.help.text
+msgid "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:DeleteAllBreaks\">Deletes all manual breaks in the current sheet.</ahelp>"
+
+#: 03100000.xhp#hd_id3155067.18.help.text
+msgid "Add Print Range"
+msgstr "Add Print Range"
+
+#: 03100000.xhp#par_id3155764.19.help.text
+msgid "Adds the selected cells to print ranges."
+msgstr "Adds the selected cells to print ranges."
+
+#: 12080000.xhp#tit.help.text
+msgid "Group and Outline"
+msgstr "Group and Outline"
+
+#: 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</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+msgstr "<bookmark_value>sheets; outlines</bookmark_value><bookmark_value>outlines; sheets</bookmark_value><bookmark_value>hiding; sheet details</bookmark_value><bookmark_value>showing; sheet details</bookmark_value><bookmark_value>grouping;cells</bookmark_value>"
+
+#: 12080000.xhp#hd_id3152350.1.help.text
+msgid "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
+msgstr "<link href=\"text/scalc/01/12080000.xhp\" name=\"Group and Outline\">Group and Outline</link>"
+
+#: 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 "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."
+
+#: 12080000.xhp#hd_id3147229.3.help.text
+msgctxt "12080000.xhp#hd_id3147229.3.help.text"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+
+#: 12080000.xhp#hd_id3153188.4.help.text
+msgctxt "12080000.xhp#hd_id3153188.4.help.text"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+
+#: 01120000.xhp#tit.help.text
+msgid "Page Preview"
+msgstr "Page Preview"
+
+#: 01120000.xhp#hd_id1918698.help.text
+msgid "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
+msgstr "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
+
+#: 01120000.xhp#par_id3831598.help.text
+msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
+msgstr "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
+
+#: 01120000.xhp#par_id3145847.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 "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
+
+#: 01120000.xhp#par_id9838862.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up and Ctrl+Page Down keys to scroll through the pages."
+msgstr "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up and Ctrl+Page Down keys to scroll through the pages."
+
+#: 01120000.xhp#par_id7211828.help.text
+msgid "You cannot edit your document while you are in the page preview."
+msgstr "You cannot edit your document while you are in the page preview."
+
+#: 01120000.xhp#par_id460829.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
+
+#: 01120000.xhp#par_id3155829.help.text
+msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
+msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
+
+#: 06040000.xhp#tit.help.text
+msgctxt "06040000.xhp#tit.help.text"
+msgid "Goal Seek"
+msgstr "Goal Seek"
+
+#: 06040000.xhp#hd_id3155629.1.help.text
+msgctxt "06040000.xhp#hd_id3155629.1.help.text"
+msgid "Goal Seek"
+msgstr "Goal Seek"
+
+#: 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 "<variable id=\"zielwertsuchetext\"><ahelp hid=\".uno:GoalSeekDialog\">Opens a dialogue where you can solve an equation with a variable.</ahelp></variable> After a successful search, a dialogue with the results opens, allowing you to apply the result and the target value directly to the cell."
+
+#: 06040000.xhp#hd_id3149656.3.help.text
+msgid "Default"
+msgstr "Default"
+
+#: 06040000.xhp#par_id3151211.4.help.text
+msgid "In this section, you can define the variables in your formula."
+msgstr "In this section, you can define the variables in your formula."
+
+#: 06040000.xhp#hd_id3150869.5.help.text
+msgid "Formula cell"
+msgstr "Formula cell"
+
+#: 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 "<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."
+
+#: 06040000.xhp#hd_id3154685.7.help.text
+msgid "Target value"
+msgstr "Target value"
+
+#: 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 "<ahelp hid=\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\">Specifies the value you want to achieve as a new result.</ahelp>"
+
+#: 06040000.xhp#hd_id3150012.9.help.text
+msgid "Variable cell"
+msgstr "Variable cell"
+
+#: 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 "<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>"
+
+#: func_month.xhp#tit.help.text
+msgid "MONTH "
+msgstr "MONTH "
+
+#: func_month.xhp#bm_id3149936.help.text
+msgid "<bookmark_value>MONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH function</bookmark_value>"
+
+#: func_month.xhp#hd_id3149936.76.help.text
+msgid "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+msgstr "<variable id=\"month\"><link href=\"text/scalc/01/func_month.xhp\">MONTH</link></variable>"
+
+#: 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 "<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."
+
+#: func_month.xhp#hd_id3149517.78.help.text
+msgctxt "func_month.xhp#hd_id3149517.78.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_month.xhp#par_id3145602.79.help.text
+msgid "MONTH(Number)"
+msgstr "MONTH(Number)"
+
+#: 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 "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
+
+#: func_month.xhp#hd_id3153322.81.help.text
+msgctxt "func_month.xhp#hd_id3153322.81.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_month.xhp#par_id3149244.83.help.text
+msgid "=MONTH(NOW()) returns the current month."
+msgstr "=MONTH(NOW()) returns the current month."
+
+#: func_month.xhp#par_id3154790.84.help.text
+msgid "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
+msgstr "=MONTH(C4) returns 7 if you enter 2000-07-07 to cell C4 (that date value might get formatted differently after you press Enter)."
+
+#: 12090104.xhp#tit.help.text
+msgctxt "12090104.xhp#tit.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12090104.xhp#hd_id3149119.1.help.text
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+
+#: 12090104.xhp#par_id3147102.2.help.text
+msgid "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
+msgstr "<variable id=\"zusaetzetext\"><ahelp hid=\"\" visibility=\"visible\">Displays or hides additional filtering options.</ahelp></variable>"
+
+#: 12090104.xhp#hd_id3147008.3.help.text
+msgctxt "12090104.xhp#hd_id3147008.3.help.text"
+msgid "Options"
+msgstr "Options"
+
+#: 12090104.xhp#hd_id3153662.5.help.text
+msgctxt "12090104.xhp#hd_id3153662.5.help.text"
+msgid "Case sensitive"
+msgstr "Case sensitive"
+
+#: 12090104.xhp#par_id3145673.6.help.text
+msgid "Distinguishes between uppercase and lowercase letters."
+msgstr "Distinguishes between uppercase and lowercase letters."
+
+#: 12090104.xhp#hd_id3156327.7.help.text
+msgid "Regular Expression"
+msgstr "Regular Expression"
+
+#: 12090104.xhp#par_id3151245.8.help.text
+msgid "Allows you to use wildcards in the filter definition."
+msgstr "Allows you to use wildcards in the filter definition."
+
+#: 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 "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."
+
+#: 12090104.xhp#hd_id3153379.30.help.text
+msgid "Unique records only"
+msgstr "Unique records only"
+
+#: 12090104.xhp#par_id3154138.31.help.text
+msgid "Excludes duplicate rows in the list of filtered data."
+msgstr "Excludes duplicate rows in the list of filtered data."
+
+#: 12090104.xhp#hd_id3156282.32.help.text
+msgid "Data area"
+msgstr "Data area"
+
+#: 12090104.xhp#par_id3150768.33.help.text
+msgid "Displays the name of the filtered data area in the table."
+msgstr "Displays the name of the filtered data area in the table."
+
+#: 12090104.xhp#hd_id3156424.34.help.text
+msgid "More<<"
+msgstr "More<<"
+
+#: 12090104.xhp#par_id3125864.35.help.text
+msgctxt "12090104.xhp#par_id3125864.35.help.text"
+msgid "Hides the additional options."
+msgstr "Hides the additional options."
+
+#: 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 "<link href=\"text/shared/01/02100001.xhp\" name=\"List of Regular Expressions\">List of Regular Expressions</link>"
+
+#: 04060105.xhp#tit.help.text
+msgctxt "04060105.xhp#tit.help.text"
+msgid "Logical Functions"
+msgstr "Logical Functions"
+
+#: 04060105.xhp#bm_id3153484.help.text
+msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+msgstr "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
+
+#: 04060105.xhp#hd_id3153484.1.help.text
+msgctxt "04060105.xhp#hd_id3153484.1.help.text"
+msgid "Logical Functions"
+msgstr "Logical Functions"
+
+#: 04060105.xhp#par_id3149312.2.help.text
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+
+#: 04060105.xhp#bm_id3147505.help.text
+msgid "<bookmark_value>AND function</bookmark_value>"
+msgstr "<bookmark_value>AND function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3147505.29.help.text
+msgid "AND"
+msgstr "AND"
+
+#: 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 "<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."
+
+#: 04060105.xhp#par_id3146100.66.help.text
+msgctxt "04060105.xhp#par_id3146100.66.help.text"
+msgid "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 "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."
+
+#: 04060105.xhp#par_id3150538.67.help.text
+msgctxt "04060105.xhp#par_id3150538.67.help.text"
+msgid "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 "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."
+
+#: 04060105.xhp#par_id3149128.68.help.text
+msgctxt "04060105.xhp#par_id3149128.68.help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+
+#: 04060105.xhp#hd_id3150374.31.help.text
+msgctxt "04060105.xhp#hd_id3150374.31.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3159123.32.help.text
+msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+
+#: 04060105.xhp#par_id3150038.33.help.text
+msgid " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</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 " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</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."
+
+#: 04060105.xhp#hd_id3149143.34.help.text
+msgctxt "04060105.xhp#hd_id3149143.34.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
+
+#: 04060105.xhp#par_id3145632.36.help.text
+msgid " <item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgstr " <item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+
+#: 04060105.xhp#par_id3149946.60.help.text
+msgid " <item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+msgstr " <item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+
+#: 04060105.xhp#bm_id3149015.help.text
+msgid "<bookmark_value>FALSE function</bookmark_value>"
+msgstr "<bookmark_value>FALSE function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3149015.3.help.text
+msgid "FALSE"
+msgstr "FALSE"
+
+#: 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 "<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."
+
+#: 04060105.xhp#hd_id3146939.5.help.text
+msgctxt "04060105.xhp#hd_id3146939.5.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3150030.6.help.text
+msgid "FALSE()"
+msgstr "FALSE()"
+
+#: 04060105.xhp#hd_id3150697.7.help.text
+msgctxt "04060105.xhp#hd_id3150697.7.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060105.xhp#par_id3154842.8.help.text
+msgid " <item type=\"input\">=FALSE()</item> returns FALSE"
+msgstr " <item type=\"input\">=FALSE()</item> returns FALSE"
+
+#: 04060105.xhp#par_id3147468.9.help.text
+msgid " <item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+msgstr " <item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+
+#: 04060105.xhp#bm_id3150141.help.text
+msgid "<bookmark_value>IF function</bookmark_value>"
+msgstr "<bookmark_value>IF function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3150141.48.help.text
+msgid "IF"
+msgstr "IF"
+
+#: 04060105.xhp#par_id3148740.49.help.text
+msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+
+#: 04060105.xhp#hd_id3153325.50.help.text
+msgctxt "04060105.xhp#hd_id3153325.50.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3154558.51.help.text
+msgid "IF(Test; ThenValue; OtherwiseValue)"
+msgstr "IF(Test; ThenValue; OtherwiseValue)"
+
+#: 04060105.xhp#par_id3149727.52.help.text
+msgid " <emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+msgstr " <emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+
+#: 04060105.xhp#par_id3155828.53.help.text
+msgid " <emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+msgstr " <emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+
+#: 04060105.xhp#par_id3154811.54.help.text
+msgid " <emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+msgstr " <emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+
+#: 04060105.xhp#par_idN107FA.help.text
+msgctxt "04060105.xhp#par_idN107FA.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060105.xhp#hd_id3149507.55.help.text
+msgctxt "04060105.xhp#hd_id3149507.55.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 04060105.xhp#par_id3150867.57.help.text
+msgid " <item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+msgstr " <item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A1 is higher than 5, the value 100 is entered in the current cell; otherwise, the text “too small” (without quotes) is entered."
+
+#: 04060105.xhp#bm_id3155954.help.text
+msgid "<bookmark_value>NOT function</bookmark_value>"
+msgstr "<bookmark_value>NOT function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3155954.12.help.text
+msgid "NOT"
+msgstr "NOT"
+
+#: 04060105.xhp#par_id3153570.13.help.text
+msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+
+#: 04060105.xhp#hd_id3147372.14.help.text
+msgctxt "04060105.xhp#hd_id3147372.14.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3157996.15.help.text
+msgid "NOT(LogicalValue)"
+msgstr "NOT(LogicalValue)"
+
+#: 04060105.xhp#par_id3148766.16.help.text
+msgid " <emph>LogicalValue</emph> is any value to be complemented."
+msgstr " <emph>LogicalValue</emph> is any value to be complemented."
+
+#: 04060105.xhp#hd_id3149884.17.help.text
+msgctxt "04060105.xhp#hd_id3149884.17.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060105.xhp#par_id3150132.18.help.text
+msgid " <item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+msgstr " <item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+
+#: 04060105.xhp#bm_id3148394.help.text
+msgid "<bookmark_value>OR function</bookmark_value>"
+msgstr "<bookmark_value>OR function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3148394.20.help.text
+msgid "OR"
+msgstr "OR"
+
+#: 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 "<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."
+
+#: 04060105.xhp#par_id3148771.62.help.text
+msgctxt "04060105.xhp#par_id3148771.62.help.text"
+msgid "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 "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."
+
+#: 04060105.xhp#par_id3153546.63.help.text
+msgctxt "04060105.xhp#par_id3153546.63.help.text"
+msgid "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 "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."
+
+#: 04060105.xhp#par_id3149027.64.help.text
+msgctxt "04060105.xhp#par_id3149027.64.help.text"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+msgstr "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
+
+#: 04060105.xhp#hd_id3155517.22.help.text
+msgctxt "04060105.xhp#hd_id3155517.22.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3150468.23.help.text
+msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+
+#: 04060105.xhp#par_id3155819.24.help.text
+msgid " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</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 " <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</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."
+
+#: 04060105.xhp#hd_id3153228.25.help.text
+msgctxt "04060105.xhp#hd_id3153228.25.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
+
+#: 04060105.xhp#par_id3155371.27.help.text
+msgid " <item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+msgstr " <item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
+
+#: 04060105.xhp#par_id3158412.59.help.text
+msgid " <item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+msgstr " <item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+
+#: 04060105.xhp#bm_id3156256.help.text
+msgid "<bookmark_value>TRUE function</bookmark_value>"
+msgstr "<bookmark_value>TRUE function</bookmark_value>"
+
+#: 04060105.xhp#hd_id3156256.38.help.text
+msgid "TRUE"
+msgstr "TRUE"
+
+#: 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 "<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."
+
+#: 04060105.xhp#hd_id3153717.40.help.text
+msgctxt "04060105.xhp#hd_id3153717.40.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060105.xhp#par_id3152590.41.help.text
+msgid "TRUE()"
+msgstr "TRUE()"
+
+#: 04060105.xhp#hd_id3147175.42.help.text
+msgctxt "04060105.xhp#hd_id3147175.42.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060105.xhp#par_id3146148.43.help.text
+msgid "If A=TRUE and B=FALSE the following examples appear:"
+msgstr "If A=TRUE and B=FALSE the following examples appear:"
+
+#: 04060105.xhp#par_id3083285.44.help.text
+msgid " <item type=\"input\">=AND(A;B)</item> returns FALSE"
+msgstr " <item type=\"input\">=AND(A;B)</item> returns FALSE"
+
+#: 04060105.xhp#par_id3083444.45.help.text
+msgid " <item type=\"input\">=OR(A;B)</item> returns TRUE"
+msgstr " <item type=\"input\">=OR(A;B)</item> returns TRUE"
+
+#: 04060105.xhp#par_id3154314.46.help.text
+msgid " <item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+msgstr " <item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+
+#: func_yearfrac.xhp#tit.help.text
+msgid "YEARFRAC"
+msgstr "YEARFRAC"
+
+#: func_yearfrac.xhp#bm_id3148735.help.text
+msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
+msgstr "<bookmark_value>YEARFRAC function</bookmark_value>"
+
+#: func_yearfrac.xhp#hd_id3148735.196.help.text
+msgid "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+msgstr "<variable id=\"yearfrac\"><link href=\"text/scalc/01/func_yearfrac.xhp\">YEARFRAC</link></variable>"
+
+#: 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>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_YEARFRAC\"> The result is a number between 0 and 1, representing the fraction of a year between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp>"
+
+#: func_yearfrac.xhp#hd_id3155259.198.help.text
+msgctxt "func_yearfrac.xhp#hd_id3155259.198.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_yearfrac.xhp#par_id3155823.199.help.text
+msgid "YEARFRAC(StartDate; EndDate; Basis)"
+msgstr "YEARFRAC(StartDate; EndDate; Basis)"
+
+#: func_yearfrac.xhp#par_id3145144.200.help.text
+msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+msgstr "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+
+#: 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 "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+
+#: func_yearfrac.xhp#par_id3146847.202.help.text
+msgid "Basis"
+msgstr "Basis"
+
+#: func_yearfrac.xhp#par_id3155956.203.help.text
+msgid "Calculation"
+msgstr "Calculation"
+
+#: func_yearfrac.xhp#par_id3154502.204.help.text
+msgctxt "func_yearfrac.xhp#par_id3154502.204.help.text"
+msgid "0 or missing"
+msgstr "0 or missing"
+
+#: func_yearfrac.xhp#par_id3149877.205.help.text
+msgid "US method (NASD), 12 months of 30 days each"
+msgstr "US method (NASD), 12 months of 30 days each"
+
+#: func_yearfrac.xhp#par_id3148766.250.help.text
+msgctxt "func_yearfrac.xhp#par_id3148766.250.help.text"
+msgid "1"
+msgstr "1"
+
+#: func_yearfrac.xhp#par_id3154326.206.help.text
+msgid "Exact number of days in months, exact number of days in year"
+msgstr "Exact number of days in months, exact number of days in year"
+
+#: func_yearfrac.xhp#par_id3145245.251.help.text
+msgctxt "func_yearfrac.xhp#par_id3145245.251.help.text"
+msgid "2"
+msgstr "2"
+
+#: func_yearfrac.xhp#par_id3155620.207.help.text
+msgid "Exact number of days in month, year has 360 days"
+msgstr "Exact number of days in month, year has 360 days"
+
+#: func_yearfrac.xhp#par_id3145297.252.help.text
+msgctxt "func_yearfrac.xhp#par_id3145297.252.help.text"
+msgid "3"
+msgstr "3"
+
+#: func_yearfrac.xhp#par_id3148394.208.help.text
+msgid "Exact number of days in month, year has 365 days"
+msgstr "Exact number of days in month, year has 365 days"
+
+#: func_yearfrac.xhp#par_id3151022.253.help.text
+msgctxt "func_yearfrac.xhp#par_id3151022.253.help.text"
+msgid "4"
+msgstr "4"
+
+#: func_yearfrac.xhp#par_id3150931.209.help.text
+msgid "European method, 12 months of 30 days each"
+msgstr "European method, 12 months of 30 days each"
+
+#: func_yearfrac.xhp#hd_id3145626.210.help.text
+msgctxt "func_yearfrac.xhp#hd_id3145626.210.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_yearfrac.xhp#par_id3149007.211.help.text
+msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+msgstr "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+
+#: func_yearfrac.xhp#par_id3154632.212.help.text
+msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+msgstr "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+
+#: 12090200.xhp#tit.help.text
+msgid "Refresh"
+msgstr "Refresh"
+
+#: 12090200.xhp#hd_id3151385.1.help.text
+msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+
+#: 12090200.xhp#par_id3149456.2.help.text
+msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
+msgstr ""
+
+#: 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 - Pivot Table - Refresh</emph>."
+msgstr ""
+
+#: 05020000.xhp#tit.help.text
+msgctxt "05020000.xhp#tit.help.text"
+msgid "Format Cells"
+msgstr "Format Cells"
+
+#: 05020000.xhp#bm_id3148663.help.text
+msgid "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialog</bookmark_value>"
+msgstr "<bookmark_value>cell attributes</bookmark_value><bookmark_value>attributes;cells</bookmark_value><bookmark_value>formatting;cells</bookmark_value><bookmark_value>cells;formatting dialogue</bookmark_value>"
+
+#: 05020000.xhp#hd_id3148663.1.help.text
+msgctxt "05020000.xhp#hd_id3148663.1.help.text"
+msgid "Format Cells"
+msgstr "Format Cells"
+
+#: 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 "<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>"
+
+#: 05020000.xhp#hd_id3145785.3.help.text
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+
+#: 05020000.xhp#hd_id3146119.4.help.text
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
+
+#: 12040300.xhp#tit.help.text
+msgctxt "12040300.xhp#tit.help.text"
+msgid "Advanced Filter"
+msgstr "Advanced Filter"
+
+#: 12040300.xhp#hd_id3158394.1.help.text
+msgctxt "12040300.xhp#hd_id3158394.1.help.text"
+msgid "Advanced Filter"
+msgstr "Advanced Filter"
+
+#: 12040300.xhp#par_id3156281.2.help.text
+msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+msgstr "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+
+#: 12040300.xhp#par_idN105EB.help.text
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+
+#: 12040300.xhp#hd_id3153771.25.help.text
+msgid "Read filter criteria from"
+msgstr "Read filter criteria from"
+
+#: 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 "<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>"
+
+#: 12040300.xhp#hd_id3153188.27.help.text
+msgctxt "12040300.xhp#hd_id3153188.27.help.text"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+
+#: func_second.xhp#tit.help.text
+msgid "SECOND "
+msgstr "SECOND "
+
+#: func_second.xhp#bm_id3159390.help.text
+msgid "<bookmark_value>SECOND function</bookmark_value>"
+msgstr "<bookmark_value>SECOND function</bookmark_value>"
+
+#: func_second.xhp#hd_id3159390.86.help.text
+msgid "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+msgstr "<variable id=\"second\"><link href=\"text/scalc/01/func_second.xhp\">SECOND</link></variable>"
+
+#: 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 "<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."
+
+#: func_second.xhp#hd_id3154362.88.help.text
+msgctxt "func_second.xhp#hd_id3154362.88.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_second.xhp#par_id3148407.89.help.text
+msgid "SECOND(Number)"
+msgstr "SECOND(Number)"
+
+#: 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 "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
+
+#: func_second.xhp#hd_id3149992.91.help.text
+msgctxt "func_second.xhp#hd_id3149992.91.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_second.xhp#par_id3153350.93.help.text
+msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+msgstr "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+
+#: func_second.xhp#par_id3150831.94.help.text
+msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
+msgstr "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
+
+#: 05100100.xhp#tit.help.text
+msgctxt "05100100.xhp#tit.help.text"
+msgid "Merge Cells"
+msgstr "Merge Cells"
+
+#: 05100100.xhp#hd_id3154765.help.text
+msgctxt "05100100.xhp#hd_id3154765.help.text"
+msgid "Merge Cells"
+msgstr "Merge Cells"
+
+#: 05100100.xhp#par_id3147406.help.text
+msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
+msgstr ""
+
+#: 05100100.xhp#par_id3154351.help.text
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
+msgstr ""
+
+#: func_networkdays.xhp#tit.help.text
+msgid "NETWORKDAYS"
+msgstr "NETWORKDAYS"
+
+#: func_networkdays.xhp#bm_id3151254.help.text
+msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+msgstr "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+
+#: func_networkdays.xhp#hd_id3151254.240.help.text
+msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+msgstr "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
+
+#: func_networkdays.xhp#par_id3153788.241.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">Returns the number of workdays between a <emph>start date and an end date</emph>. Holidays can be deducted.</ahelp>"
+
+#: func_networkdays.xhp#hd_id3148677.242.help.text
+msgctxt "func_networkdays.xhp#hd_id3148677.242.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_networkdays.xhp#par_id3145775.243.help.text
+msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
+msgstr "NETWORKDAYS(StartDate; EndDate; Holidays)"
+
+#: func_networkdays.xhp#par_id3153885.244.help.text
+msgctxt "func_networkdays.xhp#par_id3153885.244.help.text"
+msgid "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+msgstr "<emph>StartDate</emph> is the date from when the calculation is carried out. If the start date is a workday, the day is included in the calculation."
+
+#: func_networkdays.xhp#par_id3151110.245.help.text
+msgid "<emph>EndDate</emph> is 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 "<emph>EndDate</emph> is the date up until when the calculation is carried out. If the end date is a workday, the day is included in the calculation."
+
+#: func_networkdays.xhp#par_id3154115.246.help.text
+msgid "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+msgstr "<emph>Holidays</emph> is an optional list of holidays. These are non-working days. Enter a cell range in which the holidays are listed individually."
+
+#: func_networkdays.xhp#hd_id3146902.247.help.text
+msgctxt "func_networkdays.xhp#hd_id3146902.247.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: func_networkdays.xhp#par_id3154661.248.help.text
+msgid "How many workdays fall between 2001-12-15 and 2002-01-15? 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: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+msgstr "How many workdays fall between 2001-12-15 and 2002-01-15? 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: \"2001-12-24\", \"2001-12-25\", \"2001-12-26\", \"2001-12-31\", \"2002-01-01\"."
+
+#: func_networkdays.xhp#par_id3147328.249.help.text
+msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+msgstr "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+
+#: 04060104.xhp#tit.help.text
+msgctxt "04060104.xhp#tit.help.text"
+msgid "Information Functions"
+msgstr "Information Functions"
+
+#: 04060104.xhp#bm_id3147247.help.text
+msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+msgstr "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+
+#: 04060104.xhp#hd_id3147247.1.help.text
+msgctxt "04060104.xhp#hd_id3147247.1.help.text"
+msgid "Information Functions"
+msgstr "Information Functions"
+
+#: 04060104.xhp#par_id3147499.2.help.text
+msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
+msgstr "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions. </variable>"
+
+#: 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 "The data in the following table serves as the basis for some of the examples in the function descriptions:"
+
+#: 04060104.xhp#par_id3146885.4.help.text
+msgctxt "04060104.xhp#par_id3146885.4.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060104.xhp#par_id3149944.5.help.text
+msgctxt "04060104.xhp#par_id3149944.5.help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060104.xhp#par_id3150457.6.help.text
+msgctxt "04060104.xhp#par_id3150457.6.help.text"
+msgid "<emph>2</emph>"
+msgstr "<emph>2</emph>"
+
+#: 04060104.xhp#par_id3150024.7.help.text
+msgid "x <item type=\"input\">value</item>"
+msgstr "x <item type=\"input\">value</item>"
+
+#: 04060104.xhp#par_id3148725.8.help.text
+msgid "y <item type=\"input\">value</item>"
+msgstr "y <item type=\"input\">value</item>"
+
+#: 04060104.xhp#par_id3150480.9.help.text
+msgctxt "04060104.xhp#par_id3150480.9.help.text"
+msgid "<emph>3</emph>"
+msgstr "<emph>3</emph>"
+
+#: 04060104.xhp#par_id3148440.10.help.text
+msgid "<item type=\"input\">-5</item>"
+msgstr "<item type=\"input\">-5</item>"
+
+#: 04060104.xhp#par_id3148888.11.help.text
+msgid "<item type=\"input\">-3</item>"
+msgstr "<item type=\"input\">-3</item>"
+
+#: 04060104.xhp#par_id3153034.12.help.text
+msgctxt "04060104.xhp#par_id3153034.12.help.text"
+msgid "<emph>4</emph>"
+msgstr "<emph>4</emph>"
+
+#: 04060104.xhp#par_id3150139.13.help.text
+msgid "<item type=\"input\">-2</item>"
+msgstr "<item type=\"input\">-2</item>"
+
+#: 04060104.xhp#par_id3149542.14.help.text
+msgctxt "04060104.xhp#par_id3149542.14.help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">0</item>"
+
+#: 04060104.xhp#par_id3149188.15.help.text
+msgctxt "04060104.xhp#par_id3149188.15.help.text"
+msgid "<emph>5</emph>"
+msgstr "<emph>5</emph>"
+
+#: 04060104.xhp#par_id3153329.16.help.text
+msgid "<item type=\"input\">-1</item>"
+msgstr "<item type=\"input\">-1</item>"
+
+#: 04060104.xhp#par_id3155257.17.help.text
+msgctxt "04060104.xhp#par_id3155257.17.help.text"
+msgid "<item type=\"input\">1</item>"
+msgstr "<item type=\"input\">1</item>"
+
+#: 04060104.xhp#par_id3145142.18.help.text
+msgctxt "04060104.xhp#par_id3145142.18.help.text"
+msgid "<emph>6</emph>"
+msgstr "<emph>6</emph>"
+
+#: 04060104.xhp#par_id3149956.19.help.text
+msgctxt "04060104.xhp#par_id3149956.19.help.text"
+msgid "<item type=\"input\">0</item>"
+msgstr "<item type=\"input\">0</item>"
+
+#: 04060104.xhp#par_id3145594.20.help.text
+msgctxt "04060104.xhp#par_id3145594.20.help.text"
+msgid "<item type=\"input\">3</item>"
+msgstr "<item type=\"input\">3</item>"
+
+#: 04060104.xhp#par_id3153113.21.help.text
+msgctxt "04060104.xhp#par_id3153113.21.help.text"
+msgid "<emph>7</emph>"
+msgstr "<emph>7</emph>"
+
+#: 04060104.xhp#par_id3148573.22.help.text
+msgctxt "04060104.xhp#par_id3148573.22.help.text"
+msgid "<item type=\"input\">2</item>"
+msgstr "<item type=\"input\">2</item>"
+
+#: 04060104.xhp#par_id3145166.23.help.text
+msgctxt "04060104.xhp#par_id3145166.23.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060104.xhp#par_id3157998.24.help.text
+msgctxt "04060104.xhp#par_id3157998.24.help.text"
+msgid "<emph>8</emph>"
+msgstr "<emph>8</emph>"
+
+#: 04060104.xhp#par_id3150018.25.help.text
+msgctxt "04060104.xhp#par_id3150018.25.help.text"
+msgid "<item type=\"input\">4</item>"
+msgstr "<item type=\"input\">4</item>"
+
+#: 04060104.xhp#par_id3150129.26.help.text
+msgctxt "04060104.xhp#par_id3150129.26.help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">6</item>"
+
+#: 04060104.xhp#par_id3145245.27.help.text
+msgctxt "04060104.xhp#par_id3145245.27.help.text"
+msgid "<emph>9</emph>"
+msgstr "<emph>9</emph>"
+
+#: 04060104.xhp#par_id3148389.28.help.text
+msgctxt "04060104.xhp#par_id3148389.28.help.text"
+msgid "<item type=\"input\">6</item>"
+msgstr "<item type=\"input\">6</item>"
+
+#: 04060104.xhp#par_id3156068.29.help.text
+msgctxt "04060104.xhp#par_id3156068.29.help.text"
+msgid "<item type=\"input\">8</item>"
+msgstr "<item type=\"input\">8</item>"
+
+#: 04060104.xhp#bm_id3691824.help.text
+msgid "<bookmark_value>INFO function</bookmark_value>"
+msgstr "<bookmark_value>INFO function</bookmark_value>"
+
+#: 04060104.xhp#hd_id5787224.help.text
+msgid "INFO"
+msgstr "INFO"
+
+#: 04060104.xhp#par_id1507309.help.text
+msgid "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
+msgstr "Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter."
+
+#: 04060104.xhp#hd_id7693411.help.text
+msgctxt "04060104.xhp#hd_id7693411.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3928952.help.text
+msgid "INFO(\"Type\")"
+msgstr "INFO(\"Type\")"
+
+#: 04060104.xhp#par_id5206762.help.text
+msgid "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
+msgstr "The following table lists the values for the text parameter <item type=\"literal\">Type</item> and the return values of the INFO function."
+
+#: 04060104.xhp#par_id5735953.help.text
+msgid "Value for \"Type\""
+msgstr "Value for \"Type\""
+
+#: 04060104.xhp#par_id8360850.help.text
+#, fuzzy
+msgctxt "04060104.xhp#par_id8360850.help.text"
+msgid "Return value"
+msgstr "Return value"
+
+#: 04060104.xhp#par_id9648731.help.text
+msgid "\"osversion\""
+msgstr "\"osversion\""
+
+#: 04060104.xhp#par_id908841.help.text
+msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
+msgstr "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons"
+
+#: 04060104.xhp#par_id8193914.help.text
+msgid "\"system\""
+msgstr "\"system\""
+
+#: 04060104.xhp#par_id9841608.help.text
+msgid "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+msgstr "The type of the operating system. <br/>\"WNT\" for Microsoft Windows <br/>\"LINUX\" for Linux <br/>\"SOLARIS\" for Solaris"
+
+#: 04060104.xhp#par_id2701803.help.text
+msgid "\"release\""
+msgstr "\"release\""
+
+#: 04060104.xhp#par_id2136295.help.text
+msgid "The product release identifier, for example \"300m25(Build:9876)\""
+msgstr "The product release identifier, for example \"300m25(Build:9876)\""
+
+#: 04060104.xhp#par_id9200109.help.text
+msgid "\"numfile\""
+msgstr "\"numfile\""
+
+#: 04060104.xhp#par_id4186223.help.text
+msgid "Always 1, for compatibility reasons"
+msgstr "Always 1, for compatibility reasons"
+
+#: 04060104.xhp#par_id5766472.help.text
+msgid "\"recalc\""
+msgstr "\"recalc\""
+
+#: 04060104.xhp#par_id1491134.help.text
+msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
+msgstr "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localised into %PRODUCTNAME language)"
+
+#: 04060104.xhp#par_id1161534.help.text
+msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
+msgstr "Other spreadsheet applications may accept localised values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
+
+#: 04060104.xhp#hd_id5459456.help.text
+msgctxt "04060104.xhp#hd_id5459456.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3994567.help.text
+msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
+msgstr "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
+
+#: 04060104.xhp#par_id2873622.help.text
+msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
+msgstr "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
+
+#: 04060104.xhp#bm_id3155625.help.text
+msgid "<bookmark_value>CURRENT function</bookmark_value>"
+msgstr "<bookmark_value>CURRENT function</bookmark_value>"
+
+#: 04060104.xhp#hd_id3155625.30.help.text
+msgid "CURRENT"
+msgstr "CURRENT"
+
+#: 04060104.xhp#par_id3157975.31.help.text
+msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
+
+#: 04060104.xhp#hd_id3148880.32.help.text
+msgctxt "04060104.xhp#hd_id3148880.32.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3150930.33.help.text
+msgid "CURRENT()"
+msgstr "CURRENT()"
+
+#: 04060104.xhp#hd_id3145629.34.help.text
+msgctxt "04060104.xhp#hd_id3145629.34.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id5919064.help.text
+msgid "<item type=\"input\">=1+2+CURRENT()</item>"
+msgstr "<item type=\"input\">=1+2+CURRENT()</item>"
+
+#: 04060104.xhp#par_id8751792.help.text
+msgid "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
+msgstr "The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6."
+
+#: 04060104.xhp#par_id5863826.help.text
+msgid "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
+msgstr "<item type=\"input\">=A2+B2+STYLE(IF(CURRENT()>10;”Red”;”Default”))</item>"
+
+#: 04060104.xhp#par_id7463911.help.text
+msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+msgstr "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation."
+
+#: 04060104.xhp#par_id7318643.help.text
+msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+msgstr "<item type=\"input\">=\"choo\"&CURRENT()</item>"
+
+#: 04060104.xhp#par_id6019165.help.text
+msgid "The example returns choochoo."
+msgstr "The example returns choochoo."
+
+#: 04060104.xhp#bm_id3150688.help.text
+msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
+msgstr "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulae in other cells</bookmark_value><bookmark_value>displaying;formulae at any position</bookmark_value>"
+
+#: 04060104.xhp#hd_id3150688.147.help.text
+msgid "FORMULA"
+msgstr "FORMULA"
+
+#: 04060104.xhp#par_id3158417.148.help.text
+msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
+
+#: 04060104.xhp#hd_id3154954.149.help.text
+msgctxt "04060104.xhp#hd_id3154954.149.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3147535.150.help.text
+msgid "FORMULA(Reference)"
+msgstr "FORMULA(Reference)"
+
+#: 04060104.xhp#par_id3014313.help.text
+msgid "<emph>Reference</emph> is a reference to a cell containing a formula."
+msgstr "<emph>Reference</emph> is a reference to a cell containing a formula."
+
+#: 04060104.xhp#par_id8857081.help.text
+msgid "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
+msgstr "An invalid reference or a reference to a cell with no formula results in the error value #N/A."
+
+#: 04060104.xhp#hd_id3152820.151.help.text
+msgctxt "04060104.xhp#hd_id3152820.151.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3153179.152.help.text
+msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
+msgstr "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
+
+#: 04060104.xhp#par_id3153923.153.help.text
+msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+msgstr "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
+
+#: 04060104.xhp#bm_id3155409.help.text
+msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+msgstr "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+
+#: 04060104.xhp#hd_id3155409.37.help.text
+msgid "ISREF"
+msgstr "ISREF"
+
+#: 04060104.xhp#par_id3153723.38.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
+msgstr "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
+
+#: 04060104.xhp#hd_id3147175.39.help.text
+msgctxt "04060104.xhp#hd_id3147175.39.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3149821.40.help.text
+msgid "ISREF(Value)"
+msgstr "ISREF(Value)"
+
+#: 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 "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
+
+#: 04060104.xhp#hd_id3083448.42.help.text
+msgctxt "04060104.xhp#hd_id3083448.42.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3154317.43.help.text
+msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
+msgstr "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
+
+#: 04060104.xhp#par_id9728072.help.text
+msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
+msgstr "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE because a text can never be a reference."
+
+#: 04060104.xhp#par_id2131544.help.text
+msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
+msgstr "<item type=\"input\">=ISREF(4)</item> returns FALSE."
+
+#: 04060104.xhp#par_id4295480.help.text
+msgid "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
+msgstr "<item type=\"input\">=ISREF(INDIRECT(\"A6\"))</item> returns TRUE, because INDIRECT is a function that returns a reference."
+
+#: 04060104.xhp#par_id3626819.help.text
+msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+msgstr "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns FALSE, because ADDRESS is a function that returns a text, although it looks like a reference."
+
+#: 04060104.xhp#bm_id3154812.help.text
+msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+msgstr "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+
+#: 04060104.xhp#hd_id3154812.45.help.text
+msgid "ISERR"
+msgstr "ISERR"
+
+#: 04060104.xhp#par_id3149282.46.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+
+#: 04060104.xhp#hd_id3149450.47.help.text
+msgctxt "04060104.xhp#hd_id3149450.47.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3156312.48.help.text
+msgid "ISERR(Value)"
+msgstr "ISERR(Value)"
+
+#: 04060104.xhp#par_id3146857.49.help.text
+msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
+msgstr "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
+
+#: 04060104.xhp#hd_id3153212.50.help.text
+msgctxt "04060104.xhp#hd_id3153212.50.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3153276.51.help.text
+msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+
+#: 04060104.xhp#par_id8456984.help.text
+msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
+msgstr "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns FALSE, because ISERR() ignores the #N/A error."
+
+#: 04060104.xhp#bm_id3147081.help.text
+msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+msgstr "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognising;general errors</bookmark_value>"
+
+#: 04060104.xhp#hd_id3147081.53.help.text
+msgid "ISERROR"
+msgstr "ISERROR"
+
+#: 04060104.xhp#par_id3156316.54.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
+
+#: 04060104.xhp#hd_id3147569.55.help.text
+msgctxt "04060104.xhp#hd_id3147569.55.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3153155.56.help.text
+msgid "ISERROR(Value)"
+msgstr "ISERROR(Value)"
+
+#: 04060104.xhp#par_id3154047.57.help.text
+msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
+msgstr "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
+
+#: 04060104.xhp#hd_id3155994.58.help.text
+msgctxt "04060104.xhp#hd_id3155994.58.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3150256.59.help.text
+msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+msgstr "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
+
+#: 04060104.xhp#par_id1889095.help.text
+msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
+msgstr "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item type=\"input\">=NA()</item> returns TRUE."
+
+#: 04060104.xhp#bm_id3153618.help.text
+msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognising formula cells</bookmark_value><bookmark_value>formula cells;recognising</bookmark_value>"
+
+#: 04060104.xhp#hd_id3153618.61.help.text
+msgid "ISFORMULA"
+msgstr "ISFORMULA"
+
+#: 04060104.xhp#par_id3149138.62.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
+
+#: 04060104.xhp#hd_id3155100.63.help.text
+msgctxt "04060104.xhp#hd_id3155100.63.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3143230.64.help.text
+msgid "ISFORMULA(Reference)"
+msgstr "ISFORMULA(Reference)"
+
+#: 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 formula."
+msgstr "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
+
+#: 04060104.xhp#hd_id3147491.66.help.text
+msgctxt "04060104.xhp#hd_id3147491.66.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3159182.67.help.text
+msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
+msgstr "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
+
+#: 04060104.xhp#bm_id3149760.help.text
+msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
+
+#: 04060104.xhp#hd_id3149760.229.help.text
+msgid "ISEVEN_ADD"
+msgstr "ISEVEN_ADD"
+
+#: 04060104.xhp#par_id3147253.230.help.text
+msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
+
+#: 04060104.xhp#hd_id3152799.231.help.text
+msgctxt "04060104.xhp#hd_id3152799.231.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3149202.232.help.text
+msgid "ISEVEN_ADD(Number)"
+msgstr "ISEVEN_ADD(Number)"
+
+#: 04060104.xhp#par_id3151168.233.help.text
+msgctxt "04060104.xhp#par_id3151168.233.help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Number</emph> is the number to be tested."
+
+#: 04060104.xhp#hd_id3150115.234.help.text
+msgctxt "04060104.xhp#hd_id3150115.234.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3153904.235.help.text
+msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
+msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
+
+#: 04060104.xhp#par_id6238308.help.text
+msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
+msgstr "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains the number <item type=\"input\">2</item>."
+
+#: 04060104.xhp#bm_id3154692.help.text
+msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+msgstr "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+
+#: 04060104.xhp#hd_id3154692.68.help.text
+msgid "ISNONTEXT"
+msgstr "ISNONTEXT"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
+
+#: 04060104.xhp#par_id5719779.help.text
+msgid "If an error occurs, the function returns TRUE."
+msgstr "If an error occurs, the function returns TRUE."
+
+#: 04060104.xhp#hd_id3154931.70.help.text
+msgctxt "04060104.xhp#hd_id3154931.70.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3148829.71.help.text
+msgid "ISNONTEXT(Value)"
+msgstr "ISNONTEXT(Value)"
+
+#: 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 "<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."
+
+#: 04060104.xhp#hd_id3150525.73.help.text
+msgctxt "04060104.xhp#hd_id3150525.73.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3149906.74.help.text
+msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp#par_id3150777.75.help.text
+msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
+msgstr "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
+
+#: 04060104.xhp#bm_id3159148.help.text
+msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognising</bookmark_value>"
+
+#: 04060104.xhp#hd_id3159148.77.help.text
+msgid "ISBLANK"
+msgstr "ISBLANK"
+
+#: 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 "<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. "
+
+#: 04060104.xhp#hd_id3159162.79.help.text
+msgctxt "04060104.xhp#hd_id3159162.79.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3158406.80.help.text
+msgid "ISBLANK(Value)"
+msgstr "ISBLANK(Value)"
+
+#: 04060104.xhp#par_id3154212.81.help.text
+msgid "<emph>Value</emph> is the content to be tested."
+msgstr "<emph>Value</emph> is the content to be tested."
+
+#: 04060104.xhp#hd_id3147508.82.help.text
+msgctxt "04060104.xhp#hd_id3147508.82.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3147234.83.help.text
+msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
+
+#: 04060104.xhp#bm_id3155356.help.text
+msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+msgstr "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+
+#: 04060104.xhp#hd_id3155356.85.help.text
+msgid "ISLOGICAL"
+msgstr "ISLOGICAL"
+
+#: 04060104.xhp#par_id3148926.86.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
+
+#: 04060104.xhp#par_id3541062.help.text
+msgctxt "04060104.xhp#par_id3541062.help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "If an error occurs, the function returns FALSE."
+
+#: 04060104.xhp#hd_id3149162.87.help.text
+msgctxt "04060104.xhp#hd_id3149162.87.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3148918.88.help.text
+msgid "ISLOGICAL(Value)"
+msgstr "ISLOGICAL(Value)"
+
+#: 04060104.xhp#par_id3146946.89.help.text
+msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
+msgstr "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
+
+#: 04060104.xhp#hd_id3150709.90.help.text
+msgctxt "04060104.xhp#hd_id3150709.90.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3166442.91.help.text
+msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
+msgstr "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
+
+#: 04060104.xhp#par_id3556016.help.text
+msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
+msgstr "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
+
+#: 04060104.xhp#bm_id3153685.help.text
+msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+msgstr "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognising</bookmark_value>"
+
+#: 04060104.xhp#hd_id3153685.93.help.text
+msgid "ISNA"
+msgstr "ISNA"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
+
+#: 04060104.xhp#par_id6018860.help.text
+msgctxt "04060104.xhp#par_id6018860.help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "If an error occurs, the function returns FALSE."
+
+#: 04060104.xhp#hd_id3152947.95.help.text
+msgctxt "04060104.xhp#hd_id3152947.95.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3153748.96.help.text
+msgid "ISNA(Value)"
+msgstr "ISNA(Value)"
+
+#: 04060104.xhp#par_id3152884.97.help.text
+msgid "<emph>Value</emph> is the value or expression to be tested."
+msgstr "<emph>Value</emph> is the value or expression to be tested."
+
+#: 04060104.xhp#hd_id3149964.98.help.text
+msgctxt "04060104.xhp#hd_id3149964.98.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3154852.99.help.text
+msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
+msgstr "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
+
+#: 04060104.xhp#bm_id3149426.help.text
+msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+msgstr "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+
+#: 04060104.xhp#hd_id3149426.101.help.text
+msgid "ISTEXT"
+msgstr "ISTEXT"
+
+#: 04060104.xhp#par_id3145368.102.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
+
+#: 04060104.xhp#par_id6779686.help.text
+msgctxt "04060104.xhp#par_id6779686.help.text"
+msgid "If an error occurs, the function returns FALSE."
+msgstr "If an error occurs, the function returns FALSE."
+
+#: 04060104.xhp#hd_id3154332.103.help.text
+msgctxt "04060104.xhp#hd_id3154332.103.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3148649.104.help.text
+msgid "ISTEXT(Value)"
+msgstr "ISTEXT(Value)"
+
+#: 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 "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
+
+#: 04060104.xhp#hd_id3149239.106.help.text
+msgctxt "04060104.xhp#hd_id3149239.106.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3144756.107.help.text
+msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp#par_id3148416.108.help.text
+msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
+msgstr "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
+
+#: 04060104.xhp#bm_id3153939.help.text
+msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>ISODD_ADD function</bookmark_value>"
+
+#: 04060104.xhp#hd_id3153939.236.help.text
+msgid "ISODD_ADD"
+msgstr "ISODD_ADD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
+
+#: 04060104.xhp#hd_id3145601.238.help.text
+msgctxt "04060104.xhp#hd_id3145601.238.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3149485.239.help.text
+msgid "ISODD_ADD(Number)"
+msgstr "ISODD_ADD(Number)"
+
+#: 04060104.xhp#par_id3153315.240.help.text
+msgctxt "04060104.xhp#par_id3153315.240.help.text"
+msgid "<emph>Number</emph> is the number to be tested."
+msgstr "<emph>Number</emph> is the number to be tested."
+
+#: 04060104.xhp#hd_id3143274.241.help.text
+msgctxt "04060104.xhp#hd_id3143274.241.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3154793.242.help.text
+msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
+msgstr "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
+
+#: 04060104.xhp#bm_id3148688.help.text
+msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+msgstr "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+
+#: 04060104.xhp#hd_id3148688.110.help.text
+msgid "ISNUMBER"
+msgstr "ISNUMBER"
+
+#: 04060104.xhp#par_id3154618.111.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
+
+#: 04060104.xhp#hd_id3152769.112.help.text
+msgctxt "04060104.xhp#hd_id3152769.112.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3150595.113.help.text
+msgid "ISNUMBER(Value)"
+msgstr "ISNUMBER(Value)"
+
+#: 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 "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
+
+#: 04060104.xhp#hd_id3146793.115.help.text
+msgctxt "04060104.xhp#hd_id3146793.115.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3155614.116.help.text
+msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
+msgstr "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
+
+#: 04060104.xhp#par_id3154417.117.help.text
+msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+msgstr "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
+
+#: 04060104.xhp#bm_id3153694.help.text
+msgid "<bookmark_value>N function</bookmark_value>"
+msgstr "<bookmark_value>N function</bookmark_value>"
+
+#: 04060104.xhp#hd_id3153694.119.help.text
+msgid "N"
+msgstr "N"
+
+#: 04060104.xhp#par_id3150405.120.help.text
+msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
+msgstr ""
+
+#: 04060104.xhp#par_id9115573.help.text
+msgid "If an error occurs the function returns the error value."
+msgstr ""
+
+#: 04060104.xhp#hd_id3145774.121.help.text
+msgctxt "04060104.xhp#hd_id3145774.121.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3153883.122.help.text
+msgid "N(Value)"
+msgstr "N(Value)"
+
+#: 04060104.xhp#par_id3151101.123.help.text
+msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
+msgstr ""
+
+#: 04060104.xhp#hd_id3147097.124.help.text
+msgctxt "04060104.xhp#hd_id3147097.124.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3154117.125.help.text
+msgid "<item type=\"input\">=N(123)</item> returns 123"
+msgstr "<item type=\"input\">=N(123)</item> returns 123"
+
+#: 04060104.xhp#par_id2337717.help.text
+msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
+msgstr "<item type=\"input\">=N(TRUE)</item> returns 1"
+
+#: 04060104.xhp#par_id3153781.126.help.text
+msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
+msgstr "<item type=\"input\">=N(FALSE)</item> returns 0"
+
+#: 04060104.xhp#par_id3154670.243.help.text
+msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
+msgstr "<item type=\"input\">=N(\"abc\")</item> returns 0"
+
+#: 04060104.xhp#par_id3519089.help.text
+msgid "=N(1/0) returns #DIV/0!"
+msgstr "=N(1/0) returns #DIV/0!"
+
+#: 04060104.xhp#bm_id3156275.help.text
+msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+msgstr "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+
+#: 04060104.xhp#hd_id3156275.129.help.text
+msgid "NA"
+msgstr "NA"
+
+#: 04060104.xhp#par_id3156161.130.help.text
+msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
+
+#: 04060104.xhp#hd_id3147532.131.help.text
+msgctxt "04060104.xhp#hd_id3147532.131.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3149563.132.help.text
+msgid "NA()"
+msgstr "NA()"
+
+#: 04060104.xhp#hd_id3155128.133.help.text
+msgctxt "04060104.xhp#hd_id3155128.133.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060104.xhp#par_id3154481.134.help.text
+msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
+msgstr "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
+
+#: 04060104.xhp#bm_id3151255.help.text
+msgid "<bookmark_value>TYPE function</bookmark_value>"
+msgstr "<bookmark_value>TYPE function</bookmark_value>"
+
+#: 04060104.xhp#hd_id3151255.136.help.text
+msgctxt "04060104.xhp#hd_id3151255.136.help.text"
+msgid "TYPE"
+msgstr "TYPE"
+
+#: 04060104.xhp#par_id3155900.137.help.text
+msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value.</ahelp>"
+
+#: 04060104.xhp#hd_id3149992.138.help.text
+msgctxt "04060104.xhp#hd_id3149992.138.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3148400.139.help.text
+msgid "TYPE(Value)"
+msgstr "TYPE(Value)"
+
+#: 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 "<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."
+
+#: 04060104.xhp#hd_id3154363.141.help.text
+msgid "Example (see example table above)"
+msgstr "Example (see example table above)"
+
+#: 04060104.xhp#par_id3153357.142.help.text
+msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+msgstr "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
+
+#: 04060104.xhp#par_id3148980.143.help.text
+msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
+msgstr "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
+
+#: 04060104.xhp#bm_id3155509.help.text
+msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+msgstr "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+
+#: 04060104.xhp#hd_id3155509.154.help.text
+msgid "CELL"
+msgstr "CELL"
+
+#: 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 "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
+
+#: 04060104.xhp#hd_id3149323.156.help.text
+msgctxt "04060104.xhp#hd_id3149323.156.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060104.xhp#par_id3147355.157.help.text
+msgid "CELL(\"InfoType\"; Reference)"
+msgstr "CELL(\"InfoType\"; Reference)"
+
+#: 04060104.xhp#par_id3154716.158.help.text
+msgid "<emph>InfoType</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 "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
+
+#: 04060104.xhp#par_id3150636.165.help.text
+msgid "InfoType"
+msgstr "InfoType"
+
+#: 04060104.xhp#par_id3149344.166.help.text
+msgid "Meaning"
+msgstr "Meaning"
+
+#: 04060104.xhp#par_id3153266.167.help.text
+msgid "COL"
+msgstr "COL"
+
+#: 04060104.xhp#par_id3156204.168.help.text
+msgid "Returns the number of the referenced column."
+msgstr "Returns the number of the referenced column."
+
+#: 04060104.xhp#par_id3150094.162.help.text
+msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
+msgstr "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
+
+#: 04060104.xhp#par_id3151276.169.help.text
+msgctxt "04060104.xhp#par_id3151276.169.help.text"
+msgid "ROW"
+msgstr "ROW"
+
+#: 04060104.xhp#par_id3147583.170.help.text
+msgid "Returns the number of the referenced row."
+msgstr "Returns the number of the referenced row."
+
+#: 04060104.xhp#par_id3151222.163.help.text
+msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
+msgstr "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
+
+#: 04060104.xhp#par_id3159217.171.help.text
+msgctxt "04060104.xhp#par_id3159217.171.help.text"
+msgid "SHEET"
+msgstr "SHEET"
+
+#: 04060104.xhp#par_id3151201.172.help.text
+msgid "Returns the number of the referenced sheet."
+msgstr "Returns the number of the referenced sheet."
+
+#: 04060104.xhp#par_id3149169.164.help.text
+msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
+msgstr "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
+
+#: 04060104.xhp#par_id3149431.173.help.text
+msgctxt "04060104.xhp#par_id3149431.173.help.text"
+msgid "ADDRESS"
+msgstr "ADDRESS"
+
+#: 04060104.xhp#par_id3156054.174.help.text
+msgid "Returns the absolute address of the referenced cell."
+msgstr "Returns the absolute address of the referenced cell."
+
+#: 04060104.xhp#par_id3154136.175.help.text
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
+
+#: 04060104.xhp#par_id3159198.176.help.text
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
+
+#: 04060104.xhp#par_id3150245.177.help.text
+msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
+msgstr "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
+
+#: 04060104.xhp#par_id3146811.178.help.text
+msgid "FILENAME"
+msgstr "FILENAME"
+
+#: 04060104.xhp#par_id3151328.179.help.text
+msgid "Returns the file name and the sheet number of the referenced cell."
+msgstr "Returns the file name and the sheet number of the referenced cell."
+
+#: 04060104.xhp#par_id3148896.180.help.text
+msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
+msgstr "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
+
+#: 04060104.xhp#par_id3155144.181.help.text
+msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
+msgstr "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
+
+#: 04060104.xhp#par_id3151381.182.help.text
+msgid "COORD"
+msgstr "COORD"
+
+#: 04060104.xhp#par_id3151004.183.help.text
+msgid "Returns the complete cell address in Lotus(TM) notation."
+msgstr "Returns the complete cell address in Lotus(TM) notation."
+
+#: 04060104.xhp#par_id3159104.184.help.text
+msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
+
+#: 04060104.xhp#par_id3163720.185.help.text
+msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
+msgstr "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
+
+#: 04060104.xhp#par_id3155910.186.help.text
+msgid "CONTENTS"
+msgstr "CONTENTS"
+
+#: 04060104.xhp#par_id3156041.187.help.text
+msgid "Returns the contents of the referenced cell, without any formatting."
+msgstr "Returns the contents of the referenced cell, without any formatting."
+
+#: 04060104.xhp#par_id3151069.188.help.text
+msgctxt "04060104.xhp#par_id3151069.188.help.text"
+msgid "TYPE"
+msgstr "TYPE"
+
+#: 04060104.xhp#par_id3155344.189.help.text
+msgid "Returns the type of cell contents."
+msgstr "Returns the type of cell contents."
+
+#: 04060104.xhp#par_id3145217.190.help.text
+msgid "b = blank. empty cell"
+msgstr "b = blank. empty cell"
+
+#: 04060104.xhp#par_id3155176.191.help.text
+msgid "l = label. Text, result of a formula as text"
+msgstr "l = label. Text, result of a formula as text"
+
+#: 04060104.xhp#par_id3147280.192.help.text
+msgid "v = value. Value, result of a formula as a number"
+msgstr "v = value. Value, result of a formula as a number"
+
+#: 04060104.xhp#par_id3156348.193.help.text
+msgid "WIDTH"
+msgstr "WIDTH"
+
+#: 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 "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."
+
+#: 04060104.xhp#par_id3152355.195.help.text
+msgid "PREFIX"
+msgstr "PREFIX"
+
+#: 04060104.xhp#par_id3154230.196.help.text
+msgid "Returns the alignment of the referenced cell."
+msgstr "Returns the alignment of the referenced cell."
+
+#: 04060104.xhp#par_id3155946.197.help.text
+msgid "' = align left or left-justified"
+msgstr "' = align left or left-justified"
+
+#: 04060104.xhp#par_id3147220.198.help.text
+msgid "\" = align right"
+msgstr "\" = align right"
+
+#: 04060104.xhp#par_id3149038.199.help.text
+msgid "^ = centered"
+msgstr "^ = centred"
+
+#: 04060104.xhp#par_id3153129.200.help.text
+msgid "\\ = repeating (currently inactive)"
+msgstr "\\ = repeating (currently inactive)"
+
+#: 04060104.xhp#par_id3154406.201.help.text
+msgid "PROTECT"
+msgstr "PROTECT"
+
+#: 04060104.xhp#par_id3145127.202.help.text
+msgid "Returns the status of the cell protection for the cell."
+msgstr "Returns the status of the cell protection for the cell."
+
+#: 04060104.xhp#par_id3155794.203.help.text
+msgid "1 = cell is protected"
+msgstr "1 = cell is protected"
+
+#: 04060104.xhp#par_id3155072.204.help.text
+msgid "0 = cell is not protected"
+msgstr "0 = cell is not protected"
+
+#: 04060104.xhp#par_id3156178.205.help.text
+msgid "FORMAT"
+msgstr "FORMAT"
+
+#: 04060104.xhp#par_id3150220.206.help.text
+msgid "Returns a character string that indicates the number format."
+msgstr "Returns a character string that indicates the number format."
+
+#: 04060104.xhp#par_id3153824.207.help.text
+msgid ", = number with thousands separator"
+msgstr ", = number with thousands separator"
+
+#: 04060104.xhp#par_id3153837.208.help.text
+msgid "F = number without thousands separator"
+msgstr "F = number without thousands separator"
+
+#: 04060104.xhp#par_id3150318.209.help.text
+msgid "C = currency format"
+msgstr "C = currency format"
+
+#: 04060104.xhp#par_id3153168.210.help.text
+msgid "S = exponential representation, for example, 1.234+E56"
+msgstr "S = exponential representation, for example, 1.234+E56"
+
+#: 04060104.xhp#par_id3153515.211.help.text
+msgid "P = percentage"
+msgstr "P = percentage"
+
+#: 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 "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"
+
+#: 04060104.xhp#par_id3150575.213.help.text
+msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
+msgstr "D1 = MMM-D-YY, MM-D-YY and similar formats"
+
+#: 04060104.xhp#par_id3150589.214.help.text
+msgid "D2 = DD-MM"
+msgstr "D2 = DD-MM"
+
+#: 04060104.xhp#par_id3151034.215.help.text
+msgid "D3 = MM-YY"
+msgstr "D3 = MM-YY"
+
+#: 04060104.xhp#par_id3156371.216.help.text
+msgid "D4 = DD-MM-YYYY HH:MM:SS"
+msgstr "D4 = DD-MM-YYYY HH:MM:SS"
+
+#: 04060104.xhp#par_id3157881.217.help.text
+msgid "D5 = MM-DD"
+msgstr "D5 = MM-DD"
+
+#: 04060104.xhp#par_id3157894.218.help.text
+msgid "D6 = HH:MM:SS AM/PM"
+msgstr "D6 = HH:MM:SS AM/PM"
+
+#: 04060104.xhp#par_id3154068.219.help.text
+msgid "D7 = HH:MM AM/PM"
+msgstr "D7 = HH:MM AM/PM"
+
+#: 04060104.xhp#par_id3150286.220.help.text
+msgid "D8 = HH:MM:SS"
+msgstr "D8 = HH:MM:SS"
+
+#: 04060104.xhp#par_id3145756.221.help.text
+msgid "D9 = HH:MM"
+msgstr "D9 = HH:MM"
+
+#: 04060104.xhp#par_id3145768.222.help.text
+msgid "G = All other formats"
+msgstr "G = All other formats"
+
+#: 04060104.xhp#par_id3153375.223.help.text
+msgid "- (Minus) at the end = negative numbers are formatted in color"
+msgstr "- (Minus) at the end = negative numbers are formatted in colour"
+
+#: 04060104.xhp#par_id3155545.224.help.text
+msgid "() (brackets) at the end = there is an opening bracket in the format code"
+msgstr "() (brackets) at the end = there is an opening bracket in the format code"
+
+#: 04060104.xhp#par_id3154594.225.help.text
+msgid "COLOR"
+msgstr "COLOR"
+
+#: 04060104.xhp#par_id3152922.226.help.text
+msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
+msgstr "Returns 1, if negative values have been formatted in colour, otherwise 0."
+
+#: 04060104.xhp#par_id3145563.227.help.text
+msgid "PARENTHESES"
+msgstr "PARENTHESES"
+
+#: 04060104.xhp#par_id3156072.228.help.text
+msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
+msgstr "Returns 1 if the format code contains an opening bracket (, otherwise 0."
+
+#: 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 "<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."
+
+#: 04060103.xhp#tit.help.text
+msgctxt "04060103.xhp#tit.help.text"
+msgid "Financial Functions Part One"
+msgstr "Financial Functions Part One"
+
+#: 04060103.xhp#bm_id3143284.help.text
+msgid "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
+msgstr "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
+
+#: 04060103.xhp#hd_id3143284.1.help.text
+msgctxt "04060103.xhp#hd_id3143284.1.help.text"
+msgid "Financial Functions Part One"
+msgstr "Financial Functions Part One"
+
+#: 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 "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
+
+#: 04060103.xhp#bm_id3153366.help.text
+msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
+
+#: 04060103.xhp#hd_id3153366.359.help.text
+msgid "AMORDEGRC"
+msgstr "AMORDEGRC"
+
+#: 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 "<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."
+
+#: 04060103.xhp#hd_id3155855.361.help.text
+msgctxt "04060103.xhp#hd_id3155855.361.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3147427.362.help.text
+msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+
+#: 04060103.xhp#par_id3147125.363.help.text
+msgid " <emph>Cost</emph> is the acquisition costs."
+msgstr " <emph>Cost</emph> is the acquisition costs."
+
+#: 04060103.xhp#par_id3151074.364.help.text
+msgctxt "04060103.xhp#par_id3151074.364.help.text"
+msgid " <emph>DatePurchased</emph> is the date of acquisition."
+msgstr " <emph>DatePurchased</emph> is the date of acquisition."
+
+#: 04060103.xhp#par_id3144765.365.help.text
+msgctxt "04060103.xhp#par_id3144765.365.help.text"
+msgid " <emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr " <emph>FirstPeriod </emph>is the end date of the first settlement period."
+
+#: 04060103.xhp#par_id3156286.366.help.text
+msgctxt "04060103.xhp#par_id3156286.366.help.text"
+msgid " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+msgstr " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+
+#: 04060103.xhp#par_id3153415.367.help.text
+msgctxt "04060103.xhp#par_id3153415.367.help.text"
+msgid " <emph>Period</emph> is the settlement period to be considered."
+msgstr " <emph>Period</emph> is the settlement period to be considered."
+
+#: 04060103.xhp#par_id3155064.368.help.text
+msgctxt "04060103.xhp#par_id3155064.368.help.text"
+msgid " <emph>Rate</emph> is the rate of depreciation."
+msgstr " <emph>Rate</emph> is the rate of depreciation."
+
+#: 04060103.xhp#bm_id3153765.help.text
+msgid "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
+
+#: 04060103.xhp#hd_id3153765.369.help.text
+msgid "AMORLINC"
+msgstr "AMORLINC"
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3150044.371.help.text
+msgctxt "04060103.xhp#hd_id3150044.371.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3147363.372.help.text
+msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+
+#: 04060103.xhp#par_id3146920.373.help.text
+msgid " <emph>Cost</emph> means the acquisition costs."
+msgstr " <emph>Cost</emph> means the acquisition costs."
+
+#: 04060103.xhp#par_id3163807.374.help.text
+msgctxt "04060103.xhp#par_id3163807.374.help.text"
+msgid " <emph>DatePurchased</emph> is the date of acquisition."
+msgstr " <emph>DatePurchased</emph> is the date of acquisition."
+
+#: 04060103.xhp#par_id3148488.375.help.text
+msgctxt "04060103.xhp#par_id3148488.375.help.text"
+msgid " <emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr " <emph>FirstPeriod </emph>is the end date of the first settlement period."
+
+#: 04060103.xhp#par_id3149530.376.help.text
+msgctxt "04060103.xhp#par_id3149530.376.help.text"
+msgid " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+msgstr " <emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
+
+#: 04060103.xhp#par_id3148633.377.help.text
+msgctxt "04060103.xhp#par_id3148633.377.help.text"
+msgid " <emph>Period</emph> is the settlement period to be considered."
+msgstr " <emph>Period</emph> is the settlement period to be considered."
+
+#: 04060103.xhp#par_id3150982.378.help.text
+msgctxt "04060103.xhp#par_id3150982.378.help.text"
+msgid " <emph>Rate</emph> is the rate of depreciation."
+msgstr " <emph>Rate</emph> is the rate of depreciation."
+
+#: 04060103.xhp#bm_id3145257.help.text
+msgid "<bookmark_value>ACCRINT function</bookmark_value>"
+msgstr "<bookmark_value>ACCRINT function</bookmark_value>"
+
+#: 04060103.xhp#hd_id3145257.335.help.text
+msgid "ACCRINT"
+msgstr "ACCRINT"
+
+#: 04060103.xhp#bm_id3151276.help.text
+msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
+msgstr "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_ACCRINT\">Calculates the accrued interest of a security in the case of periodic payments.</ahelp>"
+
+#: 04060103.xhp#hd_id3152581.337.help.text
+msgctxt "04060103.xhp#hd_id3152581.337.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3159092.338.help.text
+msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
+msgstr "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
+
+#: 04060103.xhp#par_id3150519.339.help.text
+msgctxt "04060103.xhp#par_id3150519.339.help.text"
+msgid " <emph>Issue</emph> is the issue date of the security."
+msgstr " <emph>Issue</emph> is the issue date of the security."
+
+#: 04060103.xhp#par_id3155376.340.help.text
+msgid " <emph>FirstInterest</emph> is the first interest date of the security."
+msgstr " <emph>FirstInterest</emph> is the first interest date of the security."
+
+#: 04060103.xhp#par_id3166431.341.help.text
+msgctxt "04060103.xhp#par_id3166431.341.help.text"
+msgid " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgstr " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+
+#: 04060103.xhp#par_id3154486.342.help.text
+msgid " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgstr " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+
+#: 04060103.xhp#par_id3156445.343.help.text
+msgctxt "04060103.xhp#par_id3156445.343.help.text"
+msgid " <emph>Par</emph> is the par value of the security."
+msgstr " <emph>Par</emph> is the par value of the security."
+
+#: 04060103.xhp#par_id3149406.344.help.text
+msgctxt "04060103.xhp#par_id3149406.344.help.text"
+msgid " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060103.xhp#hd_id3148699.345.help.text
+msgctxt "04060103.xhp#hd_id3148699.345.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060103.xhp#par_id3148599.346.help.text
+msgid "A security is issued on 2001-02-28. First interest is set for 2001-08-31. The settlement date is 2001-05-01. 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 "A security is issued on 2001-02-28. First interest is set for 2001-08-31. The settlement date is 2001-05-01. 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?"
+
+#: 04060103.xhp#par_id3148840.347.help.text
+msgid " <item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
+msgstr " <item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
+
+#: 04060103.xhp#bm_id3151240.help.text
+msgid "<bookmark_value>ACCRINTM function</bookmark_value> <bookmark_value>accrued interests;one-off payments</bookmark_value>"
+msgstr "<bookmark_value>ACCRINTM function</bookmark_value> <bookmark_value>accrued interests;one-off payments</bookmark_value>"
+
+#: 04060103.xhp#hd_id3151240.348.help.text
+msgid "ACCRINTM"
+msgstr "ACCRINTM"
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3159097.350.help.text
+msgctxt "04060103.xhp#hd_id3159097.350.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3147074.351.help.text
+msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
+msgstr "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
+
+#: 04060103.xhp#par_id3144773.352.help.text
+msgctxt "04060103.xhp#par_id3144773.352.help.text"
+msgid " <emph>Issue</emph> is the issue date of the security."
+msgstr " <emph>Issue</emph> is the issue date of the security."
+
+#: 04060103.xhp#par_id3154956.353.help.text
+msgctxt "04060103.xhp#par_id3154956.353.help.text"
+msgid " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgstr " <emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+
+#: 04060103.xhp#par_id3153972.354.help.text
+msgid " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
+msgstr " <emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
+
+#: 04060103.xhp#par_id3159204.355.help.text
+msgctxt "04060103.xhp#par_id3159204.355.help.text"
+msgid " <emph>Par</emph> is the par value of the security."
+msgstr " <emph>Par</emph> is the par value of the security."
+
+#: 04060103.xhp#hd_id3155384.356.help.text
+msgctxt "04060103.xhp#hd_id3155384.356.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060103.xhp#par_id3154541.357.help.text
+msgid "A security is issued on 2001-04-01. The maturity date is set for 2001-06-15. 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 "A security is issued on 2001-04-01. The maturity date is set for 2001-06-15. 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?"
+
+#: 04060103.xhp#par_id3149128.358.help.text
+msgid " <item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
+msgstr " <item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
+
+#: 04060103.xhp#bm_id3145753.help.text
+msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
+msgstr "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
+
+#: 04060103.xhp#hd_id3145753.390.help.text
+msgid "RECEIVED"
+msgstr "RECEIVED"
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3149385.392.help.text
+msgctxt "04060103.xhp#hd_id3149385.392.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3145362.393.help.text
+msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
+msgstr "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
+
+#: 04060103.xhp#par_id3154654.394.help.text
+msgctxt "04060103.xhp#par_id3154654.394.help.text"
+msgid " <emph>Settlement</emph> is the date of purchase of the security."
+msgstr " <emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060103.xhp#par_id3153011.395.help.text
+msgctxt "04060103.xhp#par_id3153011.395.help.text"
+msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr " <emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060103.xhp#par_id3155525.396.help.text
+msgid " <emph>Investment</emph> is the purchase sum."
+msgstr " <emph>Investment</emph> is the purchase sum."
+
+#: 04060103.xhp#par_id3155760.397.help.text
+msgid " <emph>Discount</emph> is the percentage discount on acquisition of the security."
+msgstr " <emph>Discount</emph> is the percentage discount on acquisition of the security."
+
+#: 04060103.xhp#hd_id3154710.398.help.text
+msgctxt "04060103.xhp#hd_id3154710.398.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3146108.400.help.text
+msgid "The amount received on the maturity date is calculated as follows:"
+msgstr "The amount received on the maturity date is calculated as follows:"
+
+#: 04060103.xhp#par_id3147246.401.help.text
+msgid " <item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
+msgstr " <item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
+
+#: 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 "<bookmark_value>PV function</bookmark_value> <bookmark_value>present values</bookmark_value> <bookmark_value>calculating; present values</bookmark_value>"
+
+#: 04060103.xhp#hd_id3147556.3.help.text
+msgid "PV"
+msgstr "PV"
+
+#: 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 "<ahelp hid=\"HID_FUNC_BW\">Returns the present value of an investment resulting from a series of regular payments.</ahelp>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 04060103.xhp#hd_id3147407.7.help.text
+msgctxt "04060103.xhp#hd_id3147407.7.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3150395.8.help.text
+msgid "PV(Rate; NPer; Pmt; FV; Type)"
+msgstr "PV(Rate; NPer; Pmt; FV; Type)"
+
+#: 04060103.xhp#par_id3151341.9.help.text
+msgid " <emph>Rate</emph> defines the interest rate per period."
+msgstr " <emph>Rate</emph> defines the interest rate per period."
+
+#: 04060103.xhp#par_id3153023.10.help.text
+msgid " <emph>NPer</emph> is the total number of periods (payment period)."
+msgstr " <emph>NPer</emph> is the total number of periods (payment period)."
+
+#: 04060103.xhp#par_id3146323.11.help.text
+msgid " <emph>Pmt</emph> is the regular payment made per period."
+msgstr " <emph>Pmt</emph> is the regular payment made per period."
+
+#: 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 " <emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
+
+#: 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 " <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."
+
+#: 04060103.xhp#par_idN10B13.help.text
+msgctxt "04060103.xhp#par_idN10B13.help.text"
+msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+msgstr " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
+
+#: 04060103.xhp#hd_id3150037.14.help.text
+msgctxt "04060103.xhp#hd_id3150037.14.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3155907.16.help.text
+msgid " <item type=\"input\">=PV(8%/12;48;500;20000)</item> = -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 " <item type=\"input\">=PV(8%/12;48;500;20000)</item> = -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."
+
+#: 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 "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."
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3152978.19.help.text
+msgid "SYD"
+msgstr "SYD"
+
+#: 04060103.xhp#par_id3148732.20.help.text
+msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
+
+#: 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 "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."
+
+#: 04060103.xhp#hd_id3149431.22.help.text
+msgctxt "04060103.xhp#hd_id3149431.22.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3150483.23.help.text
+msgid "SYD(Cost; Salvage; Life; Period)"
+msgstr "SYD(Cost; Salvage; Life; Period)"
+
+#: 04060103.xhp#par_id3146879.24.help.text
+msgctxt "04060103.xhp#par_id3146879.24.help.text"
+msgid " <emph>Cost</emph> is the initial cost of an asset."
+msgstr " <emph>Cost</emph> is the initial cost of an asset."
+
+#: 04060103.xhp#par_id3147423.25.help.text
+msgid " <emph>Salvage</emph> is the value of an asset after depreciation."
+msgstr " <emph>Salvage</emph> is the value of an asset after depreciation."
+
+#: 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 " <emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
+
+#: 04060103.xhp#par_id3147473.27.help.text
+msgid " <emph>Period</emph> defines the period for which the depreciation is to be calculated."
+msgstr " <emph>Period</emph> defines the period for which the depreciation is to be calculated."
+
+#: 04060103.xhp#hd_id3148434.28.help.text
+msgctxt "04060103.xhp#hd_id3148434.28.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3150900.30.help.text
+msgid " <item type=\"input\">=SYD(50000;10000;5;1)</item>=13,333.33 currency units. The depreciation amount for the first year is 13,333.33 currency units."
+msgstr " <item type=\"input\">=SYD(50000;10000;5;1)</item>=13,333.33 currency units. The depreciation amount for the first year is 13,333.33 currency units."
+
+#: 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 "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulae 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:"
+
+#: 04060103.xhp#par_id3155258.32.help.text
+msgid " <emph>A</emph> "
+msgstr " <emph>A</emph> "
+
+#: 04060103.xhp#par_id3154558.33.help.text
+msgid " <emph>B</emph> "
+msgstr " <emph>B</emph> "
+
+#: 04060103.xhp#par_id3152372.34.help.text
+msgid " <emph>C</emph> "
+msgstr " <emph>C</emph> "
+
+#: 04060103.xhp#par_id3149949.35.help.text
+msgid " <emph>D</emph> "
+msgstr " <emph>D</emph> "
+
+#: 04060103.xhp#par_id3145123.36.help.text
+msgid " <emph>E</emph> "
+msgstr " <emph>E</emph> "
+
+#: 04060103.xhp#par_id3149504.37.help.text
+msgctxt "04060103.xhp#par_id3149504.37.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060103.xhp#par_id3153778.38.help.text
+msgid " <item type=\"input\">Initial Cost</item> "
+msgstr " <item type=\"input\">Initial Cost</item> "
+
+#: 04060103.xhp#par_id3159083.39.help.text
+msgid " <item type=\"input\">Salvage Value</item> "
+msgstr " <item type=\"input\">Salvage Value</item> "
+
+#: 04060103.xhp#par_id3150002.40.help.text
+msgid " <item type=\"input\">Useful Life</item> "
+msgstr " <item type=\"input\">Useful Life</item> "
+
+#: 04060103.xhp#par_id3153006.41.help.text
+msgid " <item type=\"input\">Time Period</item> "
+msgstr " <item type=\"input\">Time Period</item> "
+
+#: 04060103.xhp#par_id3154505.42.help.text
+msgid " <item type=\"input\">Deprec. SYD</item> "
+msgstr " <item type=\"input\">Deprec. SYD</item> "
+
+#: 04060103.xhp#par_id3150336.43.help.text
+msgctxt "04060103.xhp#par_id3150336.43.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060103.xhp#par_id3155926.44.help.text
+msgid " <item type=\"input\">50,000 currency units</item> "
+msgstr " <item type=\"input\">50,000 currency units</item> "
+
+#: 04060103.xhp#par_id3153736.45.help.text
+msgid " <item type=\"input\">10,000 currency units</item> "
+msgstr " <item type=\"input\">10,000 currency units</item> "
+
+#: 04060103.xhp#par_id3150131.46.help.text
+msgctxt "04060103.xhp#par_id3150131.46.help.text"
+msgid " <item type=\"input\">5</item> "
+msgstr " <item type=\"input\">5</item> "
+
+#: 04060103.xhp#par_id3148766.47.help.text
+msgid " <item type=\"input\">1</item> "
+msgstr " <item type=\"input\">1</item> "
+
+#: 04060103.xhp#par_id3159136.48.help.text
+msgid " <item type=\"input\">13,333.33 currency units</item> "
+msgstr " <item type=\"input\">13,333.33 currency units</item> "
+
+#: 04060103.xhp#par_id3151018.49.help.text
+msgctxt "04060103.xhp#par_id3151018.49.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060103.xhp#par_id3148397.50.help.text
+msgid " <item type=\"input\">2</item> "
+msgstr " <item type=\"input\">2</item> "
+
+#: 04060103.xhp#par_id3146907.51.help.text
+msgid " <item type=\"input\">10,666.67 currency units</item> "
+msgstr " <item type=\"input\">10,666.67 currency units</item> "
+
+#: 04060103.xhp#par_id3147356.52.help.text
+msgctxt "04060103.xhp#par_id3147356.52.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060103.xhp#par_id3150267.53.help.text
+msgid " <item type=\"input\">3</item> "
+msgstr " <item type=\"input\">3</item> "
+
+#: 04060103.xhp#par_id3145628.54.help.text
+msgid " <item type=\"input\">8,000.00 currency units</item> "
+msgstr " <item type=\"input\">8,000.00 currency units</item> "
+
+#: 04060103.xhp#par_id3149004.55.help.text
+msgctxt "04060103.xhp#par_id3149004.55.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060103.xhp#par_id3153545.56.help.text
+msgid " <item type=\"input\">4</item> "
+msgstr " <item type=\"input\">4</item> "
+
+#: 04060103.xhp#par_id3154634.57.help.text
+msgid " <item type=\"input\">5,333.33 currency units</item> "
+msgstr " <item type=\"input\">5,333.33 currency units</item> "
+
+#: 04060103.xhp#par_id3147537.58.help.text
+msgctxt "04060103.xhp#par_id3147537.58.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060103.xhp#par_id3155085.59.help.text
+msgctxt "04060103.xhp#par_id3155085.59.help.text"
+msgid " <item type=\"input\">5</item> "
+msgstr " <item type=\"input\">5</item> "
+
+#: 04060103.xhp#par_id3158413.60.help.text
+msgid " <item type=\"input\">2,666.67 currency units</item> "
+msgstr " <item type=\"input\">2,666.67 currency units</item> "
+
+#: 04060103.xhp#par_id3154866.61.help.text
+msgctxt "04060103.xhp#par_id3154866.61.help.text"
+msgid "7"
+msgstr "7"
+
+#: 04060103.xhp#par_id3155404.62.help.text
+msgid " <item type=\"input\">6</item> "
+msgstr " <item type=\"input\">6</item> "
+
+#: 04060103.xhp#par_id3148431.63.help.text
+msgid " <item type=\"input\">0.00 currency units</item> "
+msgstr " <item type=\"input\">0.00 currency units</item> "
+
+#: 04060103.xhp#par_id3156261.64.help.text
+msgctxt "04060103.xhp#par_id3156261.64.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060103.xhp#par_id3083286.65.help.text
+msgid " <item type=\"input\">7</item> "
+msgstr " <item type=\"input\">7</item> "
+
+#: 04060103.xhp#par_id3083443.67.help.text
+msgctxt "04060103.xhp#par_id3083443.67.help.text"
+msgid "9"
+msgstr "9"
+
+#: 04060103.xhp#par_id3154815.68.help.text
+msgid " <item type=\"input\">8</item> "
+msgstr " <item type=\"input\">8</item> "
+
+#: 04060103.xhp#par_id3145082.70.help.text
+msgctxt "04060103.xhp#par_id3145082.70.help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060103.xhp#par_id3156307.71.help.text
+msgid " <item type=\"input\">9</item> "
+msgstr " <item type=\"input\">9</item> "
+
+#: 04060103.xhp#par_id3147564.73.help.text
+msgctxt "04060103.xhp#par_id3147564.73.help.text"
+msgid "11"
+msgstr "11"
+
+#: 04060103.xhp#par_id3146856.74.help.text
+msgid " <item type=\"input\">10</item> "
+msgstr " <item type=\"input\">10</item> "
+
+#: 04060103.xhp#par_id3150880.76.help.text
+msgctxt "04060103.xhp#par_id3150880.76.help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060103.xhp#par_id3145208.77.help.text
+msgctxt "04060103.xhp#par_id3145208.77.help.text"
+msgid "13"
+msgstr "13"
+
+#: 04060103.xhp#par_id3156113.78.help.text
+msgid " <item type=\"input\">>0</item> "
+msgstr " <item type=\"input\">>0</item> "
+
+#: 04060103.xhp#par_id3153625.79.help.text
+msgid " <item type=\"input\">Total</item> "
+msgstr " <item type=\"input\">Total</item> "
+
+#: 04060103.xhp#par_id3151297.80.help.text
+msgid " <item type=\"input\">40,000.00 currency units</item> "
+msgstr " <item type=\"input\">40,000.00 currency units</item> "
+
+#: 04060103.xhp#par_id3149979.81.help.text
+msgid "The formula in E2 is as follows:"
+msgstr "The formula in E2 is as follows:"
+
+#: 04060103.xhp#par_id3155849.82.help.text
+msgid " <item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item> "
+msgstr " <item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item> "
+
+#: 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 "This formula is duplicated in column E down to E11 (select E2, then drag down the lower right corner with the mouse)."
+
+#: 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 "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:"
+
+#: 04060103.xhp#par_id3152811.85.help.text
+msgid " <item type=\"input\">=SUMIF(E2:E11;A13)</item> "
+msgstr " <item type=\"input\">=SUMIF(E2:E11;A13)</item> "
+
+#: 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 "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."
+
+#: 04060103.xhp#bm_id3155104.help.text
+msgid "<bookmark_value>DISC function</bookmark_value> <bookmark_value>allowances</bookmark_value> <bookmark_value>discounts</bookmark_value>"
+msgstr "<bookmark_value>DISC function</bookmark_value> <bookmark_value>allowances</bookmark_value> <bookmark_value>discounts</bookmark_value>"
+
+#: 04060103.xhp#hd_id3155104.379.help.text
+msgid "DISC"
+msgstr "DISC"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>"
+
+#: 04060103.xhp#hd_id3153982.381.help.text
+msgctxt "04060103.xhp#hd_id3153982.381.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3149756.382.help.text
+msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
+msgstr "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
+
+#: 04060103.xhp#par_id3156014.383.help.text
+msgctxt "04060103.xhp#par_id3156014.383.help.text"
+msgid " <emph>Settlement</emph> is the date of purchase of the security."
+msgstr " <emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060103.xhp#par_id3154304.384.help.text
+msgctxt "04060103.xhp#par_id3154304.384.help.text"
+msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr " <emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060103.xhp#par_id3159180.385.help.text
+msgid " <emph>Price</emph> is the price of the security per 100 currency units of par value."
+msgstr " <emph>Price</emph> is the price of the security per 100 currency units of par value."
+
+#: 04060103.xhp#par_id3147253.386.help.text
+msgid " <emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
+msgstr " <emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
+
+#: 04060103.xhp#hd_id3151174.387.help.text
+msgctxt "04060103.xhp#hd_id3151174.387.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060103.xhp#par_id3155902.388.help.text
+msgid "A security is purchased on 2001-01-25; the maturity date is 2001-11-15. The price (purchase price) is 97, the redemption value is 100. Using daily balance calculation (basis 3) how high is the settlement (discount)?"
+msgstr "A security is purchased on 2001-01-25; the maturity date is 2001-11-15. The price (purchase price) is 97, the redemption value is 100. Using daily balance calculation (basis 3) how high is the settlement (discount)?"
+
+#: 04060103.xhp#par_id3152797.389.help.text
+msgid " <item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent."
+msgstr " <item type=\"input\">=DISC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item> returns about 0.0372 or 3.72 per cent."
+
+#: 04060103.xhp#bm_id3154695.help.text
+msgid "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
+msgstr "<bookmark_value>DURATION_ADD function</bookmark_value> <bookmark_value>Microsoft Excel functions</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
+
+#: 04060103.xhp#hd_id3154695.402.help.text
+msgid "DURATION_ADD"
+msgstr "DURATION_ADD"
+
+#: 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 "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>"
+
+#: 04060103.xhp#hd_id3153904.404.help.text
+msgctxt "04060103.xhp#hd_id3153904.404.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3153373.405.help.text
+msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
+msgstr "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
+
+#: 04060103.xhp#par_id3155397.406.help.text
+msgctxt "04060103.xhp#par_id3155397.406.help.text"
+msgid " <emph>Settlement</emph> is the date of purchase of the security."
+msgstr " <emph>Settlement</emph> is the date of purchase of the security."
+
+#: 04060103.xhp#par_id3148558.407.help.text
+msgctxt "04060103.xhp#par_id3148558.407.help.text"
+msgid " <emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr " <emph>Maturity</emph> is the date on which the security matures (expires)."
+
+#: 04060103.xhp#par_id3153096.408.help.text
+msgid " <emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
+msgstr " <emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
+
+#: 04060103.xhp#par_id3154594.409.help.text
+msgid " <emph>Yield</emph> is the annual yield of the security."
+msgstr " <emph>Yield</emph> is the annual yield of the security."
+
+#: 04060103.xhp#par_id3149906.410.help.text
+msgctxt "04060103.xhp#par_id3149906.410.help.text"
+msgid " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr " <emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+
+#: 04060103.xhp#hd_id3146995.411.help.text
+msgctxt "04060103.xhp#hd_id3146995.411.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060103.xhp#par_id3148834.412.help.text
+msgid "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. 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 "A security is purchased on 2001-01-01; the maturity date is 2006-01-01. 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?"
+
+#: 04060103.xhp#par_id3154902.413.help.text
+msgid " <item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item> "
+msgstr " <item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item> "
+
+#: 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>net annual interest rates</bookmark_value> <bookmark_value>EFFECTIVE function</bookmark_value>"
+msgstr "<bookmark_value>annual net interest rates</bookmark_value> <bookmark_value>calculating; annual net interest rates</bookmark_value> <bookmark_value>net annual interest rates</bookmark_value> <bookmark_value>EFFECTIVE function</bookmark_value>"
+
+#: 04060103.xhp#hd_id3159147.88.help.text
+msgid "EFFECTIVE"
+msgstr "EFFECTIVE"
+
+#: 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 "<ahelp hid=\"HID_FUNC_EFFEKTIV\">Returns the net annual interest rate for a nominal interest rate.</ahelp>"
+
+#: 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 "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."
+
+#: 04060103.xhp#hd_id3150510.91.help.text
+msgctxt "04060103.xhp#hd_id3150510.91.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3148805.92.help.text
+msgid "EFFECTIVE(Nom; P)"
+msgstr "EFFECTIVE(Nom; P)"
+
+#: 04060103.xhp#par_id3149768.93.help.text
+msgid " <emph>Nom</emph> is the nominal interest."
+msgstr " <emph>Nom</emph> is the nominal interest."
+
+#: 04060103.xhp#par_id3149334.94.help.text
+msgid " <emph>P</emph> is the number of interest payment periods per year."
+msgstr " <emph>P</emph> is the number of interest payment periods per year."
+
+#: 04060103.xhp#hd_id3154223.95.help.text
+msgctxt "04060103.xhp#hd_id3154223.95.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "If the annual nominal interest rate is 9.75% and four interest calculation periods are defined, what is the actual interest rate (effective rate)?"
+
+#: 04060103.xhp#par_id3150772.97.help.text
+msgid " <item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
+msgstr " <item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
+
+#: 04060103.xhp#bm_id3147241.help.text
+msgid "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
+msgstr "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
+
+#: 04060103.xhp#hd_id3147241.414.help.text
+msgid "EFFECT_ADD"
+msgstr "EFFECT_ADD"
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3155364.416.help.text
+msgctxt "04060103.xhp#hd_id3155364.416.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3155118.417.help.text
+msgid "EFFECT_ADD(NominalRate; NPerY)"
+msgstr "EFFECT_ADD(NominalRate; NPerY)"
+
+#: 04060103.xhp#par_id3148907.418.help.text
+msgid " <emph>NominalRate</emph> is the annual nominal rate of interest."
+msgstr " <emph>NominalRate</emph> is the annual nominal rate of interest."
+
+#: 04060103.xhp#par_id3154274.419.help.text
+msgid " <emph>NPerY </emph>is the number of interest payments per year."
+msgstr " <emph>NPerY </emph>is the number of interest payments per year."
+
+#: 04060103.xhp#hd_id3149156.420.help.text
+msgctxt "04060103.xhp#hd_id3149156.420.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "What is the effective annual rate of interest for a 5.25% nominal rate and quarterly payment."
+
+#: 04060103.xhp#par_id3148927.422.help.text
+msgid " <item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
+msgstr " <item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
+
+#: 04060103.xhp#bm_id3149998.help.text
+msgid "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
+msgstr "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
+
+#: 04060103.xhp#hd_id3149998.99.help.text
+msgid "DDB"
+msgstr "DDB"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GDA\">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</ahelp>"
+
+#: 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 "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."
+
+#: 04060103.xhp#hd_id3156038.102.help.text
+msgctxt "04060103.xhp#hd_id3156038.102.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3166452.103.help.text
+msgid "DDB(Cost; Salvage; Life; Period; Factor)"
+msgstr "DDB(Cost; Salvage; Life; Period; Factor)"
+
+#: 04060103.xhp#par_id3153237.104.help.text
+msgid " <emph>Cost</emph> fixes the initial cost of an asset."
+msgstr " <emph>Cost</emph> fixes the initial cost of an asset."
+
+#: 04060103.xhp#par_id3149787.105.help.text
+msgid " <emph>Salvage</emph> fixes the value of an asset at the end of its life."
+msgstr " <emph>Salvage</emph> fixes the value of an asset at the end of its life."
+
+#: 04060103.xhp#par_id3152945.106.help.text
+msgid " <emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
+msgstr " <emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
+
+#: 04060103.xhp#par_id3149736.107.help.text
+msgid " <emph>Period</emph> states the period for which the value is to be calculated."
+msgstr " <emph>Period</emph> states the period for which the value is to be calculated."
+
+#: 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 " <emph>Factor</emph> (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2."
+
+#: 04060103.xhp#hd_id3159274.109.help.text
+msgctxt "04060103.xhp#hd_id3159274.109.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3154106.111.help.text
+msgid " <item type=\"input\">=DDB(75000;1;60;12;2) </item>= 1,721.81 currency units. Therefore, the double-declining depreciation in the twelfth month after purchase is 1,721.81 currency units."
+msgstr " <item type=\"input\">=DDB(75000;1;60;12;2) </item>= 1,721.81 currency units. Therefore, the double-declining depreciation in the twelfth month after purchase is 1,721.81 currency units."
+
+#: 04060103.xhp#bm_id3149962.help.text
+msgid "<bookmark_value>calculating; geometric-degressive depreciations</bookmark_value> <bookmark_value>geometric-degressive depreciations</bookmark_value> <bookmark_value>depreciations;geometric-degressive</bookmark_value> <bookmark_value>DB function</bookmark_value>"
+msgstr "<bookmark_value>calculating; geometric-degressive depreciations</bookmark_value> <bookmark_value>geometric-degressive depreciations</bookmark_value> <bookmark_value>depreciations;geometric-degressive</bookmark_value> <bookmark_value>DB function</bookmark_value>"
+
+#: 04060103.xhp#hd_id3149962.113.help.text
+msgid "DB"
+msgstr "DB"
+
+#: 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 "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the double-declining balance method.</ahelp>"
+
+#: 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 "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."
+
+#: 04060103.xhp#hd_id3149807.116.help.text
+msgctxt "04060103.xhp#hd_id3149807.116.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3153349.117.help.text
+msgid "DB(Cost; Salvage; Life; Period; Month)"
+msgstr "DB(Cost; Salvage; Life; Period; Month)"
+
+#: 04060103.xhp#par_id3148462.118.help.text
+msgctxt "04060103.xhp#par_id3148462.118.help.text"
+msgid " <emph>Cost</emph> is the initial cost of an asset."
+msgstr " <emph>Cost</emph> is the initial cost of an asset."
+
+#: 04060103.xhp#par_id3148658.119.help.text
+msgid " <emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr " <emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+
+#: 04060103.xhp#par_id3145371.120.help.text
+msgid " <emph>Life</emph> defines the period over which an asset is depreciated."
+msgstr " <emph>Life</emph> defines the period over which an asset is depreciated."
+
+#: 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 " <emph>Period</emph> is the length of each period. The length must be entered in the same date unit as the depreciation period."
+
+#: 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 " <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."
+
+#: 04060103.xhp#hd_id3151130.123.help.text
+msgctxt "04060103.xhp#hd_id3151130.123.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3149513.125.help.text
+msgid " <item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
+msgstr " <item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
+
+#: 04060103.xhp#par_id3159242.126.help.text
+msgid "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
+msgstr "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
+
+#: 04060103.xhp#bm_id3153948.help.text
+msgid "<bookmark_value>IRR function</bookmark_value> <bookmark_value>calculating;internal rates of return, regular payments</bookmark_value> <bookmark_value>internal rates of return;regular payments</bookmark_value>"
+msgstr "<bookmark_value>IRR function</bookmark_value> <bookmark_value>calculating;internal rates of return, regular payments</bookmark_value> <bookmark_value>internal rates of return;regular payments</bookmark_value>"
+
+#: 04060103.xhp#hd_id3153948.128.help.text
+msgid "IRR"
+msgstr "IRR"
+
+#: 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 "<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)."
+
+#: 04060103.xhp#hd_id3150599.130.help.text
+msgctxt "04060103.xhp#hd_id3150599.130.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3155427.131.help.text
+msgid "IRR(Values; Guess)"
+msgstr "IRR(Values; Guess)"
+
+#: 04060103.xhp#par_id3144758.132.help.text
+msgid " <emph>Values</emph> represents an array containing the values."
+msgstr " <emph>Values</emph> represents an array containing the values."
+
+#: 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 " <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."
+
+#: 04060103.xhp#hd_id3151258.134.help.text
+msgctxt "04060103.xhp#hd_id3151258.134.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 04060103.xhp#par_id3150630.135.help.text
+msgid "Under the assumption that cell contents are A1=<item type=\"input\">-10000</item>, A2=<item type=\"input\">3500</item>, A3=<item type=\"input\">7600</item> and A4=<item type=\"input\">1000</item>, the formula <item type=\"input\">=IRR(A1:A4)</item> gives a result of 11,33%."
+msgstr "Under the assumption that cell contents are A1=<item type=\"input\">-10000</item>, A2=<item type=\"input\">3500</item>, A3=<item type=\"input\">7600</item> and A4=<item type=\"input\">1000</item>, the formula <item type=\"input\">=IRR(A1:A4)</item> gives a result of 11,33%."
+
+#: 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 "<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>"
+
+#: 04060103.xhp#hd_id3151012.314.help.text
+msgid "ISPMT"
+msgstr "ISPMT"
+
+#: 04060103.xhp#par_id3148693.315.help.text
+msgid "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
+
+#: 04060103.xhp#hd_id3154661.316.help.text
+msgctxt "04060103.xhp#hd_id3154661.316.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: 04060103.xhp#par_id3146070.317.help.text
+msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
+msgstr "ISPMT(Rate; Period; TotalPeriods; Invest)"
+
+#: 04060103.xhp#par_id3148672.318.help.text
+msgid " <emph>Rate</emph> sets the periodic interest rate."
+msgstr " <emph>Rate</emph> sets the periodic interest rate."
+
+#: 04060103.xhp#par_id3145777.319.help.text
+msgid " <emph>Period</emph> is the number of installments for calculation of interest."
+msgstr " <emph>Period</emph> is the number of installments for calculation of interest."
+
+#: 04060103.xhp#par_id3153678.320.help.text
+msgid " <emph>TotalPeriods</emph> is the total number of installment periods."
+msgstr " <emph>TotalPeriods</emph> is the total number of installment periods."
+
+#: 04060103.xhp#par_id3159390.321.help.text
+msgid " <emph>Invest</emph> is the amount of the investment."
+msgstr " <emph>Invest</emph> is the amount of the investment."
+
+#: 04060103.xhp#hd_id3156162.322.help.text
+msgctxt "04060103.xhp#hd_id3156162.322.help.text"
+msgid "Example"
+msgstr "Example"
+
+#: 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 "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."
+
+#: 04060103.xhp#par_id3150949.324.help.text
+msgid " <item type=\"input\">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units."
+msgstr " <item type=\"input\">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units."
+
+#: 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 "<link href=\"text/scalc/01/04060119.xhp\" name=\"Forward to Financial Functions Part Two\">Financial Functions Part Two</link>"
+
+#: 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 "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Functions Part Three\">Financial Functions Part Three</link>"
+
+#: func_days.xhp#tit.help.text
+msgid "DAYS "
+msgstr "DAYS "
+
+#: func_days.xhp#bm_id3151328.help.text
+msgid "<bookmark_value>DAYS function</bookmark_value>"
+msgstr "<bookmark_value>DAYS function</bookmark_value>"
+
+#: func_days.xhp#hd_id3151328.116.help.text
+msgid "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
+msgstr "<variable id=\"days\"><link href=\"text/scalc/01/func_days.xhp\">DAYS</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_FUNC_TAGE\">Calculates the difference between two date values.</ahelp> The result returns the number of days between the two days."
+
+#: func_days.xhp#hd_id3155184.118.help.text
+msgctxt "func_days.xhp#hd_id3155184.118.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_days.xhp#par_id3149578.119.help.text
+msgid "DAYS(Date2; Date1)"
+msgstr "DAYS(Date2; Date1)"
+
+#: func_days.xhp#par_id3151376.120.help.text
+msgid "<emph>Date1</emph> is the start date, <emph>Date2</emph> is the end date. If <emph>Date2</emph> is an earlier date than <emph>Date1</emph> the result is a negative number."
+msgstr "<emph>Date1</emph> is the start date, <emph>Date2</emph> is the end date. If <emph>Date2</emph> is an earlier date than <emph>Date1</emph> the result is a negative number."
+
+#: func_days.xhp#hd_id3151001.121.help.text
+msgctxt "func_days.xhp#hd_id3151001.121.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_days.xhp#par_id3159101.123.help.text
+msgid "=DAYS(\"2010-01-01\"; NOW()) returns the number of days from today until January 1, 2010."
+msgstr "=DAYS(\"2010-01-01\"; NOW()) returns the number of days from today until January 1, 2010."
+
+#: func_days.xhp#par_id3163720.172.help.text
+msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
+msgstr "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
+
+#: 02140100.xhp#tit.help.text
+msgctxt "02140100.xhp#tit.help.text"
+msgid "Down"
+msgstr "Down"
+
+#: 02140100.xhp#hd_id3150792.1.help.text
+msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: 04030000.xhp#tit.help.text
+msgctxt "04030000.xhp#tit.help.text"
+msgid "Rows"
+msgstr "Rows"
+
+#: 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 "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+
+#: 04030000.xhp#hd_id3150541.1.help.text
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+
+#: 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 "<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."
+
+#: 04060108.xhp#tit.help.text
+msgctxt "04060108.xhp#tit.help.text"
+msgid "Statistics Functions"
+msgstr "Statistics Functions"
+
+#: 04060108.xhp#bm_id3153018.help.text
+msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+msgstr "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
+
+#: 04060108.xhp#hd_id3153018.1.help.text
+msgctxt "04060108.xhp#hd_id3153018.1.help.text"
+msgid "Statistics Functions"
+msgstr "Statistics Functions"
+
+#: 04060108.xhp#par_id3157874.2.help.text
+msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+msgstr "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+
+#: 04060108.xhp#par_id3149001.9.help.text
+msgid "Some of the examples use the following data table:"
+msgstr "Some of the examples use the following data table:"
+
+#: 04060108.xhp#par_id3148775.10.help.text
+msgctxt "04060108.xhp#par_id3148775.10.help.text"
+msgid "C"
+msgstr "C"
+
+#: 04060108.xhp#par_id3145297.11.help.text
+msgctxt "04060108.xhp#par_id3145297.11.help.text"
+msgid "D"
+msgstr "D"
+
+#: 04060108.xhp#par_id3150661.12.help.text
+msgctxt "04060108.xhp#par_id3150661.12.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060108.xhp#par_id3153551.13.help.text
+msgid "x value"
+msgstr "x value"
+
+#: 04060108.xhp#par_id3147536.14.help.text
+msgid "y value"
+msgstr "y value"
+
+#: 04060108.xhp#par_id3153224.15.help.text
+msgctxt "04060108.xhp#par_id3153224.15.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060108.xhp#par_id3150475.16.help.text
+msgctxt "04060108.xhp#par_id3150475.16.help.text"
+msgid "-5"
+msgstr "-5"
+
+#: 04060108.xhp#par_id3155367.17.help.text
+msgid "-3"
+msgstr "-3"
+
+#: 04060108.xhp#par_id3149783.18.help.text
+msgctxt "04060108.xhp#par_id3149783.18.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060108.xhp#par_id3153181.19.help.text
+msgid "-2"
+msgstr "-2"
+
+#: 04060108.xhp#par_id3148429.20.help.text
+msgctxt "04060108.xhp#par_id3148429.20.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060108.xhp#par_id3152588.21.help.text
+msgctxt "04060108.xhp#par_id3152588.21.help.text"
+msgid "5"
+msgstr "5"
+
+#: 04060108.xhp#par_id3147483.22.help.text
+msgid "-1"
+msgstr "-1"
+
+#: 04060108.xhp#par_id3083443.23.help.text
+msgctxt "04060108.xhp#par_id3083443.23.help.text"
+msgid "1"
+msgstr "1"
+
+#: 04060108.xhp#par_id3149826.24.help.text
+msgctxt "04060108.xhp#par_id3149826.24.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060108.xhp#par_id3163820.25.help.text
+msgctxt "04060108.xhp#par_id3163820.25.help.text"
+msgid "0"
+msgstr "0"
+
+#: 04060108.xhp#par_id3154816.26.help.text
+msgctxt "04060108.xhp#par_id3154816.26.help.text"
+msgid "3"
+msgstr "3"
+
+#: 04060108.xhp#par_id3149276.27.help.text
+msgctxt "04060108.xhp#par_id3149276.27.help.text"
+msgid "7"
+msgstr "7"
+
+#: 04060108.xhp#par_id3149267.28.help.text
+msgctxt "04060108.xhp#par_id3149267.28.help.text"
+msgid "2"
+msgstr "2"
+
+#: 04060108.xhp#par_id3156310.29.help.text
+msgctxt "04060108.xhp#par_id3156310.29.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060108.xhp#par_id3154639.30.help.text
+msgctxt "04060108.xhp#par_id3154639.30.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060108.xhp#par_id3145205.31.help.text
+msgctxt "04060108.xhp#par_id3145205.31.help.text"
+msgid "4"
+msgstr "4"
+
+#: 04060108.xhp#par_id3153276.32.help.text
+msgctxt "04060108.xhp#par_id3153276.32.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060108.xhp#par_id3150756.33.help.text
+msgctxt "04060108.xhp#par_id3150756.33.help.text"
+msgid "9"
+msgstr "9"
+
+#: 04060108.xhp#par_id3156095.34.help.text
+msgctxt "04060108.xhp#par_id3156095.34.help.text"
+msgid "6"
+msgstr "6"
+
+#: 04060108.xhp#par_id3152929.35.help.text
+msgctxt "04060108.xhp#par_id3152929.35.help.text"
+msgid "8"
+msgstr "8"
+
+#: 04060108.xhp#par_id3156324.36.help.text
+msgid "The statistical functions are described in the following subsections."
+msgstr "The statistical functions are described in the following subsections."
+
+#: 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 "<link href=\"text/scalc/01/04060116.xhp\" name=\"Statistical Functions in the Analysis-AddIn.\">Statistical Functions in the Analysis-AddIn</link>"
+
+#: 05030300.xhp#tit.help.text
+msgid "Hide"
+msgstr "Hide"
+
+#: 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_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>hiding; sheets</bookmark_value><bookmark_value>sheets;hiding</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
+
+#: 05030300.xhp#hd_id3147265.1.help.text
+msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+msgstr "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+
+#: 05030300.xhp#par_id3156281.2.help.text
+msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+msgstr "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+
+#: 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 "Select the rows or columns that you want to hide, and then choose <emph>Format - Row - Hide </emph>or<emph> Format - Column - Hide</emph>."
+
+#: 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 "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>."
+
+#: 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 "A break in the row or column header indicates whether the row or column is hidden."
+
+#: 05030300.xhp#par_id3145251.4.help.text
+msgid "To display hidden rows, columns or sheets"
+msgstr "To display hidden rows, columns or sheets"
+
+#: 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 "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."
+
+#: 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 "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>."
+
+#: func_minute.xhp#tit.help.text
+#, fuzzy
+msgid "MINUTE"
+msgstr "MINUTE "
+
+#: func_minute.xhp#bm_id3149803.help.text
+msgid "<bookmark_value>MINUTE function</bookmark_value>"
+msgstr "<bookmark_value>MINUTE function</bookmark_value>"
+
+#: func_minute.xhp#hd_id3149803.66.help.text
+msgid "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
+msgstr "<variable id=\"minute\"><link href=\"text/scalc/01/func_minute.xhp\">MINUTE</link></variable>"
+
+#: 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 "<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."
+
+#: func_minute.xhp#hd_id3154343.68.help.text
+msgctxt "func_minute.xhp#hd_id3154343.68.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_minute.xhp#par_id3148660.69.help.text
+msgid "MINUTE(Number)"
+msgstr "MINUTE(Number)"
+
+#: 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 "<emph>Number</emph>, as a time value, is a decimal number where the number of the minute is to be returned."
+
+#: func_minute.xhp#hd_id3145374.71.help.text
+msgctxt "func_minute.xhp#hd_id3145374.71.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_minute.xhp#par_id3148463.72.help.text
+msgid "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
+msgstr "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
+
+#: func_minute.xhp#par_id3149419.73.help.text
+msgid "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
+msgstr "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
+
+#: func_minute.xhp#par_id3144755.74.help.text
+msgid "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
+msgstr "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
+
+#: 12030100.xhp#tit.help.text
+msgid "Sort Criteria"
+msgstr "Sort Criteria"
+
+#: 12030100.xhp#bm_id3152350.help.text
+msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+msgstr "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+
+#: 12030100.xhp#hd_id3152350.1.help.text
+msgid "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12030100.xhp\" name=\"Sort Criteria\">Sort Criteria</link>"
+
+#: 12030100.xhp#par_id3151385.2.help.text
+msgid "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_SORT_FIELDS\">Specify the sorting options for the selected range.</ahelp>"
+
+#: 12030100.xhp#par_id3152462.24.help.text
+msgid "Ensure that you include any row and column titles in the selection."
+msgstr "Ensure that you include any row and column titles in the selection."
+
+#: 12030100.xhp#hd_id3147428.3.help.text
+msgctxt "12030100.xhp#hd_id3147428.3.help.text"
+msgid "Sort by"
+msgstr "Sort by"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\">Select the column that you want to use as the primary sort key.</ahelp>"
+
+#: 12030100.xhp#hd_id3146121.5.help.text
+msgctxt "12030100.xhp#hd_id3146121.5.help.text"
+msgid "Ascending"
+msgstr "Ascending"
+
+#: 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. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+
+#: 12030100.xhp#hd_id3155411.7.help.text
+msgctxt "12030100.xhp#hd_id3155411.7.help.text"
+msgid "Descending"
+msgstr "Descending"
+
+#: 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. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages."
+
+#: 12030100.xhp#hd_id3154492.9.help.text
+msgctxt "12030100.xhp#hd_id3154492.9.help.text"
+msgid "Then by"
+msgstr "Then by"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\">Select the column that you want to use as the secondary sort key.</ahelp>"
+
+#: 12030100.xhp#hd_id3149413.11.help.text
+msgctxt "12030100.xhp#hd_id3149413.11.help.text"
+msgid "Ascending"
+msgstr "Ascending"
+
+#: 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. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+
+#: 12030100.xhp#hd_id3146972.13.help.text
+msgctxt "12030100.xhp#hd_id3146972.13.help.text"
+msgid "Descending"
+msgstr "Descending"
+
+#: 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. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+
+#: 12030100.xhp#hd_id3154756.15.help.text
+msgctxt "12030100.xhp#hd_id3154756.15.help.text"
+msgid "Then by"
+msgstr "Then by"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\">Select the column that you want to use as the third sort key.</ahelp>"
+
+#: 12030100.xhp#hd_id3163808.17.help.text
+msgctxt "12030100.xhp#hd_id3163808.17.help.text"
+msgid "Ascending"
+msgstr "Ascending"
+
+#: 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. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\">Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+
+#: 12030100.xhp#hd_id3147364.19.help.text
+msgctxt "12030100.xhp#hd_id3147364.19.help.text"
+msgid "Descending"
+msgstr "Descending"
+
+#: 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. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+
+#: 12030100.xhp#hd_id3150300.21.help.text
+msgid "Sort Ascending/Descending"
+msgstr "Sort Ascending/Descending"
+
+#: 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. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr "<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. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+
+#: 12030100.xhp#par_id3159236.25.help.text
+msgid "Icons on the <emph>Standard</emph> toolbar"
+msgstr "Icons on the <emph>Standard</emph> toolbar"
+
+#: 05100000.xhp#tit.help.text
+msgid "Styles and Formatting"
+msgstr "Styles and Formatting"
+
+#: 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 "<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>"
+
+#: 05100000.xhp#hd_id3150447.1.help.text
+msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+msgstr "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 05100000.xhp#hd_id3150012.36.help.text
+msgid "How to apply a cell style:"
+msgstr "How to apply a cell style:"
+
+#: 05100000.xhp#par_id3159155.37.help.text
+msgid "Select the cell or cell range."
+msgstr "Select the cell or cell range."
+
+#: 05100000.xhp#par_id3145749.38.help.text
+msgid "Double-click the style in the Styles and Formatting window."
+msgstr "Double-click the style in the Styles and Formatting window."
+
+#: 05100000.xhp#hd_id3153877.4.help.text
+msgctxt "05100000.xhp#hd_id3153877.4.help.text"
+msgid "Cell Styles"
+msgstr "Cell Styles"
+
+#: 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 "<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>"
+
+#: 05100000.xhp#par_id3150751.help.text
+msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153714\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153714\">Icon</alt></image>"
+
+#: 05100000.xhp#par_id3154255.5.help.text
+msgctxt "05100000.xhp#par_id3154255.5.help.text"
+msgid "Cell Styles"
+msgstr "Cell Styles"
+
+#: 05100000.xhp#hd_id3153963.7.help.text
+msgctxt "05100000.xhp#hd_id3153963.7.help.text"
+msgid "Page Styles"
+msgstr "Page Styles"
+
+#: 05100000.xhp#par_id3147003.9.help.text
+msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
+msgstr "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
+
+#: 05100000.xhp#par_id3159100.help.text
+msgid "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149814\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149814\" src=\"sw/imglst/sf04.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149814\">Icon</alt></image>"
+
+#: 05100000.xhp#par_id3150361.8.help.text
+msgctxt "05100000.xhp#par_id3150361.8.help.text"
+msgid "Page Styles"
+msgstr "Page Styles"
+
+#: 05100000.xhp#hd_id3150202.10.help.text
+msgctxt "05100000.xhp#hd_id3150202.10.help.text"
+msgid "Fill Format Mode"
+msgstr "Fill Format Mode"
+
+#: 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 "<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>"
+
+#: 05100000.xhp#par_id3155087.help.text
+msgid "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153068\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153068\" src=\"cmd/sc_fillstyle.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153068\">Icon</alt></image>"
+
+#: 05100000.xhp#par_id3156198.11.help.text
+msgctxt "05100000.xhp#par_id3156198.11.help.text"
+msgid "Fill Format Mode"
+msgstr "Fill Format Mode"
+
+#: 05100000.xhp#hd_id3148870.13.help.text
+msgid "How to apply a new style with the paint can:"
+msgstr "How to apply a new style with the paint can:"
+
+#: 05100000.xhp#par_id3145078.27.help.text
+msgid "Select the desired style from the Styles and Formatting window."
+msgstr "Select the desired style from the Styles and Formatting window."
+
+#: 05100000.xhp#par_id3159098.28.help.text
+msgid "Click the <emph>Fill Format Mode</emph> icon."
+msgstr "Click the <emph>Fill Format Mode</emph> icon."
+
+#: 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 "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."
+
+#: 05100000.xhp#par_id3149438.29.help.text
+msgid "Click the <emph>Fill Format Mode</emph> again to exit this mode."
+msgstr "Click the <emph>Fill Format Mode</emph> again to exit this mode."
+
+#: 05100000.xhp#hd_id3153975.16.help.text
+msgctxt "05100000.xhp#hd_id3153975.16.help.text"
+msgid "New Style from Selection"
+msgstr "New Style from Selection"
+
+#: 05100000.xhp#par_id3149499.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 "<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> dialogue."
+
+#: 05100000.xhp#par_id3150050.help.text
+msgid "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154649\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154649\" src=\"cmd/sc_stylenewbyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154649\">Icon</alt></image>"
+
+#: 05100000.xhp#par_id3146963.17.help.text
+msgctxt "05100000.xhp#par_id3146963.17.help.text"
+msgid "New Style from Selection"
+msgstr "New Style from Selection"
+
+#: 05100000.xhp#hd_id3153813.19.help.text
+msgctxt "05100000.xhp#hd_id3153813.19.help.text"
+msgid "Update Style"
+msgstr "Update Style"
+
+#: 05100000.xhp#par_id3154707.21.help.text
+msgid "<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 "<ahelp hid=\"HID_TEMPLDLG_UPDATEBYEXAMPLE\">Updates the Style selected in the Styles and Formatting window with the current formatting of the selected object.</ahelp>"
+
+#: 05100000.xhp#par_id3145118.help.text
+msgid "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155754\" src=\"cmd/sc_styleupdatebyexample.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155754\">Icon</alt></image>"
+
+#: 05100000.xhp#par_id3147501.20.help.text
+msgctxt "05100000.xhp#par_id3147501.20.help.text"
+msgid "Update Style"
+msgstr "Update Style"
+
+#: 05100000.xhp#par_idN109BE.help.text
+msgid "Style List"
+msgstr "Style List"
+
+#: 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 "<ahelp hid=\"HID_TEMPLATE_FMT\">Displays the list of the styles from the selected style category.</ahelp>"
+
+#: 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 "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."
+
+#: 05100000.xhp#hd_id3149053.24.help.text
+msgid "Style Groups"
+msgstr "Style Groups"
+
+#: 05100000.xhp#par_id3147299.25.help.text
+msgid "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
+
+#: func_hour.xhp#tit.help.text
+msgid "HOUR "
+msgstr "HOUR "
+
+#: func_hour.xhp#bm_id3154725.help.text
+msgid "<bookmark_value>HOUR function</bookmark_value>"
+msgstr "<bookmark_value>HOUR function</bookmark_value>"
+
+#: func_hour.xhp#hd_id3154725.96.help.text
+msgid "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
+msgstr "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
+
+#: 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 "<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."
+
+#: func_hour.xhp#hd_id3149338.98.help.text
+msgctxt "func_hour.xhp#hd_id3149338.98.help.text"
+msgid "Syntax"
+msgstr "Syntax"
+
+#: func_hour.xhp#par_id3150637.99.help.text
+msgid "HOUR(Number)"
+msgstr "HOUR(Number)"
+
+#: 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 "<emph>Number</emph>, as a time value, is a decimal, for which the hour is to be returned."
+
+#: func_hour.xhp#hd_id3153264.101.help.text
+msgctxt "func_hour.xhp#hd_id3153264.101.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: func_hour.xhp#par_id3159215.103.help.text
+msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
+msgstr "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
+
+#: func_hour.xhp#par_id3145152.104.help.text
+msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
+msgstr "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
+
+#: 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 "<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>."
+
+#: 06030300.xhp#tit.help.text
+msgid "Trace Dependents"
+msgstr "Trace Dependents"
+
+#: 06030300.xhp#bm_id3153252.help.text
+msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
+msgstr "<bookmark_value>cells; tracing dependents</bookmark_value>"
+
+#: 06030300.xhp#hd_id3153252.1.help.text
+msgid "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
+msgstr "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
+
+#: 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 "<ahelp hid=\".uno:ShowDependents\" visibility=\"visible\">Draws tracer arrows to the active cell from formulae that depend on values in the active cell.</ahelp>"
+
+#: 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 "The area of all cells that are used together with the active cell in a formula is highlighted by a blue frame."
+
+#: 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 "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."
+
+#: 06060200.xhp#tit.help.text
+msgctxt "06060200.xhp#tit.help.text"
+msgid "Protecting document"
+msgstr "Protecting document"
+
+#: 06060200.xhp#hd_id3150541.1.help.text
+msgctxt "06060200.xhp#hd_id3150541.1.help.text"
+msgid "Protecting document"
+msgstr "Protecting document"
+
+#: 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 "<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> dialogue with <emph>Tools - Protect Document - Document</emph>. Optionally enter a password and click OK."
+
+#: 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 "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> dialogue appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
+
+#: 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 "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command. "
+
+#: 06060200.xhp#hd_id3152596.4.help.text
+msgctxt "06060200.xhp#hd_id3152596.4.help.text"
+msgid "Password (optional)"
+msgstr "Password (optional)"
+
+#: 06060200.xhp#par_id3155412.5.help.text
+msgid "You can create a password to protect your document against unauthorized or accidental modifications."
+msgstr "You can create a password to protect your document against unauthorised or accidental modifications."
+
+#: 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 "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> dialogue appears. Consider carefully when choosing a password; if you forget it after you close a document you will be unable to access the document."
+
+#: 04060100.xhp#tit.help.text
+msgctxt "04060100.xhp#tit.help.text"
+msgid "Functions by Category"
+msgstr "Functions by Category"
+
+#: 04060100.xhp#bm_id3148575.help.text
+msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+msgstr "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+
+#: 04060100.xhp#hd_id3154944.16.help.text
+msgctxt "04060100.xhp#hd_id3154944.16.help.text"
+msgid "Functions by Category"
+msgstr "Functions by Category"
+
+#: 04060100.xhp#par_id3149378.2.help.text
+msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgstr "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+
+#: 04060100.xhp#par_id0120200910234570.help.text
+msgid "You can find detailed explanations, illustrations, and examples of Calc functions <link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">in the LibreOffice WikiHelp</link>."
+msgstr ""
+
+#: 04060100.xhp#hd_id3146972.3.help.text
+msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+msgstr "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+
+#: 04060100.xhp#hd_id3155443.4.help.text
+msgid "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
+msgstr "<link href=\"text/scalc/01/04060102.xhp\" name=\"Date & Time\">Date & Time</link>"
+
+#: 04060100.xhp#hd_id3147339.5.help.text
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+
+#: 04060100.xhp#hd_id3153963.6.help.text
+msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+
+#: 04060100.xhp#hd_id3146316.7.help.text
+msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+msgstr "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+
+#: 04060100.xhp#hd_id3148485.8.help.text
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+
+#: 04060100.xhp#hd_id3150363.9.help.text
+msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+msgstr "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+
+#: 04060100.xhp#hd_id3150208.10.help.text
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+
+#: 04060100.xhp#hd_id3166428.11.help.text
+msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+msgstr "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+
+#: 04060100.xhp#hd_id3145585.12.help.text
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+
+#: 04060100.xhp#hd_id3156449.13.help.text
+msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
+msgstr "<link href=\"text/scalc/01/04060111.xhp\" name=\"Add-in\">Add-in</link>"
+
+#: 04060100.xhp#par_id3150715.14.help.text
+msgid "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
+msgstr "<link href=\"text/scalc/01/04060199.xhp\" name=\"Operators\">Operators</link> are also available."
+
+#: 04060100.xhp#par_id0902200809540918.help.text
+msgid "<variable id=\"drking\"><link href=\"http://help.libreoffice.org/Calc/Functions_by_Category\">Calc Functions By Category</link> in the LibreOffice WikiHelp</variable>"
+msgstr ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/02.po b/source/en-ZA/helpcontent2/source/text/scalc/02.po
new file mode 100644
index 00000000000..e78be7f1076
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/02.po
@@ -0,0 +1,531 @@
+#. extracted from helpcontent2/source/text/scalc/02.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 15:24+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 18010000.xhp#tit.help.text
+msgctxt "18010000.xhp#tit.help.text"
+msgid "Insert"
+msgstr "Insert"
+
+#: 18010000.xhp#bm_id3156329.help.text
+msgid "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>"
+msgstr "<bookmark_value>inserting; objects, toolbar icon</bookmark_value>"
+
+#: 18010000.xhp#hd_id3156329.1.help.text
+msgid "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/scalc/02/18010000.xhp\" name=\"Insert\">Insert</link>"
+
+#: 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 "<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>"
+
+#: 18010000.xhp#par_id3148664.3.help.text
+msgctxt "18010000.xhp#par_id3148664.3.help.text"
+msgid "Tools bar icon:"
+msgstr "Tools bar icon:"
+
+#: 18010000.xhp#par_id3150767.help.text
+msgid "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156423\" src=\"cmd/sc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156423\">Icon</alt></image>"
+
+#: 18010000.xhp#par_id3146120.4.help.text
+msgctxt "18010000.xhp#par_id3146120.4.help.text"
+msgid "Insert"
+msgstr "Insert"
+
+#: 18010000.xhp#par_id3153188.6.help.text
+msgctxt "18010000.xhp#par_id3153188.6.help.text"
+msgid "You can select the following icons:"
+msgstr "You can select the following icons:"
+
+#: 18010000.xhp#hd_id4283883.help.text
+msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+
+#: 18010000.xhp#hd_id3149410.8.help.text
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+
+#: 18010000.xhp#hd_id3151117.7.help.text
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+
+#: 18010000.xhp#hd_id3633533.help.text
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+
+#: 18010000.xhp#par_idN10769.help.text
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Insert Chart\">Chart</link>"
+
+#: 18010000.xhp#hd_id7581408.help.text
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
+
+#: 06080000.xhp#tit.help.text
+msgid "Theme Selection"
+msgstr "Theme Selection"
+
+#: 06080000.xhp#hd_id3153087.1.help.text
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>"
+msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme Selection\">Theme Selection</link>"
+
+#: 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 "<variable id=\"thementext\"><ahelp hid=\".uno:ChooseDesign\">Applies a formatting style to the selected cells.</ahelp></variable> The styles include font, border, and background colour information."
+
+#: 06080000.xhp#par_id3155132.help.text
+msgid "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145785\" src=\"cmd/sc_choosedesign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145785\">Icon</alt></image>"
+
+#: 06080000.xhp#par_id3153953.4.help.text
+msgid "Choose Themes"
+msgstr "Choose Themes"
+
+#: 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 "<ahelp hid=\"HID_DLGSTYLES_LISTBOX\">Click the formatting theme that you want to apply, and then click <emph>OK</emph>.</ahelp>"
+
+#: 10060000.xhp#tit.help.text
+msgid "Zoom Out"
+msgstr "Zoom Out"
+
+#: 10060000.xhp#bm_id3153561.help.text
+msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
+msgstr "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
+
+#: 10060000.xhp#hd_id3153561.1.help.text
+msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
+msgstr "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
+
+#: 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 "<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>"
+
+#: 10060000.xhp#par_id3150398.4.help.text
+msgid "The minimum zoom factor is 20%."
+msgstr "The minimum zoom factor is 20%."
+
+#: 10060000.xhp#par_id3153770.help.text
+msgid "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155131\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155131\">Icon</alt></image>"
+
+#: 10060000.xhp#par_id3150440.3.help.text
+msgid "Zooming Out"
+msgstr "Zooming Out"
+
+#: 08080000.xhp#tit.help.text
+msgid "Standard Formula, Date/Time, Error Warning"
+msgstr "Standard Formula, Date/Time, Error Warning"
+
+#: 08080000.xhp#bm_id3147335.help.text
+msgid "<bookmark_value>formulas;status bar</bookmark_value>"
+msgstr "<bookmark_value>formulae;status bar</bookmark_value>"
+
+#: 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 "<link href=\"text/scalc/02/08080000.xhp\" name=\"Standard Formula, Date/Time, Error Warning\">Standard Formula, Date/Time, Error Warning</link>"
+
+#: 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 "<ahelp hid=\".uno:StateTableCell\">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp>"
+
+#: 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 "To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulae are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None."
+
+#: 08080000.xhp#par_id3153969.4.help.text
+msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
+msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
+
+#: 02160000.xhp#tit.help.text
+msgctxt "02160000.xhp#tit.help.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "Number Format: Add Decimal Place"
+
+#: 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 "<link href=\"text/scalc/02/02160000.xhp\" name=\"Number Format: Add Decimal Place\">Number Format: Add Decimal Place</link>"
+
+#: 02160000.xhp#par_id3150792.2.help.text
+msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
+
+#: 02160000.xhp#par_id3145787.help.text
+msgid "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145271\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145271\">Icon</alt></image>"
+
+#: 02160000.xhp#par_id3149262.3.help.text
+msgctxt "02160000.xhp#par_id3149262.3.help.text"
+msgid "Number Format: Add Decimal Place"
+msgstr "Number Format: Add Decimal Place"
+
+#: 06010000.xhp#tit.help.text
+msgid "Sheet Area"
+msgstr "Sheet Area"
+
+#: 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 "<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>"
+
+#: 06010000.xhp#hd_id3156326.1.help.text
+msgid "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>"
+msgstr "<link href=\"text/scalc/02/06010000.xhp\" name=\"Name Box\">Name Box</link>"
+
+#: 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. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_POS\">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp>"
+
+#: 06010000.xhp#par_id3163710.help.text
+msgid "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>"
+msgstr "<image id=\"img_id3152576\" src=\"res/helpimg/calcein.png\" width=\"1.2398inch\" height=\"0.2398inch\" localize=\"true\"><alt id=\"alt_id3152576\">Combo box sheet area</alt></image>"
+
+#: 06010000.xhp#par_id3151118.4.help.text
+msgid "Name Box"
+msgstr "Name Box"
+
+#: 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 "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."
+
+#: 02150000.xhp#tit.help.text
+msgid "Number format: Default"
+msgstr "Number format: Default"
+
+#: 02150000.xhp#hd_id3149182.1.help.text
+msgid "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>"
+msgstr "<link href=\"text/scalc/02/02150000.xhp\" name=\"Number format: Default\">Number format: Default</link>"
+
+#: 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 "<ahelp hid=\".uno:NumberFormatStandard\" visibility=\"visible\">Applies the default number format to the selected cells.</ahelp>"
+
+#: 02150000.xhp#par_id3155922.help.text
+msgid "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_numberformatstandard.png\" id=\"img_id3156024\"><alt id=\"alt_id3156024\">Icon</alt></image>"
+
+#: 02150000.xhp#par_id3153361.3.help.text
+msgid "Number Format: Standard"
+msgstr "Number Format: Standard"
+
+#: 02150000.xhp#par_id3154908.4.help.text
+msgctxt "02150000.xhp#par_id3154908.4.help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
+
+#: 06050000.xhp#tit.help.text
+msgid "Input line"
+msgstr "Input line"
+
+#: 06050000.xhp#hd_id3153821.1.help.text
+msgid "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>"
+msgstr "<link href=\"text/scalc/02/06050000.xhp\" name=\"Input line\">Input line</link>"
+
+#: 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 "<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>"
+
+#: 02170000.xhp#tit.help.text
+msgctxt "02170000.xhp#tit.help.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "Number Format: Delete Decimal Place"
+
+#: 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 "<link href=\"text/scalc/02/02170000.xhp\" name=\"Number Format: Delete Decimal Place\">Number Format: Delete Decimal Place</link>"
+
+#: 02170000.xhp#par_id3147264.2.help.text
+msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
+
+#: 02170000.xhp#par_id3145173.help.text
+msgid "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153192\" src=\"cmd/sc_numberformatdecdecimals.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153192\">Icon</alt></image>"
+
+#: 02170000.xhp#par_id3154686.3.help.text
+msgctxt "02170000.xhp#par_id3154686.3.help.text"
+msgid "Number Format: Delete Decimal Place"
+msgstr "Number Format: Delete Decimal Place"
+
+#: 06030000.xhp#tit.help.text
+msgctxt "06030000.xhp#tit.help.text"
+msgid "Sum"
+msgstr "Sum"
+
+#: 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 icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>"
+msgstr "<bookmark_value>functions;sum function icon</bookmark_value> <bookmark_value>formula bar;sum function</bookmark_value> <bookmark_value>sum icon</bookmark_value> <bookmark_value>AutoSum button, see sum icon</bookmark_value>"
+
+#: 06030000.xhp#hd_id3157909.1.help.text
+msgid "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>"
+msgstr "<link href=\"text/scalc/02/06030000.xhp\" name=\"Sum\">Sum</link>"
+
+#: 06030000.xhp#par_id3150543.2.help.text
+msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon.</ahelp>"
+
+#: 06030000.xhp#par_id3153770.help.text
+msgid "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147434\" src=\"cmd/sc_autosum.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147434\">Icon</alt></image>"
+
+#: 06030000.xhp#par_id3152577.15.help.text
+msgctxt "06030000.xhp#par_id3152577.15.help.text"
+msgid "Sum"
+msgstr "Sum"
+
+#: 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 "$[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."
+
+#: 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 "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line."
+
+#: 08010000.xhp#tit.help.text
+msgid "Position in document"
+msgstr "Position in document"
+
+#: 08010000.xhp#hd_id3145119.1.help.text
+msgid "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>"
+msgstr "<link href=\"text/scalc/02/08010000.xhp\" name=\"Position in document\">Position in document</link>"
+
+#: 08010000.xhp#par_id3147265.2.help.text
+msgid "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".uno:StatusDocPos\">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp>"
+
+#: 06060000.xhp#tit.help.text
+msgctxt "06060000.xhp#tit.help.text"
+msgid "Cancel"
+msgstr "Cancel"
+
+#: 06060000.xhp#bm_id3154514.help.text
+msgid "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>"
+msgstr "<bookmark_value>formula bar; canceling inputs</bookmark_value><bookmark_value>functions; canceling input icon</bookmark_value>"
+
+#: 06060000.xhp#hd_id3154514.1.help.text
+msgid "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>"
+msgstr "<link href=\"text/scalc/02/06060000.xhp\" name=\"Cancel\">Cancel</link>"
+
+#: 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 "<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>"
+
+#: 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 "<image id=\"img_id3156422\" src=\"svx/res/nu08.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+
+#: 06060000.xhp#par_id3153970.3.help.text
+msgctxt "06060000.xhp#par_id3153970.3.help.text"
+msgid "Cancel"
+msgstr "Cancel"
+
+#: 02130000.xhp#tit.help.text
+msgid "Number format: Currency"
+msgstr "Number format: Currency"
+
+#: 02130000.xhp#hd_id3152892.1.help.text
+msgid "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>"
+msgstr "<link href=\"text/scalc/02/02130000.xhp\" name=\"Number format: Currency\">Number format: Currency</link>"
+
+#: 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 "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
+
+#: 02130000.xhp#par_id3155267.help.text
+msgid "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_currencyfield.png\" id=\"img_id3159096\"><alt id=\"alt_id3159096\">Icon</alt></image>"
+
+#: 02130000.xhp#par_id3150214.3.help.text
+msgid "Number Format: Currency"
+msgstr "Number Format: Currency"
+
+#: 02130000.xhp#par_id3146776.4.help.text
+msgctxt "02130000.xhp#par_id3146776.4.help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>."
+
+#: 06070000.xhp#tit.help.text
+msgctxt "06070000.xhp#tit.help.text"
+msgid "Accept"
+msgstr "Accept"
+
+#: 06070000.xhp#bm_id3143267.help.text
+msgid "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>"
+msgstr "<bookmark_value>formula bar; accepting inputs</bookmark_value><bookmark_value>functions; accepting input icon</bookmark_value>"
+
+#: 06070000.xhp#hd_id3143267.1.help.text
+msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
+msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
+
+#: 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 "<ahelp hid=\"HID_INSWIN_OK\">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp>"
+
+#: 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 "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+
+#: 06070000.xhp#par_id3125864.3.help.text
+msgctxt "06070000.xhp#par_id3125864.3.help.text"
+msgid "Accept"
+msgstr "Accept"
+
+#: 02140000.xhp#tit.help.text
+msgid "Number format: Percent"
+msgstr "Number format: Percent"
+
+#: 02140000.xhp#hd_id3156329.1.help.text
+msgid "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>"
+msgstr "<link href=\"text/scalc/02/02140000.xhp\" name=\"Number format: Percent\">Number format: Percent</link>"
+
+#: 02140000.xhp#par_id3155629.2.help.text
+msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
+
+#: 02140000.xhp#par_id3153968.help.text
+msgid "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150869\" src=\"cmd/sc_numberformatpercent.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150869\">Icon</alt></image>"
+
+#: 02140000.xhp#par_id3151114.3.help.text
+msgid "Number Format: Percent"
+msgstr "Number Format: Percent"
+
+#: 02140000.xhp#bm_id3149260.help.text
+msgid "<bookmark_value>percentage calculations</bookmark_value>"
+msgstr "<bookmark_value>percentage calculations</bookmark_value>"
+
+#: 02140000.xhp#par_id3149260.5.help.text
+msgid "You can also enter a percentage sign (%) after a number in a cell:"
+msgstr "You can also enter a percentage sign (%) after a number in a cell:"
+
+#: 02140000.xhp#par_id3155411.6.help.text
+msgid "1% corresponds to 0.01"
+msgstr "1% corresponds to 0.01"
+
+#: 02140000.xhp#par_id3145749.7.help.text
+msgid "1 + 16% corresponds to 116% or 1.16"
+msgstr "1 + 16% corresponds to 116% or 1.16"
+
+#: 02140000.xhp#par_id3148575.8.help.text
+msgid "1%% corresponds to 0.0001"
+msgstr "1%% corresponds to 0.0001"
+
+#: 02140000.xhp#par_id3159153.10.help.text
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cell - Numbers\">Format - Cell - Numbers</link>"
+
+#: 06040000.xhp#tit.help.text
+msgctxt "06040000.xhp#tit.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 06040000.xhp#bm_id3150084.help.text
+msgid "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>"
+msgstr "<bookmark_value>formula bar; functions</bookmark_value><bookmark_value>functions; formula bar icon</bookmark_value>"
+
+#: 06040000.xhp#hd_id3150084.1.help.text
+msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>"
+msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>"
+
+#: 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 "<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>"
+
+#: 06040000.xhp#par_id3153360.3.help.text
+msgid "This icon is only available when the <emph>Input line</emph> box is not active."
+msgstr ""
+
+#: 06040000.xhp#par_id3153770.help.text
+#, fuzzy
+msgid "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+
+#: 06040000.xhp#par_id3153951.4.help.text
+msgctxt "06040000.xhp#par_id3153951.4.help.text"
+msgid "Function"
+msgstr "Function"
+
+#: 10050000.xhp#tit.help.text
+msgctxt "10050000.xhp#tit.help.text"
+msgid "Zoom In"
+msgstr "Zoom In"
+
+#: 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>zooming;enlarging page views</bookmark_value>"
+msgstr "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>"
+
+#: 10050000.xhp#hd_id3148491.1.help.text
+msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>"
+msgstr "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>"
+
+#: 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 "<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>"
+
+#: 10050000.xhp#par_id3145171.4.help.text
+msgid "The maximum zoom factor is 400%."
+msgstr "The maximum zoom factor is 400%."
+
+#: 10050000.xhp#par_id3155854.help.text
+msgid "<image id=\"img_id3151116\" src=\"cmd/sc_helpzoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151116\" src=\"cmd/sc_helpzoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
+
+#: 10050000.xhp#par_id3145273.3.help.text
+msgctxt "10050000.xhp#par_id3145273.3.help.text"
+msgid "Zoom In"
+msgstr "Zoom In"
+
+#: 18020000.xhp#tit.help.text
+msgid "Insert Cells"
+msgstr "Insert Cells"
+
+#: 18020000.xhp#bm_id3150275.help.text
+msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
+msgstr "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
+
+#: 18020000.xhp#hd_id3150275.1.help.text
+msgid "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>"
+msgstr "<link href=\"text/scalc/02/18020000.xhp\" name=\"Insert Cells\">Insert Cells</link>"
+
+#: 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 "<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>"
+
+#: 18020000.xhp#par_id3150398.3.help.text
+msgctxt "18020000.xhp#par_id3150398.3.help.text"
+msgid "Tools bar icon:"
+msgstr "Tools bar icon:"
+
+#: 18020000.xhp#par_id3150767.5.help.text
+msgctxt "18020000.xhp#par_id3150767.5.help.text"
+msgid "You can select the following icons:"
+msgstr "You can select the following icons:"
+
+#: 18020000.xhp#hd_id3150439.6.help.text
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Down\">Insert Cells Down</link>"
+
+#: 18020000.xhp#hd_id3146119.7.help.text
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">Insert Cells Right</link>"
+
+#: 18020000.xhp#hd_id3153190.8.help.text
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Rows\">Rows</link>"
+
+#: 18020000.xhp#hd_id3153726.9.help.text
+msgid "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Columns\">Columns</link>"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/04.po b/source/en-ZA/helpcontent2/source/text/scalc/04.po
new file mode 100644
index 00000000000..741bb046aa6
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/04.po
@@ -0,0 +1,790 @@
+#. extracted from helpcontent2/source/text/scalc/04.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2012-07-04 17:27+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.1.6\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 01020000.xhp#tit.help.text
+msgid "Shortcut Keys for Spreadsheets"
+msgstr "Shortcut Keys for Spreadsheets"
+
+#: 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>"
+msgstr "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>"
+
+#: 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 "<variable id=\"calc_keys\"><link href=\"text/scalc/04/01020000.xhp\" name=\"Shortcut Keys for Spreadsheets\">Shortcut Keys for Spreadsheets</link></variable>"
+
+#: 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</defaultinline></switchinline>+Enter+Shift to apply the cell format of the input cell to the entire cell range."
+msgstr "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</defaultinline></switchinline>+Enter+Shift to apply the cell format of the input cell to the entire cell range."
+
+#: 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</defaultinline></switchinline>+Enter. You cannot edit the components of the matrix."
+msgstr "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</defaultinline></switchinline>+Enter. You cannot edit the components of the matrix."
+
+#: 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</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
+
+#: 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 "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."
+
+#: 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</defaultinline></switchinline>+Enter."
+msgstr "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</defaultinline></switchinline>+Enter."
+
+#: 01020000.xhp#par_id3146978.130.help.text
+msgid "To delete the contents of selected cells, press Backspace. 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 Delete key."
+msgstr ""
+
+#: 01020000.xhp#hd_id3145386.85.help.text
+msgid "Navigating in Spreadsheets"
+msgstr "Navigating in Spreadsheets"
+
+#: 01020000.xhp#hd_id3149407.86.help.text
+msgctxt "01020000.xhp#hd_id3149407.86.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3153815.87.help.text
+msgctxt "01020000.xhp#par_id3153815.87.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#hd_id3146871.88.help.text
+msgctxt "01020000.xhp#hd_id3146871.88.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
+
+#: 01020000.xhp#par_id3159093.89.help.text
+msgid "Moves the cursor to the first cell in the sheet (A1)."
+msgstr "Moves the cursor to the first cell in the sheet (A1)."
+
+#: 01020000.xhp#hd_id3145073.90.help.text
+msgctxt "01020000.xhp#hd_id3145073.90.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
+
+#: 01020000.xhp#par_id3153283.91.help.text
+msgid "Moves the cursor to the last cell on the sheet that contains data."
+msgstr "Moves the cursor to the last cell on the sheet that contains data."
+
+#: 01020000.xhp#hd_id3149127.92.help.text
+msgctxt "01020000.xhp#hd_id3149127.92.help.text"
+msgid "Home"
+msgstr "Home"
+
+#: 01020000.xhp#par_id3159205.93.help.text
+msgid "Moves the cursor to the first cell of the current row."
+msgstr "Moves the cursor to the first cell of the current row."
+
+#: 01020000.xhp#hd_id3149897.94.help.text
+msgctxt "01020000.xhp#hd_id3149897.94.help.text"
+msgid "End"
+msgstr "End"
+
+#: 01020000.xhp#par_id3155095.95.help.text
+msgid "Moves the cursor to the last cell of the current row."
+msgstr "Moves the cursor to the last cell of the current row."
+
+#: 01020000.xhp#hd_id4149127.92.help.text
+msgid "Shift+Home"
+msgstr ""
+
+#: 01020000.xhp#par_id4159205.93.help.text
+msgid "Selects cells from the current cell to the first cell of the current row."
+msgstr ""
+
+#: 01020000.xhp#hd_id4149897.94.help.text
+msgid "Shift+End"
+msgstr ""
+
+#: 01020000.xhp#par_id4155095.95.help.text
+msgid "Selects cells from the current cell to the last cell of the current row."
+msgstr ""
+
+#: 01020000.xhp#hd_id5149127.92.help.text
+msgid "Shift+Page Up"
+msgstr ""
+
+#: 01020000.xhp#par_id5159205.93.help.text
+msgid "Selects cells from the current cell up to one page in the current column or extends the existing selection one page up."
+msgstr ""
+
+#: 01020000.xhp#hd_id5149897.94.help.text
+msgid "Shift+Page Down"
+msgstr ""
+
+#: 01020000.xhp#par_id5155095.95.help.text
+msgid "Selects cells from the current cell down to one page in the current column or extends the existing selection one page down."
+msgstr ""
+
+#: 01020000.xhp#hd_id3143220.101.help.text
+msgctxt "01020000.xhp#hd_id3143220.101.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3153554.103.help.text
+msgctxt "01020000.xhp#hd_id3153554.103.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3149317.105.help.text
+msgctxt "01020000.xhp#hd_id3149317.105.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3147250.107.help.text
+msgctxt "01020000.xhp#hd_id3147250.107.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3148744.184.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3156399.109.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+
+#: 01020000.xhp#par_id3145236.110.help.text
+msgid "Moves one sheet to the left."
+msgstr "Moves one sheet to the left."
+
+#: 01020000.xhp#par_id3149725.131.help.text
+msgid "In the page preview: Moves to the previous print page."
+msgstr "In the page preview: Moves to the previous print page."
+
+#: 01020000.xhp#hd_id3147411.111.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+
+#: 01020000.xhp#par_id3150372.112.help.text
+msgid "Moves one sheet to the right."
+msgstr "Moves one sheet to the right."
+
+#: 01020000.xhp#par_id3159120.132.help.text
+msgid "In the page preview: Moves to the next print page."
+msgstr "In the page preview: Moves to the next print page."
+
+#: 01020000.xhp#hd_id3146885.113.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Up"
+msgstr ""
+
+#: 01020000.xhp#par_id3152976.114.help.text
+msgid "Moves one screen to the left."
+msgstr "Moves one screen to the left."
+
+#: 01020000.xhp#hd_id3149013.115.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Page Down"
+msgstr ""
+
+#: 01020000.xhp#par_id3150477.116.help.text
+msgid "Moves one screen page to the right."
+msgstr "Moves one screen page to the right."
+
+#: 01020000.xhp#par_idN10AFC.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+
+#: 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 "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."
+
+#: 01020000.xhp#par_idN10B03.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3145826.96.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
+
+#: 01020000.xhp#par_id3148882.97.help.text
+msgid "where (*) is the multiplication sign on the numeric key pad"
+msgstr "where (*) is the multiplication sign on the numeric key pad"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3151233.180.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
+
+#: 01020000.xhp#par_id3149949.181.help.text
+msgid "where (/) is the division sign on the numeric key pad"
+msgstr "where (/) is the division sign on the numeric key pad"
+
+#: 01020000.xhp#par_id3150144.182.help.text
+msgid "Selects the matrix formula range that contains the cursor."
+msgstr "Selects the matrix formula range that contains the cursor."
+
+#: 01020000.xhp#par_id8163396.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
+
+#: 01020000.xhp#par_id9901425.help.text
+msgid "Insert cells (as in menu Insert - Cells)"
+msgstr "Insert cells (as in menu Insert - Cells)"
+
+#: 01020000.xhp#par_id3389080.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+
+#: 01020000.xhp#par_id5104220.help.text
+msgid "Delete cells (as in menu Edit - Delete Cells)"
+msgstr "Delete cells (as in menu Edit - Delete Cells)"
+
+#: 01020000.xhp#hd_id3155825.99.help.text
+msgid "Enter (in a selected range)"
+msgstr "Enter (in a selected range)"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
+msgstr "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
+
+#: 01020000.xhp#par_id5961180.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
+
+#: 01020000.xhp#par_id6407055.help.text
+msgid "Displays or hides the formulas instead of the values in all cells."
+msgstr "Displays or hides the formulae instead of the values in all cells."
+
+#: 01020000.xhp#par_id8070314.help.text
+msgid "The ` key is located next to the \"1\" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the \"View\" category and the \"Toggle Formula\" function."
+msgstr "The ` key is located next to the \"1\" key on most English keyboards. If your keyboard does not show this key, you can assign another key: Choose Tools - Customize, click the Keyboard tab. Select the \"View\" category and the \"Toggle Formula\" function."
+
+#: 01020000.xhp#hd_id3148756.5.help.text
+msgid "Function Keys Used in Spreadsheets"
+msgstr "Function Keys Used in Spreadsheets"
+
+#: 01020000.xhp#hd_id3148581.6.help.text
+msgctxt "01020000.xhp#hd_id3148581.6.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3152790.8.help.text
+msgctxt "01020000.xhp#par_id3152790.8.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#hd_id3154809.139.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F1"
+
+#: 01020000.xhp#par_id3145140.138.help.text
+msgid "Displays the comment that is attached to the current cell"
+msgstr "Displays the comment that is attached to the current cell"
+
+#: 01020000.xhp#hd_id3146142.9.help.text
+msgid "F2"
+msgstr "F2"
+
+#: 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 "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode."
+
+#: 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 "If the cursor is in an input box in a dialogue that has a <emph>Minimize </emph>button, the dialogue is hidden and the input box remains visible. Press F2 again to show the whole dialogue."
+
+#: 01020000.xhp#hd_id3146850.11.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+
+#: 01020000.xhp#par_id3145162.12.help.text
+msgid "Opens the Function Wizard."
+msgstr "Opens the Function Wizard."
+
+#: 01020000.xhp#hd_id3147366.137.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F2"
+
+#: 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 "Moves the cursor to the <emph>Input line</emph> where you can enter a formula for the current cell."
+
+#: 01020000.xhp#hd_id3153730.15.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#: 01020000.xhp#par_id3145245.16.help.text
+msgid "Opens the <emph>Define Names</emph> dialog."
+msgstr "Opens the <emph>Define Names</emph> dialogue."
+
+#: 01020000.xhp#hd_id3148768.17.help.text
+msgid "F4"
+msgstr "F4"
+
+#: 01020000.xhp#par_id3153047.18.help.text
+msgid "Shows or Hides the Database explorer."
+msgstr "Shows or Hides the Database explorer."
+
+#: 01020000.xhp#hd_id3145353.19.help.text
+msgid "Shift+F4"
+msgstr "Shift+F4"
+
+#: 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 "Rearranges the relative or absolute references (for example, A1, $A$1, $A1, A$1) in the input field."
+
+#: 01020000.xhp#hd_id3156063.21.help.text
+msgid "F5"
+msgstr "F5"
+
+#: 01020000.xhp#par_id3149540.22.help.text
+msgid "Shows or hides the <emph>Navigator</emph>."
+msgstr "Shows or hides the <emph>Navigator</emph>."
+
+#: 01020000.xhp#hd_id3148392.23.help.text
+msgid "Shift+F5"
+msgstr "Shift+F5"
+
+#: 01020000.xhp#par_id3150268.24.help.text
+msgid "Traces dependents."
+msgstr "Traces dependents."
+
+#: 01020000.xhp#hd_id3148430.27.help.text
+msgid "Shift+F7"
+msgstr "Shift+F7"
+
+#: 01020000.xhp#par_id3153179.28.help.text
+msgid "Traces precedents."
+msgstr "Traces precedents."
+
+#: 01020000.xhp#hd_id3150568.135.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5"
+
+#: 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 "Moves the cursor from the <emph>Input line </emph>to the <emph>Sheet area</emph> box."
+
+#: 01020000.xhp#hd_id3155368.29.help.text
+msgid "F7"
+msgstr "F7"
+
+#: 01020000.xhp#par_id3154871.30.help.text
+msgid "Checks spelling in the current sheet."
+msgstr "Checks spelling in the current sheet."
+
+#: 01020000.xhp#hd_id3150688.31.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+
+#: 01020000.xhp#par_id3149781.32.help.text
+msgid "Opens the Thesaurus if the current cell contains text."
+msgstr "Opens the Thesaurus if the current cell contains text."
+
+#: 01020000.xhp#hd_id3156257.33.help.text
+msgid "F8"
+msgstr "F8"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3154313.37.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F8"
+
+#: 01020000.xhp#par_id3150385.38.help.text
+msgid "Highlights cells containing values."
+msgstr "Highlights cells containing values."
+
+#: 01020000.xhp#hd_id3152479.39.help.text
+msgid "F9"
+msgstr "F9"
+
+#: 01020000.xhp#par_id3163827.40.help.text
+msgid "Recalculates changed formulas in the current sheet."
+msgstr "Recalculates changed formulae in the current sheet."
+
+#: 01020000.xhp#par_id9027069.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F9"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F9"
+
+#: 01020000.xhp#par_id1729178.help.text
+msgid "Recalculates all formulas in all sheets."
+msgstr "Recalculates all formulae in all sheets."
+
+#: 01020000.xhp#hd_id3156300.41.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9"
+
+#: 01020000.xhp#par_id3154817.42.help.text
+msgid "Updates the selected chart."
+msgstr "Updates the selected chart."
+
+#: 01020000.xhp#hd_id3149279.46.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3156308.48.help.text
+msgid "Shift+F11"
+msgstr "Shift+F11"
+
+#: 01020000.xhp#par_id3145209.49.help.text
+msgid "Creates a document template."
+msgstr "Creates a document template."
+
+#: 01020000.xhp#hd_id3147622.50.help.text
+msgid "Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+F11"
+msgstr "Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+F11"
+
+#: 01020000.xhp#par_id3153215.51.help.text
+msgid "Updates the templates."
+msgstr "Updates the templates."
+
+#: 01020000.xhp#hd_id3150760.52.help.text
+msgid "F12"
+msgstr "F12"
+
+#: 01020000.xhp#par_id3156321.53.help.text
+msgid "Groups the selected data range."
+msgstr "Groups the selected data range."
+
+#: 01020000.xhp#hd_id3146859.54.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F12"
+
+#: 01020000.xhp#par_id3156128.55.help.text
+msgid "Ungroups the selected data range."
+msgstr "Ungroups the selected data range."
+
+#: 01020000.xhp#hd_id3151264.117.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow"
+msgstr ""
+
+#: 01020000.xhp#par_id3153155.118.help.text
+msgid "Increases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
+msgstr ""
+
+#: 01020000.xhp#hd_id3151297.119.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow"
+msgstr ""
+
+#: 01020000.xhp#par_id3155849.120.help.text
+msgid "Decreases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)."
+msgstr ""
+
+#: 01020000.xhp#hd_id3155997.121.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Right Arrow"
+msgstr ""
+
+#: 01020000.xhp#par_id3150256.122.help.text
+msgid "Increases the width of the current column."
+msgstr "Increases the width of the current column."
+
+#: 01020000.xhp#hd_id3154046.123.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Left Arrow"
+msgstr ""
+
+#: 01020000.xhp#par_id3150155.124.help.text
+msgid "Decreases the width of the current column."
+msgstr "Decreases the width of the current column."
+
+#: 01020000.xhp#hd_id3149293.125.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+Arrow Key"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+Arrow Key"
+
+#: 01020000.xhp#par_id3159180.126.help.text
+msgid "Optimizes the column width or row height based on the current cell."
+msgstr "Optimizes the column width or row height based on the current cell."
+
+#: 01020000.xhp#hd_id3156013.56.help.text
+msgid "Formatting Cells Using Shortcut Keys"
+msgstr "Formatting Cells Using Shortcut Keys"
+
+#: 01020000.xhp#par_id3153979.57.help.text
+msgid "The following cell formats can be applied with the keyboard:"
+msgstr "The following cell formats can be applied with the keyboard:"
+
+#: 01020000.xhp#hd_id3147492.58.help.text
+msgctxt "01020000.xhp#hd_id3147492.58.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3154305.60.help.text
+msgctxt "01020000.xhp#par_id3154305.60.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#hd_id3145669.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+1 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+1 (not on the number pad)"
+
+#: 01020000.xhp#par_id3149197.help.text
+msgid "Open Format Cells dialog"
+msgstr "Open Format Cells dialogue"
+
+#: 01020000.xhp#hd_id3145668.61.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1 (not on the number pad)"
+
+#: 01020000.xhp#par_id3149196.63.help.text
+msgid "Two decimal places, thousands separator"
+msgstr "Two decimal places, thousands separator"
+
+#: 01020000.xhp#hd_id3155331.64.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+2 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+2 (not on the number pad)"
+
+#: 01020000.xhp#par_id3150120.66.help.text
+msgid "Standard exponential format"
+msgstr "Standard exponential format"
+
+#: 01020000.xhp#hd_id3154932.67.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+3 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+3 (not on the number pad)"
+
+#: 01020000.xhp#par_id3148822.69.help.text
+msgid "Standard date format"
+msgstr "Standard date format"
+
+#: 01020000.xhp#hd_id3148829.70.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+4 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+4 (not on the number pad)"
+
+#: 01020000.xhp#par_id3159152.72.help.text
+msgid "Standard currency format"
+msgstr "Standard currency format"
+
+#: 01020000.xhp#hd_id3150776.73.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+5 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+5 (not on the number pad)"
+
+#: 01020000.xhp#par_id3148800.75.help.text
+msgid "Standard percentage format (two decimal places)"
+msgstr "Standard percentage format (two decimal places)"
+
+#: 01020000.xhp#hd_id3158407.76.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+6 (not on the number pad)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+6 (not on the number pad)"
+
+#: 01020000.xhp#par_id3148444.78.help.text
+msgid "Standard format"
+msgstr "Standard format"
+
+#: 01020000.xhp#hd_id3154205.178.help.text
+msgid "Using the pivot table"
+msgstr ""
+
+#: 01020000.xhp#par_idN11326.help.text
+msgid "Keys"
+msgstr "Keys"
+
+#: 01020000.xhp#par_idN1132C.help.text
+msgid "Effect"
+msgstr "Effect"
+
+#: 01020000.xhp#hd_id3153577.177.help.text
+msgid "Tab"
+msgstr "Tab"
+
+#: 01020000.xhp#par_id3147511.176.help.text
+msgid "Changes the focus by moving forwards through the areas and buttons of the dialog."
+msgstr "Changes the focus by moving forwards through the areas and buttons of the dialogue."
+
+#: 01020000.xhp#hd_id3154266.175.help.text
+msgid "Shift+Tab"
+msgstr "Shift+Tab"
+
+#: 01020000.xhp#par_id3155362.174.help.text
+msgid "Changes the focus by moving backwards through the areas and buttons of the dialog."
+msgstr "Changes the focus by moving backwards through the areas and buttons of the dialogue."
+
+#: 01020000.xhp#hd_id3148484.173.help.text
+#, fuzzy
+msgid "Up Arrow"
+msgstr "up arrow"
+
+#: 01020000.xhp#par_id3149152.172.help.text
+msgid "Moves the focus up one item in the current dialog area."
+msgstr "Moves the focus up one item in the current dialogue area."
+
+#: 01020000.xhp#hd_id3154273.171.help.text
+#, fuzzy
+msgid "Down Arrow"
+msgstr "down arrow"
+
+#: 01020000.xhp#par_id3158424.170.help.text
+msgid "Moves the focus down one item in the current dialog area."
+msgstr "Moves the focus down one item in the current dialogue area."
+
+#: 01020000.xhp#hd_id3148912.169.help.text
+#, fuzzy
+msgid "Left Arrow"
+msgstr "left arrow"
+
+#: 01020000.xhp#par_id3153238.168.help.text
+msgid "Moves the focus one item to the left in the current dialog area."
+msgstr "Moves the focus one item to the left in the current dialogue area."
+
+#: 01020000.xhp#hd_id3150712.167.help.text
+#, fuzzy
+msgid "Right Arrow"
+msgstr "right arrow"
+
+#: 01020000.xhp#par_id3166458.166.help.text
+msgid "Moves the focus one item to the right in the current dialog area."
+msgstr "Moves the focus one item to the right in the current dialogue area."
+
+#: 01020000.xhp#hd_id3146947.165.help.text
+msgctxt "01020000.xhp#hd_id3146947.165.help.text"
+msgid "Home"
+msgstr "Home"
+
+#: 01020000.xhp#par_id3153742.164.help.text
+msgid "Selects the first item in the current dialog area."
+msgstr "Selects the first item in the current dialogue area."
+
+#: 01020000.xhp#hd_id3153387.163.help.text
+msgctxt "01020000.xhp#hd_id3153387.163.help.text"
+msgid "End"
+msgstr "End"
+
+#: 01020000.xhp#par_id3153684.162.help.text
+msgid "Selects the last item in the current dialog area."
+msgstr "Selects the last item in the current dialogue area."
+
+#: 01020000.xhp#hd_id3155584.161.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Row\""
+
+#: 01020000.xhp#par_id3152949.160.help.text
+msgid "Copies or moves the current field into the \"Row\" area."
+msgstr "Copies or moves the current field into the \"Row\" area."
+
+#: 01020000.xhp#hd_id3159269.159.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Column\""
+
+#: 01020000.xhp#par_id3149968.158.help.text
+msgid "Copies or moves the current field into the \"Column\" area."
+msgstr "Copies or moves the current field into the \"Column\" area."
+
+#: 01020000.xhp#hd_id3149923.157.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and the underlined character in the word \"Data\""
+
+#: 01020000.xhp#par_id3148649.156.help.text
+msgid "Copies or moves the current field into the \"Data\" area."
+msgstr "Copies or moves the current field into the \"Data\" area."
+
+#: 01020000.xhp#hd_id3149418.155.help.text
+msgctxt "01020000.xhp#hd_id3149418.155.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow"
+
+#: 01020000.xhp#par_id3154335.154.help.text
+msgid "Moves the current field up one place."
+msgstr "Moves the current field up one place."
+
+#: 01020000.xhp#hd_id3148462.153.help.text
+msgctxt "01020000.xhp#hd_id3148462.153.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow"
+
+#: 01020000.xhp#par_id3154603.152.help.text
+msgid "Moves the current field down one place."
+msgstr "Moves the current field down one place."
+
+#: 01020000.xhp#hd_id3145373.151.help.text
+msgctxt "01020000.xhp#hd_id3145373.151.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
+
+#: 01020000.xhp#par_id3151125.150.help.text
+msgid "Moves the current field one place to the left."
+msgstr "Moves the current field one place to the left."
+
+#: 01020000.xhp#hd_id3150423.149.help.text
+msgctxt "01020000.xhp#hd_id3150423.149.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow"
+
+#: 01020000.xhp#par_id3153316.148.help.text
+msgid "Moves the current field one place to the right."
+msgstr "Moves the current field one place to the right."
+
+#: 01020000.xhp#hd_id3149519.147.help.text
+msgctxt "01020000.xhp#hd_id3149519.147.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Home"
+
+#: 01020000.xhp#par_id3149237.146.help.text
+msgid "Moves the current field to the first place."
+msgstr "Moves the current field to the first place."
+
+#: 01020000.xhp#hd_id3145310.145.help.text
+msgctxt "01020000.xhp#hd_id3145310.145.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+End"
+
+#: 01020000.xhp#par_id3153942.144.help.text
+msgid "Moves the current field to the last place."
+msgstr "Moves the current field to the last place."
+
+#: 01020000.xhp#hd_id3149933.143.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
+
+#: 01020000.xhp#par_id3154798.142.help.text
+msgid "Displays the options for the current field."
+msgstr "Displays the options for the current field."
+
+#: 01020000.xhp#hd_id3148418.141.help.text
+msgid "Delete"
+msgstr "Delete"
+
+#: 01020000.xhp#par_id3159251.140.help.text
+msgid "Removes the current field from the area."
+msgstr "Removes the current field from the area."
+
+#: 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 "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/05.po b/source/en-ZA/helpcontent2/source/text/scalc/05.po
new file mode 100644
index 00000000000..c9fe489d6e4
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/05.po
@@ -0,0 +1,528 @@
+#. extracted from helpcontent2/source/text/scalc/05.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: empty_cells.xhp#tit.help.text
+msgid "Handling of Empty Cells"
+msgstr "Handling of Empty Cells"
+
+#: empty_cells.xhp#bm_id3146799.help.text
+msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
+msgstr "<bookmark_value>empty cells;handling of</bookmark_value>"
+
+#: empty_cells.xhp#hd_id1502121.help.text
+msgid "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
+msgstr "<variable id=\"empty_cells\"><link href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty Cells</link></variable>"
+
+#: empty_cells.xhp#par_id8266853.help.text
+msgid "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned. "
+msgstr "In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted in an empty cell being returned. "
+
+#: empty_cells.xhp#par_id2733542.help.text
+msgid "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. "
+msgstr "A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. "
+
+#: empty_cells.xhp#par_id4238715.help.text
+msgid "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
+msgstr "For the following examples, A1 contains a number, B1 is empty, C1 contains the reference to B1:"
+
+#: empty_cells.xhp#par_id8277230.help.text
+msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
+msgstr "A1: 1 B1: <empty> C1: =B1 (displays 0)"
+
+#: empty_cells.xhp#par_id4086428.help.text
+msgctxt "empty_cells.xhp#par_id4086428.help.text"
+msgid "=B1=0 => TRUE"
+msgstr "=B1=0 => TRUE"
+
+#: empty_cells.xhp#par_id9024628.help.text
+msgid "=B1=\"\" => TRUE"
+msgstr "=B1=\"\" => TRUE"
+
+#: empty_cells.xhp#par_id3067110.help.text
+msgid "=C1=0 => TRUE"
+msgstr "=C1=0 => TRUE"
+
+#: empty_cells.xhp#par_id8841822.help.text
+msgid "=C1=\"\" => TRUE (previously was FALSE)"
+msgstr "=C1=\"\" => TRUE (previously was FALSE)"
+
+#: empty_cells.xhp#par_id4077578.help.text
+msgid "=ISNUMBER(B1) => FALSE"
+msgstr "=ISNUMBER(B1) => FALSE"
+
+#: empty_cells.xhp#par_id9094515.help.text
+msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
+msgstr "=ISNUMBER(C1) => FALSE (previously was TRUE)"
+
+#: empty_cells.xhp#par_id396740.help.text
+msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
+msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
+
+#: empty_cells.xhp#par_id3859675.help.text
+msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
+msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
+
+#: empty_cells.xhp#par_id402233.help.text
+msgctxt "empty_cells.xhp#par_id402233.help.text"
+msgid "=ISTEXT(B1) => FALSE"
+msgstr "=ISTEXT(B1) => FALSE"
+
+#: empty_cells.xhp#par_id1623889.help.text
+msgctxt "empty_cells.xhp#par_id1623889.help.text"
+msgid "=ISTEXT(C1) => FALSE"
+msgstr "=ISTEXT(C1) => FALSE"
+
+#: empty_cells.xhp#par_id7781914.help.text
+msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
+msgstr "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
+
+#: empty_cells.xhp#par_id300912.help.text
+msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+msgstr "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+
+#: empty_cells.xhp#par_id9534592.help.text
+msgid "=ISBLANK(B1) => TRUE"
+msgstr "=ISBLANK(B1) => TRUE"
+
+#: empty_cells.xhp#par_id4969328.help.text
+msgid "=ISBLANK(C1) => FALSE"
+msgstr "=ISBLANK(C1) => FALSE"
+
+#: empty_cells.xhp#par_id9635914.help.text
+msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
+msgstr "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
+
+#: empty_cells.xhp#par_id2476577.help.text
+msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+msgstr "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
+
+#: empty_cells.xhp#par_id4217047.help.text
+msgid "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
+msgstr "Note that Microsoft Excel behaves different and always returns a number as the result of a reference to an empty cell or a formula cell with the result of an empty cell. For example:"
+
+#: empty_cells.xhp#par_id2629474.help.text
+msgid "A1: <empty>"
+msgstr "A1: <empty>"
+
+#: empty_cells.xhp#par_id8069704.help.text
+msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
+msgstr "B1: =A1 => displays 0, but is just a reference to an empty cell"
+
+#: empty_cells.xhp#par_id4524674.help.text
+msgid "=ISNUMBER(A1) => FALSE"
+msgstr "=ISNUMBER(A1) => FALSE"
+
+#: empty_cells.xhp#par_id4396801.help.text
+msgid "=ISTEXT(A1) => FALSE"
+msgstr "=ISTEXT(A1) => FALSE"
+
+#: empty_cells.xhp#par_id5293740.help.text
+msgid "=A1=0 => TRUE"
+msgstr "=A1=0 => TRUE"
+
+#: empty_cells.xhp#par_id7623828.help.text
+msgid "=A1=\"\" => TRUE"
+msgstr "=A1=\"\" => TRUE"
+
+#: empty_cells.xhp#par_id2861720.help.text
+msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
+msgstr "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
+
+#: empty_cells.xhp#par_id9604480.help.text
+msgctxt "empty_cells.xhp#par_id9604480.help.text"
+msgid "=ISTEXT(B1) => FALSE"
+msgstr "=ISTEXT(B1) => FALSE"
+
+#: empty_cells.xhp#par_id2298959.help.text
+msgctxt "empty_cells.xhp#par_id2298959.help.text"
+msgid "=B1=0 => TRUE"
+msgstr "=B1=0 => TRUE"
+
+#: empty_cells.xhp#par_id4653767.help.text
+msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
+msgstr "=B1=\"\" => TRUE (MS-Excel: FALSE)"
+
+#: empty_cells.xhp#par_id8801538.help.text
+msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
+msgstr "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)"
+
+#: empty_cells.xhp#par_id6746421.help.text
+msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
+msgstr "=ISNUMBER(VLOOKUP(...)) => FALSE"
+
+#: empty_cells.xhp#par_id4876247.help.text
+msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
+msgstr "=ISTEXT(VLOOKUP(...)) => FALSE"
+
+#: empty_cells.xhp#par_id7458723.help.text
+msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
+msgstr "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
+
+#: empty_cells.xhp#par_id2753379.help.text
+msgctxt "empty_cells.xhp#par_id2753379.help.text"
+msgid "=ISTEXT(C1) => FALSE"
+msgstr "=ISTEXT(C1) => FALSE"
+
+#: 02140000.xhp#tit.help.text
+msgid "Error Codes in %PRODUCTNAME Calc"
+msgstr "Error Codes in %PRODUCTNAME Calc"
+
+#: 02140000.xhp#bm_id3146797.help.text
+msgid "<bookmark_value>error codes;list of</bookmark_value>"
+msgstr "<bookmark_value>error codes;list of</bookmark_value>"
+
+#: 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 "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error Codes in %PRODUCTNAME Calc\">Error Codes in <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
+
+#: 02140000.xhp#par_id3150275.2.help.text
+msgid "The 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 "The 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>."
+
+#: 02140000.xhp#bm_id0202201010205429.help.text
+msgid "<bookmark_value>### error message</bookmark_value>"
+msgstr "<bookmark_value>### error message</bookmark_value>"
+
+#: 02140000.xhp#bm_id3154634.help.text
+msgid "<bookmark_value>invalid references; error messages</bookmark_value> <bookmark_value>error messages;invalid references</bookmark_value> <bookmark_value>#REF error message</bookmark_value>"
+msgstr "<bookmark_value>invalid references; error messages</bookmark_value> <bookmark_value>error messages;invalid references</bookmark_value> <bookmark_value>#REF error message</bookmark_value>"
+
+#: 02140000.xhp#bm_id3148428.help.text
+msgid "<bookmark_value>invalid names; error messages</bookmark_value> <bookmark_value>#NAME error message</bookmark_value>"
+msgstr "<bookmark_value>invalid names; error messages</bookmark_value> <bookmark_value>#NAME error message</bookmark_value>"
+
+#: 02140000.xhp#par_id3153968.3.help.text
+msgid "Error Code"
+msgstr "Error Code"
+
+#: 02140000.xhp#par_id3125863.4.help.text
+msgid "Message"
+msgstr "Message"
+
+#: 02140000.xhp#par_id3151112.5.help.text
+msgid "Explanation"
+msgstr "Explanation"
+
+#: 02140000.xhp#par_id1668467.help.text
+msgid "###"
+msgstr "###"
+
+#: 02140000.xhp#par_id3165766.13.help.text
+msgid "none"
+msgstr "none"
+
+#: 02140000.xhp#par_id3169266.14.help.text
+msgid "The cell is not wide enough to display the contents."
+msgstr "The cell is not wide enough to display the contents."
+
+#: 02140000.xhp#par_id3153188.6.help.text
+msgid "501"
+msgstr "501"
+
+#: 02140000.xhp#par_id3148645.7.help.text
+msgid "Invalid character"
+msgstr "Invalid character"
+
+#: 02140000.xhp#par_id3155854.8.help.text
+msgid "Character in a formula is not valid."
+msgstr "Character in a formula is not valid."
+
+#: 02140000.xhp#par_id3145253.9.help.text
+msgid "502"
+msgstr "502"
+
+#: 02140000.xhp#par_id3147397.10.help.text
+msgid "Invalid argument"
+msgstr "Invalid argument"
+
+#: 02140000.xhp#par_id3153160.11.help.text
+msgid "Function argument is not valid. For example, a negative number for the SQRT() function, for this please use IMSQRT()."
+msgstr ""
+
+#: 02140000.xhp#par_id3154015.12.help.text
+msgid "503<br/>#NUM!"
+msgstr ""
+
+#: 02140000.xhp#par_id3155766.13.help.text
+msgid "Invalid floating point operation"
+msgstr "Invalid floating point operation"
+
+#: 02140000.xhp#par_id3159266.14.help.text
+msgid "A calculation results in an overflow of the defined value range."
+msgstr "A calculation results in an overflow of the defined value range."
+
+#: 02140000.xhp#par_id3149258.15.help.text
+msgid "504"
+msgstr "504"
+
+#: 02140000.xhp#par_id3147344.16.help.text
+msgid "Parameter list error"
+msgstr "Parameter list error"
+
+#: 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 "Function parameter is not valid, for example, text instead of a number, or a domain reference instead of cell reference."
+
+#: 02140000.xhp#par_id3154532.27.help.text
+msgid "508"
+msgstr "508"
+
+#: 02140000.xhp#par_id3150107.28.help.text
+msgid "Error: Pair missing"
+msgstr "Error: Pair missing"
+
+#: 02140000.xhp#par_id3149129.29.help.text
+msgid "Missing bracket, for example, closing brackets, but no opening brackets"
+msgstr "Missing bracket, for example, closing brackets, but no opening brackets"
+
+#: 02140000.xhp#par_id3149895.30.help.text
+msgid "509"
+msgstr "509"
+
+#: 02140000.xhp#par_id3155097.31.help.text
+msgid "Missing operator"
+msgstr "Missing operator"
+
+#: 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 "Operator is missing, for example, \"=2(3+4) * \", where the operator between \"2\" and \"(\" is missing."
+
+#: 02140000.xhp#par_id3153813.33.help.text
+msgid "510"
+msgstr "510"
+
+#: 02140000.xhp#par_id3153483.34.help.text
+msgctxt "02140000.xhp#par_id3153483.34.help.text"
+msgid "Missing variable"
+msgstr "Missing variable"
+
+#: 02140000.xhp#par_id3154710.35.help.text
+msgid "Variable is missing, for example when two operators are together \"=1+*2\"."
+msgstr "Variable is missing, for example when two operators are together \"=1+*2\"."
+
+#: 02140000.xhp#par_id3154739.36.help.text
+msgid "511"
+msgstr "511"
+
+#: 02140000.xhp#par_id3145112.37.help.text
+msgctxt "02140000.xhp#par_id3145112.37.help.text"
+msgid "Missing variable"
+msgstr "Missing variable"
+
+#: 02140000.xhp#par_id3145319.38.help.text
+msgid "Function requires more variables than are provided, for example, AND() and OR()."
+msgstr "Function requires more variables than are provided, for example, AND() and OR()."
+
+#: 02140000.xhp#par_id3149050.39.help.text
+msgid "512"
+msgstr "512"
+
+#: 02140000.xhp#par_id3150393.40.help.text
+msgid "Formula overflow"
+msgstr "Formula overflow"
+
+#: 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."
+msgstr " <emph>Compiler:</emph> the total number of internal tokens, (that is, operators, variables, brackets) in the formula exceeds 512."
+
+#: 02140000.xhp#par_id3150537.42.help.text
+msgid "513"
+msgstr "513"
+
+#: 02140000.xhp#par_id3147412.43.help.text
+msgid "String overflow"
+msgstr "String overflow"
+
+#: 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 " <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."
+
+#: 02140000.xhp#par_id3149147.45.help.text
+msgid "514"
+msgstr "514"
+
+#: 02140000.xhp#par_id3157904.46.help.text
+msgctxt "02140000.xhp#par_id3157904.46.help.text"
+msgid "Internal overflow"
+msgstr "Internal overflow"
+
+#: 02140000.xhp#par_id3149352.47.help.text
+msgid "Sort operation attempted on too much numerical data (max. 100000) or a calculation stack overflow."
+msgstr "Sort operation attempted on too much numerical data (maximum 100000) or a calculation stack overflow."
+
+#: 02140000.xhp#par_id3154841.51.help.text
+msgid "516"
+msgstr "516"
+
+#: 02140000.xhp#par_id3147423.52.help.text
+msgctxt "02140000.xhp#par_id3147423.52.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 02140000.xhp#par_id3148437.53.help.text
+msgid "Matrix is expected on the calculation stack, but is not available."
+msgstr "Matrix is expected on the calculation stack, but is not available."
+
+#: 02140000.xhp#par_id3155261.54.help.text
+msgid "517"
+msgstr "517"
+
+#: 02140000.xhp#par_id3153934.55.help.text
+msgctxt "02140000.xhp#par_id3153934.55.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 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 "Unknown code, for example, a document with a newer function is loaded in an older version that does not contain the function."
+
+#: 02140000.xhp#par_id3148585.57.help.text
+msgid "518"
+msgstr "518"
+
+#: 02140000.xhp#par_id3149189.58.help.text
+msgctxt "02140000.xhp#par_id3149189.58.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 02140000.xhp#par_id3149545.59.help.text
+msgid "Variable is not available"
+msgstr "Variable is not available"
+
+#: 02140000.xhp#par_id3146142.60.help.text
+msgid "519<br/>#VALUE"
+msgstr ""
+
+#: 02140000.xhp#par_id3155954.61.help.text
+msgid "No result (#VALUE is in the cell rather than Err:519!)"
+msgstr "No result (#VALUE is in the cell rather than Err:519!)"
+
+#: 02140000.xhp#par_id3153108.62.help.text
+msgid "The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number."
+msgstr "The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number."
+
+#: 02140000.xhp#par_id3150338.63.help.text
+msgid "520"
+msgstr "520"
+
+#: 02140000.xhp#par_id3150017.64.help.text
+msgctxt "02140000.xhp#par_id3150017.64.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 02140000.xhp#par_id3148758.65.help.text
+msgid "Compiler creates an unknown compiler code."
+msgstr "Compiler creates an unknown compiler code."
+
+#: 02140000.xhp#par_id3154324.66.help.text
+msgid "521"
+msgstr "521"
+
+#: 02140000.xhp#par_id3153737.67.help.text
+msgctxt "02140000.xhp#par_id3153737.67.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 02140000.xhp#par_id3155436.68.help.text
+msgid "No result."
+msgstr "No result."
+
+#: 02140000.xhp#par_id3153045.69.help.text
+msgid "522"
+msgstr "522"
+
+#: 02140000.xhp#par_id3149008.70.help.text
+msgid "Circular reference"
+msgstr "Circular reference"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate."
+msgstr "Formula refers directly or indirectly to itself and the <emph>Iterations</emph> option is not set under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate."
+
+#: 02140000.xhp#par_id3149538.72.help.text
+msgid "523"
+msgstr "523"
+
+#: 02140000.xhp#par_id3150930.73.help.text
+msgid "The calculation procedure does not converge"
+msgstr "The calculation procedure does not converge"
+
+#: 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 "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."
+
+#: 02140000.xhp#par_id3153544.75.help.text
+msgid "524<br/>#REF"
+msgstr ""
+
+#: 02140000.xhp#par_id3154634.76.help.text
+msgid "invalid references (instead of Err:524 cell contains #REF)"
+msgstr "invalid references (instead of Err:524 cell contains #REF)"
+
+#: 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 " <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."
+
+#: 02140000.xhp#par_id3155984.78.help.text
+msgid "525<br/>#NAME?"
+msgstr ""
+
+#: 02140000.xhp#par_id3148428.79.help.text
+msgid "invalid names (instead of Err:525 cell contains #NAME?)"
+msgstr "invalid names (instead of Err:525 cell contains #NAME?)"
+
+#: 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 "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."
+
+#: 02140000.xhp#par_id3153720.81.help.text
+msgid "526"
+msgstr "526"
+
+#: 02140000.xhp#par_id3154315.82.help.text
+msgctxt "02140000.xhp#par_id3154315.82.help.text"
+msgid "Internal syntax error"
+msgstr "Internal syntax error"
+
+#: 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 "Obsolete, no longer used, but could come from old documents if the result is a formula from a domain."
+
+#: 02140000.xhp#par_id3152483.84.help.text
+msgid "527"
+msgstr "527"
+
+#: 02140000.xhp#par_id3152966.85.help.text
+msgctxt "02140000.xhp#par_id3152966.85.help.text"
+msgid "Internal overflow"
+msgstr "Internal overflow"
+
+#: 02140000.xhp#par_id3149709.86.help.text
+msgid " <emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
+msgstr " <emph>Interpreter: </emph>References, such as when a cell references a cell, are too encapsulated."
+
+#: 02140000.xhp#par_id5324564.help.text
+msgid "532<br/>#DIV/0!"
+msgstr ""
+
+#: 02140000.xhp#par_id7941831.help.text
+msgid "Division by zero"
+msgstr "Division by zero"
+
+#: 02140000.xhp#par_id5844294.help.text
+msgid "Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0"
+msgstr "Division operator / if the denominator is 0<br/>Some more functions return this error, for example:<br/>VARP with less than 1 argument<br/>STDEVP with less than 1 argument<br/>VAR with less than 2 arguments<br/>STDEV with less than 2 arguments<br/>STANDARDIZE with stdev=0<br/>NORMDIST with stdev=0"
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/guide.po b/source/en-ZA/helpcontent2/source/text/scalc/guide.po
new file mode 100644
index 00000000000..7464759631b
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/guide.po
@@ -0,0 +1,5818 @@
+#. extracted from helpcontent2/source/text/scalc/guide.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-07-04 16:40+0200\n"
+"PO-Revision-Date: 2011-04-19 18:25+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: year2000.xhp#tit.help.text
+msgid "19xx/20xx Years"
+msgstr "19xx/20xx Years"
+
+#: year2000.xhp#bm_id3150439.help.text
+msgid "<bookmark_value>years; 2-digits</bookmark_value><bookmark_value>dates; 19xx/20xx</bookmark_value>"
+msgstr "<bookmark_value>years; 2-digits</bookmark_value><bookmark_value>dates; 19xx/20xx</bookmark_value>"
+
+#: 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 "<variable id=\"year2000\"><link href=\"text/scalc/guide/year2000.xhp\" name=\"19xx/20xx Years\">19xx/20xx Years</link></variable>"
+
+#: 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 "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."
+
+#: year2000.xhp#par_id3154011.19.help.text
+msgid "Under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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 "Under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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."
+
+#: 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 "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."
+
+#: currency_format.xhp#tit.help.text
+msgid "Cells in Currency Format"
+msgstr "Cells in Currency Format"
+
+#: 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>defaults;currency formats</bookmark_value><bookmark_value>changing;currency formats</bookmark_value>"
+msgstr "<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>defaults;currency formats</bookmark_value><bookmark_value>changing;currency formats</bookmark_value>"
+
+#: 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 "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_format.xhp\" name=\"Cells in Currency Format\">Cells in Currency Format</link></variable>"
+
+#: 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 <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
+msgstr "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
+
+#: 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 "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."
+
+#: 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 euros in another country and does not become dollars."
+msgstr "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as \"1,234.50 €\", still remains in euros in another country and does not become dollars."
+
+#: currency_format.xhp#par_id3151075.49.help.text
+msgid "You can change the currency format in the <item type=\"menuitem\">Format Cells</item> dialog (choose <item type=\"menuitem\">Format - Cells - Numbers</item> tab) by two country settings. In the <item type=\"menuitem\">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type=\"menuitem\">Format</item> list box you can select the currency symbol and its position."
+msgstr "You can change the currency format in the <item type=\"menuitem\">Format Cells</item> dialogue (choose <item type=\"menuitem\">Format - Cells - Numbers</item> tab) by two country settings. In the <item type=\"menuitem\">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type=\"menuitem\">Format</item> list box you can select the currency symbol and its position."
+
+#: 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 <item type=\"menuitem\">Format</item> 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 "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 <item type=\"menuitem\">Format</item> 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."
+
+#: currency_format.xhp#par_id3145640.51.help.text
+msgid "If, under <item type=\"menuitem\">Language</item>, 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 "If, under <item type=\"menuitem\">Language</item>, 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\"."
+
+#: currency_format.xhp#par_id3154255.53.help.text
+msgctxt "currency_format.xhp#par_id3154255.53.help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+
+#: goalseek.xhp#tit.help.text
+msgid "Applying Goal Seek"
+msgstr "Applying Goal Seek"
+
+#: goalseek.xhp#bm_id3145068.help.text
+msgid "<bookmark_value>goal seeking;example</bookmark_value><bookmark_value>equations in goal seek</bookmark_value><bookmark_value>calculating;variables in equations</bookmark_value><bookmark_value>variables;calculating equations</bookmark_value><bookmark_value>examples;goal seek</bookmark_value>"
+msgstr "<bookmark_value>goal seeking;example</bookmark_value><bookmark_value>equations in goal seek</bookmark_value><bookmark_value>calculating;variables in equations</bookmark_value><bookmark_value>variables;calculating equations</bookmark_value><bookmark_value>examples;goal seek</bookmark_value>"
+
+#: 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 "<variable id=\"goalseek\"><link href=\"text/scalc/guide/goalseek.xhp\" name=\"Applying Goal Seek\">Applying Goal Seek</link></variable>"
+
+#: 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 "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."
+
+#: goalseek.xhp#hd_id3153966.14.help.text
+msgid "Goal Seek Example"
+msgstr "Goal Seek Example"
+
+#: 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 "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:"
+
+#: goalseek.xhp#par_id3152596.5.help.text
+msgid "I = C * n* i"
+msgstr "I = C * n* i"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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> dialogue appears."
+
+#: goalseek.xhp#par_id3150088.17.help.text
+msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
+msgstr "The correct cell is already entered in the field <emph>Formula Cell</emph>."
+
+#: 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 "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>."
+
+#: 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 "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>."
+
+#: 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 "A dialogue appears informing you that the Goal Seek was successful. Click <emph>Yes</emph> to enter the result in the cell with the variable value."
+
+#: goalseek.xhp#par_id3149409.23.help.text
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+msgstr "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
+
+#: table_rotate.xhp#tit.help.text
+msgid "Rotating Tables (Transposing)"
+msgstr "Rotating Tables (Transposing)"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"table_rotate\"><link href=\"text/scalc/guide/table_rotate.xhp\" name=\"Rotating Tables (Transposing)\">Rotating Tables (Transposing)</link></variable>"
+
+#: 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 "In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that rows become columns and columns become rows."
+
+#: table_rotate.xhp#par_id3153142.3.help.text
+msgid "Select the cell range that you want to transpose."
+msgstr "Select the cell range that you want to transpose."
+
+#: table_rotate.xhp#par_id3153191.4.help.text
+msgid "Choose <emph>Edit - Cut</emph>."
+msgstr "Choose <emph>Edit - Cut</emph>."
+
+#: table_rotate.xhp#par_id3148575.6.help.text
+msgid "Click the cell that is to be the top left cell in the result."
+msgstr "Click the cell that is to be the top left cell in the result."
+
+#: table_rotate.xhp#par_id3156286.7.help.text
+msgid "Choose <emph>Edit - Paste Special</emph>."
+msgstr "Choose <emph>Edit - Paste Special</emph>."
+
+#: table_rotate.xhp#par_id3144764.8.help.text
+msgid "In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
+msgstr "In the dialogue, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
+
+#: table_rotate.xhp#par_id3155600.9.help.text
+msgid "If you now click OK the columns and rows are transposed."
+msgstr "If you now click OK the columns and rows are transposed."
+
+#: table_rotate.xhp#par_id3146969.10.help.text
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+
+#: relativ_absolut_ref.xhp#tit.help.text
+msgid "Addresses and References, Absolute and Relative"
+msgstr "Addresses and References, Absolute and Relative"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: relativ_absolut_ref.xhp#hd_id3163712.3.help.text
+msgid "Relative Addressing"
+msgstr "Relative Addressing"
+
+#: 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 "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."
+
+#: 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 "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 formulae."
+
+#: relativ_absolut_ref.xhp#hd_id3149377.6.help.text
+msgid "Absolute Addressing"
+msgstr "Absolute Addressing"
+
+#: 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 "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."
+
+#: 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 "$[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)"
+
+#: 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 "$[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 colour. 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."
+
+#: relativ_absolut_ref.xhp#hd_id3154704.29.help.text
+msgid "When to Use Relative and Absolute References"
+msgstr "When to Use Relative and Absolute References"
+
+#: 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 "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 formulae in the sheet, and possibly in other sheets."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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)."
+
+#: formula_value.xhp#tit.help.text
+msgid "Displaying Formulas or Values"
+msgstr "Displaying Formulae or Values"
+
+#: 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><bookmark_value>results display vs. formulas display</bookmark_value><bookmark_value>displaying; formulas instead of results</bookmark_value>"
+msgstr "<bookmark_value>formulae; displaying in cells</bookmark_value><bookmark_value>values; displaying in tables</bookmark_value><bookmark_value>tables; displaying formulae/values</bookmark_value><bookmark_value>results display vs. formulae display</bookmark_value><bookmark_value>displaying; formulae instead of results</bookmark_value>"
+
+#: 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 "<variable id=\"formula_value\"><link href=\"text/scalc/guide/formula_value.xhp\" name=\"Displaying Formulas or Values\">Displaying Formulas or Values</link></variable>"
+
+#: 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 "If you want to display the formulae in the cells, for example in the form =SUM(A1:B5), proceed as follows:"
+
+#: formula_value.xhp#par_id3151116.3.help.text
+msgctxt "formula_value.xhp#par_id3151116.3.help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+
+#: formula_value.xhp#par_id3146120.4.help.text
+msgid "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
+msgstr "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
+
+#: 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 box."
+msgstr "If you want to view the calculation results instead of the formula, do not mark the Formulas box."
+
+#: formula_value.xhp#par_id3153157.6.help.text
+msgctxt "formula_value.xhp#par_id3153157.6.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+
+#: database_define.xhp#tit.help.text
+msgid "Defining Database Ranges"
+msgstr "Defining Database Ranges"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"database_define\"><link href=\"text/scalc/guide/database_define.xhp\" name=\"Defining Database Ranges\">Defining a Database Range</link></variable>"
+
+#: 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 "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."
+
+#: 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 "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. "
+
+#: database_define.xhp#par_idN10648.help.text
+msgid "To define a database range"
+msgstr "To define a database range"
+
+#: database_define.xhp#par_id3155064.41.help.text
+msgid "Select the range of cells that you want to define as a database range."
+msgstr "Select the range of cells that you want to define as a database range."
+
+#: database_define.xhp#par_idN10654.help.text
+msgid "Choose <item type=\"menuitem\">Data - Define Range</item>."
+msgstr "Choose <item type=\"menuitem\">Data - Define Range</item>."
+
+#: database_define.xhp#par_id3153715.72.help.text
+msgid "In the <emph>Name</emph> box, enter a name for the database range."
+msgstr "In the <emph>Name</emph> box, enter a name for the database range."
+
+#: database_define.xhp#par_idN1066A.help.text
+msgid "Click <emph>More</emph>."
+msgstr "Click <emph>More</emph>."
+
+#: database_define.xhp#par_id3154253.42.help.text
+msgid "Specify the options for the database range."
+msgstr "Specify the options for the database range."
+
+#: database_define.xhp#par_idN10675.help.text
+msgctxt "database_define.xhp#par_idN10675.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: background.xhp#tit.help.text
+msgid "Defining Background Colors or Background Graphics"
+msgstr "Defining Background Colours or Background Graphics"
+
+#: background.xhp#bm_id3149346.help.text
+msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value> <bookmark_value>backgrounds;cell ranges</bookmark_value> <bookmark_value>tables; backgrounds</bookmark_value> <bookmark_value>cells; backgrounds</bookmark_value> <bookmark_value>rows, see also cells</bookmark_value> <bookmark_value>columns, see also cells</bookmark_value>"
+msgstr "<bookmark_value>spreadsheets; backgrounds</bookmark_value> <bookmark_value>backgrounds;cell ranges</bookmark_value> <bookmark_value>tables; backgrounds</bookmark_value> <bookmark_value>cells; backgrounds</bookmark_value> <bookmark_value>rows, see also cells</bookmark_value> <bookmark_value>columns, see also cells</bookmark_value>"
+
+#: background.xhp#hd_id3149346.1.help.text
+msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link></variable>"
+msgstr "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colours or Background Graphics</link></variable>"
+
+#: background.xhp#par_id9520249.help.text
+msgid "You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc."
+msgstr "You can define a background colour or use a graphic as a background for cell ranges in $[officename] Calc."
+
+#: background.xhp#hd_id3144760.16.help.text
+msgid "Applying a Background Color to a $[officename] Calc Spreadsheet"
+msgstr "Applying a Background Colour to a $[officename] Calc Spreadsheet"
+
+#: background.xhp#par_id3155429.17.help.text
+msgid "Select the cells."
+msgstr "Select the cells."
+
+#: background.xhp#par_id3149260.18.help.text
+msgid "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
+msgstr "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
+
+#: background.xhp#par_id3152938.19.help.text
+msgid "On the <emph>Background</emph> tab page, select the background color."
+msgstr "On the <emph>Background</emph> tab page, select the background colour."
+
+#: background.xhp#hd_id3146974.20.help.text
+msgid "Graphics in the Background of Cells"
+msgstr "Graphics in the Background of Cells"
+
+#: background.xhp#par_id3155414.21.help.text
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "Choose <emph>Insert - Picture - From File</emph>."
+
+#: background.xhp#par_id3149664.22.help.text
+msgid "Select the graphic and click <emph>Open</emph>."
+msgstr "Select the graphic and click <emph>Open</emph>."
+
+#: 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 "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>."
+
+#: background.xhp#par_id51576.help.text
+msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+msgstr "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+
+#: 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 "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
+
+#: background.xhp#par_id7601245.help.text
+msgid "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
+msgstr "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
+
+#: text_numbers.xhp#tit.help.text
+msgid "Formatting Numbers as Text"
+msgstr "Formatting Numbers as Text"
+
+#: text_numbers.xhp#bm_id3145068.help.text
+msgid "<bookmark_value>numbers;entering as text</bookmark_value> <bookmark_value>text formats; for numbers</bookmark_value> <bookmark_value>formats; numbers as text</bookmark_value> <bookmark_value>cell formats; text/numbers</bookmark_value> <bookmark_value>formatting;numbers as text</bookmark_value>"
+msgstr "<bookmark_value>numbers;entering as text</bookmark_value> <bookmark_value>text formats; for numbers</bookmark_value> <bookmark_value>formats; numbers as text</bookmark_value> <bookmark_value>cell formats; text/numbers</bookmark_value> <bookmark_value>formatting;numbers as text</bookmark_value>"
+
+#: 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 "<variable id=\"text_numbers\"><link href=\"text/scalc/guide/text_numbers.xhp\" name=\"Formatting Numbers as Text\">Formatting Numbers as Text</link></variable>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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 recognised 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."
+
+#: text_numbers.xhp#par_id3156284.47.help.text
+msgctxt "text_numbers.xhp#par_id3156284.47.help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+
+#: note_insert.xhp#tit.help.text
+msgid "Inserting and Editing Comments"
+msgstr "Inserting and Editing Comments"
+
+#: note_insert.xhp#bm_id3153968.help.text
+msgid "<bookmark_value>comments; on cells</bookmark_value> <bookmark_value>cells;comments</bookmark_value> <bookmark_value>remarks on cells</bookmark_value> <bookmark_value>formatting;comments on cells</bookmark_value> <bookmark_value>viewing;comments on cells</bookmark_value> <bookmark_value>displaying; comments</bookmark_value>"
+msgstr "<bookmark_value>comments; on cells</bookmark_value> <bookmark_value>cells;comments</bookmark_value> <bookmark_value>remarks on cells</bookmark_value> <bookmark_value>formatting;comments on cells</bookmark_value> <bookmark_value>viewing;comments on cells</bookmark_value> <bookmark_value>displaying; comments</bookmark_value>"
+
+#: 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 Comments\">Inserting and Editing Comments</link></variable>"
+msgstr "<variable id=\"note_insert\"><link href=\"text/scalc/guide/note_insert.xhp\" name=\"Inserting and Editing Comments\">Inserting and Editing Comments</link></variable>"
+
+#: note_insert.xhp#par_id3150440.32.help.text
+msgid "You can assign a comment to each cell by choosing <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell."
+msgstr "You can assign a comment to each cell by choosing <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell."
+
+#: note_insert.xhp#par_id3145750.34.help.text
+msgid "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
+msgstr "The comment is visible whenever the mouse pointer is over the cell, provided you have activated <emph>Help - Tips</emph> or - <emph>Extended Tips</emph>."
+
+#: note_insert.xhp#par_id3148575.33.help.text
+msgid "When you select the cell, you can choose <emph>Show Comment</emph> from the context menu of the cell. Doing so keeps the comment visible until you deactivate the <emph>Show Comment</emph> command from the same context menu."
+msgstr "When you select the cell, you can choose <emph>Show Comment</emph> from the context menu of the cell. Doing so keeps the comment visible until you deactivate the <emph>Show Comment</emph> command from the same context menu."
+
+#: note_insert.xhp#par_id3149958.35.help.text
+msgid "To edit a permanently visible comment, just click in it. If you delete the entire text of the comment, the comment itself is deleted."
+msgstr "To edit a permanently visible comment, just click in it. If you delete the entire text of the comment, the comment itself is deleted."
+
+#: note_insert.xhp#par_idN10699.help.text
+msgid "Move or resize each comment as you like."
+msgstr "Move or resize each comment as you like."
+
+#: note_insert.xhp#par_idN1069D.help.text
+msgid "Format each comment by specifying background color, transparency, border style, and text alignment. Choose the commands from the context menu of the comment."
+msgstr "Format each comment by specifying background colour, transparency, border style, and text alignment. Choose the commands from the context menu of the comment."
+
+#: note_insert.xhp#par_id3144764.38.help.text
+msgid "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
+msgstr "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
+
+#: 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 "To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>."
+
+#: note_insert.xhp#par_id3153707.36.help.text
+msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
+
+#: value_with_name.xhp#tit.help.text
+msgid "Naming Cells"
+msgstr "Naming Cells"
+
+#: value_with_name.xhp#bm_id3147434.help.text
+msgid "<bookmark_value>cells; defining names</bookmark_value> <bookmark_value>names; defining 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 for cell ranges</bookmark_value> <bookmark_value>formulas; defining names</bookmark_value> <bookmark_value>addressing; by defined names</bookmark_value> <bookmark_value>cell names; defining/addressing</bookmark_value> <bookmark_value>references; by defined names</bookmark_value> <bookmark_value>allowed cell names</bookmark_value> <bookmark_value>renaming;cells</bookmark_value>"
+msgstr "<bookmark_value>cells; defining names</bookmark_value> <bookmark_value>names; defining 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 for cell ranges</bookmark_value> <bookmark_value>formulae; defining names</bookmark_value> <bookmark_value>addressing; by defined names</bookmark_value> <bookmark_value>cell names; defining/addressing</bookmark_value> <bookmark_value>references; by defined names</bookmark_value> <bookmark_value>allowed cell names</bookmark_value> <bookmark_value>renaming;cells</bookmark_value>"
+
+#: 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 "<variable id=\"value_with_name\"><link href=\"text/scalc/guide/value_with_name.xhp\" name=\"Naming Cells\">Naming Cells</link></variable>"
+
+#: value_with_name.xhp#hd_id4391918.help.text
+msgid "Allowed names"
+msgstr "Allowed names"
+
+#: value_with_name.xhp#par_id2129581.help.text
+msgid "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character."
+msgstr "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character."
+
+#: value_with_name.xhp#par_id1120029.help.text
+msgid "Allowed special characters:"
+msgstr "Allowed special characters:"
+
+#: value_with_name.xhp#par_id3362224.help.text
+msgid "underline (_) "
+msgstr "underline (_) "
+
+#: value_with_name.xhp#par_id4891506.help.text
+msgid "period (.) - allowed within a name, but not as first or last character"
+msgstr "period (.) - allowed within a name, but not as first or last character"
+
+#: value_with_name.xhp#par_id2816553.help.text
+msgid "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range"
+msgstr "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range"
+
+#: value_with_name.xhp#par_id328989.help.text
+msgid "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell."
+msgstr "Names must not be the same as cell references. For example, the name A1 is invalid because A1 is a cell reference to the top left cell."
+
+#: value_with_name.xhp#par_id32898987.help.text
+msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information."
+msgstr ""
+
+#: value_with_name.xhp#par_id4769737.help.text
+msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents."
+msgstr "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents."
+
+#: value_with_name.xhp#hd_id1226233.help.text
+msgid "Naming cells and formulas"
+msgstr "Naming cells and formulae"
+
+#: value_with_name.xhp#par_id5489364.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 "A good way of making the references to cells and cell ranges in formulae 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."
+
+#: value_with_name.xhp#par_id953398.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 "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.\""
+
+#: value_with_name.xhp#par_id4889675.help.text
+msgid "Use the <emph>Define Names</emph> dialog to define names for formulas or parts of formulas you need more often. In order to specify range names,"
+msgstr "Use the <emph>Define Names</emph> dialogue to define names for formulae or parts of formulae you need more often. In order to specify range names,"
+
+#: 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 "Select a cell or range of cells, then choose <emph>Insert - Names - Define</emph>. The <emph>Define Names</emph> dialogue appears."
+
+#: 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 "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 dialogue."
+
+#: value_with_name.xhp#par_id5774101.help.text
+msgid "You can also name other cell ranges in this dialog by entering the name in the field and then selecting the respective cells."
+msgstr "You can also name other cell ranges in this dialogue by entering the name in the field and then selecting the respective cells."
+
+#: 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 "If you type the name in a formula, after the first few characters entered you will see the entire name as a tip."
+
+#: value_with_name.xhp#par_id3154510.6.help.text
+msgid "Press the Enter key in order to accept the name from the tip."
+msgstr "Press the Enter key in order to accept the name from the tip."
+
+#: 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 "If more than one name starts with the same characters, you can scroll through all the names using the Tab key."
+
+#: 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 "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
+
+#: mark_cells.xhp#tit.help.text
+msgid "Selecting Multiple Cells"
+msgstr "Selecting Multiple Cells"
+
+#: mark_cells.xhp#bm_id3153361.help.text
+msgid "<bookmark_value>cells; selecting</bookmark_value> <bookmark_value>marking cells</bookmark_value> <bookmark_value>selecting;cells</bookmark_value> <bookmark_value>multiple cells selection</bookmark_value> <bookmark_value>selection modes in spreadsheets</bookmark_value> <bookmark_value>tables; selecting ranges</bookmark_value>"
+msgstr "<bookmark_value>cells; selecting</bookmark_value> <bookmark_value>marking cells</bookmark_value> <bookmark_value>selecting;cells</bookmark_value> <bookmark_value>multiple cells selection</bookmark_value> <bookmark_value>selection modes in spreadsheets</bookmark_value> <bookmark_value>tables; selecting ranges</bookmark_value>"
+
+#: 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 "<variable id=\"mark_cells\"><link href=\"text/scalc/guide/mark_cells.xhp\" name=\"Selecting Multiple Cells\">Selecting Multiple Cells</link></variable>"
+
+#: mark_cells.xhp#hd_id3145272.2.help.text
+msgid "Select a rectangular range"
+msgstr "Select a rectangular range"
+
+#: 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 "With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range."
+
+#: mark_cells.xhp#hd_id3151119.4.help.text
+msgid "Mark a single cell"
+msgstr "Mark a single cell"
+
+#: mark_cells.xhp#par_id3146975.19.help.text
+msgctxt "mark_cells.xhp#par_id3146975.19.help.text"
+msgid "Do one of the following:"
+msgstr "Do one of the following:"
+
+#: mark_cells.xhp#par_id3163710.20.help.text
+msgid "Click, then Shift-click the cell."
+msgstr "Click, then Shift-click the cell."
+
+#: 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. Release the mouse button. You can now move the individual cell by drag and drop."
+msgstr "Pressing the mouse button, drag a range across two cells, do not release the mouse button, and then drag back to the first cell. Release the mouse button. You can now move the individual cell by drag and drop."
+
+#: mark_cells.xhp#hd_id3154942.6.help.text
+msgid "Select various dispersed cells"
+msgstr "Select various dispersed cells"
+
+#: mark_cells.xhp#par_id1001200901072060.help.text
+msgctxt "mark_cells.xhp#par_id1001200901072060.help.text"
+msgid "Do one of the following:"
+msgstr "Do one of the following:"
+
+#: 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 "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."
+
+#: mark_cells.xhp#par_id1001200901072023.help.text
+msgid "Click the STD / EXT / ADD area in the status bar until it shows ADD. Now click all cells that you want to select."
+msgstr "Click the STD / EXT / ADD area in the status bar until it shows ADD. Now click all cells that you want to select."
+
+#: mark_cells.xhp#hd_id3146971.8.help.text
+msgid "Switch marking mode"
+msgstr "Switch marking mode"
+
+#: 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 "On the status bar, click the box with the legend STD / EXT / ADD to switch the marking mode:"
+
+#: mark_cells.xhp#par_id3159264.10.help.text
+msgid "Field contents"
+msgstr "Field contents"
+
+#: mark_cells.xhp#par_id3155337.11.help.text
+msgid "Effect of clicking the mouse"
+msgstr "Effect of clicking the mouse"
+
+#: mark_cells.xhp#par_id3149568.12.help.text
+msgid "STD"
+msgstr "STD"
+
+#: mark_cells.xhp#par_id3148486.13.help.text
+msgid "A mouse click selects the cell you have clicked on. Unmarks all marked cells."
+msgstr "A mouse click selects the cell you have clicked on. Unmarks all marked cells."
+
+#: mark_cells.xhp#par_id3150090.14.help.text
+msgid "EXT"
+msgstr "EXT"
+
+#: 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. Alternatively, Shift-click a cell."
+msgstr "A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell."
+
+#: mark_cells.xhp#par_id3145587.16.help.text
+msgid "ADD"
+msgstr "ADD"
+
+#: 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, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click the cells."
+msgstr "A mouse click in a cell adds it to the already marked cells. A mouse click in a marked cell unmarks it. Alternatively, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click the cells."
+
+#: mark_cells.xhp#par_id3154487.18.help.text
+msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status bar\">Status bar</link>"
+msgstr "<link href=\"text/scalc/main0208.xhp\" name=\"Status bar\">Status bar</link>"
+
+#: formula_copy.xhp#tit.help.text
+msgid "Copying Formulas"
+msgstr "Copying Formulae"
+
+#: formula_copy.xhp#bm_id3151113.help.text
+msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
+msgstr "<bookmark_value>formulae; copying and pasting</bookmark_value><bookmark_value>copying; formulae</bookmark_value><bookmark_value>pasting;formulae</bookmark_value>"
+
+#: 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 "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
+
+#: formula_copy.xhp#par_id3156424.11.help.text
+msgid "There are various ways to copy a formula. One suggested method is:"
+msgstr "There are various ways to copy a formula. One suggested method is:"
+
+#: formula_copy.xhp#par_id3150439.30.help.text
+msgctxt "formula_copy.xhp#par_id3150439.30.help.text"
+msgid "Select the cell containing the formula."
+msgstr "Select the cell containing the formula."
+
+#: 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 "Choose <emph>Edit - Copy</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy it."
+
+#: formula_copy.xhp#par_id3159155.32.help.text
+msgid "Select the cell into which you want the formula to be copied."
+msgstr "Select the cell into which you want the formula to be copied."
+
+#: 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 "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."
+
+#: 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 "If you want to copy a formula into multiple cells, there is a quick and easy way to copy into adjacent cell areas:"
+
+#: formula_copy.xhp#par_id3149400.12.help.text
+msgctxt "formula_copy.xhp#par_id3149400.12.help.text"
+msgid "Select the cell containing the formula."
+msgstr "Select the cell containing the formula."
+
+#: 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 "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."
+
+#: 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 "With the mouse button pressed, drag it down or to the right over all the cells into which you want to copy the formula."
+
+#: 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 "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
+
+#: 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 "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."
+
+#: print_details.xhp#tit.help.text
+msgid "Printing Sheet Details"
+msgstr "Printing Sheet Details"
+
+#: 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, instead of results</bookmark_value><bookmark_value>comments; printing</bookmark_value><bookmark_value>charts;printing</bookmark_value><bookmark_value>sheet grids; printing</bookmark_value><bookmark_value>cells; printing grids</bookmark_value><bookmark_value>borders; printing cells</bookmark_value><bookmark_value>zero values; printing</bookmark_value><bookmark_value>null values; printing</bookmark_value><bookmark_value>draw objects;printing</bookmark_value>"
+msgstr "<bookmark_value>printing;sheet details</bookmark_value><bookmark_value>sheets; printing details</bookmark_value><bookmark_value>grids; printing sheet grids</bookmark_value><bookmark_value>formulae; printing, instead of results</bookmark_value><bookmark_value>comments; printing</bookmark_value><bookmark_value>charts;printing</bookmark_value><bookmark_value>sheet grids; printing</bookmark_value><bookmark_value>cells; printing grids</bookmark_value><bookmark_value>borders; printing cells</bookmark_value><bookmark_value>zero values; printing</bookmark_value><bookmark_value>null values; printing</bookmark_value><bookmark_value>draw objects;printing</bookmark_value>"
+
+#: 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 "<variable id=\"print_details\"><link href=\"text/scalc/guide/print_details.xhp\" name=\"Printing Sheet Details\">Printing Sheet Details</link></variable>"
+
+#: print_details.xhp#par_id3153728.2.help.text
+msgid "When printing a sheet you can select which details are to be printed:"
+msgstr "When printing a sheet you can select which details are to be printed:"
+
+#: print_details.xhp#par_id3150010.3.help.text
+msgid "Row and column headers"
+msgstr "Row and column headers"
+
+#: print_details.xhp#par_id3154013.4.help.text
+msgid "Sheet grid"
+msgstr "Sheet grid"
+
+#: print_details.xhp#par_id3145273.5.help.text
+msgid "Comments"
+msgstr "Comments"
+
+#: print_details.xhp#par_id3145801.6.help.text
+msgid "Objects and graphics"
+msgstr "Objects and graphics"
+
+#: print_details.xhp#par_id3154491.7.help.text
+msgid "Charts"
+msgstr "Charts"
+
+#: print_details.xhp#par_id3154731.8.help.text
+msgid "Drawing objects"
+msgstr "Drawing objects"
+
+#: print_details.xhp#par_id3149400.9.help.text
+msgid "Formulas"
+msgstr "Formulae"
+
+#: print_details.xhp#par_id3150752.10.help.text
+msgid "To choose the details proceed as follows:"
+msgstr "To choose the details proceed as follows:"
+
+#: print_details.xhp#par_id3145640.11.help.text
+msgid "Select the sheet you want to print."
+msgstr "Select the sheet you want to print."
+
+#: print_details.xhp#par_id3150042.12.help.text
+msgctxt "print_details.xhp#par_id3150042.12.help.text"
+msgid "Choose <emph>Format - Page</emph>."
+msgstr "Choose <emph>Format - Page</emph>."
+
+#: 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 "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."
+
+#: 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 "Select the <emph>Sheet</emph> tab. In the <emph>Print </emph>area mark the details to be printed and click OK."
+
+#: print_details.xhp#par_id3145789.15.help.text
+msgid "Print the document."
+msgstr "Print the document."
+
+#: print_details.xhp#par_id3150345.16.help.text
+msgctxt "print_details.xhp#par_id3150345.16.help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+
+#: cell_unprotect.xhp#tit.help.text
+msgid "Unprotecting Cells"
+msgstr "Unprotecting Cells"
+
+#: 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 "<bookmark_value>cell protection; unprotecting</bookmark_value> <bookmark_value>protecting; unprotecting cells</bookmark_value> <bookmark_value>unprotecting cells</bookmark_value>"
+
+#: 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 "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Unprotecting Cells</link> </variable>"
+
+#: cell_unprotect.xhp#par_id3151112.15.help.text
+msgid "Click the sheet for which you want to cancel the protection."
+msgstr "Click the sheet for which you want to cancel the protection."
+
+#: 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 "Select <emph>Tools - Protect Document</emph>, then choose <emph>Sheet</emph> or <emph>Document</emph> to remove the check mark indicating the protected status."
+
+#: 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 "If you have assigned a password, enter it in this dialogue and click <emph>OK</emph>."
+
+#: 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 "The cells can now be edited, the formulae can be viewed, and all cells can be printed until you reactivate the protection for the sheet or document."
+
+#: cell_enter.xhp#tit.help.text
+msgid "Entering Values"
+msgstr "Entering Values"
+
+#: cell_enter.xhp#bm_id3150868.help.text
+msgid "<bookmark_value>values; inserting in multiple cells</bookmark_value> <bookmark_value>inserting;values</bookmark_value> <bookmark_value>cell ranges;selecting for data entries</bookmark_value> <bookmark_value>areas, see also cell ranges</bookmark_value>"
+msgstr "<bookmark_value>values; inserting in multiple cells</bookmark_value> <bookmark_value>inserting;values</bookmark_value> <bookmark_value>cell ranges;selecting for data entries</bookmark_value> <bookmark_value>areas, see also cell ranges</bookmark_value>"
+
+#: cell_enter.xhp#hd_id3405255.help.text
+msgid "<variable id=\"cell_enter\"><link href=\"text/scalc/guide/cell_enter.xhp\">Entering Values</link></variable>"
+msgstr "<variable id=\"cell_enter\"><link href=\"text/scalc/guide/cell_enter.xhp\">Entering Values</link></variable>"
+
+#: cell_enter.xhp#par_id7147129.help.text
+msgid "Calc can simplify entering data and values into multiple cells. You can change some settings to conform to your preferences."
+msgstr "Calc can simplify entering data and values into multiple cells. You can change some settings to conform to your preferences."
+
+#: cell_enter.xhp#hd_id5621509.help.text
+msgid "To Enter Values Into a Range of Cells Manually"
+msgstr "To Enter Values Into a Range of Cells Manually"
+
+#: cell_enter.xhp#par_id8200018.help.text
+msgid "There are two features that assist you when you enter a block of data manually."
+msgstr "There are two features that assist you when you enter a block of data manually."
+
+#: cell_enter.xhp#hd_id1867427.help.text
+msgid "Area Detection for New Rows"
+msgstr "Area Detection for New Rows"
+
+#: cell_enter.xhp#par_id7908871.help.text
+msgid "In the row below a heading row, you can advance from one cell to the next with the Tab key. After you enter the value into the last cell in the current row, press Enter. Calc positions the cursor below the first cell of the current block."
+msgstr "In the row below a heading row, you can advance from one cell to the next with the Tab key. After you enter the value into the last cell in the current row, press Enter. Calc positions the cursor below the first cell of the current block."
+
+#: cell_enter.xhp#par_id6196783.help.text
+msgid "<image id=\"img_id6473586\" src=\"res/helpimg/area1.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id6473586\">area detection</alt></image>"
+msgstr "<image id=\"img_id6473586\" src=\"res/helpimg/area1.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id6473586\">area detection</alt></image>"
+
+#: cell_enter.xhp#par_id8118839.help.text
+msgid "In row 3, press Tab to advance from cell B3 to C3, D3, and E3. Then press Enter to advance to B4."
+msgstr "In row 3, press Tab to advance from cell B3 to C3, D3, and E3. Then press Enter to advance to B4."
+
+#: cell_enter.xhp#hd_id3583788.help.text
+msgid "Area Selection"
+msgstr "Area Selection"
+
+#: cell_enter.xhp#par_id2011780.help.text
+msgid "Use drag-and-drop to select the area where you want to input values. But start dragging from the last cell of the area and release the mouse button when you have selected the first cell. Now you can start to input values. Always press the Tab key to advance to the next cell. You will not leave the selected area."
+msgstr "Use drag-and-drop to select the area where you want to input values. But start dragging from the last cell of the area and release the mouse button when you have selected the first cell. Now you can start to input values. Always press the Tab key to advance to the next cell. You will not leave the selected area."
+
+#: cell_enter.xhp#par_id7044282.help.text
+msgid "<image id=\"img_id2811365\" src=\"res/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">area selection</alt></image>"
+msgstr "<image id=\"img_id2811365\" src=\"res/helpimg/area2.png\" width=\"4.8335in\" height=\"1.5937in\"><alt id=\"alt_id2811365\">area selection</alt></image>"
+
+#: cell_enter.xhp#par_id3232520.help.text
+msgid "Select the area from E7 to B3. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area."
+msgstr "Select the area from E7 to B3. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area."
+
+#: cell_enter.xhp#hd_id8950163.help.text
+msgid "To Enter Values to a Range of Cells Automatically"
+msgstr "To Enter Values to a Range of Cells Automatically"
+
+#: cell_enter.xhp#par_id633869.help.text
+msgid "See <link href=\"text/scalc/guide/calc_series.xhp\">Automatically Filling in Data Based on Adjacent Cells</link>."
+msgstr "See <link href=\"text/scalc/guide/calc_series.xhp\">Automatically Filling in Data Based on Adjacent Cells</link>."
+
+#: autoformat.xhp#tit.help.text
+msgid "Using AutoFormat for Tables"
+msgstr "Using AutoFormat for Tables"
+
+#: 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</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>"
+msgstr "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>"
+
+#: 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 "<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>"
+
+#: autoformat.xhp#par_id3149401.12.help.text
+msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range."
+msgstr "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range."
+
+#: autoformat.xhp#par_idN10702.help.text
+msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range"
+msgstr "To Apply an AutoFormat to a Sheet or Selected Cell Range"
+
+#: autoformat.xhp#par_idN106CE.help.text
+msgid "Select the cells, including the column and row headers, that you want to format."
+msgstr "Select the cells, including the column and row headers, that you want to format."
+
+#: autoformat.xhp#par_idN106D5.help.text
+msgctxt "autoformat.xhp#par_idN106D5.help.text"
+msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+msgstr "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+
+#: autoformat.xhp#par_id3151242.27.help.text
+msgid "To select which properties to include in an AutoFormat, click <emph>More</emph>."
+msgstr "To select which properties to include in an AutoFormat, click <emph>More</emph>."
+
+#: autoformat.xhp#par_idN10715.help.text
+msgctxt "autoformat.xhp#par_idN10715.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: autoformat.xhp#par_idN1075D.help.text
+msgid "The format is applied to the selected range of cells."
+msgstr "The format is applied to the selected range of cells."
+
+#: 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 "If you do not see any change in colour of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>."
+
+#: autoformat.xhp#par_id3155379.22.help.text
+msgid "To Define an AutoFormat for Spreadsheets"
+msgstr "To Define an AutoFormat for Spreadsheets"
+
+#: autoformat.xhp#par_id3148868.26.help.text
+msgid "You can define a new AutoFormat that is available to all spreadsheets."
+msgstr "You can define a new AutoFormat that is available to all spreadsheets."
+
+#: autoformat.xhp#par_id3152985.23.help.text
+msgid "Format a sheet."
+msgstr "Format a sheet."
+
+#: autoformat.xhp#par_id3145384.24.help.text
+msgid "Choose <item type=\"menuitem\">Edit - Select All</item>."
+msgstr "Choose <item type=\"menuitem\">Edit - Select All</item>."
+
+#: autoformat.xhp#par_id3153815.25.help.text
+msgctxt "autoformat.xhp#par_id3153815.25.help.text"
+msgid "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+msgstr "Choose <item type=\"menuitem\">Format - AutoFormat</item>."
+
+#: autoformat.xhp#par_idN107A9.help.text
+msgid "Click <emph>Add</emph>."
+msgstr "Click <emph>Add</emph>."
+
+#: 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 "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialogue, enter a name for the format."
+
+#: autoformat.xhp#par_idN107C3.help.text
+msgctxt "autoformat.xhp#par_idN107C3.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: autoformat.xhp#par_id3159203.28.help.text
+msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
+msgstr "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
+
+#: datapilot_deletetable.xhp#tit.help.text
+#, fuzzy
+msgid "Deleting Pivot Tables"
+msgstr "Deleting DataPilot Tables"
+
+#: datapilot_deletetable.xhp#bm_id3153726.help.text
+msgid "<bookmark_value>pivot table function; deleting tables</bookmark_value> <bookmark_value>deleting;pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_deletetable.xhp#hd_id3153726.31.help.text
+msgid "<variable id=\"datapilot_deletetable\"><link href=\"text/scalc/guide/datapilot_deletetable.xhp\" name=\"Deleting Pivot Tables\">Deleting Pivot Tables</link></variable>"
+msgstr ""
+
+#: datapilot_deletetable.xhp#par_id3154014.32.help.text
+msgid "In order to delete a pivot table, click any cell in the pivot table, then choose <emph>Delete</emph> in the context menu."
+msgstr ""
+
+#: dbase_files.xhp#tit.help.text
+msgid "Importing and Exporting dBASE Files "
+msgstr "Importing and Exporting dBASE Files "
+
+#: 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 import/export</bookmark_value> <bookmark_value>spreadsheets; importing from/exporting to dBASE files</bookmark_value> <bookmark_value>tables in databases;importing dBASE files</bookmark_value>"
+msgstr "<bookmark_value>exporting;spreadsheets to dBASE</bookmark_value> <bookmark_value>importing;dBASE files</bookmark_value> <bookmark_value>dBASE import/export</bookmark_value> <bookmark_value>spreadsheets; importing from/exporting to dBASE files</bookmark_value> <bookmark_value>tables in databases;importing dBASE files</bookmark_value>"
+
+#: 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 "<variable id=\"dbase_files\"><link href=\"text/scalc/guide/dbase_files.xhp\">Importing and Exporting dBASE Files</link></variable>"
+
+#: 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. In %PRODUCTNAME Base, a dBASE database is a folder that contains 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 "You can open and save data in the dBASE file format (*.dbf file extension) in $[officename] Base or a spreadsheet. In %PRODUCTNAME Base, a dBASE database is a folder that contains 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."
+
+#: dbase_files.xhp#par_idN10759.help.text
+msgid "To Import a dBASE File Into a Spreadsheet"
+msgstr "To Import a dBASE File Into a Spreadsheet"
+
+#: dbase_files.xhp#par_idN10760.help.text
+msgctxt "dbase_files.xhp#par_idN10760.help.text"
+msgid "Choose <emph>File - Open</emph>."
+msgstr "Choose <emph>File - Open</emph>."
+
+#: dbase_files.xhp#par_idN1071F.help.text
+msgid "Locate the *.dbf file that you want to import. "
+msgstr "Locate the *.dbf file that you want to import. "
+
+#: dbase_files.xhp#par_idN10768.help.text
+msgid "Click <emph>Open</emph>."
+msgstr "Click <emph>Open</emph>."
+
+#: dbase_files.xhp#par_idN10730.help.text
+msgid "The <emph>Import dBASE files</emph> dialog opens."
+msgstr "The <emph>Import dBASE files</emph> dialogue opens."
+
+#: dbase_files.xhp#par_idN10774.help.text
+msgctxt "dbase_files.xhp#par_idN10774.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: dbase_files.xhp#par_idN10777.help.text
+msgid "The dBASE file opens as a new Calc spreadsheet."
+msgstr "The dBASE file opens as a new Calc spreadsheet."
+
+#: 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 "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."
+
+#: dbase_files.xhp#par_idN1077A.help.text
+msgid "To Import a dBASE File Into a Database Table"
+msgstr "To Import a dBASE File Into a Database Table"
+
+#: dbase_files.xhp#par_idN1076C.help.text
+msgid "A %PRODUCTNAME Base database table is actually a link to an existing database."
+msgstr "A %PRODUCTNAME Base database table is actually a link to an existing database."
+
+#: dbase_files.xhp#par_idN10796.help.text
+msgid "Choose <item type=\"menuitem\">File - New - Database</item>."
+msgstr "Choose <item type=\"menuitem\">File - New - Database</item>."
+
+#: 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 "In the <emph>File name</emph> box of the <emph>Save As</emph> dialogue, enter a name for the database."
+
+#: dbase_files.xhp#par_idN10792.help.text
+msgctxt "dbase_files.xhp#par_idN10792.help.text"
+msgid "Click <emph>Save</emph>."
+msgstr "Click <emph>Save</emph>."
+
+#: 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 "In the <emph>Database type </emph>box of the <emph>Database Properties</emph> dialogue, select \"dBASE\"."
+
+#: dbase_files.xhp#par_idN107A6.help.text
+msgid "Click <emph>Next</emph>."
+msgstr "Click <emph>Next</emph>."
+
+#: dbase_files.xhp#par_idN107AE.help.text
+msgid "Click <emph>Browse</emph>."
+msgstr "Click <emph>Browse</emph>."
+
+#: dbase_files.xhp#par_idN107B6.help.text
+msgid "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
+msgstr "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
+
+#: dbase_files.xhp#par_idN107BE.help.text
+msgid "Click <emph>Create</emph>."
+msgstr "Click <emph>Create</emph>."
+
+#: dbase_files.xhp#par_idN107F1.help.text
+msgid "To Save a Spreadsheet as a dBASE File"
+msgstr "To Save a Spreadsheet as a dBASE File"
+
+#: dbase_files.xhp#par_idN107F8.help.text
+msgid "Choose <emph>File - Save As</emph>."
+msgstr "Choose <emph>File - Save As</emph>."
+
+#: dbase_files.xhp#par_idN10800.help.text
+msgid "In the <emph>File format</emph> box, select \"dBASE file\"."
+msgstr "In the <emph>File format</emph> box, select \"dBASE file\"."
+
+#: dbase_files.xhp#par_idN107F9.help.text
+msgid "In the <emph>File name</emph> box, type a name for the dBASE file."
+msgstr "In the <emph>File name</emph> box, type a name for the dBASE file."
+
+#: dbase_files.xhp#par_idN10801.help.text
+msgctxt "dbase_files.xhp#par_idN10801.help.text"
+msgid "Click <emph>Save</emph>."
+msgstr "Click <emph>Save</emph>."
+
+#: dbase_files.xhp#par_idN10808.help.text
+msgid "Only the data on the current sheet is exported."
+msgstr "Only the data on the current sheet is exported."
+
+#: format_value_userdef.xhp#tit.help.text
+msgid "User-defined Number Formats"
+msgstr "User-defined Number Formats"
+
+#: format_value_userdef.xhp#bm_id3143268.help.text
+msgid "<bookmark_value>numbers;user-defined formatting</bookmark_value> <bookmark_value>formatting; user-defined numbers</bookmark_value> <bookmark_value>number formats; millions</bookmark_value> <bookmark_value>format codes; user-defined number formats</bookmark_value>"
+msgstr "<bookmark_value>numbers;user-defined formatting</bookmark_value> <bookmark_value>formatting; user-defined numbers</bookmark_value> <bookmark_value>number formats; millions</bookmark_value> <bookmark_value>format codes; user-defined number formats</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
+
+#: 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 "As an example, to display the number 10,200,000 as 10.2 Million:"
+
+#: 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 "Select the cells to which you want to apply a new, user-defined format."
+
+#: format_value_userdef.xhp#par_id3149664.4.help.text
+msgid "Choose <emph>Format - Cells - Numbers</emph>."
+msgstr "Choose <emph>Format - Cells - Numbers</emph>."
+
+#: format_value_userdef.xhp#par_id3149260.5.help.text
+msgid "In the <emph>Categories</emph> list box select \"User-defined\"."
+msgstr "In the <emph>Categories</emph> list box select \"User-defined\"."
+
+#: format_value_userdef.xhp#par_id3148646.6.help.text
+msgid "In the <emph>Format code</emph> text box enter the following code:"
+msgstr "In the <emph>Format code</emph> text box enter the following code:"
+
+#: format_value_userdef.xhp#par_id3152596.7.help.text
+msgctxt "format_value_userdef.xhp#par_id3152596.7.help.text"
+msgid "0.0,, \"Million\""
+msgstr "0.0,, \"Million\""
+
+#: format_value_userdef.xhp#par_id3144764.8.help.text
+msgid "Click OK."
+msgstr "Click OK."
+
+#: 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 "The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0."
+
+#: format_value_userdef.xhp#par_id3146971.10.help.text
+msgid "Number"
+msgstr "Number"
+
+#: format_value_userdef.xhp#par_id3154757.11.help.text
+msgid ".#,, \"Million\""
+msgstr ".#,, \"Million\""
+
+#: format_value_userdef.xhp#par_id3147338.12.help.text
+msgctxt "format_value_userdef.xhp#par_id3147338.12.help.text"
+msgid "0.0,, \"Million\""
+msgstr "0.0,, \"Million\""
+
+#: format_value_userdef.xhp#par_id3146920.13.help.text
+msgid "#,, \"Million\""
+msgstr "#,, \"Million\""
+
+#: format_value_userdef.xhp#par_id3147344.14.help.text
+msgid "10200000"
+msgstr "10200000"
+
+#: format_value_userdef.xhp#par_id3147003.15.help.text
+msgctxt "format_value_userdef.xhp#par_id3147003.15.help.text"
+msgid "10.2 Million"
+msgstr "10.2 Million"
+
+#: format_value_userdef.xhp#par_id3166426.16.help.text
+msgctxt "format_value_userdef.xhp#par_id3166426.16.help.text"
+msgid "10.2 Million"
+msgstr "10.2 Million"
+
+#: format_value_userdef.xhp#par_id3155113.17.help.text
+msgid "10 Million"
+msgstr "10 Million"
+
+#: format_value_userdef.xhp#par_id3150369.18.help.text
+msgid "500000"
+msgstr "500000"
+
+#: format_value_userdef.xhp#par_id3145585.19.help.text
+msgid ".5 Million"
+msgstr ".5 Million"
+
+#: format_value_userdef.xhp#par_id3154486.20.help.text
+msgid "0.5 Million"
+msgstr "0.5 Million"
+
+#: format_value_userdef.xhp#par_id3146114.21.help.text
+msgid "1 Million"
+msgstr "1 Million"
+
+#: format_value_userdef.xhp#par_id3155810.22.help.text
+msgid "100000000"
+msgstr "100000000"
+
+#: format_value_userdef.xhp#par_id3153818.23.help.text
+msgid "100. Million"
+msgstr "100. Million"
+
+#: format_value_userdef.xhp#par_id3151241.24.help.text
+msgid "100.0 Million"
+msgstr "100.0 Million"
+
+#: format_value_userdef.xhp#par_id3144771.25.help.text
+msgid "100 Million"
+msgstr "100 Million"
+
+#: borders.xhp#tit.help.text
+msgid "User Defined Borders in Cells "
+msgstr "User Defined Borders in Cells "
+
+#: borders.xhp#bm_id3457441.help.text
+msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
+msgstr "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
+
+#: borders.xhp#hd_id4544816.help.text
+msgid "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
+msgstr "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
+
+#: borders.xhp#par_id2320017.help.text
+msgid "You can apply a variety of different lines to selected cells."
+msgstr "You can apply a variety of different lines to selected cells."
+
+#: borders.xhp#par_id8055665.help.text
+msgid "Select the cell or a block of cells."
+msgstr "Select the cell or a block of cells."
+
+#: borders.xhp#par_id9181188.help.text
+msgid "Choose <item type=\"menuitem\">Format - Cells</item>."
+msgstr "Choose <item type=\"menuitem\">Format - Cells</item>."
+
+#: borders.xhp#par_id9947508.help.text
+msgid "In the dialog, click the <emph>Borders</emph> tab."
+msgstr "In the dialogue, click the <emph>Borders</emph> tab."
+
+#: borders.xhp#par_id7907956.help.text
+msgid "Choose the border options you want to apply and click OK."
+msgstr "Choose the border options you want to apply and click OK."
+
+#: borders.xhp#par_id1342204.help.text
+msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+msgstr "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+
+#: borders.xhp#hd_id4454481.help.text
+msgid "Selection of cells"
+msgstr "Selection of cells"
+
+#: borders.xhp#par_id7251503.help.text
+msgid "Depending on the selection of cells, the area looks different."
+msgstr "Depending on the selection of cells, the area looks different."
+
+#: borders.xhp#par_id8716696.help.text
+msgid "Selection"
+msgstr "Selection"
+
+#: borders.xhp#par_id4677877.help.text
+msgid "Line arrangement area"
+msgstr "Line arrangement area"
+
+#: borders.xhp#par_id807824.help.text
+msgid "One cell"
+msgstr "One cell"
+
+#: borders.xhp#par_id8473464.help.text
+msgid "<image id=\"img_id1737113\" src=\"res/helpimg/border_ca_1.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1737113\">borders with one cell selected</alt></image>"
+msgstr "<image id=\"img_id1737113\" src=\"res/helpimg/border_ca_1.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1737113\">borders with one cell selected</alt></image>"
+
+#: borders.xhp#par_id3509933.help.text
+msgid "Cells in a column"
+msgstr "Cells in a column"
+
+#: borders.xhp#par_id6635639.help.text
+msgid "<image id=\"img_id1680959\" src=\"res/helpimg/border_ca_2.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1680959\">borders with a column selected</alt></image>"
+msgstr "<image id=\"img_id1680959\" src=\"res/helpimg/border_ca_2.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id1680959\">borders with a column selected</alt></image>"
+
+#: borders.xhp#par_id8073366.help.text
+msgid "Cells in a row"
+msgstr "Cells in a row"
+
+#: borders.xhp#par_id6054567.help.text
+msgid "<image id=\"img_id9623096\" src=\"res/helpimg/border_ca_3.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id9623096\">borders with a row selected</alt></image>"
+msgstr "<image id=\"img_id9623096\" src=\"res/helpimg/border_ca_3.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id9623096\">borders with a row selected</alt></image>"
+
+#: borders.xhp#par_id466322.help.text
+msgid "Cells in a block of 2x2 or more"
+msgstr "Cells in a block of 2x2 or more"
+
+#: borders.xhp#par_id4511551.help.text
+msgid "<image id=\"img_id8139591\" src=\"res/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>"
+msgstr "<image id=\"img_id8139591\" src=\"res/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>"
+
+#: borders.xhp#par_id5383465.help.text
+msgid "You cannot apply borders to multiple selections."
+msgstr "You cannot apply borders to multiple selections."
+
+#: borders.xhp#hd_id7790154.help.text
+msgid "Default Settings"
+msgstr "Default Settings"
+
+#: borders.xhp#par_id2918485.help.text
+msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+msgstr "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+
+#: borders.xhp#par_id1836909.help.text
+msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
+msgstr "The thin grey lines inside an icon show the borders that will be reset or cleared."
+
+#: borders.xhp#par_id5212561.help.text
+msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
+msgstr "The dark lines inside an icon show the lines that will be set using the selected line style and colour."
+
+#: borders.xhp#par_id4818872.help.text
+msgid "The thick gray lines inside an icon show the lines that will not be changed."
+msgstr "The thick grey lines inside an icon show the lines that will not be changed."
+
+#: borders.xhp#hd_id8989226.help.text
+msgctxt "borders.xhp#hd_id8989226.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: borders.xhp#par_id622577.help.text
+msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+msgstr "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+
+#: borders.xhp#par_id8119754.help.text
+msgid "<image id=\"img_id7261268\" src=\"res/helpimg/border_ca_5.png\" width=\"1.0937in\" height=\"0.2189in\"><alt id=\"alt_id7261268\">default icon row of Borders tab page</alt></image>"
+msgstr "<image id=\"img_id7261268\" src=\"res/helpimg/border_ca_5.png\" width=\"1.0937in\" height=\"0.2189in\"><alt id=\"alt_id7261268\">default icon row of Borders tab page</alt></image>"
+
+#: borders.xhp#par_id8964201.help.text
+msgid "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
+msgstr "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
+
+#: borders.xhp#par_id6048463.help.text
+msgid "Click the second icon from the left to set an outer border and to remove all other lines."
+msgstr "Click the second icon from the left to set an outer border and to remove all other lines."
+
+#: borders.xhp#par_id1495406.help.text
+msgid "Click the rightmost icon to set an outer border. The inner lines are not changed, except the diagonal lines, which will be removed."
+msgstr "Click the rightmost icon to set an outer border. The inner lines are not changed, except the diagonal lines, which will be removed."
+
+#: borders.xhp#par_id9269386.help.text
+msgid "Now you can continue to see which lines the other icons will set or remove."
+msgstr "Now you can continue to see which lines the other icons will set or remove."
+
+#: borders.xhp#hd_id3593554.help.text
+msgid "User Defined Settings"
+msgstr "User Defined Settings"
+
+#: borders.xhp#par_id4018066.help.text
+msgid "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states. "
+msgstr "In the <emph>User defined</emph> area, you can click to set or remove individual lines. The preview shows lines in three different states. "
+
+#: borders.xhp#par_id8004699.help.text
+msgid "Repeatedly click an edge or a corner to switch through the three different states."
+msgstr "Repeatedly click an edge or a corner to switch through the three different states."
+
+#: borders.xhp#par_id8037659.help.text
+msgid "Line types"
+msgstr "Line types"
+
+#: borders.xhp#par_id2305978.help.text
+msgid "Image"
+msgstr "Image"
+
+#: borders.xhp#par_id8716086.help.text
+msgid "Meaning"
+msgstr "Meaning"
+
+#: borders.xhp#par_id3978087.help.text
+msgid "A black line"
+msgstr "A black line"
+
+#: borders.xhp#par_id4065065.help.text
+msgid "<image id=\"img_id9379863\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9379863\">solid line for user defined border</alt></image>"
+msgstr "<image id=\"img_id9379863\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9379863\">solid line for user defined border</alt></image>"
+
+#: borders.xhp#par_id6987823.help.text
+msgid "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
+msgstr "A black line sets the corresponding line of the selected cells. The line is shown as a dotted line when you choose the 0.05 pt line style. Double lines are shown when you select a double line style."
+
+#: borders.xhp#par_id1209143.help.text
+msgid "A gray line"
+msgstr "A grey line"
+
+#: borders.xhp#par_id6653340.help.text
+msgid "<image id=\"img_id6972563\" src=\"res/helpimg/border_ca_gray.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id6972563\">gray line for user defined border</alt></image>"
+msgstr "<image id=\"img_id6972563\" src=\"res/helpimg/border_ca_gray.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id6972563\">grey line for user defined border</alt></image>"
+
+#: borders.xhp#par_id2278817.help.text
+msgid "A gray line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
+msgstr "A grey line is shown when the corresponding line of the selected cells will not be changed. No line will be set or removed at this position."
+
+#: borders.xhp#par_id5374919.help.text
+msgid "A white line"
+msgstr "A white line"
+
+#: borders.xhp#par_id52491.help.text
+msgid "<image id=\"img_id3801080\" src=\"res/helpimg/border_ca_white.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id3801080\">white line for user defined border</alt></image>"
+msgstr "<image id=\"img_id3801080\" src=\"res/helpimg/border_ca_white.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id3801080\">white line for user defined border</alt></image>"
+
+#: borders.xhp#par_id372325.help.text
+msgid "A white line is shown when the corresponding line of the selected cells will be removed."
+msgstr "A white line is shown when the corresponding line of the selected cells will be removed."
+
+#: borders.xhp#hd_id7282937.help.text
+msgctxt "borders.xhp#hd_id7282937.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: borders.xhp#par_id4230780.help.text
+msgid "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
+msgstr "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
+
+#: borders.xhp#par_id1712393.help.text
+msgid "Click the lower edge to set a very thin line as a lower border. All other lines will be removed from the cell."
+msgstr "Click the lower edge to set a very thin line as a lower border. All other lines will be removed from the cell."
+
+#: borders.xhp#par_id5149693.help.text
+msgid "<image id=\"img_id9467452\" src=\"res/helpimg/border_ca_6.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9467452\">setting a thin lower border</alt></image>"
+msgstr "<image id=\"img_id9467452\" src=\"res/helpimg/border_ca_6.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id9467452\">setting a thin lower border</alt></image>"
+
+#: borders.xhp#par_id5759453.help.text
+msgid "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
+msgstr "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
+
+#: borders.xhp#par_id6342051.help.text
+msgid "<image id=\"img_id7431562\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id7431562\">setting a thick line as a border</alt></image>"
+msgstr "<image id=\"img_id7431562\" src=\"res/helpimg/border_ca_7.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id7431562\">setting a thick line as a border</alt></image>"
+
+#: borders.xhp#par_id5775322.help.text
+msgid "Click the second <emph>Default</emph> icon from the left to set all four borders. Then repeatedly click the lower edge until a white line is shown. This removes the lower border."
+msgstr "Click the second <emph>Default</emph> icon from the left to set all four borders. Then repeatedly click the lower edge until a white line is shown. This removes the lower border."
+
+#: borders.xhp#par_id2882778.help.text
+msgid "<image id=\"img_id8155766.00000001\" src=\"res/helpimg/border_ca_8.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id8155766.00000001\">removing lower border</alt></image>"
+msgstr "<image id=\"img_id8155766.00000001\" src=\"res/helpimg/border_ca_8.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id8155766.00000001\">removing lower border</alt></image>"
+
+#: borders.xhp#par_id8102053.help.text
+msgid "You can combine several line types and styles. The last image shows how to set thick outer borders (the thick black lines), while any diagonal lines inside the cell will not be touched (gray lines)."
+msgstr "You can combine several line types and styles. The last image shows how to set thick outer borders (the thick black lines), while any diagonal lines inside the cell will not be touched (grey lines)."
+
+#: borders.xhp#par_id2102420.help.text
+msgid "<image id=\"img_id5380718\" src=\"res/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>"
+msgstr "<image id=\"img_id5380718\" src=\"res/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>"
+
+#: datapilot_tipps.xhp#tit.help.text
+msgid "Selecting Pivot Table Output Ranges"
+msgstr ""
+
+#: datapilot_tipps.xhp#bm_id3148663.help.text
+msgid "<bookmark_value>pivot table function; preventing data overwriting</bookmark_value><bookmark_value>output ranges of pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_tipps.xhp#hd_id3148663.19.help.text
+msgid "<variable id=\"datapilot_tipps\"><link href=\"text/scalc/guide/datapilot_tipps.xhp\" name=\"Selecting Pivot Table Output Ranges\">Selecting Pivot Table Output Ranges</link></variable>"
+msgstr ""
+
+#: datapilot_tipps.xhp#par_id3154123.20.help.text
+msgid "Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended."
+msgstr ""
+
+#: datapilot_tipps.xhp#par_id3153771.21.help.text
+msgid "You can select a named range in which the pivot 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 ""
+
+#: 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 pivot table is created."
+msgstr ""
+
+#: 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 pivot table is created."
+msgstr ""
+
+#: sorted_list.xhp#tit.help.text
+msgid "Applying Sort Lists"
+msgstr "Applying Sort Lists"
+
+#: sorted_list.xhp#bm_id3150870.help.text
+msgid "<bookmark_value>filling;customized lists</bookmark_value><bookmark_value>sort lists;applying</bookmark_value><bookmark_value>defining;sort lists</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><bookmark_value>customized lists</bookmark_value>"
+msgstr "<bookmark_value>filling;customised lists</bookmark_value><bookmark_value>sort lists;applying</bookmark_value><bookmark_value>defining;sort lists</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><bookmark_value>customised lists</bookmark_value>"
+
+#: 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 "<variable id=\"sorted_list\"><link href=\"text/scalc/guide/sorted_list.xhp\" name=\"Applying Sort Lists\">Applying Sort Lists</link> </variable>"
+
+#: 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 "Sort lists allow you to type one piece of information in a cell, then drag it to fill in a consecutive list of items."
+
+#: 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 "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."
+
+#: sorted_list.xhp#par_id2367931.help.text
+msgctxt "sorted_list.xhp#par_id2367931.help.text"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
+
+#: sorted_list.xhp#par_id3152577.5.help.text
+msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %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 "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %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."
+
+#: sorted_list.xhp#par_id3147434.6.help.text
+msgctxt "sorted_list.xhp#par_id3147434.6.help.text"
+msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+
+#: calculate.xhp#tit.help.text
+msgid "Calculating in Spreadsheets"
+msgstr "Calculating in Spreadsheets"
+
+#: calculate.xhp#bm_id3150791.help.text
+#, fuzzy
+msgid "<bookmark_value>spreadsheets; calculating</bookmark_value><bookmark_value>calculating; spreadsheets</bookmark_value><bookmark_value>formulas; calculating</bookmark_value>"
+msgstr "<bookmark_value>formulae;calculating with</bookmark_value><bookmark_value>calculating; with formulae</bookmark_value><bookmark_value>examples;formula calculation</bookmark_value>"
+
+#: calculate.xhp#hd_id3150791.help.text
+msgid "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
+msgstr "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
+
+#: calculate.xhp#par_id3146120.help.text
+msgid "The following is an example of a calculation in $[officename] Calc."
+msgstr "The following is an example of a calculation in $[officename] Calc."
+
+#: calculate.xhp#par_id3153951.help.text
+msgid "Click in a cell, and type a number"
+msgstr "Click in a cell, and type a number"
+
+#: calculate.xhp#par_idN10656.help.text
+msgid "Press Enter."
+msgstr ""
+
+#: calculate.xhp#par_idN1065D.help.text
+msgid "The cursor moves down to the next cell."
+msgstr "The cursor moves down to the next cell."
+
+#: calculate.xhp#par_id3155064.help.text
+msgid "Enter another number."
+msgstr "Enter another number."
+
+#: calculate.xhp#par_idN1066F.help.text
+msgid "Press the Tab key."
+msgstr ""
+
+#: calculate.xhp#par_idN10676.help.text
+msgid "The cursor moves to the right into the next cell."
+msgstr "The cursor moves to the right into the next cell."
+
+#: calculate.xhp#par_id3154253.help.text
+msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
+msgstr "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
+
+#: calculate.xhp#par_idN1068B.help.text
+msgid " Press Enter."
+msgstr ""
+
+#: calculate.xhp#par_id3147343.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 "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."
+
+#: calculate.xhp#par_id3155378.help.text
+msgid "When you edit a formula, the new result is calculated automatically."
+msgstr "When you edit a formula, the new result is calculated automatically."
+
+#: rounding_numbers.xhp#tit.help.text
+msgid "Using Rounded Off Numbers"
+msgstr "Using Rounded Off Numbers"
+
+#: 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>changing;number of decimal places</bookmark_value><bookmark_value>values;rounded in calculations</bookmark_value><bookmark_value>calculating;rounded off values</bookmark_value><bookmark_value>numbers; decimal places</bookmark_value><bookmark_value>precision as shown</bookmark_value><bookmark_value>rounding precision</bookmark_value><bookmark_value>spreadsheets; values as shown</bookmark_value>"
+msgstr "<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>changing;number of decimal places</bookmark_value><bookmark_value>values;rounded in calculations</bookmark_value><bookmark_value>calculating;rounded off values</bookmark_value><bookmark_value>numbers; decimal places</bookmark_value><bookmark_value>precision as shown</bookmark_value><bookmark_value>rounding precision</bookmark_value><bookmark_value>spreadsheets; values as shown</bookmark_value>"
+
+#: 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 "<variable id=\"rounding_numbers\"><link href=\"text/scalc/guide/rounding_numbers.xhp\" name=\"Using Rounded Off Numbers\">Using Rounded Off Numbers</link></variable>"
+
+#: rounding_numbers.xhp#par_id3153726.3.help.text
+msgid "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
+msgstr "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
+
+#: rounding_numbers.xhp#hd_id3152596.4.help.text
+msgid "To change this for selected cells"
+msgstr "To change this for selected cells"
+
+#: rounding_numbers.xhp#par_id3154321.5.help.text
+msgid "Mark all the cells you want to modify."
+msgstr "Mark all the cells you want to modify."
+
+#: rounding_numbers.xhp#par_id3147428.6.help.text
+msgid "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
+msgstr "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
+
+#: 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 "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 dialogue with OK."
+
+#: rounding_numbers.xhp#hd_id3155415.8.help.text
+msgid "To change this everywhere"
+msgstr "To change this everywhere"
+
+#: rounding_numbers.xhp#par_id3150715.9.help.text
+msgctxt "rounding_numbers.xhp#par_id3150715.9.help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+
+#: 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 "Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialogue with OK."
+
+#: rounding_numbers.xhp#hd_id3154755.11.help.text
+msgid "To calculate with the rounded off numbers instead of the internal exact values"
+msgstr "To calculate with the rounded off numbers instead of the internal exact values"
+
+#: rounding_numbers.xhp#par_id3150045.12.help.text
+msgctxt "rounding_numbers.xhp#par_id3150045.12.help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+
+#: 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 "Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialogue with OK."
+
+#: rounding_numbers.xhp#par_id3145790.14.help.text
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+
+#: rounding_numbers.xhp#par_id3147005.15.help.text
+msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
+
+#: datapilot.xhp#tit.help.text
+msgid "Pivot Table"
+msgstr ""
+
+#: datapilot.xhp#bm_id3150448.help.text
+msgid "<bookmark_value>pivot table function; introduction</bookmark_value><bookmark_value>DataPilot, see pivot table function</bookmark_value>"
+msgstr ""
+
+#: datapilot.xhp#hd_id3150448.7.help.text
+msgid "<variable id=\"datapilot\"><link href=\"text/scalc/guide/datapilot.xhp\" name=\"Pivot Table\">Pivot Table</link></variable>"
+msgstr ""
+
+#: datapilot.xhp#par_id3156024.2.help.text
+msgid "The <emph>pivot table</emph> (formerly known as <emph>DataPilot</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 ""
+
+#: datapilot.xhp#par_id3145069.9.help.text
+msgid "A table that has been created as a <link href=\"text/scalc/01/12090000.xhp\" name=\"pivot table\">pivot table</link> is an interactive table. Data can be arranged, rearranged or summarized according to different points of view."
+msgstr ""
+
+#: formulas.xhp#tit.help.text
+msgid "Calculating With Formulas"
+msgstr "Calculating With Formulae"
+
+#: formulas.xhp#bm_id3155411.help.text
+msgid "<bookmark_value>formulas;calculating with</bookmark_value><bookmark_value>calculating; with formulas</bookmark_value><bookmark_value>examples;formula calculation</bookmark_value>"
+msgstr "<bookmark_value>formulae;calculating with</bookmark_value><bookmark_value>calculating; with formulae</bookmark_value><bookmark_value>examples;formula calculation</bookmark_value>"
+
+#: 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 "<variable id=\"formulas\"><link href=\"text/scalc/guide/formulas.xhp\" name=\"Calculating With Formulae\">Calculating With Formulae</link></variable>"
+
+#: formulas.xhp#par_id3156281.21.help.text
+msgid "All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions."
+msgstr "All formulae begin with an equals sign. The formulae can contain numbers, text, arithmetic operators, logic operators, or functions."
+
+#: formulas.xhp#par_id3145272.39.help.text
+msgid "Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the \"Multiplication and Division before Addition and Subtraction\" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1."
+msgstr "Remember that the basic arithmetic operators (+, -, *, /) can be used in formulae using the \"Multiplication and Division before Addition and Subtraction\" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1."
+
+#: 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 "Parentheses can also be used. The result of the formula =(1+2)*3 produces a different result than =1+2*3."
+
+#: formulas.xhp#par_id3156285.23.help.text
+msgid "Here are a few examples of $[officename] Calc formulas:"
+msgstr "Here are a few examples of $[officename] Calc formulae:"
+
+#: formulas.xhp#par_id3154015.24.help.text
+msgid "=A1+10"
+msgstr "=A1+10"
+
+#: formulas.xhp#par_id3146972.25.help.text
+msgid "Displays the contents of cell A1 plus 10."
+msgstr "Displays the contents of cell A1 plus 10."
+
+#: formulas.xhp#par_id3145643.45.help.text
+msgid "=A1*16%"
+msgstr "=A1*16%"
+
+#: formulas.xhp#par_id3154255.46.help.text
+msgid "Displays 16% of the contents of A1."
+msgstr "Displays 16% of the contents of A1."
+
+#: formulas.xhp#par_id3146917.47.help.text
+msgid "=A1 * A2"
+msgstr "=A1 * A2"
+
+#: formulas.xhp#par_id3146315.48.help.text
+msgid "Displays the result of the multiplication of A1 and A2."
+msgstr "Displays the result of the multiplication of A1 and A2."
+
+#: formulas.xhp#par_id3154022.26.help.text
+msgid "=ROUND(A1;1)"
+msgstr "=ROUND(A1;1)"
+
+#: formulas.xhp#par_id3150363.27.help.text
+msgid "Displays the contents of cell A1 rounded to one decimal place."
+msgstr "Displays the contents of cell A1 rounded to one decimal place."
+
+#: formulas.xhp#par_id3150209.28.help.text
+msgid "=EFFECTIVE(5%;12)"
+msgstr "=EFFECTIVE(5%;12)"
+
+#: formulas.xhp#par_id3150883.29.help.text
+msgid "Calculates the effective interest for 5% annual nominal interest with 12 payments a year."
+msgstr "Calculates the effective interest for 5% annual nominal interest with 12 payments a year."
+
+#: formulas.xhp#par_id3146114.33.help.text
+msgid "=B8-SUM(B10:B14)"
+msgstr "=B8-SUM(B10:B14)"
+
+#: formulas.xhp#par_id3154486.34.help.text
+msgid "Calculates B8 minus the sum of the cells B10 to B14."
+msgstr "Calculates B8 minus the sum of the cells B10 to B14."
+
+#: formulas.xhp#par_id3152890.35.help.text
+msgid "=SUM(B8;SUM(B10:B14))"
+msgstr "=SUM(B8;SUM(B10:B14))"
+
+#: formulas.xhp#par_id3159171.36.help.text
+msgid "Calculates the sum of cells B10 to B14 and adds the value to B8."
+msgstr "Calculates the sum of cells B10 to B14 and adds the value to B8."
+
+#: 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 "It is also possible to nest functions in formulae, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions."
+
+#: formulas.xhp#par_id3150213.44.help.text
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"Functions list\">Functions list</link>"
+msgstr "<link href=\"text/scalc/01/04060100.xhp\" name=\"Functions list\">Functions list</link>"
+
+#: formulas.xhp#par_id3152869.43.help.text
+msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
+
+#: html_doc.xhp#tit.help.text
+msgid "Saving and Opening Sheets in HTML"
+msgstr "Saving and Opening Sheets in HTML"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: html_doc.xhp#hd_id3154124.2.help.text
+msgid "Saving Sheets in HTML"
+msgstr "Saving Sheets in HTML"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: html_doc.xhp#par_id3153188.5.help.text
+msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
+msgstr "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
+
+#: html_doc.xhp#par_id3148645.6.help.text
+msgid "In the <emph>File 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 "In the <emph>File 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)\"."
+
+#: html_doc.xhp#par_id3154729.7.help.text
+msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
+msgstr "Enter a <emph>File name</emph> and click <emph>Save</emph>."
+
+#: html_doc.xhp#hd_id3149379.8.help.text
+msgid "Opening Sheets in HTML"
+msgstr "Opening Sheets in HTML"
+
+#: 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>Files of type</emph> list box:"
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> offers various filters for opening HTML files, which you can select under <emph>File - Open</emph> in the <emph>Files of type</emph> list box:"
+
+#: 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 "Choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Calc."
+
+#: 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 "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."
+
+#: html_doc.xhp#par_id3150370.17.help.text
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
+
+#: 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 "<link href=\"text/shared/01/01070000.xhp\" name=\"File - Save As\">File - Save As</link>"
+
+#: text_wrap.xhp#tit.help.text
+msgid "Writing Multi-line Text"
+msgstr "Writing Multi-line Text"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"text_wrap\"><link href=\"text/scalc/guide/text_wrap.xhp\" name=\"Writing Multi-line Text\">Writing Multi-line Text</link></variable>"
+
+#: text_wrap.xhp#par_id3156280.41.help.text
+msgid "Pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys inserts a manual line break. This shortcut only works directly in the cell, not in the input line."
+msgstr "Pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter keys inserts a manual line break. This shortcut only works directly in the cell, not in the input line."
+
+#: 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 "If you want the text to automatically break at the right border of the cell, proceed as follows:"
+
+#: 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 "Select all the cells where you want the text to break at the right border."
+
+#: text_wrap.xhp#par_id3148575.45.help.text
+msgid "In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK."
+msgstr "In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK."
+
+#: text_wrap.xhp#par_id3145799.46.help.text
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cell\">Format - Cell</link>"
+msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cell\">Format - Cell</link>"
+
+#: database_sort.xhp#tit.help.text
+msgid "Sorting Data "
+msgstr "Sorting Data "
+
+#: database_sort.xhp#bm_id3150767.help.text
+msgid "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_value>sorting; database ranges</bookmark_value> <bookmark_value>data;sorting in databases</bookmark_value>"
+msgstr "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_value>sorting; database ranges</bookmark_value> <bookmark_value>data;sorting in databases</bookmark_value>"
+
+#: 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 Data</link></variable>"
+msgstr "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
+
+#: database_sort.xhp#par_id3145751.45.help.text
+msgid "Click in a database range."
+msgstr "Click in a database range."
+
+#: database_sort.xhp#par_id121020081121549.help.text
+msgid "If you select a range of cells, only these cells will get sorted. If you just click one cell without selecting, then the whole database range will get sorted."
+msgstr "If you select a range of cells, only these cells will get sorted. If you just click one cell without selecting, then the whole database range will get sorted."
+
+#: database_sort.xhp#par_idN10635.help.text
+msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
+msgstr "Choose <item type=\"menuitem\">Data - Sort</item>."
+
+#: database_sort.xhp#par_id121020081121547.help.text
+msgid "The range of cells that will get sorted is shown in inverted colors."
+msgstr "The range of cells that will get sorted is shown in inverted colours."
+
+#: database_sort.xhp#par_idN10645.help.text
+msgid "Select the sort options that you want."
+msgstr "Select the sort options that you want."
+
+#: database_sort.xhp#par_idN1063D.help.text
+msgctxt "database_sort.xhp#par_idN1063D.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: database_sort.xhp#par_id1846980.help.text
+msgctxt "database_sort.xhp#par_id1846980.help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
+msgstr ""
+
+#: finding.xhp#tit.help.text
+msgid "Finding and Replacing in Calc"
+msgstr "Finding and Replacing in Calc"
+
+#: finding.xhp#bm_id3769341.help.text
+msgid "<bookmark_value>searching, see also finding</bookmark_value><bookmark_value>finding;formulas/values/text/objects</bookmark_value><bookmark_value>replacing; cell contents</bookmark_value><bookmark_value>formatting;multiple cell texts</bookmark_value>"
+msgstr "<bookmark_value>searching, see also finding</bookmark_value><bookmark_value>finding;formulae/values/text/objects</bookmark_value><bookmark_value>replacing; cell contents</bookmark_value><bookmark_value>formatting;multiple cell texts</bookmark_value>"
+
+#: finding.xhp#hd_id3149204.help.text
+msgid "<variable id=\"finding\"><link href=\"text/scalc/guide/finding.xhp\">Finding and Replacing in Calc</link></variable>"
+msgstr "<variable id=\"finding\"><link href=\"text/scalc/guide/finding.xhp\">Finding and Replacing in Calc</link></variable>"
+
+#: finding.xhp#par_id9363689.help.text
+msgid "In spreadsheet documents you can find words, formulas, and styles. You can navigate from one result to the next, or you can highlight all matching cells at once, then apply another format or replace the cell content by other content."
+msgstr "In spreadsheet documents you can find words, formulae, and styles. You can navigate from one result to the next, or you can highlight all matching cells at once, then apply another format or replace the cell content by other content."
+
+#: finding.xhp#hd_id3610644.help.text
+msgid "The Find & Replace dialog"
+msgstr "The Find & Replace dialogue"
+
+#: finding.xhp#par_id2224494.help.text
+msgid "Cells can contain text or numbers that were entered directly as in a text document. But cells can also contain text or numbers as the result of a calculation. For example, if a cell contains the formula =1+2 it displays the result 3. You must decide whether to search for the 1 respective 2, or to search the 3."
+msgstr "Cells can contain text or numbers that were entered directly as in a text document. But cells can also contain text or numbers as the result of a calculation. For example, if a cell contains the formula =1+2 it displays the result 3. You must decide whether to search for the 1 respective 2, or to search the 3."
+
+#: finding.xhp#hd_id2423780.help.text
+msgid "To find formulas or values"
+msgstr "To find formulae or values"
+
+#: finding.xhp#par_id2569658.help.text
+msgid "You can specify in the Find & Replace dialog either to find the parts of a formula or the results of a calculation."
+msgstr "You can specify in the Find & Replace dialogue either to find the parts of a formula or the results of a calculation."
+
+#: finding.xhp#par_id6394238.help.text
+msgctxt "finding.xhp#par_id6394238.help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+msgstr "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialogue."
+
+#: finding.xhp#par_id7214270.help.text
+msgid "Click <emph>More Options</emph> to expand the dialog."
+msgstr "Click <emph>More Options</emph> to expand the dialogue."
+
+#: finding.xhp#par_id2186346.help.text
+msgid "Select \"Formulas\" or \"Values\" in the <emph>Search in</emph> list box."
+msgstr "Select \"Formulas\" or \"Values\" in the <emph>Search in</emph> list box."
+
+#: finding.xhp#par_id1331217.help.text
+msgid "With \"Formulas\" you will find all parts of the formulas. "
+msgstr "With \"Formulas\" you will find all parts of the formulae. "
+
+#: finding.xhp#par_id393993.help.text
+msgid "With \"Values\" you will find the results of the calculations. "
+msgstr "With \"Values\" you will find the results of the calculations. "
+
+#: finding.xhp#par_id3163853.help.text
+msgid "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. You see the currency symbol in the cell, but you cannot search for it."
+msgstr "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. You see the currency symbol in the cell, but you cannot search for it."
+
+#: finding.xhp#hd_id7359233.help.text
+msgid "Finding text"
+msgstr "Finding text"
+
+#: finding.xhp#par_id6549272.help.text
+msgctxt "finding.xhp#par_id6549272.help.text"
+msgid "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialog."
+msgstr "Choose <emph>Edit - Find & Replace</emph> to open the Find & Replace dialogue."
+
+#: finding.xhp#par_id6529740.help.text
+msgid "Enter the text to find in the <emph>Search for</emph> text box."
+msgstr "Enter the text to find in the <emph>Search for</emph> text box."
+
+#: finding.xhp#par_id9121982.help.text
+msgid "Either click <emph>Find</emph> or <emph>Find All</emph>."
+msgstr "Either click <emph>Find</emph> or <emph>Find All</emph>."
+
+#: finding.xhp#par_id3808404.help.text
+msgid "When you click <emph>Find</emph>, Calc will select the next cell that contains your text. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found cell. "
+msgstr "When you click <emph>Find</emph>, Calc will select the next cell that contains your text. You can watch and edit the text, then click <emph>Find</emph> again to advance to the next found cell. "
+
+#: finding.xhp#par_id2394482.help.text
+msgid "If you closed the dialog, you can press a key combination (<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F) to find the next cell without opening the dialog. "
+msgstr "If you closed the dialogue, you can press a key combination (<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F) to find the next cell without opening the dialogue. "
+
+#: finding.xhp#par_id631733.help.text
+msgid "By default, Calc searches the current sheet. Click <emph>More Options</emph>, then enable <emph>Search in all sheets</emph> to search through all sheets of the document."
+msgstr "By default, Calc searches the current sheet. Click <emph>More Options</emph>, then enable <emph>Search in all sheets</emph> to search through all sheets of the document."
+
+#: finding.xhp#par_id7811822.help.text
+msgid "When you click <emph>Find All</emph>, Calc selects all cells that contain your entry. Now you can for example set all found cells to bold, or apply a Cell Style to all at once."
+msgstr "When you click <emph>Find All</emph>, Calc selects all cells that contain your entry. Now you can for example set all found cells to bold, or apply a Cell Style to all at once."
+
+#: finding.xhp#hd_id8531449.help.text
+msgid "The Navigator"
+msgstr "The Navigator"
+
+#: finding.xhp#par_id9183935.help.text
+msgid "Choose <emph>View - Navigator</emph> to open the Navigator window."
+msgstr "Choose <emph>View - Navigator</emph> to open the Navigator window."
+
+#: finding.xhp#par_id946684.help.text
+msgid "The Navigator is the main tool for finding and selecting objects."
+msgstr "The Navigator is the main tool for finding and selecting objects."
+
+#: finding.xhp#par_id9607226.help.text
+msgid "Use the Navigator for inserting objects and links within the same document or from other open documents."
+msgstr "Use the Navigator for inserting objects and links within the same document or from other open documents."
+
+#: row_height.xhp#tit.help.text
+msgid "Changing Row Height or Column Width"
+msgstr "Changing Row Height or Column Width"
+
+#: row_height.xhp#bm_id3145748.help.text
+msgid "<bookmark_value>heights of cells</bookmark_value><bookmark_value>cell heights</bookmark_value><bookmark_value>cell widths</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><bookmark_value>changing;row heights/column widths</bookmark_value>"
+msgstr "<bookmark_value>heights of cells</bookmark_value><bookmark_value>cell heights</bookmark_value><bookmark_value>cell widths</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><bookmark_value>changing;row heights/column widths</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "You can change the height of the rows with the mouse or through the dialogue."
+
+#: 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 "What is described here for rows and row height applies accordingly for columns and column width."
+
+#: row_height.xhp#hd_id3153963.4.help.text
+msgid "Using the mouse to change the row height or column width"
+msgstr "Using the mouse to change the row height or column width"
+
+#: 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 "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."
+
+#: row_height.xhp#par_id3159237.6.help.text
+msgid "Select the optimal row height by double-clicking the separator below the row."
+msgstr "Select the optimal row height by double-clicking the separator below the row."
+
+#: row_height.xhp#hd_id3154659.7.help.text
+msgid "Using the dialog to change the row height or column width"
+msgstr "Using the dialogue to change the row height or column width"
+
+#: row_height.xhp#par_id3150367.8.help.text
+msgid "Click the row so that you achieve the focus."
+msgstr "Click the row so that you achieve the focus."
+
+#: row_height.xhp#par_id3166432.9.help.text
+msgid "Start the context menu on the header at the left-hand side."
+msgstr "Start the context menu on the header at the left-hand side."
+
+#: row_height.xhp#par_id3150519.10.help.text
+#, fuzzy
+msgid "You will see the commands <emph>Row Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialog."
+msgstr "You will see the commands <emph>Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialogue."
+
+#: row_height.xhp#par_id3154487.11.help.text
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
+msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
+
+#: 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 "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal row height\">Optimal row height</link>"
+
+#: row_height.xhp#par_id3153305.13.help.text
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
+msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
+
+#: 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 "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal column width\">Optimal column width</link>"
+
+#: format_value.xhp#tit.help.text
+msgid "Formatting Numbers With Decimals"
+msgstr "Formatting Numbers With Decimals"
+
+#: format_value.xhp#bm_id3145367.help.text
+msgid "<bookmark_value>numbers;formatting decimals</bookmark_value> <bookmark_value>formats; numbers in tables</bookmark_value> <bookmark_value>tables; number formats</bookmark_value> <bookmark_value>defaults; number formats in spreadsheets</bookmark_value> <bookmark_value>decimal places;formatting numbers</bookmark_value> <bookmark_value>formatting;numbers with decimals</bookmark_value> <bookmark_value>formatting;adding/deleting decimal places</bookmark_value> <bookmark_value>number formats; adding/deleting decimal places in cells</bookmark_value> <bookmark_value>deleting; decimal places</bookmark_value> <bookmark_value>decimal places; adding/deleting</bookmark_value>"
+msgstr "<bookmark_value>numbers;formatting decimals</bookmark_value> <bookmark_value>formats; numbers in tables</bookmark_value> <bookmark_value>tables; number formats</bookmark_value> <bookmark_value>defaults; number formats in spreadsheets</bookmark_value> <bookmark_value>decimal places;formatting numbers</bookmark_value> <bookmark_value>formatting;numbers with decimals</bookmark_value> <bookmark_value>formatting;adding/deleting decimal places</bookmark_value> <bookmark_value>number formats; adding/deleting decimal places in cells</bookmark_value> <bookmark_value>deleting; decimal places</bookmark_value> <bookmark_value>decimal places; adding/deleting</bookmark_value>"
+
+#: 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 "<variable id=\"format_value\"><link href=\"text/scalc/guide/format_value.xhp\" name=\"Formatting Numbers With Decimals\">Formatting Numbers With Decimals</link></variable>"
+
+#: 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 "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."
+
+#: format_value.xhp#par_id3154012.12.help.text
+msgid "To format numbers with decimals:"
+msgstr "To format numbers with decimals:"
+
+#: 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 "Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialogue."
+
+#: 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 "On the <emph>Numbers</emph> tab you will see a selection of predefined number formats. In the bottom right in the dialogue you will see a preview of how your current number would look if you were to give it a particular format."
+
+#: format_value.xhp#par_id3155766.help.text
+msgid "<image id=\"img_id3149021\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149021\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149021\" src=\"cmd/sc_numberformatincdecimals.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149021\">Icon</alt></image>"
+
+#: 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 "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."
+
+#: consolidate.xhp#tit.help.text
+msgid "Consolidating Data"
+msgstr "Consolidating Data"
+
+#: consolidate.xhp#bm_id3150791.help.text
+msgid "<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 cell ranges</bookmark_value> <bookmark_value>merging;data ranges</bookmark_value>"
+msgstr "<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 cell ranges</bookmark_value> <bookmark_value>merging;data ranges</bookmark_value>"
+
+#: 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 "<variable id=\"consolidate\"><link href=\"text/scalc/guide/consolidate.xhp\" name=\"Consolidating Data\">Consolidating Data</link></variable>"
+
+#: 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 "During consolidation, the contents of the cells from several sheets will be combined in one place."
+
+#: consolidate.xhp#hd_id892056.help.text
+msgid "To Combine Cell Contents"
+msgstr "To Combine Cell Contents"
+
+#: consolidate.xhp#par_id3151073.6.help.text
+msgid "Open the document that contains the cell ranges to be consolidated."
+msgstr "Open the document that contains the cell ranges to be consolidated."
+
+#: consolidate.xhp#par_id3154513.7.help.text
+msgid "Choose <item type=\"menuitem\">Data - Consolidate</item> to open the <emph>Consolidate</emph> dialog."
+msgstr "Choose <item type=\"menuitem\">Data - Consolidate</item> to open the <emph>Consolidate</emph> dialogue."
+
+#: 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 "From the <emph>Source data area</emph> box select a source cell range to consolidate with other areas."
+
+#: 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 "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."
+
+#: 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 "Click <emph>Add</emph> to insert the selected range in the <emph>Consolidation areas</emph> field."
+
+#: consolidate.xhp#par_id3153816.11.help.text
+msgid "Select additional ranges and click <emph>Add</emph> after each selection."
+msgstr "Select additional ranges and click <emph>Add</emph> after each selection."
+
+#: 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 "Specify where you want to display the result by selecting a target range from the <emph>Copy results to</emph> box."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: consolidate.xhp#par_id3149315.15.help.text
+msgid "Click <emph>OK</emph> to consolidate the ranges."
+msgstr "Click <emph>OK</emph> to consolidate the ranges."
+
+#: consolidate.xhp#par_idN107DE.help.text
+msgid "Additional Settings"
+msgstr "Additional Settings"
+
+#: consolidate.xhp#par_id3147250.16.help.text
+msgid "Click <emph>More</emph> in the <emph>Consolidate</emph> dialog to display additional settings:"
+msgstr "Click <emph>More</emph> in the <emph>Consolidate</emph> dialogue to display additional settings:"
+
+#: 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 "Select <emph>Link to source data</emph> to insert the formulae 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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "To consolidate by row labels or column labels, the label must be contained in the selected source ranges."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: consolidate.xhp#par_id3153039.33.help.text
+msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Data - Consolidate\">Data - Consolidate</link>"
+msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"Data - Consolidate\">Data - Consolidate</link>"
+
+#: address_auto.xhp#tit.help.text
+msgid "Recognizing Names as Addressing"
+msgstr "Recognizing Names as Addressing"
+
+#: 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; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulas</bookmark_value> <bookmark_value>column headers;using in formulas</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognizing; column and row labels</bookmark_value>"
+msgstr "<bookmark_value>automatic addressing in tables</bookmark_value> <bookmark_value>natural language addressing</bookmark_value> <bookmark_value>formulae; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulae</bookmark_value> <bookmark_value>column headers;using in formulae</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognising; column and row labels</bookmark_value>"
+
+#: 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 "<variable id=\"address_auto\"><link href=\"text/scalc/guide/address_auto.xhp\" name=\"Recognizing Names as Addressing\">Recognizing Names as Addressing</link></variable>"
+
+#: 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 "You can use cells with text to refer to the rows or to the columns that contain the cells."
+
+#: address_auto.xhp#par_id3156283.help.text
+msgid "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
+msgstr "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
+
+#: 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 "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."
+
+#: address_auto.xhp#par_id3155443.24.help.text
+msgid "This function is active by default. To turn this function off, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
+msgstr "This function is active by default. To turn this function off, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
+
+#: 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 "If you want a name to be automatically recognised 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>"
+
+#: calc_timevalues.xhp#tit.help.text
+msgid "Calculating Time Differences"
+msgstr "Calculating Time Differences"
+
+#: calc_timevalues.xhp#bm_id3150769.help.text
+msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
+msgstr "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
+
+#: 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 "<variable id=\"calc_timevalues\"><link href=\"text/scalc/guide/calc_timevalues.xhp\" name=\"Calculating Time Differences\">Calculating Time Differences</link></variable>"
+
+#: 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 "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:"
+
+#: calc_timevalues.xhp#par_id3159153.55.help.text
+msgid "=(B2<A2)+B2-A2"
+msgstr "=(B2<A2)+B2-A2"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: integer_leading_zero.xhp#tit.help.text
+msgid "Entering a Number with Leading Zeros"
+msgstr "Entering a Number with Leading Zeros"
+
+#: 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>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> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
+msgstr "<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>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> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
+
+#: 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 "<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>"
+
+#: integer_leading_zero.xhp#par_id3153194.55.help.text
+msgid "There are various ways to enter integers starting with a zero:"
+msgstr "There are various ways to enter integers starting with a zero:"
+
+#: 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, <item type=\"input\">'0987</item>). 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 "Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type=\"input\">'0987</item>). 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."
+
+#: integer_leading_zero.xhp#par_id3154013.57.help.text
+msgid "Format a cell with a number format such as <item type=\"input\">\\0000</item>. 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 "Format a cell with a number format such as <item type=\"input\">\\0000</item>. 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\"."
+
+#: 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 "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:"
+
+#: 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 "Select the column in which the digits are found in text format. Set the cell format in that column as \"Number\"."
+
+#: integer_leading_zero.xhp#par_id3154944.60.help.text
+msgid "Choose <emph>Edit - Find & Replace</emph> "
+msgstr "Choose <emph>Edit - Find & Replace</emph> "
+
+#: integer_leading_zero.xhp#par_id3154510.61.help.text
+msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item> "
+msgstr "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item> "
+
+#: integer_leading_zero.xhp#par_id3155068.62.help.text
+msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item> "
+msgstr "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item> "
+
+#: integer_leading_zero.xhp#par_id3149018.63.help.text
+msgid "Check <emph>Regular expressions</emph> "
+msgstr "Check <emph>Regular expressions</emph> "
+
+#: integer_leading_zero.xhp#par_id3156382.64.help.text
+msgid "Check <emph>Current selection only</emph> "
+msgstr "Check <emph>Current selection only</emph> "
+
+#: integer_leading_zero.xhp#par_id3146916.65.help.text
+msgid "Click <emph>Replace All</emph> "
+msgstr "Click <emph>Replace All</emph> "
+
+#: print_landscape.xhp#tit.help.text
+msgid "Printing Sheets in Landscape Format"
+msgstr "Printing Sheets in Landscape Format"
+
+#: print_landscape.xhp#bm_id3153418.help.text
+msgid "<bookmark_value>printing; sheet selections</bookmark_value> <bookmark_value>sheets; printing in landscape</bookmark_value> <bookmark_value>printing; landscape</bookmark_value> <bookmark_value>landscape printing</bookmark_value>"
+msgstr "<bookmark_value>printing; sheet selections</bookmark_value> <bookmark_value>sheets; printing in landscape</bookmark_value> <bookmark_value>printing; landscape</bookmark_value> <bookmark_value>landscape printing</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: print_landscape.xhp#par_id3153963.15.help.text
+msgid "To print in landscape format, proceed as follows:"
+msgstr "To print in landscape format, proceed as follows:"
+
+#: print_landscape.xhp#par_id3154020.3.help.text
+msgctxt "print_landscape.xhp#par_id3154020.3.help.text"
+msgid "Go to the sheet to be printed."
+msgstr "Go to the sheet to be printed."
+
+#: print_landscape.xhp#par_id3150786.4.help.text
+msgctxt "print_landscape.xhp#par_id3150786.4.help.text"
+msgid "Choose <emph>Format - Page</emph>."
+msgstr "Choose <emph>Format - Page</emph>."
+
+#: 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 "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."
+
+#: 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 "Select the <emph>Page</emph> tab. Select the <emph>Landscape</emph> paper format and click OK."
+
+#: print_landscape.xhp#par_id3150885.7.help.text
+msgid "Choose <emph>File - Print</emph>. You will see the <emph>Print</emph> dialog."
+msgstr "Choose <emph>File - Print</emph>. You will see the <emph>Print</emph> dialogue."
+
+#: 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 "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."
+
+#: print_landscape.xhp#par_id3149404.9.help.text
+msgid "In the <emph>Print </emph>dialog in the <emph>General</emph> tab page, select the contents to be printed:"
+msgstr "In the <emph>Print </emph>dialogue in the <emph>General</emph> tab page, select the contents to be printed:"
+
+#: print_landscape.xhp#par_id3153305.10.help.text
+msgid " <emph>All sheets</emph> - All sheets will be printed."
+msgstr " <emph>All sheets</emph> - All sheets will be printed."
+
+#: print_landscape.xhp#par_id3148871.12.help.text
+msgid " <emph>Selected sheets</emph> - Only the selected sheets will be printed. All sheets whose names (at the bottom on the sheet tabs) are selected will be printed. By pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while clicking a sheet name you can change this selection."
+msgstr " <emph>Selected sheets</emph> - Only the selected sheets will be printed. All sheets whose names (at the bottom on the sheet tabs) are selected will be printed. By pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while clicking a sheet name you can change this selection."
+
+#: print_landscape.xhp#par_id3764763.help.text
+msgid " <emph>Selected cells</emph> - All selected cells are printed."
+msgstr " <emph>Selected cells</emph> - All selected cells are printed."
+
+#: print_landscape.xhp#par_id5538804.help.text
+msgid "From all the paper pages that result from the above selection, you can select the range of paper pages to be printed:"
+msgstr "From all the paper pages that result from the above selection, you can select the range of paper pages to be printed:"
+
+#: print_landscape.xhp#par_id14343.help.text
+msgid " <emph>All pages</emph> - Print all resulting pages."
+msgstr " <emph>All pages</emph> - Print all resulting pages."
+
+#: 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 " <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."
+
+#: 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 "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."
+
+#: print_landscape.xhp#par_id3156019.14.help.text
+msgctxt "print_landscape.xhp#par_id3156019.14.help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+
+#: print_landscape.xhp#par_id8254646.help.text
+msgid "<link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link>"
+msgstr "<link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link>"
+
+#: super_subscript.xhp#tit.help.text
+msgid "Text Superscript / Subscript"
+msgstr "Text Superscript / Subscript"
+
+#: 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><bookmark_value>characters;superscript/subscript</bookmark_value>"
+msgstr "<bookmark_value>superscript text in cells</bookmark_value><bookmark_value>subscript text in cells</bookmark_value><bookmark_value>cells; text super/sub</bookmark_value><bookmark_value>characters;superscript/subscript</bookmark_value>"
+
+#: 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 "<variable id=\"super_subscript\"><link href=\"text/scalc/guide/super_subscript.xhp\" name=\"Text Superscript / Subscript\">Text Superscript / Subscript</link></variable>"
+
+#: 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 "In the cell, select the character that you want to put in superscript or subscript."
+
+#: 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 "If, for example, you want to write H20 with a subscript 2, select the 2 in the cell (not in the input line)."
+
+#: 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 "Open the context menu for the selected character and choose <emph>Character</emph>. You will see the <emph>Character</emph> dialogue."
+
+#: super_subscript.xhp#par_id3153142.5.help.text
+msgid "Click the <emph>Font Position</emph> tab."
+msgstr "Click the <emph>Font Position</emph> tab."
+
+#: super_subscript.xhp#par_id3153954.6.help.text
+msgid "Select the <emph>Subscript</emph> option and click OK."
+msgstr "Select the <emph>Subscript</emph> option and click OK."
+
+#: 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 "<link href=\"text/shared/01/05020500.xhp\" name=\"Context menu - Character - Font Position\">Context menu - Character - Font Position</link>"
+
+#: cellreference_dragdrop.xhp#tit.help.text
+msgid "Referencing Cells by Drag-and-Drop"
+msgstr "Referencing Cells by Drag-and-Drop"
+
+#: 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> <bookmark_value>references;inserting by drag and drop</bookmark_value> <bookmark_value>inserting;references, by drag and drop</bookmark_value>"
+msgstr "<bookmark_value>drag and drop; referencing cells</bookmark_value> <bookmark_value>cells; referencing by drag and drop </bookmark_value> <bookmark_value>references;inserting by drag and drop</bookmark_value> <bookmark_value>inserting;references, by drag and drop</bookmark_value>"
+
+#: 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 "<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>"
+
+#: cellreference_dragdrop.xhp#par_id3156444.17.help.text
+msgid "With the help of the Navigator you can reference cells from one sheet 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 "With the help of the Navigator you can reference cells from one sheet 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."
+
+#: cellreference_dragdrop.xhp#par_id3152576.25.help.text
+msgid "Open the document that contains the source cells."
+msgstr "Open the document that contains the source cells."
+
+#: 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 "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."
+
+#: cellreference_dragdrop.xhp#par_id3151073.18.help.text
+msgid "Open the sheet in which you want to insert something."
+msgstr "Open the sheet in which you want to insert something."
+
+#: 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 "Open the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>. In the lower box of the Navigator select the source file."
+
+#: cellreference_dragdrop.xhp#par_id3150752.22.help.text
+msgid "In the Navigator, the source file object appears under \"Range names\"."
+msgstr "In the Navigator, the source file object appears under \"Range names\"."
+
+#: 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 "Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: table_view.xhp#tit.help.text
+msgid "Changing Table Views"
+msgstr "Changing Table Views"
+
+#: 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><bookmark_value>grids;hiding lines in sheets</bookmark_value><bookmark_value>hiding;headers/grid lines</bookmark_value><bookmark_value>changing;table views</bookmark_value>"
+msgstr "<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><bookmark_value>grids;hiding lines in sheets</bookmark_value><bookmark_value>hiding;headers/grid lines</bookmark_value><bookmark_value>changing;table views</bookmark_value>"
+
+#: 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 "<variable id=\"table_view\"><link href=\"text/scalc/guide/table_view.xhp\" name=\"Changing Table Views\">Changing Table Views</link></variable>"
+
+#: table_view.xhp#par_id3153192.2.help.text
+msgid "To hide column and line headers in a table:"
+msgstr "To hide column and line headers in a table:"
+
+#: table_view.xhp#par_id3153768.3.help.text
+msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
+msgstr "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
+
+#: table_view.xhp#par_id3147436.4.help.text
+msgid "To hide grid lines:"
+msgstr "To hide grid lines:"
+
+#: table_view.xhp#par_id3153726.5.help.text
+msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph><emph>,</emph> go to the <emph>View</emph> tab page. Unmark <emph>Grid lines</emph>. Confirm with <emph>OK</emph>."
+msgstr ""
+
+#: autofilter.xhp#tit.help.text
+msgid "Applying AutoFilter"
+msgstr "Applying AutoFilter"
+
+#: autofilter.xhp#bm_id3156423.help.text
+msgid "<bookmark_value>filters, see also AutoFilter function</bookmark_value> <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 "<bookmark_value>filters, see also AutoFilter function</bookmark_value> <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>"
+
+#: 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 "<variable id=\"autofilter\"><link href=\"text/scalc/guide/autofilter.xhp\" name=\"Applying AutoFilter\">Applying AutoFilter</link></variable>"
+
+#: 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 "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."
+
+#: autofilter.xhp#par_id3152576.9.help.text
+msgid "Select the columns you want to use AutoFilter on."
+msgstr "Select the columns you want to use AutoFilter on."
+
+#: 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 "Choose <emph>Data - Filter - AutoFilter</emph>. The combo box arrows are visible in the first row of the range selected."
+
+#: 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 "Run the filter by clicking the drop-down arrow in the column heading and choosing an item."
+
+#: 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 "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 colour for the arrow button."
+
+#: autofilter.xhp#par_id9216589.help.text
+msgid "When you apply an additional AutoFilter on another column of a filtered data range, then the other combo boxes list only the filtered data."
+msgstr "When you apply an additional AutoFilter on another column of a filtered data range, then the other combo boxes list only the filtered data."
+
+#: autofilter.xhp#par_id3153714.12.help.text
+msgid "To display all records again, select the \"all<emph>\"</emph> entry in the AutoFilter combo box. If you choose \"Standard<emph>\"</emph>, the <item type=\"menuitem\">Standard Filter</item> dialog appears, allowing you to set up a standard filter. Choose \"Top 10\" to display the highest 10 values only. "
+msgstr "To display all records again, select the \"all<emph>\"</emph> entry in the AutoFilter combo box. If you choose \"Standard<emph>\"</emph>, the <item type=\"menuitem\">Standard Filter</item> dialogue appears, allowing you to set up a standard filter. Choose \"Top 10\" to display the highest 10 values only. "
+
+#: 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 "To stop using AutoFilter, reselect all cells selected in step 1 and once again choose <emph>Data - Filter - AutoFilter</emph>."
+
+#: autofilter.xhp#par_id4303415.help.text
+msgid "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
+msgstr "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
+
+#: 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 "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."
+
+#: autofilter.xhp#par_id3152985.16.help.text
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
+
+#: autofilter.xhp#par_id3154484.17.help.text
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
+
+#: rename_table.xhp#tit.help.text
+msgid "Renaming Sheets"
+msgstr "Renaming Sheets"
+
+#: rename_table.xhp#bm_id3150398.help.text
+msgid "<bookmark_value>renaming;sheets</bookmark_value> <bookmark_value>sheet tabs;renaming</bookmark_value> <bookmark_value>tables;renaming</bookmark_value> <bookmark_value>names; sheets</bookmark_value>"
+msgstr "<bookmark_value>renaming;sheets</bookmark_value> <bookmark_value>sheet tabs;renaming</bookmark_value> <bookmark_value>tables;renaming</bookmark_value> <bookmark_value>names; sheets</bookmark_value>"
+
+#: 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 "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table.xhp\" name=\"Renaming Sheets\">Renaming Sheets</link></variable>"
+
+#: rename_table.xhp#par_id3155131.12.help.text
+msgid "Click the name of the sheet that you want to change."
+msgstr "Click the name of the sheet that you want to change."
+
+#: rename_table.xhp#par_id3146976.13.help.text
+#, fuzzy
+msgid "Open the context menu and choose the <emph>Rename Sheet</emph> command. A dialog box appears where you can enter a new name."
+msgstr "Open the context menu and choose the <emph>Rename</emph> command. A dialogue box appears where you can enter a new name."
+
+#: rename_table.xhp#par_id3149260.15.help.text
+msgid "Enter a new name for the sheet and click <emph>OK</emph>."
+msgstr "Enter a new name for the sheet and click <emph>OK</emph>."
+
+#: 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 "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."
+
+#: rename_table.xhp#par_id0909200810502833.help.text
+msgid "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
+msgstr "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
+
+#: rename_table.xhp#par_id090920081050283.help.text
+msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
+msgstr "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
+
+#: rename_table.xhp#par_id090920081050281.help.text
+msgid "colon :"
+msgstr "colon :"
+
+#: rename_table.xhp#par_id0909200810502897.help.text
+msgid "back slash \\"
+msgstr "back slash \\"
+
+#: rename_table.xhp#par_id090920081050299.help.text
+msgid "forward slash /"
+msgstr "forward slash /"
+
+#: rename_table.xhp#par_id0909200810502913.help.text
+msgid "question mark ?"
+msgstr "question mark ?"
+
+#: rename_table.xhp#par_id090920081050298.help.text
+msgid "asterisk *"
+msgstr "asterisk *"
+
+#: rename_table.xhp#par_id0909200810502969.help.text
+msgid "left square bracket ["
+msgstr "left square bracket ["
+
+#: rename_table.xhp#par_id0909200810502910.help.text
+msgid "right square bracket ]"
+msgstr "right square bracket ]"
+
+#: rename_table.xhp#par_id0909200810502971.help.text
+msgid "single quote ' as the first or last character of the name"
+msgstr "single quote ' as the first or last character of the name"
+
+#: rename_table.xhp#par_id090920081050307.help.text
+msgid "In cell references, a sheet name has to be enclosed in single quotes ' if the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes). For example, you want to reference the cell A1 on a sheet with the following name:"
+msgstr "In cell references, a sheet name has to be enclosed in single quotes ' if the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes). For example, you want to reference the cell A1 on a sheet with the following name:"
+
+#: rename_table.xhp#par_id0909200810503071.help.text
+msgid "This year's sheet"
+msgstr "This year's sheet"
+
+#: rename_table.xhp#par_id0909200810503054.help.text
+msgid "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
+msgstr "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
+
+#: rename_table.xhp#par_id0909200810503069.help.text
+msgid "'This year''s sheet'.A1"
+msgstr "'This year''s sheet'.A1"
+
+#: 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 "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."
+
+#: datapilot_grouping.xhp#tit.help.text
+#, fuzzy
+msgid "Grouping Pivot Tables"
+msgstr "Grouping DataPilot Tables"
+
+#: datapilot_grouping.xhp#bm_id4195684.help.text
+msgid "<bookmark_value>grouping; pivot tables</bookmark_value><bookmark_value>pivot table function;grouping table entries</bookmark_value><bookmark_value>ungrouping entries in pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_grouping.xhp#par_idN10643.help.text
+msgid "<variable id=\"datapilot_grouping\"><link href=\"text/scalc/guide/datapilot_grouping.xhp\">Grouping Pivot Tables</link></variable>"
+msgstr ""
+
+#: datapilot_grouping.xhp#par_idN10661.help.text
+msgid "The resulting pivot table can contain many different entries. By grouping the entries, you can improve the visible result."
+msgstr ""
+
+#: datapilot_grouping.xhp#par_idN10667.help.text
+#, fuzzy
+msgid "Select a cell or range of cells in the pivot table."
+msgstr "Select a cell or range of cells in the DataPilot table."
+
+#: datapilot_grouping.xhp#par_idN1066B.help.text
+msgid "Choose <emph>Data - Group and Outline - Group</emph>."
+msgstr "Choose <emph>Data - Group and Outline - Group</emph>."
+
+#: 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 pivot 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 ""
+
+#: datapilot_grouping.xhp#par_id3328653.help.text
+msgid "The pivot table must be organized in a way that grouping can be applied."
+msgstr ""
+
+#: datapilot_grouping.xhp#par_idN10682.help.text
+msgid "To remove a grouping, click inside the group, then choose <emph>Data - Group and Outline - Ungroup</emph>."
+msgstr "To remove a grouping, click inside the group, then choose <emph>Data - Group and Outline - Ungroup</emph>."
+
+#: numbers_text.xhp#tit.help.text
+msgid "Converting Text to Numbers"
+msgstr "Converting Text to Numbers"
+
+#: numbers_text.xhp#bm_id3145068.help.text
+msgid "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
+msgstr "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
+
+#: numbers_text.xhp#hd_id0908200901265171.help.text
+msgid "<variable id=\"numbers_text\"><link href=\"text/scalc/guide/numbers_text.xhp\" name=\"Converting Text to Numbers\">Converting Text to Numbers</link></variable>"
+msgstr "<variable id=\"numbers_text\"><link href=\"text/scalc/guide/numbers_text.xhp\" name=\"Converting Text to Numbers\">Converting Text to Numbers</link></variable>"
+
+#: numbers_text.xhp#par_id0908200901265127.help.text
+msgid "Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error."
+msgstr "Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error."
+
+#: numbers_text.xhp#par_id0908200901265196.help.text
+msgid "Only integer numbers including exponent are converted, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored."
+msgstr "Only integer numbers including exponent are converted, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored."
+
+#: numbers_text.xhp#par_id0908200901265220.help.text
+msgid "The following ISO 8601 formats are converted:"
+msgstr "The following ISO 8601 formats are converted:"
+
+#: numbers_text.xhp#par_id0908200901265288.help.text
+msgid "CCYY-MM-DD"
+msgstr "CCYY-MM-DD"
+
+#: numbers_text.xhp#par_id0908200901265267.help.text
+msgid "CCYY-MM-DDThh:mm"
+msgstr "CCYY-MM-DDThh:mm"
+
+#: numbers_text.xhp#par_id0908200901265248.help.text
+msgid "CCYY-MM-DDThh:mm:ss"
+msgstr "CCYY-MM-DDThh:mm:ss"
+
+#: numbers_text.xhp#par_id0908200901265374.help.text
+msgid "CCYY-MM-DDThh:mm:ss,s"
+msgstr "CCYY-MM-DDThh:mm:ss,s"
+
+#: numbers_text.xhp#par_id0908200901265327.help.text
+msgid "CCYY-MM-DDThh:mm:ss.s"
+msgstr "CCYY-MM-DDThh:mm:ss.s"
+
+#: numbers_text.xhp#par_id0908200901265399.help.text
+msgid "hh:mm"
+msgstr "hh:mm"
+
+#: numbers_text.xhp#par_id0908200901265347.help.text
+msgid "hh:mm:ss"
+msgstr "hh:mm:ss"
+
+#: numbers_text.xhp#par_id0908200901265349.help.text
+msgid "hh:mm:ss,s"
+msgstr "hh:mm:ss,s"
+
+#: numbers_text.xhp#par_id0908200901265342.help.text
+msgid "hh:mm:ss.s"
+msgstr "hh:mm:ss.s"
+
+#: numbers_text.xhp#par_id0908200901265491.help.text
+msgid "The century code CC may not be omitted. Instead of the T date and time separator, exactly one space character may be used."
+msgstr "The century code CC may not be omitted. Instead of the T date and time separator, exactly one space character may be used."
+
+#: numbers_text.xhp#par_id0908200901265467.help.text
+msgid "If a date is given, it must be a valid Gregorian calendar date. In this case the optional time must be in the range 00:00 to 23:59:59.99999..."
+msgstr "If a date is given, it must be a valid Gregorian calendar date. In this case the optional time must be in the range 00:00 to 23:59:59.99999..."
+
+#: numbers_text.xhp#par_id0908200901265420.help.text
+msgid "If only a time string is given, it may have an hours value of more than 24, while minutes and seconds can have a maximum value of 59."
+msgstr "If only a time string is given, it may have an hours value of more than 24, while minutes and seconds can have a maximum value of 59."
+
+#: numbers_text.xhp#par_id0908200901265448.help.text
+msgid "The conversion is done for single arguments only, as in =A1+A2, or =\"1E2\"+1. Cell range arguments are not affected, so SUM(A1:A2) differs from A1+A2 if at least one of the two cells contain a convertible string."
+msgstr "The conversion is done for single arguments only, as in =A1+A2, or =\"1E2\"+1. Cell range arguments are not affected, so SUM(A1:A2) differs from A1+A2 if at least one of the two cells contain a convertible string."
+
+#: numbers_text.xhp#par_id090820090126540.help.text
+msgid "Strings inside formulas are also converted, such as in =\"1999-11-22\"+42, which returns the date 42 days after November 22nd, 1999. Calculations involving localized dates as strings inside the formula return an error. For example, the localized date string \"11/22/1999\" or \"22.11.1999\" cannot be used for the automatic conversion."
+msgstr "Strings inside formulae are also converted, such as in =\"1999-11-22\"+42, which returns the date 42 days after November 22nd, 1999. Calculations involving localised dates as strings inside the formula return an error. For example, the localised date string \"11/22/1999\" or \"22.11.1999\" cannot be used for the automatic conversion."
+
+#: numbers_text.xhp#hd_id1005200903485368.help.text
+msgid "Example"
+msgstr "Example"
+
+#: numbers_text.xhp#par_id1005200903485359.help.text
+msgid "In A1 enter the text <item type=\"literal\">'1e2</item> (which is converted to the number 100 internally)."
+msgstr "In A1 enter the text <item type=\"literal\">'1e2</item> (which is converted to the number 100 internally)."
+
+#: numbers_text.xhp#par_id1005200903485341.help.text
+msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
+msgstr "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
+
+#: numbers_text.xhp#par_id0908200901265544.help.text
+msgctxt "numbers_text.xhp#par_id0908200901265544.help.text"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+
+#: table_cellmerge.xhp#tit.help.text
+msgid "Merging and Splitting Cells"
+msgstr "Merging and Splitting Cells"
+
+#: table_cellmerge.xhp#bm_id3147240.help.text
+msgid "<bookmark_value>cells; merging/unmerging</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>unmerging cells</bookmark_value> <bookmark_value>splitting cells</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
+msgstr ""
+
+#: table_cellmerge.xhp#hd_id8005005.help.text
+msgid "<variable id=\"table_cellmerge\"><link href=\"text/scalc/guide/table_cellmerge.xhp\" name=\"Merging and Unmerging Cells\">Merging and Unmerging Cells</link></variable>"
+msgstr "<variable id=\"table_cellmerge\"><link href=\"text/scalc/guide/table_cellmerge.xhp\" name=\"Merging and Unmerging Cells\">Merging and Unmerging Cells</link></variable>"
+
+#: table_cellmerge.xhp#par_id8049867.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 "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."
+
+#: table_cellmerge.xhp#par_id0509200913480176.help.text
+msgid "When you copy cells into a target range containing merged cells, the target range gets unmerged first, then the copied cells are pasted in. If the copied cells are merged cells, they retain their merge state."
+msgstr "When you copy cells into a target range containing merged cells, the target range gets unmerged first, then the copied cells are pasted in. If the copied cells are merged cells, they retain their merge state."
+
+#: table_cellmerge.xhp#hd_id235602.help.text
+msgid "Merging Cells"
+msgstr "Merging Cells"
+
+#: table_cellmerge.xhp#par_id1272927.help.text
+msgid "Select the adjacent cells."
+msgstr "Select the adjacent cells."
+
+#: table_cellmerge.xhp#par_id6424146.help.text
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>. If you choose <emph>Format - Merge Cells - Merge and Center Cells</emph>, the cell content will be centered in the merged cell."
+msgstr ""
+
+#: table_cellmerge.xhp#hd_id451368.help.text
+msgid "Splitting Cells"
+msgstr ""
+
+#: table_cellmerge.xhp#par_id7116611.help.text
+msgid "Place the cursor in the cell to be split."
+msgstr "Place the cursor in the cell to be split."
+
+#: table_cellmerge.xhp#par_id9493087.help.text
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>."
+msgstr ""
+
+#: cellstyle_by_formula.xhp#tit.help.text
+msgid "Assigning Formats by Formula"
+msgstr "Assigning Formats by Formula"
+
+#: 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> <bookmark_value>cell styles;assigning by formulas</bookmark_value> <bookmark_value>formulas;assigning cell formats</bookmark_value>"
+msgstr "<bookmark_value>formats; assigning by formulae</bookmark_value> <bookmark_value>cell formats; assigning by formulae</bookmark_value> <bookmark_value>STYLE function example</bookmark_value> <bookmark_value>cell styles;assigning by formulae</bookmark_value> <bookmark_value>formulae;assigning cell formats</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "The STYLE() function can be added to an existing formula in a cell. For example, together with the CURRENT function, you can colour 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."
+
+#: 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/> <item type=\"menuitem\">Find & Replace</item> dialog."
+msgstr "If you would like to apply a formula to all cells in a selected area, you can use the<emph/> <item type=\"menuitem\">Find & Replace</item> dialogue."
+
+#: cellstyle_by_formula.xhp#par_id3149456.16.help.text
+msgid "Select all the desired cells."
+msgstr "Select all the desired cells."
+
+#: cellstyle_by_formula.xhp#par_id3148797.17.help.text
+msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
+msgstr "Select the menu command <emph>Edit - Find & Replace</emph>."
+
+#: cellstyle_by_formula.xhp#par_id3150767.18.help.text
+msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item> "
+msgstr "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item> "
+
+#: cellstyle_by_formula.xhp#par_id3153770.19.help.text
+msgid "\".*\" is a regular expression that designates the contents of the current cell."
+msgstr "\".*\" is a regular expression that designates the contents of the current cell."
+
+#: cellstyle_by_formula.xhp#par_id3153143.20.help.text
+msgid "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item> "
+msgstr "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item> "
+
+#: 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 "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."
+
+#: 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 "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>."
+
+#: cellstyle_by_formula.xhp#par_id3144767.24.help.text
+msgid "All cells with contents that were included in the selection are now highlighted."
+msgstr "All cells with contents that were included in the selection are now highlighted."
+
+#: cellstyle_by_formula.xhp#par_id3147127.23.help.text
+msgid "Click<emph/> <item type=\"menuitem\">Replace all</item>."
+msgstr "Click<emph/> <item type=\"menuitem\">Replace all</item>."
+
+#: fraction_enter.xhp#tit.help.text
+msgid "Entering Fractions "
+msgstr "Entering Fractions "
+
+#: fraction_enter.xhp#bm_id3155411.help.text
+msgid "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
+msgstr "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
+
+#: 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 "<variable id=\"fraction_enter\"><link href=\"text/scalc/guide/fraction_enter.xhp\" name=\"Entering Fractions \">Entering Fractions </link></variable>"
+
+#: fraction_enter.xhp#par_id3153968.40.help.text
+msgid "You can enter a fractional number in a cell and use it for calculation:"
+msgstr "You can enter a fractional number in a cell and use it for calculation:"
+
+#: 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 "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."
+
+#: 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 Options - Options</emph> tab."
+msgstr "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 Options - Options</emph> tab."
+
+#: 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 "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."
+
+#: datapilot_edittable.xhp#tit.help.text
+#, fuzzy
+msgid "Editing Pivot Tables"
+msgstr "Editing DataPilot Tables"
+
+#: datapilot_edittable.xhp#bm_id3148663.help.text
+msgid "<bookmark_value>pivot table function; editing tables</bookmark_value><bookmark_value>editing;pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_edittable.xhp#hd_id3148663.25.help.text
+msgid "<variable id=\"datapilot_edittable\"><link href=\"text/scalc/guide/datapilot_edittable.xhp\" name=\"Editing Pivot Tables\">Editing Pivot Tables</link></variable>"
+msgstr ""
+
+#: datapilot_edittable.xhp#par_id3150868.26.help.text
+msgid "Click one of the buttons in the pivot table and hold the mouse button down. A special symbol will appear next to the mouse pointer."
+msgstr ""
+
+#: 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 "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."
+
+#: datapilot_edittable.xhp#par_id1648915.help.text
+msgid "In the Pivot Table dialog, you can drag a button to the <emph>Page Fields</emph> area to create a button and a listbox on top of the pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the pivot table to use another page field as a filter."
+msgstr ""
+
+#: datapilot_edittable.xhp#par_id3147434.29.help.text
+msgid "To remove a button from the table, just drag it out of the pivot table. Release the mouse button when the mouse pointer positioned within the sheet has become a 'not allowed' icon. The button is deleted."
+msgstr ""
+
+#: datapilot_edittable.xhp#par_id3156442.40.help.text
+msgid "To edit the pivot table, click a cell inside the pivot table and open the context menu. In the context menu you find the command <emph>Edit Layout</emph>, which displays the <emph>Pivot Table</emph> dialog for the current pivot table."
+msgstr ""
+
+#: datapilot_edittable.xhp#par_id2666096.help.text
+msgid "In the pivot table, you can use drag-and-drop or cut/paste commands to rearrange the order of data fields."
+msgstr ""
+
+#: datapilot_edittable.xhp#par_id266609688.help.text
+msgid "You can assign custom display names to fields, field members, subtotals (with some restrictions), and grand totals inside pivot tables. A custom display name is assigned to an item by overwriting the original name with another name."
+msgstr ""
+
+#: cellcopy.xhp#tit.help.text
+msgid "Only Copy Visible Cells"
+msgstr "Only Copy Visible Cells"
+
+#: cellcopy.xhp#bm_id3150440.help.text
+msgid "<bookmark_value>cells; copying/deleting/formatting/moving</bookmark_value> <bookmark_value>rows;visible and invisible</bookmark_value> <bookmark_value>copying; visible cells only</bookmark_value> <bookmark_value>formatting;visible cells only</bookmark_value> <bookmark_value>moving;visible cells only</bookmark_value> <bookmark_value>deleting;visible cells only</bookmark_value> <bookmark_value>invisible cells</bookmark_value> <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value>"
+msgstr "<bookmark_value>cells; copying/deleting/formatting/moving</bookmark_value> <bookmark_value>rows;visible and invisible</bookmark_value> <bookmark_value>copying; visible cells only</bookmark_value> <bookmark_value>formatting;visible cells only</bookmark_value> <bookmark_value>moving;visible cells only</bookmark_value> <bookmark_value>deleting;visible cells only</bookmark_value> <bookmark_value>invisible cells</bookmark_value> <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value>"
+
+#: 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 "<variable id=\"cellcopy\"><link href=\"text/scalc/guide/cellcopy.xhp\" name=\"Only Copy Visible Cells\">Only Copy Visible Cells</link></variable>"
+
+#: 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 "Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows."
+
+#: cellcopy.xhp#par_id3154729.3.help.text
+msgid "$[officename] behavior depends on how the cells were made invisible, by a filter or manually."
+msgstr "$[officename] behaviour depends on how the cells were made invisible, by a filter or manually."
+
+#: cellcopy.xhp#par_id3155603.4.help.text
+msgid "Method and Action"
+msgstr "Method and Action"
+
+#: cellcopy.xhp#par_id3150751.5.help.text
+msgctxt "cellcopy.xhp#par_id3150751.5.help.text"
+msgid "Result"
+msgstr "Result"
+
+#: cellcopy.xhp#par_id3149018.6.help.text
+msgid "Cells were filtered by AutoFilters, standard filters or advanced filters."
+msgstr "Cells were filtered by AutoFilters, standard filters or advanced filters."
+
+#: cellcopy.xhp#par_id3150044.7.help.text
+msgctxt "cellcopy.xhp#par_id3150044.7.help.text"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
+msgstr "Copy, delete, move, or format a selection of currently visible cells."
+
+#: cellcopy.xhp#par_id3146918.8.help.text
+msgid "Only the visible cells of the selection are copied, deleted, moved, or formatted."
+msgstr "Only the visible cells of the selection are copied, deleted, moved, or formatted."
+
+#: 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 "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>."
+
+#: cellcopy.xhp#par_id3152990.13.help.text
+msgctxt "cellcopy.xhp#par_id3152990.13.help.text"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
+msgstr "Copy, delete, move, or format a selection of currently visible cells."
+
+#: cellcopy.xhp#par_id3154371.14.help.text
+msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
+msgstr "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
+
+#: filters.xhp#tit.help.text
+msgid "Applying Filters"
+msgstr "Applying Filters"
+
+#: filters.xhp#bm_id3153896.help.text
+msgid "<bookmark_value>filters; applying/removing</bookmark_value> <bookmark_value>rows;removing/redisplaying with filters</bookmark_value> <bookmark_value>removing;filters</bookmark_value>"
+msgstr "<bookmark_value>filters; applying/removing</bookmark_value> <bookmark_value>rows;removing/redisplaying with filters</bookmark_value> <bookmark_value>removing;filters</bookmark_value>"
+
+#: 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 "<variable id=\"filters\"><link href=\"text/scalc/guide/filters.xhp\" name=\"Applying Filters\">Applying Filters</link></variable>"
+
+#: 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 "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."
+
+#: 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 "One use for the <emph>AutoFilter</emph> function is to quickly restrict the display to records with identical entries in a data field."
+
+#: filters.xhp#par_id3146119.4.help.text
+msgid "In the <emph>Standard Filter</emph> dialog, you can also define ranges which contain the values in particular data fields. You can use the standard filter to connect the conditions with either a logical AND or a logical OR operator."
+msgstr "In the <emph>Standard Filter</emph> dialogue, you can also define ranges which contain the values in particular data fields. You can use the standard filter to connect the conditions with either a logical AND or a logical OR operator."
+
+#: filters.xhp#par_id3150010.5.help.text
+msgid "The <emph>Advanced filter</emph> allows up to a total of eight filter conditions. With advanced filters you enter the conditions directly into the sheet."
+msgstr "The <emph>Advanced filter</emph> allows up to a total of eight filter conditions. With advanced filters you enter the conditions directly into the sheet."
+
+#: filters.xhp#par_id9384746.help.text
+msgid "To remove a filter, so that you see all cells again, click inside the area where the filter was applied, then choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+msgstr "To remove a filter, so that you see all cells again, click inside the area where the filter was applied, then choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+
+#: filters.xhp#par_idN10663.help.text
+msgid "When you select multiple rows from an area where a filter was applied, then this selection can include rows that are visible and rows that are hidden by the filter. If you then apply formatting, or delete the selected rows, this action then applies only to the visible rows. The hidden rows are not affected. "
+msgstr "When you select multiple rows from an area where a filter was applied, then this selection can include rows that are visible and rows that are hidden by the filter. If you then apply formatting, or delete the selected rows, this action then applies only to the visible rows. The hidden rows are not affected. "
+
+#: filters.xhp#par_id218817.help.text
+msgid "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 "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."
+
+#: datapilot_filtertable.xhp#tit.help.text
+#, fuzzy
+msgid "Filtering Pivot Tables"
+msgstr "Filtering DataPilot Tables"
+
+#: datapilot_filtertable.xhp#bm_id3150792.help.text
+msgid "<bookmark_value>pivot table function; filtering tables</bookmark_value><bookmark_value>filtering;pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_filtertable.xhp#hd_id3150792.help.text
+#, fuzzy
+msgid "<variable id=\"datapilot_filtertable\"><link href=\"text/scalc/guide/datapilot_filtertable.xhp\" name=\"Filtering Pivot Tables\">Filtering Pivot Tables</link></variable>"
+msgstr "<variable id=\"database_filter\"><link href=\"text/scalc/guide/database_filter.xhp\" name=\"Filtering Cell Ranges\">Filtering Cell Ranges</link></variable>"
+
+#: datapilot_filtertable.xhp#par_id3153192.help.text
+#, fuzzy
+msgid "You can use filters to remove unwanted data from a pivot table."
+msgstr "You can use filters to remove unwanted data from a DataPilot table."
+
+#: datapilot_filtertable.xhp#par_id3150441.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 pivot table and select the <emph>Filter</emph> command. The <link href=\"text/scalc/01/12090103.xhp\" name=\"Filter\"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id315044199.help.text
+msgid "You can also click the arrow on a button in the pivot table to show a pop-up window. In this pop-up window, you can edit the visibility settings of the associated field."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344485.help.text
+msgid "The pop-up window displays a list of field members associated with that field. A check box is placed to the left of each field member name. When a field has an alternative display name that differs from its original name, that name is displayed in the list."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344449.help.text
+msgid "Enable or disable a checkbox to show or hide the associated field member in the pivot table."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344493.help.text
+msgid "Enable or disable the <emph>All</emph> checkbox to show all or none of the field members."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344431.help.text
+msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Show only the current item</item> button to show only the selected field member. All other field members are hidden in the pivot table."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344484.help.text
+msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Hide only the current item</item> button to hide only the selected field member. All other field members are shown in the pivot table."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344578.help.text
+msgid "Commands enable you to sort the field members in ascending order, descending order, or using a custom sort list."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344584.help.text
+#, fuzzy
+msgid "To edit the custom sort lists, open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+
+#: datapilot_filtertable.xhp#par_id0720201001344811.help.text
+msgid "The arrow to open the pop-up window is normally black. When the field contains one or more hidden field members, the arrow is blue and displays a tiny square at its lower-right corner."
+msgstr ""
+
+#: datapilot_filtertable.xhp#par_id0720201001344884.help.text
+msgid "You can also open the pop-up window by positioning the cell cursor at the button and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+D."
+msgstr ""
+
+#: specialfilter.xhp#tit.help.text
+msgid "Filter: Applying Advanced Filters"
+msgstr "Filter: Applying Advanced Filters"
+
+#: specialfilter.xhp#bm_id3148798.help.text
+msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>"
+msgstr "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>"
+
+#: 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 "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link> </variable>"
+
+#: 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 "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."
+
+#: 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 "Once you have created a filter matrix, select the sheet ranges to be filtered. Open the <emph>Advanced Filter</emph> dialogue by choosing <emph>Data - Filter - Advanced Filter</emph>, and define the filter conditions."
+
+#: 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 "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."
+
+#: specialfilter.xhp#par_id3149664.22.help.text
+msgid " <emph>Example</emph> "
+msgstr " <emph>Example</emph> "
+
+#: 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 "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:"
+
+#: specialfilter.xhp#par_id3154510.24.help.text
+msgctxt "specialfilter.xhp#par_id3154510.24.help.text"
+msgid " <emph>A</emph> "
+msgstr " <emph>A</emph> "
+
+#: specialfilter.xhp#par_id3150327.25.help.text
+msgctxt "specialfilter.xhp#par_id3150327.25.help.text"
+msgid " <emph>B</emph> "
+msgstr " <emph>B</emph> "
+
+#: specialfilter.xhp#par_id3154756.26.help.text
+msgctxt "specialfilter.xhp#par_id3154756.26.help.text"
+msgid " <emph>C</emph> "
+msgstr " <emph>C</emph> "
+
+#: specialfilter.xhp#par_id3155335.27.help.text
+msgctxt "specialfilter.xhp#par_id3155335.27.help.text"
+msgid " <emph>D</emph> "
+msgstr " <emph>D</emph> "
+
+#: specialfilter.xhp#par_id3146315.28.help.text
+msgctxt "specialfilter.xhp#par_id3146315.28.help.text"
+msgid " <emph>E</emph> "
+msgstr " <emph>E</emph> "
+
+#: specialfilter.xhp#par_id3145790.29.help.text
+msgid " <emph>1</emph> "
+msgstr " <emph>1</emph> "
+
+#: specialfilter.xhp#par_id3159239.30.help.text
+msgctxt "specialfilter.xhp#par_id3159239.30.help.text"
+msgid "Month"
+msgstr "Month"
+
+#: specialfilter.xhp#par_id3150086.31.help.text
+msgctxt "specialfilter.xhp#par_id3150086.31.help.text"
+msgid "Standard"
+msgstr "Standard"
+
+#: specialfilter.xhp#par_id3150202.32.help.text
+msgctxt "specialfilter.xhp#par_id3150202.32.help.text"
+msgid "Business"
+msgstr "Business"
+
+#: specialfilter.xhp#par_id3150883.33.help.text
+msgctxt "specialfilter.xhp#par_id3150883.33.help.text"
+msgid "Luxury"
+msgstr "Luxury"
+
+#: specialfilter.xhp#par_id3152987.34.help.text
+msgctxt "specialfilter.xhp#par_id3152987.34.help.text"
+msgid "Suite"
+msgstr "Suite"
+
+#: specialfilter.xhp#par_id3154486.35.help.text
+msgid " <emph>2</emph> "
+msgstr " <emph>2</emph> "
+
+#: specialfilter.xhp#par_id3148839.36.help.text
+msgctxt "specialfilter.xhp#par_id3148839.36.help.text"
+msgid "January"
+msgstr "January"
+
+#: specialfilter.xhp#par_id3153816.37.help.text
+msgid "125600"
+msgstr "125600"
+
+#: specialfilter.xhp#par_id3157978.38.help.text
+msgid "200500"
+msgstr "200500"
+
+#: specialfilter.xhp#par_id3155268.39.help.text
+msgid "240000"
+msgstr "240000"
+
+#: specialfilter.xhp#par_id3153286.40.help.text
+msgctxt "specialfilter.xhp#par_id3153286.40.help.text"
+msgid "170000"
+msgstr "170000"
+
+#: specialfilter.xhp#par_id3146782.41.help.text
+msgid " <emph>3</emph> "
+msgstr " <emph>3</emph> "
+
+#: specialfilter.xhp#par_id3149900.42.help.text
+msgid "February"
+msgstr "February"
+
+#: specialfilter.xhp#par_id3154763.43.help.text
+msgid "160000"
+msgstr "160000"
+
+#: specialfilter.xhp#par_id3150050.44.help.text
+msgid "180300"
+msgstr "180300"
+
+#: specialfilter.xhp#par_id3153801.45.help.text
+msgid "362000"
+msgstr "362000"
+
+#: specialfilter.xhp#par_id3154708.46.help.text
+msgid "220000"
+msgstr "220000"
+
+#: specialfilter.xhp#par_id3151191.47.help.text
+msgid " <emph>4</emph> "
+msgstr " <emph>4</emph> "
+
+#: specialfilter.xhp#par_id3147250.48.help.text
+msgid "March"
+msgstr "March"
+
+#: specialfilter.xhp#par_id3153334.49.help.text
+msgctxt "specialfilter.xhp#par_id3153334.49.help.text"
+msgid "170000"
+msgstr "170000"
+
+#: specialfilter.xhp#par_id3151391.50.help.text
+msgid "and so on..."
+msgstr "and so on..."
+
+#: 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 "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."
+
+#: specialfilter.xhp#par_id3159115.52.help.text
+msgctxt "specialfilter.xhp#par_id3159115.52.help.text"
+msgid " <emph>A</emph> "
+msgstr " <emph>A</emph> "
+
+#: specialfilter.xhp#par_id3146886.53.help.text
+msgctxt "specialfilter.xhp#par_id3146886.53.help.text"
+msgid " <emph>B</emph> "
+msgstr " <emph>B</emph> "
+
+#: specialfilter.xhp#par_id3153124.54.help.text
+msgctxt "specialfilter.xhp#par_id3153124.54.help.text"
+msgid " <emph>C</emph> "
+msgstr " <emph>C</emph> "
+
+#: specialfilter.xhp#par_id3152979.55.help.text
+msgctxt "specialfilter.xhp#par_id3152979.55.help.text"
+msgid " <emph>D</emph> "
+msgstr " <emph>D</emph> "
+
+#: specialfilter.xhp#par_id3145827.56.help.text
+msgctxt "specialfilter.xhp#par_id3145827.56.help.text"
+msgid " <emph>E</emph> "
+msgstr " <emph>E</emph> "
+
+#: specialfilter.xhp#par_id3149892.57.help.text
+msgid " <emph>20</emph> "
+msgstr " <emph>20</emph> "
+
+#: specialfilter.xhp#par_id3150693.58.help.text
+msgctxt "specialfilter.xhp#par_id3150693.58.help.text"
+msgid "Month"
+msgstr "Month"
+
+#: specialfilter.xhp#par_id3147475.59.help.text
+msgctxt "specialfilter.xhp#par_id3147475.59.help.text"
+msgid "Standard"
+msgstr "Standard"
+
+#: specialfilter.xhp#par_id3154846.60.help.text
+msgctxt "specialfilter.xhp#par_id3154846.60.help.text"
+msgid "Business"
+msgstr "Business"
+
+#: specialfilter.xhp#par_id3153082.61.help.text
+msgctxt "specialfilter.xhp#par_id3153082.61.help.text"
+msgid "Luxury"
+msgstr "Luxury"
+
+#: specialfilter.xhp#par_id3149506.62.help.text
+msgctxt "specialfilter.xhp#par_id3149506.62.help.text"
+msgid "Suite"
+msgstr "Suite"
+
+#: specialfilter.xhp#par_id3149188.63.help.text
+msgid " <emph>21</emph> "
+msgstr " <emph>21</emph> "
+
+#: specialfilter.xhp#par_id3149956.64.help.text
+msgctxt "specialfilter.xhp#par_id3149956.64.help.text"
+msgid "January"
+msgstr "January"
+
+#: specialfilter.xhp#par_id3150865.65.help.text
+msgid " <emph>22</emph> "
+msgstr " <emph>22</emph> "
+
+#: specialfilter.xhp#par_id3155957.66.help.text
+msgid "<160000"
+msgstr "<160000"
+
+#: specialfilter.xhp#par_id3153566.67.help.text
+msgid "Specify that only rows which either have the value <item type=\"literal\">January</item> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph> cells will be displayed."
+msgstr "Specify that only rows which either have the value <item type=\"literal\">January</item> in the <emph>Month</emph> cells OR a value of under 160000 in the <emph>Standard</emph> cells will be displayed."
+
+#: 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 "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."
+
+#: print_exact.xhp#tit.help.text
+msgid "Defining Number of Pages for Printing"
+msgstr "Defining Number of Pages for Printing"
+
+#: 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><bookmark_value>editing;print ranges</bookmark_value><bookmark_value>viewing;print ranges</bookmark_value><bookmark_value>previews;page breaks for printing</bookmark_value>"
+msgstr "<bookmark_value>printing; sheet counts</bookmark_value><bookmark_value>sheets; printing sheet counts</bookmark_value><bookmark_value>page breaks; spreadsheet preview</bookmark_value><bookmark_value>editing;print ranges</bookmark_value><bookmark_value>viewing;print ranges</bookmark_value><bookmark_value>previews;page breaks for printing</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: print_exact.xhp#par_id3159155.3.help.text
+msgctxt "print_exact.xhp#par_id3159155.3.help.text"
+msgid "Go to the sheet to be printed."
+msgstr "Go to the sheet to be printed."
+
+#: print_exact.xhp#par_id3150012.4.help.text
+msgctxt "print_exact.xhp#par_id3150012.4.help.text"
+msgid "Choose <emph>View - Page Break Preview</emph>."
+msgstr "Choose <emph>View - Page Break Preview</emph>."
+
+#: 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 "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."
+
+#: 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 breaks."
+msgstr "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 breaks."
+
+#: print_exact.xhp#par_id3151073.7.help.text
+msgctxt "print_exact.xhp#par_id3151073.7.help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+
+#: userdefined_function.xhp#tit.help.text
+msgid "User-Defined Functions"
+msgstr "User-Defined Functions"
+
+#: 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 for user-defined functions</bookmark_value><bookmark_value>IDE; Basic IDE</bookmark_value><bookmark_value>programming;functions</bookmark_value>"
+msgstr "<bookmark_value>functions; user-defined</bookmark_value><bookmark_value>user-defined functions</bookmark_value><bookmark_value>Basic IDE for user-defined functions</bookmark_value><bookmark_value>IDE; Basic IDE</bookmark_value><bookmark_value>programming;functions</bookmark_value>"
+
+#: 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 "<variable id=\"userdefined_function\"><link href=\"text/scalc/guide/userdefined_function.xhp\" name=\"Defining Functions Yourself\">User-Defined Functions</link></variable>"
+
+#: userdefined_function.xhp#par_id3153969.2.help.text
+msgid "You can apply user-defined functions in $[officename] Calc in the following ways:"
+msgstr "You can apply user-defined functions in $[officename] Calc in the following ways:"
+
+#: 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 "You can define your own functions using the Basic-IDE. This method requires a basic knowledge of programming."
+
+#: 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 "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."
+
+#: userdefined_function.xhp#hd_id3149260.6.help.text
+msgid "Defining A Function Using %PRODUCTNAME Basic"
+msgstr "Defining A Function Using %PRODUCTNAME Basic"
+
+#: userdefined_function.xhp#par_id3148456.7.help.text
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
+msgstr "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
+
+#: userdefined_function.xhp#par_id3154510.8.help.text
+msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
+msgstr "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
+
+#: 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 "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>:"
+
+#: userdefined_function.xhp#par_id3155443.10.help.text
+msgid "Close the Basic-IDE window."
+msgstr "Close the Basic-IDE window."
+
+#: 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 "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."
+
+#: userdefined_function.xhp#hd_id3147340.18.help.text
+msgid "Copying a Function To a Document"
+msgstr "Copying a Function To a Document"
+
+#: 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 "In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the <emph>Macro</emph> dialogue 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."
+
+#: userdefined_function.xhp#par_id3154022.20.help.text
+msgid "If you want to copy the user-defined function to a Calc document:"
+msgstr "If you want to copy the user-defined function to a Calc document:"
+
+#: userdefined_function.xhp#par_id3150304.21.help.text
+msgctxt "userdefined_function.xhp#par_id3150304.21.help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+msgstr "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+
+#: 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 "In the <emph>Macro from</emph> field select <emph>My Macros - Standard - Module1</emph> and click <emph>Edit</emph>."
+
+#: 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 "In the Basic-IDE, select the source of your user-defined function and copy it to the clipboard."
+
+#: userdefined_function.xhp#par_idN1081D.help.text
+msgid "Close the Basic-IDE."
+msgstr "Close the Basic-IDE."
+
+#: userdefined_function.xhp#par_id3150517.24.help.text
+msgctxt "userdefined_function.xhp#par_id3150517.24.help.text"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+msgstr "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+
+#: 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 "In the <emph>Macro from</emph> field select <emph>(Name of the Calc document) - Standard - Module1</emph>. Click <emph>Edit</emph>."
+
+#: userdefined_function.xhp#par_id3148699.26.help.text
+msgid "Paste the clipboard contents in the Basic-IDE of the document."
+msgstr "Paste the clipboard contents in the Basic-IDE of the document."
+
+#: userdefined_function.xhp#hd_id3153305.12.help.text
+msgid "Applying a User-defined Function in $[officename] Calc"
+msgstr "Applying a User-defined Function in $[officename] Calc"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: userdefined_function.xhp#par_id3156019.15.help.text
+msgid "Set the cursor in another cell and enter the following:"
+msgstr "Set the cursor in another cell and enter the following:"
+
+#: userdefined_function.xhp#par_id3155264.16.help.text
+msgid "=VOL(A1;B1;C1)"
+msgstr "=VOL(A1;B1;C1)"
+
+#: userdefined_function.xhp#par_id3146776.17.help.text
+msgid "The function is evaluated and you will see the result in the selected cell."
+msgstr "The function is evaluated and you will see the result in the selected cell."
+
+#: formula_enter.xhp#tit.help.text
+msgid "Entering Formulas "
+msgstr "Entering Formulas "
+
+#: 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><bookmark_value>inserting;formulas</bookmark_value>"
+msgstr "<bookmark_value>formula bar; input line</bookmark_value><bookmark_value>input line in formula bar</bookmark_value><bookmark_value>formulae; inputting</bookmark_value><bookmark_value>inserting;formulae</bookmark_value>"
+
+#: formula_enter.xhp#hd_id3150868.9.help.text
+msgid "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
+msgstr "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
+
+#: formula_enter.xhp#par_id6848353.help.text
+msgid "You can enter formulas in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods."
+msgstr "You can enter formulae in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods."
+
+#: formula_enter.xhp#par_id3145364.10.help.text
+msgid "Click the cell in which you want to enter the formula."
+msgstr "Click the cell in which you want to enter the formula."
+
+#: formula_enter.xhp#par_id3150012.11.help.text
+msgid "Click the <emph>Function</emph> icon on the Formula Bar."
+msgstr "Click the <emph>Function</emph> icon on the Formula Bar."
+
+#: 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 "You will now see an equals sign in the input line and you can begin to input the formula."
+
+#: 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 "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>."
+
+#: 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 "You can also enter the values and the formulae directly into the cells, even if you cannot see an input cursor. Formulae must always begin with an equals sign."
+
+#: formula_enter.xhp#par_id4206976.help.text
+msgid "You can also press the + or - key on the numerical keyboard to start a formula. NumLock must be \"on\". For example, press the following keys in succession:"
+msgstr "You can also press the + or - key on the numerical keyboard to start a formula. NumLock must be \"on\". For example, press the following keys in succession:"
+
+#: formula_enter.xhp#par_id1836909.help.text
+msgid "+ 5 0 - 8 Enter"
+msgstr "+ 5 0 - 8 Enter"
+
+#: formula_enter.xhp#par_id8171330.help.text
+msgid "You see the result <item type=\"literal\">42</item> in the cell. The cell contains the formula <item type=\"literal\">=+50-8</item>."
+msgstr "You see the result <item type=\"literal\">42</item> in the cell. The cell contains the formula <item type=\"literal\">=+50-8</item>."
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>."
+msgstr "If you are editing a formula with references, the references and the associated cells will be highlighted with the same colour. 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 colour</emph> can be deactivated under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060300.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>."
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: formula_enter.xhp#par_id3152993.13.help.text
+msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
+msgstr "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
+
+#: calc_series.xhp#tit.help.text
+msgid "Automatically Calculating Series"
+msgstr "Automatically Calculating Series"
+
+#: 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>date series</bookmark_value> <bookmark_value>powers of 2 calculations</bookmark_value> <bookmark_value>cells; filling automatically</bookmark_value> <bookmark_value>automatic cell filling</bookmark_value> <bookmark_value>AutoFill function</bookmark_value> <bookmark_value>filling;cells, automatically</bookmark_value>"
+msgstr "<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>date series</bookmark_value> <bookmark_value>powers of 2 calculations</bookmark_value> <bookmark_value>cells; filling automatically</bookmark_value> <bookmark_value>automatic cell filling</bookmark_value> <bookmark_value>AutoFill function</bookmark_value> <bookmark_value>filling;cells, automatically</bookmark_value>"
+
+#: 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 "<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>"
+
+#: calc_series.xhp#par_idN106A8.help.text
+msgid "You can automatically fill cells with data with the AutoFill command or the Series command."
+msgstr "You can automatically fill cells with data with the AutoFill command or the Series command."
+
+#: calc_series.xhp#par_idN106D3.help.text
+msgid "Using AutoFill"
+msgstr "Using AutoFill"
+
+#: calc_series.xhp#par_idN106D7.help.text
+msgid "AutoFill automatically generates a data series based on a defined pattern."
+msgstr "AutoFill automatically generates a data series based on a defined pattern."
+
+#: calc_series.xhp#par_id3154319.7.help.text
+msgid "On a sheet, click in a cell, and type a number."
+msgstr "On a sheet, click in a cell, and type a number."
+
+#: 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 "Click in another cell and then click back in the cell where you typed the number."
+
+#: 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 "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."
+
+#: calc_series.xhp#par_id3145801.17.help.text
+msgid "The cells are filled with ascending numbers."
+msgstr "The cells are filled with ascending numbers."
+
+#: calc_series.xhp#par_idN106EE.help.text
+msgid "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle."
+msgstr "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle."
+
+#: calc_series.xhp#par_id9720145.help.text
+msgctxt "calc_series.xhp#par_id9720145.help.text"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
+
+#: 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\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
+msgstr "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 recognised in the numbers. The AutoFill function also recognises customised lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
+
+#: 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 "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."
+
+#: calc_series.xhp#par_idN10713.help.text
+msgid "Using a Defined Series"
+msgstr "Using a Defined Series"
+
+#: calc_series.xhp#par_id3150749.9.help.text
+msgid "Select the cell range in the sheet that you want to fill."
+msgstr "Select the cell range in the sheet that you want to fill."
+
+#: calc_series.xhp#par_id3154754.19.help.text
+msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
+msgstr "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
+
+#: calc_series.xhp#par_idN10716.help.text
+msgid "Select the parameters for the series. "
+msgstr "Select the parameters for the series. "
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "If you select a <emph>date</emph> series, the increment that you enter is added to the time unit that you specify."
+
+#: calc_series.xhp#par_id3159173.20.help.text
+msgctxt "calc_series.xhp#par_id3159173.20.help.text"
+msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>"
+
+#: print_title_row.xhp#tit.help.text
+msgid "Printing Rows or Columns on Every Page"
+msgstr "Printing Rows or Columns on Every Page"
+
+#: 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>repeating;columns/rows on printed pages</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><bookmark_value>headings;repeating rows/columns as</bookmark_value>"
+msgstr "<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>repeating;columns/rows on printed pages</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><bookmark_value>headings;repeating rows/columns as</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: 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 "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:"
+
+#: 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 "Choose <emph>Format - Print Ranges - Edit</emph>. The <emph>Edit Print Ranges</emph> dialogue appears."
+
+#: 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 "Click the icon at the far right of the <emph>Rows to repeat</emph> area."
+
+#: print_title_row.xhp#par_id3145800.10.help.text
+msgid "The dialog shrinks so that you can see more of the sheet."
+msgstr "The dialogue shrinks so that you can see more of the sheet."
+
+#: 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 "Select the first two rows and, for this example, click cell A1 and drag to A2."
+
+#: 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 "In the shrunk dialogue you will see $1:$2. Rows 1 and 2 are now rows to repeat."
+
+#: 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 "Click the icon at the far right of the <emph>Rows to repeat</emph> area. The dialogue is restored again."
+
+#: 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 "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."
+
+#: print_title_row.xhp#par_id3154256.15.help.text
+msgid "Click column A (not in the column header)."
+msgstr "Click column A (not in the column header)."
+
+#: 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 "Click the icon again at the far right of the <emph>Columns to repeat</emph> area."
+
+#: 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 "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>."
+
+#: print_title_row.xhp#par_id3155380.18.help.text
+msgctxt "print_title_row.xhp#par_id3155380.18.help.text"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+
+#: print_title_row.xhp#par_id3154371.19.help.text
+msgctxt "print_title_row.xhp#par_id3154371.19.help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+
+#: 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 "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format - Page - (Header / Footer)\">Format - Page - (Header / Footer)</link>"
+
+#: format_table.xhp#tit.help.text
+msgid "Formatting Spreadsheets"
+msgstr "Formatting Spreadsheets"
+
+#: format_table.xhp#bm_id3154125.help.text
+msgid "<bookmark_value>text in cells; formatting</bookmark_value><bookmark_value>spreadsheets;formatting</bookmark_value><bookmark_value>backgrounds;cells and pages</bookmark_value><bookmark_value>borders;cells and pages</bookmark_value><bookmark_value>formatting;spreadsheets</bookmark_value><bookmark_value>numbers; formatting options for selected cells</bookmark_value><bookmark_value>cells; number formats</bookmark_value><bookmark_value>currencies;formats</bookmark_value>"
+msgstr "<bookmark_value>text in cells; formatting</bookmark_value><bookmark_value>spreadsheets;formatting</bookmark_value><bookmark_value>backgrounds;cells and pages</bookmark_value><bookmark_value>borders;cells and pages</bookmark_value><bookmark_value>formatting;spreadsheets</bookmark_value><bookmark_value>numbers; formatting options for selected cells</bookmark_value><bookmark_value>cells; number formats</bookmark_value><bookmark_value>currencies;formats</bookmark_value>"
+
+#: 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 "<variable id=\"format_table\"><link href=\"text/scalc/guide/format_table.xhp\" name=\"Designing Spreadsheets\">Formatting Spreadsheets</link></variable>"
+
+#: format_table.xhp#hd_id3153912.13.help.text
+msgid "Formatting Text in a Spreadsheet "
+msgstr "Formatting Text in a Spreadsheet "
+
+#: format_table.xhp#par_id3144772.14.help.text
+msgid "Select the text you want to format."
+msgstr "Select the text you want to format."
+
+#: 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 "Choose the desired text attributes from the <emph>Formatting </emph>Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format Cells</emph> dialogue will appear in which you can choose various text attributes on the <emph>Font</emph> tab page."
+
+#: format_table.xhp#hd_id3149899.16.help.text
+msgid "Formatting Numbers in a Spreadsheet"
+msgstr "Formatting Numbers in a Spreadsheet"
+
+#: format_table.xhp#par_id3159226.17.help.text
+msgid "Select the cells containing the numbers you want to format."
+msgstr "Select the cells containing the numbers you want to format."
+
+#: 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 "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."
+
+#: format_table.xhp#hd_id3153483.19.help.text
+msgid "Formatting Borders and Backgrounds for Cells and Pages"
+msgstr "Formatting Borders and Backgrounds for Cells and Pages"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> 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 ""
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: format_table.xhp#par_id2837916.help.text
+msgid "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
+
+#: format_table.xhp#par_id2614215.help.text
+msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
+msgstr "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
+
+#: validity.xhp#tit.help.text
+msgid "Validity of Cell Contents"
+msgstr "Validity of Cell Contents"
+
+#: validity.xhp#bm_id3156442.help.text
+msgid "<bookmark_value>values; limiting on input</bookmark_value><bookmark_value>limits; specifying value limits on input</bookmark_value><bookmark_value>permitted cell contents</bookmark_value><bookmark_value>data validity</bookmark_value><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>comments;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 "<bookmark_value>values; limiting on input</bookmark_value><bookmark_value>limits; specifying value limits on input</bookmark_value><bookmark_value>permitted cell contents</bookmark_value><bookmark_value>data validity</bookmark_value><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>comments;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>"
+
+#: 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 "<variable id=\"validity\"><link href=\"text/scalc/guide/validity.xhp\" name=\"Validity of Cell Contents\">Validity of Cell Contents</link></variable>"
+
+#: validity.xhp#par_id3156283.2.help.text
+msgid "For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected."
+msgstr "For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected."
+
+#: 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."
+msgstr "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."
+
+#: validity.xhp#par_id5174718.help.text
+msgid "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 "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."
+
+#: validity.xhp#hd_id3155603.5.help.text
+msgid "Using Cell Contents Validity"
+msgstr "Using Cell Contents Validity"
+
+#: validity.xhp#par_id3155959.6.help.text
+msgid "Select the cells for which you want to define a new validity rule."
+msgstr "Select the cells for which you want to define a new validity rule."
+
+#: validity.xhp#par_id3148837.8.help.text
+msgid "Choose <item type=\"menuitem\">Data - Validity</item>. "
+msgstr "Choose <item type=\"menuitem\">Data - Validity</item>. "
+
+#: validity.xhp#par_id3156020.9.help.text
+msgid "On the <emph>Criteria</emph> tab page, enter the conditions for new values entered into cells. "
+msgstr "On the <emph>Criteria</emph> tab page, enter the conditions for new values entered into cells. "
+
+#: validity.xhp#par_id3159208.10.help.text
+msgid "In the <emph>Allow</emph> field, select an option."
+msgstr "In the <emph>Allow</emph> field, select an option."
+
+#: validity.xhp#par_id3153011.11.help.text
+msgid "If you select \"Whole Numbers\", values such as \"12.5\" are not allowed. 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 "If you select \"Whole Numbers\", values such as \"12.5\" are not allowed. 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."
+
+#: validity.xhp#par_id9224829.help.text
+msgid "Select \"List\" to enter a list of valid entries."
+msgstr "Select \"List\" to enter a list of valid entries."
+
+#: validity.xhp#par_id3149317.13.help.text
+msgid "Select the next condition under <emph>Data</emph>. According to what you choose, additional options will be selectable."
+msgstr "Select the next condition under <emph>Data</emph>. According to what you choose, additional options will be selectable."
+
+#: validity.xhp#par_id3151389.15.help.text
+msgid "After you have determined the conditions for cell validity, you can use the other two tab pages to create message boxes:"
+msgstr "After you have determined the conditions for cell validity, you can use the other two tab pages to create message boxes:"
+
+#: 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 "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."
+
+#: 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 "On the <emph>Error Alert</emph> tab page, select the action to be carried out in the event of an error."
+
+#: 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 "If you select \"Stop\" as the action, invalid entries are not accepted, and the previous cell contents are retained."
+
+#: validity.xhp#par_id3150033.19.help.text
+msgid "Select \"Warning\" or \"Information\" to display a dialog in which the entry can either be canceled or accepted."
+msgstr "Select \"Warning\" or \"Information\" to display a dialogue in which the entry can either be cancelled or accepted."
+
+#: 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 "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."
+
+#: validity.xhp#par_id3149011.35.help.text
+msgid "To display the error message, select <emph>Show error message when invalid values are entered</emph>. "
+msgstr "To display the error message, select <emph>Show error message when invalid values are entered</emph>. "
+
+#: 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 "After changing the action for a cell on the <emph>Error Alert</emph> tab page and closing the dialogue with OK, you must first select another cell before the change takes effect."
+
+#: validity.xhp#par_id3154805.30.help.text
+msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Data - Validity\">Data - Validity</link>"
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"Data - Validity\">Data - Validity</link>"
+
+#: design.xhp#tit.help.text
+msgid "Selecting Themes for Sheets"
+msgstr "Selecting Themes for Sheets"
+
+#: design.xhp#bm_id3150791.help.text
+msgid "<bookmark_value>theme selection for sheets</bookmark_value><bookmark_value>layout;spreadsheets</bookmark_value><bookmark_value>cell styles; selecting</bookmark_value><bookmark_value>selecting;formatting themes</bookmark_value><bookmark_value>sheets;formatting themes</bookmark_value><bookmark_value>formats;themes for sheets</bookmark_value><bookmark_value>formatting;themes for sheets</bookmark_value>"
+msgstr "<bookmark_value>theme selection for sheets</bookmark_value><bookmark_value>layout;spreadsheets</bookmark_value><bookmark_value>cell styles; selecting</bookmark_value><bookmark_value>selecting;formatting themes</bookmark_value><bookmark_value>sheets;formatting themes</bookmark_value><bookmark_value>formats;themes for sheets</bookmark_value><bookmark_value>formatting;themes for sheets</bookmark_value>"
+
+#: 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 "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Selecting Themes for Sheets</link> </variable>"
+
+#: 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 "$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets."
+
+#: 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 "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."
+
+#: 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 "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> dialogue."
+
+#: 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 "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."
+
+#: design.xhp#par_id3153963.19.help.text
+msgid "To apply a theme to a spreadsheet:"
+msgstr "To apply a theme to a spreadsheet:"
+
+#: design.xhp#par_id3146920.15.help.text
+msgid "Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar. "
+msgstr "Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar. "
+
+#: 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 "The <emph>Theme Selection</emph> dialogue appears. This dialogue lists the available themes for the whole spreadsheet and the Styles and Formatting window lists the custom styles for specific cells."
+
+#: 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 "In the <emph>Theme Selection </emph>dialogue, select the theme that you want to apply to the spreadsheet."
+
+#: design.xhp#par_id3150090.21.help.text
+msgid "Click OK"
+msgstr "Click OK"
+
+#: 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 "As soon as you select another theme in the <emph>Theme Selection</emph> dialogue, some of the properties of the custom style will be applied to the current spreadsheet. The modifications will be immediately visible in your spreadsheet."
+
+#: design.xhp#par_id3146979.12.help.text
+msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme selection\">Theme selection</link>"
+msgstr "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme selection\">Theme selection</link>"
+
+#: cellreferences.xhp#tit.help.text
+msgid "Referencing a Cell in Another Document"
+msgstr "Referencing a Cell in Another Document"
+
+#: cellreferences.xhp#bm_id3147436.help.text
+msgid "<bookmark_value>sheet references</bookmark_value> <bookmark_value>references; to cells in other sheets/documents</bookmark_value> <bookmark_value>cells; operating in another document</bookmark_value> <bookmark_value>documents;references</bookmark_value>"
+msgstr "<bookmark_value>sheet references</bookmark_value> <bookmark_value>references; to cells in other sheets/documents</bookmark_value> <bookmark_value>cells; operating in another document</bookmark_value> <bookmark_value>documents;references</bookmark_value>"
+
+#: cellreferences.xhp#hd_id3147436.9.help.text
+msgid "<variable id=\"cellreferences\"><link href=\"text/scalc/guide/cellreferences.xhp\" name=\"Referencing Other Sheets\">Referencing Other Sheets</link></variable>"
+msgstr "<variable id=\"cellreferences\"><link href=\"text/scalc/guide/cellreferences.xhp\" name=\"Referencing Other Sheets\">Referencing Other Sheets</link></variable>"
+
+#: cellreferences.xhp#par_id9663075.help.text
+msgid "In a sheet cell you can show a reference to a cell in another sheet."
+msgstr "In a sheet cell you can show a reference to a cell in another sheet."
+
+#: cellreferences.xhp#par_id1879329.help.text
+msgid "In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file."
+msgstr "In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file."
+
+#: cellreferences.xhp#hd_id7122409.help.text
+msgid "To Reference a Cell in the Same Document"
+msgstr "To Reference a Cell in the Same Document"
+
+#: cellreferences.xhp#par_id2078005.help.text
+msgid "Open a new, empty spreadsheet."
+msgstr "Open a new, empty spreadsheet."
+
+#: cellreferences.xhp#par_id4943693.help.text
+msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
+msgstr "By way of example, enter the following formula in cell A1 of Sheet1:"
+
+#: cellreferences.xhp#par_id9064302.help.text
+msgid " <item type=\"literal\">=Sheet2.A1</item> "
+msgstr " <item type=\"literal\">=Sheet2.A1</item> "
+
+#: cellreferences.xhp#par_id7609790.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 "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."
+
+#: cellreferences.xhp#par_id809961.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 "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."
+
+#: cellreferences.xhp#hd_id9209570.help.text
+msgid "To Reference a Cell in Another Document"
+msgstr "To Reference a Cell in Another Document"
+
+#: cellreferences.xhp#par_id5949278.help.text
+msgid "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
+msgstr "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
+
+#: cellreferences.xhp#par_id8001953.help.text
+msgid "Choose <emph>File - New</emph>, to open a new spreadsheet document. Set the cursor in the cell where you want to insert the external data and enter an equals sign to indicate that you want to begin a formula."
+msgstr "Choose <emph>File - New</emph>, to open a new spreadsheet document. Set the cursor in the cell where you want to insert the external data and enter an equals sign to indicate that you want to begin a formula."
+
+#: cellreferences.xhp#par_id8571123.help.text
+msgid "Now switch to the document you have just loaded. Click the cell with the data that you want to insert in the new document."
+msgstr "Now switch to the document you have just loaded. Click the cell with the data that you want to insert in the new document."
+
+#: cellreferences.xhp#par_id8261665.help.text
+msgid "Switch back to the new spreadsheet. In the input line you will now see how $[officename] Calc has added the reference to the formula for you. "
+msgstr "Switch back to the new spreadsheet. In the input line you will now see how $[officename] Calc has added the reference to the formula for you. "
+
+#: cellreferences.xhp#par_id5888241.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."
+msgstr "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."
+
+#: cellreferences.xhp#par_id7697683.help.text
+msgid "Confirm the formula by clicking the green check mark."
+msgstr "Confirm the formula by clicking the green tick."
+
+#: cellreferences.xhp#par_id7099826.help.text
+msgid "If you 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 "If you 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."
+
+#: cellreferences.xhp#par_id674459.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."
+msgstr "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."
+
+#: csv_files.xhp#tit.help.text
+msgid " Importing and Exporting CSV Files "
+msgstr " Importing and Exporting CSV Files "
+
+#: csv_files.xhp#bm_id892361.help.text
+msgid "<bookmark_value>number series import</bookmark_value><bookmark_value>data series import</bookmark_value><bookmark_value>exporting; tables as text</bookmark_value><bookmark_value>importing; tables as text</bookmark_value><bookmark_value>delimited values and 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><bookmark_value>tables; importing/exporting as text</bookmark_value><bookmark_value>text documents; importing to spreadsheets</bookmark_value><bookmark_value>opening;text csv files</bookmark_value><bookmark_value>saving;as text csv</bookmark_value>"
+msgstr "<bookmark_value>number series import</bookmark_value><bookmark_value>data series import</bookmark_value><bookmark_value>exporting; tables as text</bookmark_value><bookmark_value>importing; tables as text</bookmark_value><bookmark_value>delimited values and 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><bookmark_value>tables; importing/exporting as text</bookmark_value><bookmark_value>text documents; importing to spreadsheets</bookmark_value><bookmark_value>opening;text csv files</bookmark_value><bookmark_value>saving;as text csv</bookmark_value>"
+
+#: 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 "<variable id=\"csv_files\"><link href=\"text/scalc/guide/csv_files.xhp\">Opening and Saving Text CSV Files</link></variable>"
+
+#: csv_files.xhp#par_idN10880.help.text
+msgid "Comma Separated Values (CSV) is a 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 "Comma Separated Values (CSV) is a 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."
+
+#: csv_files.xhp#par_idN10886.help.text
+msgid "If the field or cell contains a comma, the field or cell <emph>must</emph> be enclosed by single quotes (') or double quotes (\")."
+msgstr "If the field or cell contains a comma, the field or cell <emph>must</emph> be enclosed by single quotes (') or double quotes (\")."
+
+#: csv_files.xhp#par_idN10890.help.text
+msgid "To Open a Text CSV File in Calc"
+msgstr "To Open a Text CSV File in Calc"
+
+#: csv_files.xhp#par_idN10897.help.text
+msgid "Choose <item type=\"menuitem\">File - Open</item>."
+msgstr "Choose <item type=\"menuitem\">File - Open</item>."
+
+#: csv_files.xhp#par_idN1089F.help.text
+msgid "Locate the CSV file that you want to open."
+msgstr "Locate the CSV file that you want to open."
+
+#: csv_files.xhp#par_idN108A2.help.text
+msgid "If the file has a *.csv extension, select the file."
+msgstr "If the file has a *.csv extension, select the file."
+
+#: 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 <item type=\"menuitem\">File type</item> box"
+msgstr "If the CSV file has another extension, select the file, and then select \"Text CSV\" in the <item type=\"menuitem\">File type</item> box"
+
+#: csv_files.xhp#par_idN1082D.help.text
+msgid "Click <item type=\"menuitem\">Open</item>."
+msgstr "Click <item type=\"menuitem\">Open</item>."
+
+#: csv_files.xhp#par_idN10834.help.text
+msgid "The <item type=\"menuitem\">Text Import</item> dialog opens."
+msgstr "The <item type=\"menuitem\">Text Import</item> dialogue opens."
+
+#: csv_files.xhp#par_idN108B1.help.text
+msgid "Specify the options to divide the text in the file into columns."
+msgstr "Specify the options to divide the text in the file into columns."
+
+#: csv_files.xhp#par_idN108BB.help.text
+msgid "You can preview the layout of the imported data at the bottom of the <item type=\"menuitem\">Text Import</item> dialog. "
+msgstr "You can preview the layout of the imported data at the bottom of the <item type=\"menuitem\">Text Import</item> dialogue. "
+
+#: csv_files.xhp#par_id8444166.help.text
+msgid "Right-click a column in the preview to set the format or to hide the column."
+msgstr "Right-click a column in the preview to set the format or to hide the column."
+
+#: csv_files.xhp#par_idN108E2.help.text
+msgid "Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box."
+msgstr "Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box."
+
+#: csv_files.xhp#par_idN108C5.help.text
+msgctxt "csv_files.xhp#par_idN108C5.help.text"
+msgid "Click <item type=\"menuitem\">OK</item>."
+msgstr "Click <item type=\"menuitem\">OK</item>."
+
+#: csv_files.xhp#par_idN108FA.help.text
+msgid "To Save a Sheet as a Text CSV File"
+msgstr "To Save a Sheet as a Text CSV File"
+
+#: 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 "When you export a spreadsheet to CSV format, only the data on the current sheet is saved. All other information, including formulae and formatting, is lost."
+
+#: csv_files.xhp#par_idN10901.help.text
+msgid "Open the Calc sheet that you want to save as a Text CSV file."
+msgstr "Open the Calc sheet that you want to save as a Text CSV file."
+
+#: csv_files.xhp#par_idN107AF.help.text
+msgid "Only the current sheet can be exported."
+msgstr "Only the current sheet can be exported."
+
+#: csv_files.xhp#par_idN10905.help.text
+msgid "Choose <item type=\"menuitem\">File - Save as</item>."
+msgstr "Choose <item type=\"menuitem\">File - Save as</item>."
+
+#: csv_files.xhp#par_idN10915.help.text
+msgid "In the <item type=\"menuitem\">File name</item> box, enter a name for the file."
+msgstr "In the <item type=\"menuitem\">File name</item> box, enter a name for the file."
+
+#: csv_files.xhp#par_idN1090D.help.text
+msgid "In the <item type=\"menuitem\">File type</item> box, select \"Text CSV\"."
+msgstr "In the <item type=\"menuitem\">File type</item> box, select \"Text CSV\"."
+
+#: csv_files.xhp#par_idN107DD.help.text
+msgid "(Optional) Set the field options for the Text CSV file."
+msgstr "(Optional) Set the field options for the Text CSV file."
+
+#: csv_files.xhp#par_idN1091C.help.text
+msgid "Select <item type=\"menuitem\">Edit filter settings</item>."
+msgstr "Select <item type=\"menuitem\">Edit filter settings</item>."
+
+#: csv_files.xhp#par_idN107ED.help.text
+msgid "In the <item type=\"menuitem\">Export of text files</item> dialog, select the options that you want."
+msgstr "In the <item type=\"menuitem\">Export of text files</item> dialogue, select the options that you want."
+
+#: csv_files.xhp#par_idN107F4.help.text
+msgctxt "csv_files.xhp#par_idN107F4.help.text"
+msgid "Click <item type=\"menuitem\">OK</item>."
+msgstr "Click <item type=\"menuitem\">OK</item>."
+
+#: csv_files.xhp#par_idN107FC.help.text
+msgid "Click <item type=\"menuitem\">Save</item>."
+msgstr "Click <item type=\"menuitem\">Save</item>."
+
+#: csv_files.xhp#par_id3153487.20.help.text
+msgctxt "csv_files.xhp#par_id3153487.20.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+
+#: csv_files.xhp#par_id3153008.21.help.text
+msgctxt "csv_files.xhp#par_id3153008.21.help.text"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+msgstr "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+
+#: csv_files.xhp#par_id3155595.22.help.text
+msgctxt "csv_files.xhp#par_id3155595.22.help.text"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+msgstr "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+
+#: printranges.xhp#tit.help.text
+msgid "Using Print Ranges on a Spreadsheet"
+msgstr "Using Print Ranges on a Spreadsheet"
+
+#: printranges.xhp#bm_id14648.help.text
+msgid "<bookmark_value>exporting;cells</bookmark_value><bookmark_value>printing; cells</bookmark_value><bookmark_value>ranges;print ranges</bookmark_value><bookmark_value>PDF export of 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, see also deleting/removing</bookmark_value><bookmark_value>defining;print ranges</bookmark_value><bookmark_value>extending print ranges</bookmark_value><bookmark_value>deleting;print ranges</bookmark_value>"
+msgstr "<bookmark_value>exporting;cells</bookmark_value><bookmark_value>printing; cells</bookmark_value><bookmark_value>ranges;print ranges</bookmark_value><bookmark_value>PDF export of 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, see also deleting/removing</bookmark_value><bookmark_value>defining;print ranges</bookmark_value><bookmark_value>extending print ranges</bookmark_value><bookmark_value>deleting;print ranges</bookmark_value>"
+
+#: 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 "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link> </variable>"
+
+#: printranges.xhp#par_idN108F5.help.text
+msgid "You can define which range of cells on a spreadsheet to print."
+msgstr "You can define which range of cells on a spreadsheet to print."
+
+#: 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. Sheets without a defined print range are not printed and not exported to a PDF file, unless the document uses the Excel file format."
+msgstr "The cells on the sheet that are not part of the defined print range are not printed or exported. Sheets without a defined print range are not printed and not exported to a PDF file, unless the document uses the Excel file format."
+
+#: printranges.xhp#par_idN1077A.help.text
+msgid "For files opened in Excel format, all sheets that do not contain a defined print range are printed. The same behavior occurs when you export the Excel formatted spreadsheet to a PDF file."
+msgstr "For files opened in Excel format, all sheets that do not contain a defined print range are printed. The same behaviour occurs when you export the Excel formatted spreadsheet to a PDF file."
+
+#: printranges.xhp#par_idN108FE.help.text
+msgid "To Define a Print Range"
+msgstr "To Define a Print Range"
+
+#: printranges.xhp#par_idN10905.help.text
+msgid "Select the cells that you want to print."
+msgstr "Select the cells that you want to print."
+
+#: printranges.xhp#par_idN10909.help.text
+msgid "Choose <emph>Format - Print Ranges - Define</emph>."
+msgstr "Choose <emph>Format - Print Ranges - Define</emph>."
+
+#: printranges.xhp#par_idN10910.help.text
+msgid "To Add Cells to a Print Range"
+msgstr "To Add Cells to a Print Range"
+
+#: printranges.xhp#par_idN10917.help.text
+msgid "Select the cells that you want to add to the existing print range."
+msgstr "Select the cells that you want to add to the existing print range."
+
+#: printranges.xhp#par_idN1091B.help.text
+msgid "Choose <emph>Format - Print Ranges - Add</emph>."
+msgstr "Choose <emph>Format - Print Ranges - Add</emph>."
+
+#: printranges.xhp#par_idN10922.help.text
+msgid "To Clear a Print Range"
+msgstr "To Clear a Print Range"
+
+#: printranges.xhp#par_idN10929.help.text
+msgid "Choose <emph>Format - Print Ranges - Remove</emph>."
+msgstr "Choose <emph>Format - Print Ranges - Remove</emph>."
+
+#: printranges.xhp#par_idN10953.help.text
+msgid "Using the Page Break Preview to Edit Print Ranges"
+msgstr "Using the Page Break Preview to Edit Print Ranges"
+
+#: 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 "In the <emph>Page Break Preview</emph>, print ranges as well as page break regions are outlined by a blue border and contain a centred page number in grey. Nonprinting areas have a grey background."
+
+#: 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 "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."
+
+#: printranges.xhp#par_idN10930.help.text
+msgid "To View and Edit Print Ranges"
+msgstr "To View and Edit Print Ranges"
+
+#: printranges.xhp#par_idN10937.help.text
+msgctxt "printranges.xhp#par_idN10937.help.text"
+msgid "Choose <emph>View - Page Break Preview</emph>."
+msgstr "Choose <emph>View - Page Break Preview</emph>."
+
+#: 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 "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."
+
+#: printranges.xhp#par_idN10836.help.text
+msgid "Edit the print range."
+msgstr "Edit the print range."
+
+#: 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 "To change the size of a print range, drag a border of the range to a new location."
+
+#: 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 "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."
+
+#: 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 "To clear a print range, drag a border of the range onto the opposite border of the range."
+
+#: printranges.xhp#par_idN10862.help.text
+msgid "To exit the <emph>Page Break Preview</emph>, choose <emph>View - Normal</emph>."
+msgstr "To exit the <emph>Page Break Preview</emph>, choose <emph>View - Normal</emph>."
+
+#: printranges.xhp#par_idN109CF.help.text
+msgid "<link href=\"text/scalc/01/05080300.xhp\">Editing Print Ranges</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\">Editing Print Ranges</link>"
+
+#: keyboard.xhp#tit.help.text
+msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
+msgstr "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
+
+#: keyboard.xhp#bm_id3145120.help.text
+msgid "<bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value><bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>"
+msgstr "<bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value><bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "Refer also to the lists of shortcut keys for <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> in general."
+
+#: keyboard.xhp#hd_id3153360.12.help.text
+msgid "Cell Selection Mode"
+msgstr "Cell Selection Mode"
+
+#: keyboard.xhp#par_id3150870.help.text
+msgid "<image id=\"img_id3150439\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150439\" src=\"formula/res/refinp1.png\" width=\"0.1327inch\" height=\"0.1327inch\"><alt id=\"alt_id3150439\">Icon</alt></image>"
+
+#: 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 "In a text box that has a button to minimise the dialogue, 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 dialogue."
+
+#: keyboard.xhp#par_id3145272.10.help.text
+msgid "In the cell selection mode, you can use the common navigation keys to select cells."
+msgstr "In the cell selection mode, you can use the common navigation keys to select cells."
+
+#: keyboard.xhp#hd_id3148646.14.help.text
+msgid "Controlling the Outline"
+msgstr "Controlling the Outline"
+
+#: 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 "You can use the keyboard in <link href=\"text/scalc/01/12080000.xhp\" name=\"Outline\">Outline</link>:"
+
+#: 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 "Press <item type=\"keycode\">F6</item> or <item type=\"keycode\">Shift+F6</item> until the vertical or horizontal outline window has the focus."
+
+#: 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 "<item type=\"keycode\">Tab</item> - cycle through all visible buttons from top to bottom or from left to right."
+
+#: keyboard.xhp#par_id3156286.18.help.text
+msgid "<item type=\"keycode\">Shift+Tab</item> - cycle through all visible buttons in the opposite direction."
+msgstr "<item type=\"keycode\">Shift+Tab</item> - cycle through all visible buttons in the opposite direction."
+
+#: keyboard.xhp#par_id3149403.19.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+1 to Command+8</caseinline><defaultinline>Ctrl+1 to Ctrl+8</defaultinline></switchinline> - show all levels up to the specified number; hide all higher levels."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+1 to Command+8</caseinline><defaultinline>Ctrl+1 to Ctrl+8</defaultinline></switchinline> - show all levels up to the specified number; hide all higher levels."
+
+#: 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 "Use <item type=\"keycode\">+</item> or <item type=\"keycode\">-</item> to show or hide the focused outline group."
+
+#: keyboard.xhp#par_id3155446.21.help.text
+msgid "Press <item type=\"keycode\">Enter</item> to activate the focused button."
+msgstr "Press <item type=\"keycode\">Enter</item> to activate the focused button."
+
+#: 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 "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."
+
+#: keyboard.xhp#hd_id3147343.8.help.text
+msgid "Selecting a Drawing Object or a Graphic"
+msgstr "Selecting a Drawing Object or a Graphic"
+
+#: keyboard.xhp#par_idN107AA.help.text
+msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
+msgstr "Choose View - Toolbars - Drawing to open the Drawing toolbar."
+
+#: keyboard.xhp#par_id3155333.7.help.text
+msgid "Press <item type=\"keycode\">F6</item> until the <emph>Drawing</emph> toolbar is selected."
+msgstr "Press <item type=\"keycode\">F6</item> until the <emph>Drawing</emph> toolbar is selected."
+
+#: keyboard.xhp#par_id3150345.4.help.text
+msgid "If the selection tool is active, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. This selects the first drawing object or graphic in the sheet."
+msgstr "If the selection tool is active, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. This selects the first drawing object or graphic in the sheet."
+
+#: keyboard.xhp#par_id3159240.3.help.text
+msgid "With <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 you set the focus to the document."
+msgstr "With <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6 you set the focus to the document."
+
+#: 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 "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."
+
+#: text_rotate.xhp#tit.help.text
+msgid "Rotating Text"
+msgstr "Rotating Text"
+
+#: 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 "<bookmark_value>cells; rotating text</bookmark_value> <bookmark_value>rotating; text in cells</bookmark_value> <bookmark_value>text in cells; writing vertically</bookmark_value>"
+
+#: 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 "<variable id=\"text_rotate\"><link href=\"text/scalc/guide/text_rotate.xhp\" name=\"Rotating Text\">Rotating Text</link></variable>"
+
+#: text_rotate.xhp#par_id3145171.2.help.text
+msgid "Select the cells whose text you want to rotate."
+msgstr "Select the cells whose text you want to rotate."
+
+#: text_rotate.xhp#par_id3155133.3.help.text
+msgid "Choose <emph>Format - Cells</emph>. You will see the <emph>Format Cells</emph> dialog."
+msgstr "Choose <emph>Format - Cells</emph>. You will see the <emph>Format Cells</emph> dialogue."
+
+#: text_rotate.xhp#par_id3155854.4.help.text
+msgid "Click the <emph>Alignment</emph> tab."
+msgstr "Click the <emph>Alignment</emph> tab."
+
+#: text_rotate.xhp#par_id3147426.5.help.text
+#, fuzzy
+msgid "In the <emph>Text orientation</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 "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>."
+
+#: text_rotate.xhp#par_id3148456.7.help.text
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
+msgstr "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
+
+#: 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 "<link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\">Format - Cells - Alignment</link>"
+
+#: multi_tables.xhp#tit.help.text
+msgid "Navigating Through Sheets Tabs"
+msgstr "Navigating Through Sheets Tabs"
+
+#: 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 "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+
+#: multi_tables.xhp#hd_id3150769.4.help.text
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\" name=\"Navigating Through Sheet Tabs\">Navigating Through Sheet Tabs</link> </variable>"
+msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\" name=\"Navigating Through Sheet Tabs\">Navigating Through Sheet Tabs</link> </variable>"
+
+#: multi_tables.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 "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."
+
+#: multi_tables.xhp#par_idN106AF.help.text
+msgid " <image id=\"img_id4829822\" src=\"res/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
+msgstr " <image id=\"img_id4829822\" src=\"res/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
+
+#: multi_tables.xhp#par_id3153144.help.text
+msgid " <image id=\"img_id3156441\" src=\"res/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgstr " <image id=\"img_id3156441\" src=\"res/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: datapilot_updatetable.xhp#tit.help.text
+#, fuzzy
+msgid "Updating Pivot Tables"
+msgstr "Editing DataPilot Tables"
+
+#: datapilot_updatetable.xhp#bm_id3150792.help.text
+msgid "<bookmark_value>pivot table import</bookmark_value><bookmark_value>pivot table function; refreshing tables</bookmark_value><bookmark_value>recalculating;pivot tables</bookmark_value><bookmark_value>updating;pivot tables</bookmark_value>"
+msgstr ""
+
+#: datapilot_updatetable.xhp#hd_id3150792.33.help.text
+msgid "<variable id=\"datapilot_updatetable\"><link href=\"text/scalc/guide/datapilot_updatetable.xhp\" name=\"Updating Pivot Tables\">Updating Pivot Tables</link></variable>"
+msgstr ""
+
+#: datapilot_updatetable.xhp#par_id3154684.34.help.text
+msgid "If the data of the source sheet has been changed, $[officename] recalculates the pivot table. To recalculate the table, choose <emph>Data - Pivot Table - Refresh</emph>. Do the same after you have imported an Excel pivot table into $[officename] Calc."
+msgstr ""
+
+#: database_filter.xhp#tit.help.text
+msgid "Filtering Cell Ranges "
+msgstr "Filtering Cell Ranges "
+
+#: database_filter.xhp#bm_id3153541.help.text
+msgid "<bookmark_value>cell ranges;applying/removing filters</bookmark_value> <bookmark_value>filtering;cell ranges/database ranges</bookmark_value> <bookmark_value>database ranges;applying/removing filters</bookmark_value> <bookmark_value>removing;cell range filters</bookmark_value>"
+msgstr "<bookmark_value>cell ranges;applying/removing filters</bookmark_value> <bookmark_value>filtering;cell ranges/database ranges</bookmark_value> <bookmark_value>database ranges;applying/removing filters</bookmark_value> <bookmark_value>removing;cell range filters</bookmark_value>"
+
+#: database_filter.xhp#hd_id3153541.47.help.text
+msgid "<variable id=\"database_filter\"><link href=\"text/scalc/guide/database_filter.xhp\" name=\"Filtering Cell Ranges\">Filtering Cell Ranges</link></variable>"
+msgstr "<variable id=\"database_filter\"><link href=\"text/scalc/guide/database_filter.xhp\" name=\"Filtering Cell Ranges\">Filtering Cell Ranges</link></variable>"
+
+#: database_filter.xhp#par_id3145069.48.help.text
+msgid "You can use several filters to filter cell 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. An advanced filter uses filter criteria from specified cells."
+msgstr "You can use several filters to filter cell 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. An advanced filter uses filter criteria from specified cells."
+
+#: database_filter.xhp#par_idN10682.help.text
+msgid "To Apply a Standard Filter to a Cell Range"
+msgstr "To Apply a Standard Filter to a Cell Range"
+
+#: database_filter.xhp#par_id3150398.50.help.text
+msgid "Click in a cell range."
+msgstr "Click in a cell range."
+
+#: database_filter.xhp#par_idN10693.help.text
+msgid "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
+msgstr "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
+
+#: database_filter.xhp#par_id3156422.51.help.text
+msgid "In the <emph>Standard Filter</emph> dialog, specify the filter options that you want."
+msgstr "In the <emph>Standard Filter</emph> dialogue, specify the filter options that you want."
+
+#: database_filter.xhp#par_idN106A5.help.text
+msgctxt "database_filter.xhp#par_idN106A5.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: database_filter.xhp#par_id3153143.52.help.text
+msgid "The records that match the filter options that you specified are shown."
+msgstr "The records that match the filter options that you specified are shown."
+
+#: database_filter.xhp#par_id3153728.53.help.text
+msgid "To Apply an AutoFilter to a Cell Range"
+msgstr "To Apply an AutoFilter to a Cell Range"
+
+#: database_filter.xhp#par_id3144764.54.help.text
+msgid "Click in a cell range or a database range."
+msgstr "Click in a cell range or a database range."
+
+#: database_filter.xhp#par_id9303872.help.text
+msgid "If you want to apply multiple AutoFilters to the same sheet, you must first define database ranges, then apply the AutoFilters to the database ranges."
+msgstr "If you want to apply multiple AutoFilters to the same sheet, you must first define database ranges, then apply the AutoFilters to the database ranges."
+
+#: database_filter.xhp#par_id3154944.55.help.text
+msgid "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
+msgstr "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
+
+#: database_filter.xhp#par_idN106DB.help.text
+msgid "An arrow button is added to the head of each column in the database range."
+msgstr "An arrow button is added to the head of each column in the database range."
+
+#: 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 "Click the arrow button in the column that contains the value or string that you want to set as the filter criteria."
+
+#: database_filter.xhp#par_idN10749.help.text
+msgid "Select the value or string that you want to use as the filter criteria."
+msgstr "Select the value or string that you want to use as the filter criteria."
+
+#: database_filter.xhp#par_idN1074C.help.text
+msgid "The records that match the filter criteria that you selected are shown."
+msgstr "The records that match the filter criteria that you selected are shown."
+
+#: database_filter.xhp#par_idN106E8.help.text
+msgid "To Remove a Filter From a Cell Range"
+msgstr "To Remove a Filter From a Cell Range"
+
+#: database_filter.xhp#par_idN1075C.help.text
+msgid "Click in a filtered cell range."
+msgstr "Click in a filtered cell range."
+
+#: database_filter.xhp#par_idN106EC.help.text
+msgid "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+msgstr "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+
+#: database_filter.xhp#par_id4525284.help.text
+msgctxt "database_filter.xhp#par_id4525284.help.text"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
+msgstr ""
+
+#: cell_protect.xhp#tit.help.text
+msgid "Protecting Cells from Changes"
+msgstr "Protecting Cells from Changes"
+
+#: 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>changing; sheet protection</bookmark_value> <bookmark_value>hiding;formulas</bookmark_value> <bookmark_value>formulas;hiding</bookmark_value>"
+msgstr "<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>changing; sheet protection</bookmark_value> <bookmark_value>hiding;formulae</bookmark_value> <bookmark_value>formulae;hiding</bookmark_value>"
+
+#: 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 "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect.xhp\" name=\"Protecting Cells from Changes\">Protecting Cells from Changes</link></variable>"
+
+#: cell_protect.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 from within Calc, whether the cells are visible or whether the cells can be printed."
+msgstr "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 formulae can be viewed from within Calc, whether the cells are visible or whether the cells can be printed."
+
+#: cell_protect.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 "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."
+
+#: cell_protect.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 sheet. 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 sheet and save the document."
+msgstr ""
+
+#: cell_protect.xhp#par_id5974303.help.text
+msgid "These protection features are just switches to prevent accidental action. The features are not intended to provide any secure protection. For example, by exporting a sheet to another file format, a user may be able to surpass the protection features. There is only one secure protection: the password that you can apply when saving an OpenDocument file. A file that has been saved with a password can be opened only with the same password."
+msgstr "These protection features are just switches to prevent accidental action. The features are not intended to provide any secure protection. For example, by exporting a sheet to another file format, a user may be able to surpass the protection features. There is only one secure protection: the password that you can apply when saving an OpenDocument file. A file that has been saved with a password can be opened only with the same password."
+
+#: cell_protect.xhp#par_idN1066B.help.text
+msgid "Select the cells that you want to specify the cell protection options for."
+msgstr "Select the cells that you want to specify the cell protection options for."
+
+#: 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 "Choose <item type=\"menuitem\">Format - Cells</item> and click the <emph>Cell Protection</emph> tab."
+
+#: cell_protect.xhp#par_id3152985.9.help.text
+msgid "Select the protection options that you want. All options will be applied only after you protect the sheet from the Tools menu - see below."
+msgstr ""
+
+#: cell_protect.xhp#par_id31529866655.help.text
+msgid "Uncheck <emph>Protected</emph> to allow the user to change the currently selected cells."
+msgstr ""
+
+#: 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 "Select <emph>Protected</emph> to prevent changes to the contents and the format of a cell. "
+
+#: cell_protect.xhp#par_idN1069A.help.text
+msgid "Select <emph>Hide formula</emph> to hide and to protect formulas from changes."
+msgstr "Select <emph>Hide formula</emph> to hide and to protect formulae from changes."
+
+#: 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 "Select <emph>Hide when printing</emph> to hide protected cells in the printed document. The cells are not hidden onscreen."
+
+#: cell_protect.xhp#par_id3152872.11.help.text
+msgctxt "cell_protect.xhp#par_id3152872.11.help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: cell_protect.xhp#par_id3145362.12.help.text
+msgid "Apply the protection options."
+msgstr "Apply the protection options."
+
+#: cell_protect.xhp#par_idN106C0.help.text
+msgid "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <item type=\"menuitem\">Tools - Protect Document - Sheet</item>."
+msgstr "To protect the cells from being changed / viewed / printed according to your settings in the <emph>Format - Cells</emph> dialogue, choose <item type=\"menuitem\">Tools - Protect Document - Sheet</item>."
+
+#: cell_protect.xhp#par_idN106C7.help.text
+msgid "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Document - Document</item>."
+msgstr "To protect the structure of the document, for example the count, <link href=\"text/scalc/guide/rename_table.xhp\">names</link>, and order of the sheets, from being changed, choose <item type=\"menuitem\">Tools - Protect Document - Document</item>."
+
+#: cell_protect.xhp#par_idN106CF.help.text
+msgid "(Optional) Enter a password."
+msgstr "(Optional) Enter a password."
+
+#: 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 accidental changes, set the sheet protection, but do not enter a password."
+msgstr "If you forget your password, you cannot deactivate the protection. If you only want to protect cells from accidental changes, set the sheet protection, but do not enter a password."
+
+#: cell_protect.xhp#par_id3153810.13.help.text
+msgid "Click <emph>OK</emph>. "
+msgstr "Click <emph>OK</emph>. "
+
+#: cell_protect.xhp#par_idN10B8C.help.text
+msgid " <embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/> "
+msgstr " <embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/> "
+
+#: matrixformula.xhp#tit.help.text
+msgid "Entering Matrix Formulas"
+msgstr "Entering Matrix Formulae"
+
+#: matrixformula.xhp#bm_id3153969.help.text
+msgid "<bookmark_value>matrices; entering matrix formulas</bookmark_value><bookmark_value>formulas; matrix formulas</bookmark_value><bookmark_value>inserting;matrix formulas</bookmark_value>"
+msgstr "<bookmark_value>matrices; entering matrix formulae</bookmark_value><bookmark_value>formulae; matrix formulae</bookmark_value><bookmark_value>inserting;matrix formulae</bookmark_value>"
+
+#: 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 "<variable id=\"matrixformula\"><link href=\"text/scalc/guide/matrixformula.xhp\" name=\"Entering Matrix Formulas\">Entering Matrix Formulas</link></variable>"
+
+#: 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 "The following is an example of how you can enter a matrix formula, without going into the details of matrix functions."
+
+#: 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 "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."
+
+#: 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 "Using the mouse, select the range C1:C10, in which the results are to be displayed."
+
+#: matrixformula.xhp#par_id3149260.17.help.text
+msgid "Press F2, or click in the input line of the Formula bar."
+msgstr "Press F2, or click in the input line of the Formula bar."
+
+#: matrixformula.xhp#par_id3154944.18.help.text
+msgid "Enter an equal sign (=)."
+msgstr "Enter an equal sign (=)."
+
+#: matrixformula.xhp#par_id3145252.19.help.text
+msgid "Select the range A1:A10, which contains the first values for the sum formula."
+msgstr "Select the range A1:A10, which contains the first values for the sum formula."
+
+#: matrixformula.xhp#par_id3144767.20.help.text
+msgid "Press the (+) key from the numerical keypad."
+msgstr "Press the (+) key from the numerical keypad."
+
+#: matrixformula.xhp#par_id3154018.21.help.text
+msgid "Select the numbers in the second column in cells B1:B10."
+msgstr "Select the numbers in the second column in cells B1:B10."
+
+#: 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 "End the input with the matrix key combination: Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
+
+#: 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 "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."
+
+#: edit_multitables.xhp#tit.help.text
+msgid "Copying to Multiple Sheets"
+msgstr "Copying to Multiple Sheets"
+
+#: edit_multitables.xhp#bm_id3149456.help.text
+msgid "<bookmark_value>copying;values, to multiple sheets</bookmark_value><bookmark_value>pasting;values in multiple sheets</bookmark_value><bookmark_value>data;inserting in multiple sheets</bookmark_value> <bookmark_value>sheets; simultaneous multiple filling</bookmark_value> "
+msgstr "<bookmark_value>copying;values, to multiple sheets</bookmark_value><bookmark_value>pasting;values in multiple sheets</bookmark_value><bookmark_value>data;inserting in multiple sheets</bookmark_value> <bookmark_value>sheets; simultaneous multiple filling</bookmark_value> "
+
+#: 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 "<variable id=\"edit_multitables\"><link href=\"text/scalc/guide/edit_multitables.xhp\" name=\"Copying to Multiple Sheets\">Copying to Multiple Sheets</link> </variable>"
+
+#: 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 "In $[officename] Calc, you can insert values, text or formulae that are simultaneously copied to other selected sheets of your document."
+
+#: edit_multitables.xhp#par_id3153768.8.help.text
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> 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 ""
+
+#: edit_multitables.xhp#par_idN10614.help.text
+msgctxt "edit_multitables.xhp#par_idN10614.help.text"
+msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
+msgstr "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
+
+#: edit_multitables.xhp#par_id3147435.7.help.text
+msgid "Now when you insert values, text or formulas into the active sheet, they will also appear in the identical positions in the other selected sheets. For example, data entered in cell A1 of the active sheet is automatically entered into cell A1 of any other seleted sheet."
+msgstr "Now when you insert values, text or formulae into the active sheet, they will also appear in the identical positions in the other selected sheets. For example, data entered in cell A1 of the active sheet is automatically entered into cell A1 of any other seleted sheet."
+
+#: cellstyle_minusvalue.xhp#tit.help.text
+msgid "Highlighting Negative Numbers"
+msgstr "Highlighting Negative Numbers"
+
+#: cellstyle_minusvalue.xhp#bm_id3147434.help.text
+msgid "<bookmark_value>negative numbers</bookmark_value> <bookmark_value>numbers; highlighting negative numbers</bookmark_value> <bookmark_value>highlighting;negative numbers</bookmark_value> <bookmark_value>colors;negative numbers</bookmark_value> <bookmark_value>number formats;colors for negative numbers</bookmark_value>"
+msgstr "<bookmark_value>negative numbers</bookmark_value> <bookmark_value>numbers; highlighting negative numbers</bookmark_value> <bookmark_value>highlighting;negative numbers</bookmark_value> <bookmark_value>colours;negative numbers</bookmark_value> <bookmark_value>number formats;colours for negative numbers</bookmark_value>"
+
+#: 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 "<variable id=\"cellstyle_minusvalue\"><link href=\"text/scalc/guide/cellstyle_minusvalue.xhp\" name=\"Highlighting Negative Numbers\">Highlighting Negative Numbers</link></variable>"
+
+#: 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 "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 colours."
+
+#: cellstyle_minusvalue.xhp#par_id3155600.34.help.text
+msgid "Select the cells and choose <emph>Format - Cells</emph>."
+msgstr "Select the cells and choose <emph>Format - Cells</emph>."
+
+#: 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 "On the <emph>Numbers</emph> tab, select a number format and mark <emph>Negative numbers red</emph> check box. Click <emph>OK</emph>."
+
+#: 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 <item type=\"menuitem\">Format code</item>. For example, instead of RED, enter <item type=\"literal\">YELLOW</item>. If the new code appears in the list after clicking the <item type=\"menuitem\">Add</item> icon, this is a valid entry."
+msgstr "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 <item type=\"menuitem\">Format code</item>. For example, instead of RED, enter <item type=\"literal\">YELLOW</item>. If the new code appears in the list after clicking the <item type=\"menuitem\">Add</item> icon, this is a valid entry."
+
+#: webquery.xhp#tit.help.text
+msgid "Inserting External Data in Table (WebQuery)"
+msgstr "Inserting External Data in Table (WebQuery)"
+
+#: 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>inserting; external data</bookmark_value><bookmark_value>data sources; external data</bookmark_value>"
+msgstr "<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>inserting; external data</bookmark_value><bookmark_value>data sources; external data</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "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."
+
+#: 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 "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
+
+#: webquery.xhp#par_id3149664.5.help.text
+msgid "The following insert methods are available:"
+msgstr "The following insert methods are available:"
+
+#: webquery.xhp#hd_id3146976.6.help.text
+msgid "Inserting by Dialog"
+msgstr "Inserting by Dialogue"
+
+#: webquery.xhp#par_id3154319.7.help.text
+msgid "Set the cell cursor at the cell where the new content will be inserted."
+msgstr "Set the cell cursor at the cell where the new content will be inserted."
+
+#: 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 "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialogue."
+
+#: 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 "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 dialogue."
+
+#: 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 "In the large list box of the dialogue, select the named ranges or tables you want to insert."
+
+#: webquery.xhp#par_id3155064.11.help.text
+msgid "You can also specify that the ranges or tables are updated every n seconds."
+msgstr "You can also specify that the ranges or tables are updated every n seconds."
+
+#: 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 "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."
+
+#: webquery.xhp#hd_id3149021.12.help.text
+msgid "Inserting by Navigator"
+msgstr "Inserting by Navigator"
+
+#: 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 "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)."
+
+#: webquery.xhp#par_id3150205.16.help.text
+msgid "In the target document open the Navigator."
+msgstr "In the target document open the Navigator."
+
+#: 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 "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."
+
+#: 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 "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>."
+
+#: webquery.xhp#par_id3157978.22.help.text
+msgid "Drag the desired external data from the Navigator into the target document."
+msgstr "Drag the desired external data from the Navigator into the target document."
+
+#: 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 "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:"
+
+#: webquery.xhp#par_id3152873.24.help.text
+msgid "<item type=\"literal\">HTML_all</item> - designates the entire document"
+msgstr "<item type=\"literal\">HTML_all</item> - designates the entire document"
+
+#: webquery.xhp#par_id3149897.25.help.text
+msgid "<item type=\"literal\">HTML_tables</item> - designates all HTML tables in the document"
+msgstr "<item type=\"literal\">HTML_tables</item> - designates all HTML tables in the document"
+
+#: webquery.xhp#hd_id3149126.26.help.text
+msgid "Editing the external data"
+msgstr "Editing the external data"
+
+#: webquery.xhp#par_id3159228.27.help.text
+msgid "Open <emph>Edit - Links</emph>. Here you can edit the link to the external data."
+msgstr "Open <emph>Edit - Links</emph>. Here you can edit the link to the external data."
+
+#: webquery.xhp#par_id3154650.28.help.text
+msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>"
+msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialogue\">External data dialogue</link>"
+
+#: calc_date.xhp#tit.help.text
+msgid "Calculating With Dates and Times"
+msgstr "Calculating With Dates and Times"
+
+#: 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> <bookmark_value>current date and time values</bookmark_value>"
+msgstr "<bookmark_value>dates; in cells</bookmark_value> <bookmark_value>times; in cells</bookmark_value> <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "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:"
+
+#: calc_date.xhp#par_id3150750.13.help.text
+msgid "In a spreadsheet, enter your birthday in cell A1."
+msgstr "In a spreadsheet, enter your birthday in cell A1."
+
+#: calc_date.xhp#par_id3145642.14.help.text
+msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item> "
+msgstr "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item> "
+
+#: 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 "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."
+
+#: 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 "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
+
+#: calc_date.xhp#par_id3147343.54.help.text
+msgid "The <item type=\"menuitem\">Format Cells</item> dialog appears. On the <item type=\"menuitem\">Numbers</item> tab, the \"Number\" 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 <item type=\"menuitem\">OK</item> button."
+msgstr "The <item type=\"menuitem\">Format Cells</item> dialogue appears. On the <item type=\"menuitem\">Numbers</item> tab, the \"Number\" 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 dialogue with the <item type=\"menuitem\">OK</item> button."
+
+#: 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 "The number of days between today's date and the specified date is displayed in cell A3."
+
+#: 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 "Experiment with some additional formulae: 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."
+
+#: 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 "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."
+
+#: multitables.xhp#tit.help.text
+msgid "Applying Multiple Sheets"
+msgstr "Applying Multiple Sheets"
+
+#: 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>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+
+#: 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 "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
+
+#: multitables.xhp#hd_id3148576.10.help.text
+msgid "Inserting a Sheet"
+msgstr "Inserting a Sheet"
+
+#: 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 "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
+
+#: multitables.xhp#par_id05092009140203598.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
+msgstr ""
+
+#: multitables.xhp#par_id05092009140203523.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp>"
+msgstr ""
+
+#: multitables.xhp#par_id050920091402035.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to select all sheets in the document.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to select all sheets in the document.</ahelp>"
+
+#: multitables.xhp#par_id0509200914020391.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
+
+#: multitables.xhp#hd_id3154491.11.help.text
+msgid "Selecting Multiple Sheets"
+msgstr "Selecting Multiple Sheets"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
+
+#: multitables.xhp#par_idN106B7.help.text
+msgctxt "multitables.xhp#par_idN106B7.help.text"
+msgid "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
+msgstr "You can use Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up or Page Down to select multiple sheets using the keyboard."
+
+#: multitables.xhp#hd_id3155600.12.help.text
+msgid "Undoing a Selection"
+msgstr "Undoing a Selection"
+
+#: multitables.xhp#par_id3146969.13.help.text
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
+
+#: multitables.xhp#hd_id3156382.15.help.text
+msgid "Calculating Across Multiple Sheets"
+msgstr "Calculating Across Multiple Sheets"
+
+#: 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 "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."
+
+#: move_dragdrop.xhp#tit.help.text
+msgid "Moving Cells by Drag-and-Drop "
+msgstr "Moving Cells by Drag-and-Drop "
+
+#: move_dragdrop.xhp#bm_id3155686.help.text
+msgid "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
+msgstr "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
+
+#: move_dragdrop.xhp#hd_id986358.help.text
+msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
+msgstr "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
+
+#: move_dragdrop.xhp#par_id2760093.help.text
+msgid "When you drag-and-drop a selection of cells on a Calc sheet, the cells normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
+msgstr "When you drag-and-drop a selection of cells on a Calc sheet, the cells normally overwrite the existing cells in the area where you drop. This is the normal <emph>overwrite mode</emph>."
+
+#: move_dragdrop.xhp#par_id9527268.help.text
+msgid "When you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while releasing the mouse button, you enter the <emph>insert mode</emph>."
+msgstr "When you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key while releasing the mouse button, you enter the <emph>insert mode</emph>."
+
+#: move_dragdrop.xhp#par_id79653.help.text
+msgid "In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, and the dropped cells are inserted into the now empty positions without overwriting. "
+msgstr "In insert mode, the existing cells where you drop will be shifted to the right or to the bottom, and the dropped cells are inserted into the now empty positions without overwriting. "
+
+#: move_dragdrop.xhp#par_id8676717.help.text
+msgid "The surrounding box of the moved cells looks different in insert mode. "
+msgstr "The surrounding box of the moved cells looks different in insert mode. "
+
+#: move_dragdrop.xhp#par_id3968932.help.text
+msgid "In overwrite mode you see all four borders around the selected area. In insert mode you see only the left border when target cells will be shifted to the right. You see only the upper border when target cells will be shifted down. "
+msgstr "In overwrite mode you see all four borders around the selected area. In insert mode you see only the left border when target cells will be shifted to the right. You see only the upper border when target cells will be shifted down. "
+
+#: move_dragdrop.xhp#par_id7399517.help.text
+msgid "Whether the target area will be shifted to the right or to the bottom depends on the distance between source and target cells, if you move within the same sheet. It depends on the number of horizontal or vertical cells in the moved area, if you move to a different sheet."
+msgstr "Whether the target area will be shifted to the right or to the bottom depends on the distance between source and target cells, if you move within the same sheet. It depends on the number of horizontal or vertical cells in the moved area, if you move to a different sheet."
+
+#: move_dragdrop.xhp#par_id8040406.help.text
+msgid "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
+msgstr "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
+
+#: move_dragdrop.xhp#par_id2586748.help.text
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
+
+#: move_dragdrop.xhp#par_id5814081.help.text
+msgid "Keys pressed while releasing the mouse button"
+msgstr "Keys pressed while releasing the mouse button"
+
+#: move_dragdrop.xhp#par_id6581316.help.text
+msgctxt "move_dragdrop.xhp#par_id6581316.help.text"
+msgid "Result"
+msgstr "Result"
+
+#: move_dragdrop.xhp#par_id9906613.help.text
+msgid "No key"
+msgstr "No key"
+
+#: move_dragdrop.xhp#par_id2815637.help.text
+msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
+msgstr "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
+
+#: move_dragdrop.xhp#par_id6161687.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
+
+#: move_dragdrop.xhp#par_id4278389.help.text
+msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
+msgstr "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
+
+#: move_dragdrop.xhp#par_id2805566.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
+
+#: move_dragdrop.xhp#par_id5369121.help.text
+msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
+msgstr "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
+
+#: move_dragdrop.xhp#par_id9518723.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
+
+#: move_dragdrop.xhp#par_id2926419.help.text
+msgid "Cells are moved and shift the cells in the target area to the right or to the bottom. Source cells are emptied, except if you move within the same rows on the same sheet. "
+msgstr "Cells are moved and shift the cells in the target area to the right or to the bottom. Source cells are emptied, except if you move within the same rows on the same sheet. "
+
+#: move_dragdrop.xhp#par_id4021423.help.text
+msgid "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
+msgstr "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
+
+#: move_dragdrop.xhp#par_id2783898.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
+
+#: move_dragdrop.xhp#par_id2785119.help.text
+msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+msgstr "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+
+#: move_dragdrop.xhp#par_id584124.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
+
+#: move_dragdrop.xhp#par_id5590990.help.text
+msgid "Links to the source cells are inserted and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+msgstr "Links to the source cells are inserted and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
+
+#: line_fix.xhp#tit.help.text
+msgid "Freezing Rows or Columns as Headers"
+msgstr "Freezing Rows or Columns as Headers"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data."
+msgstr "If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: line_fix.xhp#par_id3156286.4.help.text
+msgid "Choose <emph>Window - Freeze</emph>."
+msgstr "Choose <emph>Window - Freeze</emph>."
+
+#: line_fix.xhp#par_id3151073.5.help.text
+msgid "To deactivate, choose <emph>Window - Freeze </emph>again."
+msgstr "To deactivate, choose <emph>Window - Freeze </emph>again."
+
+#: 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 "If the area defined is to be scrollable, apply the <emph>Window - Split</emph> command."
+
+#: 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 "If you want to print a certain row on all pages of a document, choose <emph>Format - Print ranges - Edit</emph>."
+
+#: line_fix.xhp#par_id3147004.9.help.text
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Window - Freeze\">Window - Freeze</link>"
+msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Window - Freeze\">Window - Freeze</link>"
+
+#: line_fix.xhp#par_id3150088.10.help.text
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Window - Split\">Window - Split</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Window - Split\">Window - Split</link>"
+
+#: line_fix.xhp#par_id3150304.11.help.text
+msgctxt "line_fix.xhp#par_id3150304.11.help.text"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+
+#: scenario.xhp#tit.help.text
+msgctxt "scenario.xhp#tit.help.text"
+msgid "Using Scenarios"
+msgstr "Using Scenarios"
+
+#: scenario.xhp#bm_id3149664.help.text
+msgid "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
+msgstr "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
+
+#: 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 "<variable id=\"scenario\"><link href=\"text/scalc/guide/scenario.xhp\" name=\"Using Scenarios\">Using Scenarios</link></variable>"
+
+#: scenario.xhp#par_id3150869.2.help.text
+msgid "A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out \"what-if\" questions."
+msgstr "A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out \"what-if\" questions."
+
+#: scenario.xhp#hd_id3149255.15.help.text
+msgid "Creating Your Own Scenarios"
+msgstr "Creating Your Own Scenarios"
+
+#: scenario.xhp#par_id3154704.16.help.text
+msgid "To create a scenario, select all the cells that provide the data for the scenario. "
+msgstr "To create a scenario, select all the cells that provide the data for the scenario. "
+
+#: scenario.xhp#par_id3154020.17.help.text
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
+
+#: scenario.xhp#par_id3150364.18.help.text
+msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
+msgstr "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialogue appears."
+
+#: 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 "Enter a name for the new scenario and leave the other fields unchanged with their default values. Close the dialogue with OK. Your new scenario is automatically activated."
+
+#: scenario.xhp#hd_id3149664.3.help.text
+msgctxt "scenario.xhp#hd_id3149664.3.help.text"
+msgid "Using Scenarios"
+msgstr "Using Scenarios"
+
+#: scenario.xhp#par_id3153415.11.help.text
+msgid "Scenarios can be selected in the Navigator:"
+msgstr "Scenarios can be selected in the Navigator:"
+
+#: scenario.xhp#par_id3150752.12.help.text
+msgid "Open the Navigator with the <emph>Navigator</emph> icon <image id=\"img_id1593676\" src=\"cmd/sc_navigator.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id1593676\">Navigator icon</alt></image> on the Standard bar."
+msgstr "Open the Navigator with the <emph>Navigator</emph> icon <image id=\"img_id1593676\" src=\"cmd/sc_navigator.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id1593676\">Navigator icon</alt></image> on the Standard bar."
+
+#: scenario.xhp#par_id3155764.13.help.text
+msgid "Click the <emph>Scenarios</emph> icon <image id=\"img_id7617114\" src=\"sc/imglst/navipi/na07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id7617114\">Scenarios icon</alt></image> in the Navigator."
+msgstr ""
+
+#: 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 "In the Navigator, you see the defined scenarios with the comments that were entered when the scenarios were created."
+
+#: scenario.xhp#par_id1243629.help.text
+msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
+msgstr "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
+
+#: scenario.xhp#par_id9044770.help.text
+msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
+msgstr "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
+
+#: scenario.xhp#par_id3674123.help.text
+msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
+msgstr "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
+
+#: scenario.xhp#par_id3424481.help.text
+msgid "To hide the border of a set of cells that are part of a scenario, open the <emph>Properties</emph> dialog for each scenario that affects the cells and clear the Display border checkbox. Hiding the border also removes the listbox on the sheet where you can choose the scenarios."
+msgstr "To hide the border of a set of cells that are part of a scenario, open the <emph>Properties</emph> dialogue for each scenario that affects the cells and clear the Display border checkbox. Hiding the border also removes the listbox on the sheet where you can choose the scenarios."
+
+#: 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 see arrows to the cells that are directly dependent on the current cell."
+msgstr "If you want to know which values in the scenario affect other values, choose <emph>Tools - Detective - Trace Dependents</emph>. You see arrows to the cells that are directly dependent on the current cell."
+
+#: scenario.xhp#par_id3154484.29.help.text
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
+msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
+
+#: main.xhp#tit.help.text
+msgid "Instructions for Using $[officename] Calc"
+msgstr "Instructions for Using $[officename] Calc"
+
+#: main.xhp#bm_id3150770.help.text
+msgid "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
+msgstr "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
+
+#: 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 "<variable id=\"main\"><link href=\"text/scalc/guide/main.xhp\" name=\"Instructions for Using $[officename] Calc\">Instructions for Using $[officename] Calc</link></variable>"
+
+#: main.xhp#hd_id3145748.2.help.text
+msgid "Formatting Tables and Cells"
+msgstr "Formatting Tables and Cells"
+
+#: main.xhp#hd_id3154022.3.help.text
+msgid "Entering Values and Formulas"
+msgstr "Entering Values and Formulae"
+
+#: main.xhp#hd_id3152899.4.help.text
+msgid "Entering References"
+msgstr "Entering References"
+
+#: main.xhp#hd_id3155382.5.help.text
+msgid "Database Ranges in Tables"
+msgstr "Database Ranges in Tables"
+
+#: main.xhp#hd_id3159229.6.help.text
+msgid "Advanced Calculations"
+msgstr "Advanced Calculations"
+
+#: main.xhp#hd_id3153070.7.help.text
+msgid "Printing and Page Preview"
+msgstr "Printing and Page Preview"
+
+#: main.xhp#hd_id3150437.8.help.text
+msgid "Importing and Exporting Documents"
+msgstr "Importing and Exporting Documents"
+
+#: main.xhp#hd_id3166464.9.help.text
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
+
+#: cellreferences_url.xhp#tit.help.text
+msgid "References to Other Sheets and Referencing URLs"
+msgstr "References to Other Sheets and Referencing URLs"
+
+#: cellreferences_url.xhp#bm_id3150441.help.text
+msgid "<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 "<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>"
+
+#: cellreferences_url.xhp#hd_id3150441.15.help.text
+msgid "<variable id=\"cellreferences_url\"><link href=\"text/scalc/guide/cellreferences_url.xhp\" name=\"Referencing URLs\">Referencing URLs</link></variable>"
+msgstr "<variable id=\"cellreferences_url\"><link href=\"text/scalc/guide/cellreferences_url.xhp\" name=\"Referencing URLs\">Referencing URLs</link></variable>"
+
+#: cellreferences_url.xhp#par_id1955626.help.text
+msgid "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 "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:"
+
+#: 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 "In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data."
+
+#: cellreferences_url.xhp#par_id3145384.40.help.text
+msgid "Choose <item type=\"menuitem\">Insert - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
+msgstr "Choose <item type=\"menuitem\">Insert - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialogue appears."
+
+#: 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 <item type=\"menuitem\">File - Open</item> dialog."
+msgstr "Enter the URL of the document or Web page in the dialogue. 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 <item type=\"menuitem\">File - Open</item> dialogue."
+
+#: 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 <item type=\"menuitem\">External Data</item> dialog, you can see the name of all the sheets or named ranges you can choose from."
+msgstr "$[officename] loads the Web page or file in the \"background\", that is, without displaying it. In the large list box of the <item type=\"menuitem\">External Data</item> dialogue, you can see the name of all the sheets or named ranges you can choose from."
+
+#: 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\" seconds and click <item type=\"menuitem\">OK</item>."
+msgstr "Select one or more sheets or named ranges. You can also activate the automatic update function every \"n\" seconds and click <item type=\"menuitem\">OK</item>."
+
+#: cellreferences_url.xhp#par_id3157979.44.help.text
+msgid "The contents will be inserted as a link in the $[officename] Calc document."
+msgstr "The contents will be inserted as a link in the $[officename] Calc document."
+
+#: 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 "Save your spreadsheet. When you open it again later, $[officename] Calc will update the linked cells following an enquiry."
+
+#: cellreferences_url.xhp#par_id3159204.38.help.text
+msgid "Under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040900.xhp\" name=\"Spreadsheet - General\"><item type=\"menuitem\">%PRODUCTNAME Calc - General</item></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 <item type=\"menuitem\">Edit - Links</item>."
+msgstr "Under <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040900.xhp\" name=\"Spreadsheet - General\"><item type=\"menuitem\">%PRODUCTNAME Calc - General</item></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 dialogue under <item type=\"menuitem\">Edit - Links</item>."
+
+#: csv_formula.xhp#tit.help.text
+msgid "Importing and Exporting Text Files"
+msgstr "Importing and Exporting Text Files"
+
+#: csv_formula.xhp#bm_id3153726.help.text
+msgid "<bookmark_value>csv files;formulas</bookmark_value> <bookmark_value>formulas; importing/exporting as csv files</bookmark_value> <bookmark_value>exporting;formulas as csv files</bookmark_value> <bookmark_value>importing;csv files with formulas</bookmark_value>"
+msgstr "<bookmark_value>csv files;formulae</bookmark_value> <bookmark_value>formulae; importing/exporting as csv files</bookmark_value> <bookmark_value>exporting;formulae as csv files</bookmark_value> <bookmark_value>importing;csv files with formulae</bookmark_value>"
+
+#: 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 CSV Text Files with Formulas</link></variable>"
+msgstr "<variable id=\"csv_formula\"><link href=\"text/scalc/guide/csv_formula.xhp\" name=\"Importing and Exporting Text Files\">Importing and Exporting CSV Text Files with Formulas</link></variable>"
+
+#: 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 "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."
+
+#: csv_formula.xhp#hd_id3150715.15.help.text
+msgid "To Import a CSV File"
+msgstr "To Import a CSV File"
+
+#: csv_formula.xhp#par_id3153709.16.help.text
+msgctxt "csv_formula.xhp#par_id3153709.16.help.text"
+msgid "Choose <emph>File - Open</emph>."
+msgstr "Choose <emph>File - Open</emph>."
+
+#: 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 "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 recognised."
+
+#: csv_formula.xhp#par_id3149565.18.help.text
+msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click <item type=\"menuitem\">OK</item>."
+msgstr "You will see the <item type=\"menuitem\">Text Import</item> dialogue. Click <item type=\"menuitem\">OK</item>."
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
+msgstr "If the csv file contains formulae, but you want to import the results of those formulae, then choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
+
+#: csv_formula.xhp#hd_id3154022.3.help.text
+msgid "To Export Formulas and Values as CSV Files"
+msgstr "To Export Formulas and Values as CSV Files"
+
+#: csv_formula.xhp#par_id3150342.4.help.text
+msgid "Click the sheet to be written as a csv file."
+msgstr "Click the sheet to be written as a csv file."
+
+#: 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 "If you want to export the formulae as formulae, for example, in the form =SUM(A1:B5), proceed as follows:"
+
+#: csv_formula.xhp#par_id3155111.6.help.text
+msgctxt "csv_formula.xhp#par_id3155111.6.help.text"
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+
+#: 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 "Under <emph>Display</emph>, mark the <emph>Formulas</emph> check box. Click <emph>OK</emph>."
+
+#: 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 "If you want to export the calculation results instead of the formulae, do not mark <emph>Formulas</emph>."
+
+#: csv_formula.xhp#par_id3148702.9.help.text
+msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
+msgstr "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialogue."
+
+#: csv_formula.xhp#par_id3153912.10.help.text
+msgid "In the<emph/> <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
+msgstr "In the<emph/> <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
+
+#: csv_formula.xhp#par_id3157978.13.help.text
+msgid "Enter a name and click <emph>Save</emph>."
+msgstr "Enter a name and click <emph>Save</emph>."
+
+#: 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 "From the <emph>Export of text files</emph> dialogue that appears, select the character set and the field and text delimiters for the data to be exported, and confirm with <emph>OK</emph>."
+
+#: 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 "If necessary, after you have saved, clear the <emph>Formulas</emph> check box to see the calculated results in the table again."
+
+#: csv_formula.xhp#par_id3153487.20.help.text
+msgctxt "csv_formula.xhp#par_id3153487.20.help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+
+#: csv_formula.xhp#par_id3153008.21.help.text
+msgctxt "csv_formula.xhp#par_id3153008.21.help.text"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+msgstr "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+
+#: csv_formula.xhp#par_id3155595.22.help.text
+msgctxt "csv_formula.xhp#par_id3155595.22.help.text"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+msgstr "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+
+#: multioperation.xhp#tit.help.text
+msgid "Applying Multiple Operations"
+msgstr "Applying Multiple Operations"
+
+#: multioperation.xhp#bm_id3147559.help.text
+msgid "<bookmark_value>multiple operations</bookmark_value><bookmark_value>what if operations;two variables</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 "<bookmark_value>multiple operations</bookmark_value><bookmark_value>what if operations;two variables</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>"
+
+#: 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 "<variable id=\"multioperation\"><link href=\"text/scalc/guide/multioperation.xhp\" name=\"Applying Multiple Operations\">Applying Multiple Operations</link></variable>"
+
+#: multioperation.xhp#hd_id3145171.1.help.text
+msgid "Multiple Operations in Columns or Rows"
+msgstr "Multiple Operations in Columns or Rows"
+
+#: multioperation.xhp#par_id4123966.help.text
+msgid "The <item type=\"menuitem\">Data - Multiple Operations</item> command provides a planning tool for \"what if\" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula."
+msgstr "The <item type=\"menuitem\">Data - Multiple Operations</item> command provides a planning tool for \"what if\" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula."
+
+#: multioperation.xhp#par_id3156424.2.help.text
+#, fuzzy
+msgid "In the <emph>Formulas</emph> field, enter the cell reference to the formula that applies to the data range. In the <emph>Column input cell/Row input cell</emph> field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples:"
+msgstr "In the <emph>Formula</emph> field, enter the cell reference to the formula that applies to the data range. In the <emph>Column input cell/Row input cell</emph> field, enter the cell reference to the corresponding cell that is part of the formula. This can be explained best by examples:"
+
+#: multioperation.xhp#hd_id3159153.7.help.text
+msgctxt "multioperation.xhp#hd_id3159153.7.help.text"
+msgid "Examples"
+msgstr "Examples"
+
+#: 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 "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?"
+
+#: multioperation.xhp#par_id6478774.help.text
+msgid "<image id=\"img_id1621753\" src=\"res/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
+msgstr "<image id=\"img_id1621753\" src=\"res/helpimg/what-if.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id1621753\">what-if sheet area</alt></image>"
+
+#: multioperation.xhp#hd_id3145239.41.help.text
+msgid "Calculating With One Formula and One Variable"
+msgstr "Calculating With One Formula and One Variable"
+
+#: 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 "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."
+
+#: multioperation.xhp#par_id3157875.43.help.text
+msgid "In column D enter given annual sales, one below the other; for example, 500 to 5000, in steps of 500."
+msgstr "In column D enter given annual sales, one below the other; for example, 500 to 5000, in steps of 500."
+
+#: multioperation.xhp#par_id3159115.44.help.text
+msgid "Select the range D2:E11, and thus the values in column D and the empty cells alongside in column E."
+msgstr "Select the range D2:E11, and thus the values in column D and the empty cells alongside in column E."
+
+#: multioperation.xhp#par_id3149723.45.help.text
+msgid "Choose <emph>Data - Multiple operations</emph>."
+msgstr "Choose <emph>Data - Multiple operations</emph>."
+
+#: multioperation.xhp#par_id3149149.46.help.text
+#, fuzzy
+msgid "With the cursor in the <emph>Formulas </emph>field, click cell B5."
+msgstr "With the cursor in the <emph>Formulas </emph>field, click cell B5."
+
+#: multioperation.xhp#par_id3149355.47.help.text
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4. This means that B4, the quantity, is the variable in the formula, which is replaced by the selected column values."
+msgstr "Set the cursor in the <emph>Column input cell</emph> field and click cell B4. This means that B4, the quantity, is the variable in the formula, which is replaced by the selected column values."
+
+#: multioperation.xhp#par_id3149009.48.help.text
+msgid "Close the dialog with <emph>OK</emph>. You see the profits for the different quantities in column E."
+msgstr "Close the dialogue with <emph>OK</emph>. You see the profits for the different quantities in column E."
+
+#: multioperation.xhp#hd_id3148725.49.help.text
+msgid "Calculating with Several Formulas Simultaneously"
+msgstr "Calculating with Several Formulae Simultaneously"
+
+#: multioperation.xhp#par_id3146880.50.help.text
+msgid "Delete column E."
+msgstr "Delete column E."
+
+#: 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 "Enter the following formula in C5: = B5 / B4. You are now calculating the annual profit per item sold."
+
+#: multioperation.xhp#par_id3148885.52.help.text
+msgid "Select the range D2:F11, thus three columns."
+msgstr "Select the range D2:F11, thus three columns."
+
+#: multioperation.xhp#par_id3147474.53.help.text
+msgctxt "multioperation.xhp#par_id3147474.53.help.text"
+msgid "Choose <emph>Data - Multiple Operations</emph>."
+msgstr "Choose <emph>Data - Multiple Operations</emph>."
+
+#: multioperation.xhp#par_id3154846.54.help.text
+msgid "With the cursor in the <emph>Formulas</emph> field, select cells B5 thru C5."
+msgstr "With the cursor in the <emph>Formulas</emph> field, select cells B5 thru C5."
+
+#: multioperation.xhp#par_id3153931.55.help.text
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4."
+msgstr "Set the cursor in the <emph>Column input cell</emph> field and click cell B4."
+
+#: 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 "Close the dialogue with <emph>OK</emph>. You will now see the profits in column E and the annual profit per item in column F."
+
+#: multioperation.xhp#hd_id3146139.3.help.text
+msgid "Multiple Operations Across Rows and Columns"
+msgstr "Multiple Operations Across Rows and Columns"
+
+#: multioperation.xhp#par_id3148584.4.help.text
+#, fuzzy
+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>Formulas</emph> field. The <emph>Row input cell</emph> and the <emph>Column input cell</emph> fields are used to enter the reference to the corresponding cells of the formula."
+msgstr "<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 dialogue. Enter the reference to the formula in the <emph>Formula</emph> field. The <emph>Row input cell</emph> and the <emph>Column input cell</emph> fields are used to enter the reference to the corresponding cells of the formula."
+
+#: multioperation.xhp#hd_id3149949.57.help.text
+msgid "Calculating with Two Variables"
+msgstr "Calculating with Two Variables"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: multioperation.xhp#par_id3152810.95.help.text
+msgid "Select the range D1:H11."
+msgstr "Select the range D1:H11."
+
+#: multioperation.xhp#par_id3153620.96.help.text
+msgctxt "multioperation.xhp#par_id3153620.96.help.text"
+msgid "Choose <emph>Data - Multiple Operations</emph>."
+msgstr "Choose <emph>Data - Multiple Operations</emph>."
+
+#: multioperation.xhp#par_id3149981.97.help.text
+#, fuzzy
+msgid "With the cursor in the <emph>Formulas</emph> field, click cell B5."
+msgstr "With the cursor in the <emph>Formulas </emph>field, click cell B5."
+
+#: multioperation.xhp#par_id3156113.98.help.text
+msgid "Set the cursor in the <emph>Row input cell</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 "Set the cursor in the <emph>Row input cell</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)."
+
+#: multioperation.xhp#par_id3154049.99.help.text
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click in B4. This means that B4, the quantity, is the vertically entered variable."
+msgstr "Set the cursor in the <emph>Column input cell</emph> field and click in B4. This means that B4, the quantity, is the vertically entered variable."
+
+#: multioperation.xhp#par_id3149141.100.help.text
+msgid "Close the dialog with OK. You see the profits for the different selling prices in the range E2:H11."
+msgstr "Close the dialogue with OK. You see the profits for the different selling prices in the range E2:H11."
+
+#: multioperation.xhp#par_id3155104.101.help.text
+msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple operations\">Multiple operations</link>"
+msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple operations\">Multiple operations</link>"
+
+#: datapilot_createtable.xhp#tit.help.text
+#, fuzzy
+msgid "Creating Pivot Tables"
+msgstr "Creating DataPilot Tables"
+
+#: datapilot_createtable.xhp#bm_id3148491.help.text
+msgid "<bookmark_value>pivot tables</bookmark_value> <bookmark_value>pivot table function; calling up and applying</bookmark_value>"
+msgstr ""
+
+#: datapilot_createtable.xhp#hd_id3148491.7.help.text
+msgid "<variable id=\"datapilot_createtable\"><link href=\"text/scalc/guide/datapilot_createtable.xhp\" name=\"Creating Pivot Tables\">Creating Pivot Tables</link></variable>"
+msgstr ""
+
+#: datapilot_createtable.xhp#par_id3156023.8.help.text
+msgid "Position the cursor within a range of cells containing values, row and column headings."
+msgstr "Position the cursor within a range of cells containing values, row and column headings."
+
+#: datapilot_createtable.xhp#par_id3147264.9.help.text
+msgid "Choose <emph>Data - Pivot Table - Create</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>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
+msgstr ""
+
+#: datapilot_createtable.xhp#par_id3150868.10.help.text
+msgid "Drag the desired buttons into one of the four areas."
+msgstr "Drag the desired buttons into one of the four areas."
+
+#: 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 pivot table. The listbox can be used to filter the pivot table by the contents of the selected item. You can use drag-and-drop within the generated pivot table to use another page field as a filter."
+msgstr ""
+
+#: 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 "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."
+
+#: 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 "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> dialogue."
+
+#: datapilot_createtable.xhp#par_id3156286.17.help.text
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
+
+#: 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 "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
+
+#: 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 "Remove a button by dragging it back to the area of the other buttons at the right of the dialogue."
+
+#: 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 Fields</emph> or <emph>Column Fields</emph> area. Use the dialog to select if and to what extent <item type=\"productname\">%PRODUCTNAME</item> calculates display subtotals."
+msgstr ""
+
+#: datapilot_createtable.xhp#par_id3154020.18.help.text
+msgid "Exit the Pivot Table 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 pivot table is inserted further down."
+msgstr ""
+
+#: auto_off.xhp#tit.help.text
+msgid "Deactivating Automatic Changes"
+msgstr "Deactivating Automatic Changes"
+
+#: 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> <bookmark_value>number completion on/off</bookmark_value> <bookmark_value>text completion on/off</bookmark_value> <bookmark_value>word completion on/off</bookmark_value>"
+msgstr "<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> <bookmark_value>number completion on/off</bookmark_value> <bookmark_value>text completion on/off</bookmark_value> <bookmark_value>word completion on/off</bookmark_value>"
+
+#: 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 "<variable id=\"auto_off\"><link href=\"text/scalc/guide/auto_off.xhp\" name=\"Deactivating Automatic Changes\">Deactivating Automatic Changes</link></variable>"
+
+#: 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</defaultinline></switchinline>+Z."
+msgstr "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</defaultinline></switchinline>+Z."
+
+#: 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 "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:"
+
+#: auto_off.xhp#hd_id3145748.4.help.text
+msgid "Automatic Text or Number Completion"
+msgstr "Automatic Text or Number Completion"
+
+#: 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 "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>."
+
+#: 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 "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>."
+
+#: auto_off.xhp#hd_id3146972.21.help.text
+msgid "Automatic Conversion to Date Format"
+msgstr "Automatic Conversion to Date Format"
+
+#: 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 "$[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."
+
+#: 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 "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."
+
+#: auto_off.xhp#hd_id3150043.7.help.text
+msgid "Quotation Marks Replaced by Custom Quotes"
+msgstr "Quotation Marks Replaced by Custom Quotes"
+
+#: auto_off.xhp#par_id3155333.9.help.text
+msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
+msgstr "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
+
+#: auto_off.xhp#hd_id3149565.11.help.text
+msgid "Cell Content Always Begins With Uppercase"
+msgstr "Cell Content Always Begins With Uppercase"
+
+#: auto_off.xhp#par_id3147001.13.help.text
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
+msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
+
+#: auto_off.xhp#hd_id3150345.15.help.text
+msgid "Replace Word With Another Word"
+msgstr "Replace Word With Another Word"
+
+#: auto_off.xhp#par_id3166425.17.help.text
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
+msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
+
+#: 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 "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\">Tools - Cell Contents - AutoInput</link>"
+
+#: auto_off.xhp#par_id3154368.20.help.text
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
+
+#: cellstyle_conditional.xhp#tit.help.text
+msgid "Applying Conditional Formatting"
+msgstr "Applying Conditional Formatting"
+
+#: 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>cell formats; conditional</bookmark_value> <bookmark_value>random numbers;examples</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 "<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>cell formats; conditional</bookmark_value> <bookmark_value>random numbers;examples</bookmark_value> <bookmark_value>cell styles; copying</bookmark_value> <bookmark_value>copying; cell styles</bookmark_value> <bookmark_value>tables; copying cell styles</bookmark_value>"
+
+#: 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 "<variable id=\"cellstyle_conditional\"><link href=\"text/scalc/guide/cellstyle_conditional.xhp\" name=\"Applying Conditional Formatting\">Applying Conditional Formatting</link></variable>"
+
+#: 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 "Using the menu command <emph>Format - Conditional formatting</emph>, the dialogue 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."
+
+#: cellstyle_conditional.xhp#par_id8039796.help.text
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
+msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
+
+#: 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 "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."
+
+#: cellstyle_conditional.xhp#hd_id4480727.help.text
+msgid "To Define the Conditions"
+msgstr "To Define the Conditions"
+
+#: cellstyle_conditional.xhp#par_id3154490.27.help.text
+msgid "Select the cells to which you want to apply a conditional style."
+msgstr "Select the cells to which you want to apply a conditional style."
+
+#: cellstyle_conditional.xhp#par_id3155603.28.help.text
+msgid "Choose <emph>Format - Conditional Formatting</emph>."
+msgstr "Choose <emph>Format - Conditional Formatting</emph>."
+
+#: 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 "Enter the condition(s) into the dialogue box. The dialogue is described in detail in <link href=\"text/scalc/01/05120000.xhp\" name=\"$[officename] Help\">$[officename] Help</link>, and an example is provided below:"
+
+#: cellstyle_conditional.xhp#hd_id3155766.38.help.text
+msgid "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
+msgstr "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
+
+#: cellstyle_conditional.xhp#hd_id4341868.help.text
+msgid "Step1: Generate Number Values"
+msgstr "Step1: Generate Number Values"
+
+#: 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 "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."
+
+#: 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 "First of all, write a table in which a few different values occur. For your test you can create tables with any random numbers:"
+
+#: 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 "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)."
+
+#: 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 "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."
+
+#: 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 "In the same way as described above, drag down the corner of the rightmost cell in order to create more rows of random numbers."
+
+#: cellstyle_conditional.xhp#hd_id3149211.44.help.text
+msgid "Step 2: Define Cell Styles"
+msgstr "Step 2: Define Cell Styles"
+
+#: 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 "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."
+
+#: 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 "Click in a blank cell and select the command <emph>Format Cells</emph> in the context menu."
+
+#: 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 "In the <emph>Format Cells</emph> dialogue on the <emph>Background</emph> tab, select a background colour. Click <emph>OK</emph>."
+
+#: 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 "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\"."
+
+#: 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 "To define a second style, click again in a blank cell and proceed as described above. Assign a different background colour for the cell and assign a name (for this example, \"Below\")."
+
+#: cellstyle_conditional.xhp#hd_id3148704.60.help.text
+msgid "Step 3: Calculate Average"
+msgstr "Step 3: Calculate Average"
+
+#: 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 "In our particular example, we are calculating the average of the random values. The result is placed in a cell:"
+
+#: 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 "Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>."
+
+#: 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 the 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\"><item type=\"menuitem\">Shrink / Maximize</item></link> icon."
+msgstr "Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the 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\"><item type=\"menuitem\">Shrink / Maximise</item></link> icon."
+
+#: cellstyle_conditional.xhp#par_id3153246.54.help.text
+msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
+msgstr "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
+
+#: cellstyle_conditional.xhp#hd_id3149898.50.help.text
+msgid "Step 4: Apply Cell Styles"
+msgstr "Step 4: Apply Cell Styles"
+
+#: cellstyle_conditional.xhp#par_id3149126.55.help.text
+msgid "Now you can apply the conditional formatting to the sheet:"
+msgstr "Now you can apply the conditional formatting to the sheet:"
+
+#: cellstyle_conditional.xhp#par_id3150049.56.help.text
+msgid "Select all cells with the random numbers."
+msgstr "Select all cells with the random numbers."
+
+#: cellstyle_conditional.xhp#par_id3153801.57.help.text
+msgid "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialog."
+msgstr "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialogue."
+
+#: 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 "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\"."
+
+#: cellstyle_conditional.xhp#hd_id3155761.61.help.text
+msgid "Step 5: Copy Cell Style"
+msgstr "Step 5: Copy Cell Style"
+
+#: cellstyle_conditional.xhp#par_id3145320.62.help.text
+msgid "To apply the conditional formatting to other cells later:"
+msgstr "To apply the conditional formatting to other cells later:"
+
+#: cellstyle_conditional.xhp#par_id3153074.63.help.text
+msgid "Click one of the cells that has been assigned conditional formatting."
+msgstr "Click one of the cells that has been assigned conditional formatting."
+
+#: cellstyle_conditional.xhp#par_id3149051.64.help.text
+msgid "Copy the cell to the clipboard."
+msgstr "Copy the cell to the clipboard."
+
+#: cellstyle_conditional.xhp#par_id3150436.65.help.text
+msgid "Select the cells that are to receive this same formatting."
+msgstr "Select the cells that are to receive this same formatting."
+
+#: cellstyle_conditional.xhp#par_id3147298.66.help.text
+msgid "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears."
+msgstr "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialogue appears."
+
+#: 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 "In the <emph>Selection</emph> area, check only the <emph>Formats</emph> box. All other boxes must be unchecked. Click <emph>OK</emph>."
+
+#: 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 "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional formatting</link>"
diff --git a/source/en-ZA/helpcontent2/source/text/schart.po b/source/en-ZA/helpcontent2/source/text/schart.po
new file mode 100644
index 00000000000..c6eb70d29a7
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/schart.po
@@ -0,0 +1,400 @@
+#. extracted from helpcontent2/source/text/schart.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: main0000.xhp#tit.help.text
+msgid "Charts in $[officename]"
+msgstr "Charts in $[officename]"
+
+#: main0000.xhp#bm_id3148664.help.text
+msgid "<bookmark_value>charts; overview</bookmark_value> <bookmark_value>HowTos for charts</bookmark_value>"
+msgstr "<bookmark_value>charts; overview</bookmark_value> <bookmark_value>HowTos for charts</bookmark_value>"
+
+#: 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 "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Using Charts in %PRODUCTNAME</link></variable>"
+
+#: 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. You can insert charts into spreadsheets, text documents, drawings, and presentations. </variable>"
+msgstr "<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. You can insert charts into spreadsheets, text documents, drawings, and presentations. </variable>"
+
+#: main0000.xhp#hd_id3153143.5.help.text
+msgid "Chart Data"
+msgstr "Chart Data"
+
+#: main0000.xhp#par_id5181432.help.text
+msgid "Charts can be based on the following data:"
+msgstr "Charts can be based on the following data:"
+
+#: main0000.xhp#par_id7787102.help.text
+msgid "Spreadsheet values from Calc cell ranges"
+msgstr "Spreadsheet values from Calc cell ranges"
+
+#: main0000.xhp#par_id7929929.help.text
+msgid "Cell values from a Writer table"
+msgstr "Cell values from a Writer table"
+
+#: main0000.xhp#par_id4727011.help.text
+msgid "Values that you enter in the Chart Data Table dialog (you can create these charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc)"
+msgstr "Values that you enter in the Chart Data Table dialogue (you can create these charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc)"
+
+#: main0000.xhp#par_id76601.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp>"
+
+#: main0000.xhp#hd_id5345011.help.text
+msgid "To insert a chart"
+msgstr "To insert a chart"
+
+#: main0000.xhp#hd_id5631580.help.text
+msgid "To edit a chart"
+msgstr "To edit a chart"
+
+#: main0000.xhp#par_id7911008.help.text
+msgid "Click a chart to edit the object properties:"
+msgstr "Click a chart to edit the object properties:"
+
+#: main0000.xhp#par_id9844660.help.text
+msgid "Size and position on the current page."
+msgstr "Size and position on the current page."
+
+#: main0000.xhp#par_id8039796.help.text
+msgid "Alignment, text wrap, outer borders, and more."
+msgstr "Alignment, text wrap, outer borders, and more."
+
+#: main0000.xhp#par_id7986693.help.text
+msgid "Double-click a chart to enter the chart edit mode:"
+msgstr "Double-click a chart to enter the chart edit mode:"
+
+#: main0000.xhp#par_id2350840.help.text
+msgid "Chart data values (for charts with own data)."
+msgstr "Chart data values (for charts with own data)."
+
+#: main0000.xhp#par_id3776055.help.text
+msgid "Chart type, axes, titles, walls, grid, and more."
+msgstr "Chart type, axes, titles, walls, grid, and more."
+
+#: main0000.xhp#par_id8442335.help.text
+msgid "Double-click a chart element in chart edit mode:"
+msgstr "Double-click a chart element in chart edit mode:"
+
+#: main0000.xhp#par_id4194769.help.text
+msgid "Double-click an axis to edit the scale, type, color, and more."
+msgstr "Double-click an axis to edit the scale, type, colour, and more."
+
+#: main0000.xhp#par_id8644672.help.text
+msgid "Double-click a data point to select and edit the data series to which the data point belongs."
+msgstr "Double-click a data point to select and edit the data series to which the data point belongs."
+
+#: main0000.xhp#par_id6574907.help.text
+msgid "With a data series selected, click, then double-click a single data point to edit the properties of this data point (for example, a single bar in a bar chart)."
+msgstr "With a data series selected, click, then double-click a single data point to edit the properties of this data point (for example, a single bar in a bar chart)."
+
+#: main0000.xhp#par_id1019200902360575.help.text
+msgid "Double-click the legend to select and edit the legend. Click, then double-click a symbol in the selected legend to edit the associated data series."
+msgstr "Double-click the legend to select and edit the legend. Click, then double-click a symbol in the selected legend to edit the associated data series."
+
+#: main0000.xhp#par_id7528916.help.text
+msgid "Double-click any other chart element, or click the element and open the Format menu, to edit the properties."
+msgstr "Double-click any other chart element, or click the element and open the Format menu, to edit the properties."
+
+#: main0000.xhp#par_id8420667.help.text
+msgid "Click outside the chart to leave the current edit mode."
+msgstr "Click outside the chart to leave the current edit mode."
+
+#: main0000.xhp#par_id4923856.help.text
+msgid "To print a chart in high quality, you can export the chart to a PDF file and print that file."
+msgstr "To print a chart in high quality, you can export the chart to a PDF file and print that file."
+
+#: main0000.xhp#par_id0810200912061033.help.text
+msgid "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress."
+msgstr "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress."
+
+#: main0000.xhp#par_id0810200902080452.help.text
+msgid "You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element."
+msgstr "You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element."
+
+#: main0000.xhp#par_id081020090354489.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected title.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected title.</ahelp>"
+
+#: main0000.xhp#par_id0810200903405629.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart area.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart area.</ahelp>"
+
+#: main0000.xhp#par_id0810200903544867.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart wall.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart wall.</ahelp>"
+
+#: main0000.xhp#par_id0810200903544952.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart floor.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart floor.</ahelp>"
+
+#: main0000.xhp#par_id0810200903544927.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart legend.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart legend.</ahelp>"
+
+#: main0000.xhp#par_id0810200903544949.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected axis.</ahelp>"
+
+#: main0000.xhp#par_id0810200903544984.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data point.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data point.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545096.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the major grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the major grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545057.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the minor grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the minor grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545095.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the data series.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545094.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock loss indicators.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock loss indicators.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545113.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock gain indicators.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock gain indicators.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545149.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data labels.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the data labels.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545159.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the Y error bars.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the Y error bars.</ahelp>"
+
+#: main0000.xhp#par_id081020090354524.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the mean value line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the mean value line.</ahelp>"
+
+#: main0000.xhp#par_id0810200903545274.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline.</ahelp>"
+
+#: main0000.xhp#par_id0810200904063285.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline equation.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline equation.</ahelp>"
+
+#: main0000.xhp#par_id0810200904063252.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data label.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data label.</ahelp>"
+
+#: main0000.xhp#par_id0810200904063239.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert chart titles.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to insert chart titles.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233047.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert or delete axes.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to insert or delete axes.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233058.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to insert an axis.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233089.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis title.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to insert an axis title.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233160.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a major grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a major grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233175.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a minor grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a minor grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233111.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts data labels.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts data labels.</ahelp>"
+
+#: main0000.xhp#par_id0810200904233174.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>"
+
+#: main0000.xhp#par_id0810200904265639.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362614.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a single data label.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a single data label.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362666.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the chart legend.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the chart legend.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362777.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected axis.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362785.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the major grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the major grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362748.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the minor grid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the minor grid.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362778.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes all data labels.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes all data labels.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362893.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the trendline equation.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the trendline equation.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362896.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the R² value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the R² value.</ahelp>"
+
+#: main0000.xhp#par_id0810200904362827.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected data label.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected data label.</ahelp>"
+
+#: main0000.xhp#par_id0810200904431376.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the mean value line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the mean value line.</ahelp>"
+
+#: main0000.xhp#par_id081020090443142.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the Y error bars.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the Y error bars.</ahelp>"
+
+#: main0000.xhp#par_id0810200904393229.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets the selected data point to default format.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Resets the selected data point to default format.</ahelp>"
+
+#: main0000.xhp#par_id0810200904393351.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>"
+
+#: main0503.xhp#tit.help.text
+msgid "$[officename] Chart Features"
+msgstr "$[officename] Chart Features"
+
+#: main0503.xhp#hd_id3150543.1.help.text
+msgid "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>"
+msgstr "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>"
+
+#: main0503.xhp#par_id3150868.2.help.text
+msgid "Charts allow you to present data so that it is easy to visualize."
+msgstr "Charts allow you to present data so that it is easy to visualize."
+
+#: 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 "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."
+
+#: main0503.xhp#hd_id3153143.7.help.text
+msgid "Chart Types"
+msgstr "Chart Types"
+
+#: 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 "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."
+
+#: main0503.xhp#hd_id3149665.10.help.text
+msgid "Individual Formatting"
+msgstr "Individual Formatting"
+
+#: 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 "You can customise individual chart elements, such as axes, data labels, and legends, by right-clicking them in the chart, or with toolbar icons and menu commands."
+
+#: main0202.xhp#tit.help.text
+msgid "Formatting Bar"
+msgstr "Formatting Bar"
+
+#: main0202.xhp#hd_id0810200911433792.help.text
+msgid "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
+msgstr "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
+
+#: main0202.xhp#par_id0810200911433835.help.text
+msgid "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode."
+msgstr "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode."
+
+#: main0202.xhp#par_id0810200911433878.help.text
+msgid "You can edit the formatting of a chart using the controls and icons on the Formatting Bar."
+msgstr "You can edit the formatting of a chart using the controls and icons on the Formatting Bar."
+
+#: main0202.xhp#hd_id0810200902300436.help.text
+msgid "Select Chart Element"
+msgstr "Select Chart Element"
+
+#: main0202.xhp#par_id0810200902300479.help.text
+msgid "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialog for the selected element.</ahelp>"
+msgstr "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialogue for the selected element.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300555.help.text
+msgid "Format Selection"
+msgstr "Format Selection"
+
+#: main0202.xhp#par_id0810200902300539.help.text
+msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the properties dialogue for the selected element.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300545.help.text
+msgid "Chart Type"
+msgstr "Chart Type"
+
+#: main0202.xhp#par_id0810200902300594.help.text
+msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Chart Type dialogue.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300537.help.text
+msgid "Chart Data Table"
+msgstr "Chart Data Table"
+
+#: main0202.xhp#par_id0810200902300699.help.text
+msgid "<ahelp hid=\".\">Opens the Data Table dialog where you can edit the chart data.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Data Table dialogue where you can edit the chart data.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300672.help.text
+msgid "Horizontal Grid On/Off"
+msgstr "Horizontal Grid On/Off"
+
+#: main0202.xhp#par_id0810200902300630.help.text
+msgid "<ahelp hid=\".\">The Horizontal Grid On/Off icon on the Formatting bar toggles the visibility of the grid display for the Y axis.</ahelp>"
+msgstr "<ahelp hid=\".\">The Horizontal Grid On/Off icon on the Formatting bar toggles the visibility of the grid display for the Y axis.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300738.help.text
+msgid "Legend On/Off"
+msgstr "Legend On/Off"
+
+#: main0202.xhp#par_id081020090230076.help.text
+msgid "<ahelp hid=\".\">To show or hide a legend, click Legend On/Off on the Formatting bar.</ahelp>"
+msgstr "<ahelp hid=\".\">To show or hide a legend, click Legend On/Off on the Formatting bar.</ahelp>"
+
+#: main0202.xhp#hd_id0810200902300785.help.text
+msgid "Scale Text"
+msgstr "Scale Text"
+
+#: main0202.xhp#par_id0810200902300784.help.text
+msgid "<ahelp hid=\".\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+msgstr "<ahelp hid=\".\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+
+#: main0202.xhp#hd_id081020090230087.help.text
+msgid "Automatic Layout"
+msgstr "Automatic Layout"
+
+#: main0202.xhp#par_id0810200902300834.help.text
+msgid "<ahelp hid=\".\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
+msgstr "<ahelp hid=\".\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
diff --git a/source/en-ZA/helpcontent2/source/text/schart/00.po b/source/en-ZA/helpcontent2/source/text/schart/00.po
new file mode 100644
index 00000000000..fcbc1aba371
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/schart/00.po
@@ -0,0 +1,273 @@
+#. extracted from helpcontent2/source/text/schart/00.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 00000004.xhp#tit.help.text
+msgid "To access this function..."
+msgstr "To access this function..."
+
+#: 00000004.xhp#hd_id3156023.1.help.text
+msgid "<variable id=\"wie\">To access this function...</variable>"
+msgstr "<variable id=\"wie\">To access this function...</variable>"
+
+#: 00000004.xhp#par_id3150791.9.help.text
+msgid "Choose <emph>View - Chart Data Table</emph> (Charts)"
+msgstr "Choose <emph>View - Chart Data Table</emph> (Charts)"
+
+#: 00000004.xhp#par_id3154686.55.help.text
+msgctxt "00000004.xhp#par_id3154686.55.help.text"
+msgid "On Formatting bar, click"
+msgstr "On Formatting bar, click"
+
+#: 00000004.xhp#par_id3153728.help.text
+msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3154942.11.help.text
+msgid "Chart Data"
+msgstr "Chart Data"
+
+#: 00000004.xhp#par_id3153160.12.help.text
+msgid "<variable id=\"efgttl\">Choose <emph>Insert - Title </emph>(Charts)</variable>"
+msgstr "<variable id=\"efgttl\">Choose <emph>Insert - Title </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3149121.13.help.text
+msgid "Choose <emph>Insert - Legend </emph>(Charts)"
+msgstr "Choose <emph>Insert - Legend </emph>(Charts)"
+
+#: 00000004.xhp#par_id3155444.56.help.text
+msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)"
+msgstr "Choose <emph>Format - Legend - Position</emph> tab (Charts)"
+
+#: 00000004.xhp#par_id3156385.16.help.text
+msgid "Choose <emph>Insert - Data Labels </emph>(Charts)"
+msgstr "Choose <emph>Insert - Data Labels </emph>(Charts)"
+
+#: 00000004.xhp#par_id3147341.68.help.text
+msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)"
+msgstr "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)"
+
+#: 00000004.xhp#par_id3149565.69.help.text
+msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes </emph>(Charts)</variable>"
+msgstr "<variable id=\"efgaug\">Choose <emph>Insert - Axes </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3150297.17.help.text
+msgid "Choose <emph>Insert - Grids </emph>(Charts)"
+msgstr "Choose <emph>Insert - Grids </emph>(Charts)"
+
+#: 00000004.xhp#par_id3145789.58.help.text
+msgctxt "00000004.xhp#par_id3145789.58.help.text"
+msgid "On Formatting bar, click"
+msgstr "On Formatting bar, click"
+
+#: 00000004.xhp#par_id3150307.help.text
+msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3155378.19.help.text
+msgctxt "00000004.xhp#par_id3155378.19.help.text"
+msgid "Horizontal Grid On/Off"
+msgstr "Horizontal Grid On/Off"
+
+#: 00000004.xhp#par_id3145384.help.text
+msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3153067.20.help.text
+msgctxt "00000004.xhp#par_id3153067.20.help.text"
+msgid "Vertical Grid On/Off"
+msgstr "Vertical Grid On/Off"
+
+#: 00000004.xhp#par_id3148869.21.help.text
+msgid "<variable id=\"efgsta\">Choose <emph>Insert - Y Error Bars </emph>(Charts)</variable>"
+msgstr "<variable id=\"efgsta\">Choose <emph>Insert - Y Error Bars </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id1061738.help.text
+msgid "<variable id=\"trendlines\">Choose Insert - Trend Lines (Charts)</variable>"
+msgstr "<variable id=\"trendlines\">Choose Insert - Trend Lines (Charts)</variable>"
+
+#: 00000004.xhp#par_id3154532.67.help.text
+msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character </emph>(Charts)</variable>"
+msgstr "<variable id=\"sonderz\">Choose <emph>Insert - Special Character </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3153246.22.help.text
+msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtoes\">Choose <emph>Format - Format Selection </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3150214.23.help.text
+msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>"
+msgstr "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialogue (Charts)</variable>"
+
+#: 00000004.xhp#par_id3154765.24.help.text
+msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>"
+msgstr "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialogue (Charts)</variable>"
+
+#: 00000004.xhp#par_id3153009.66.help.text
+msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>"
+msgstr "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>"
+
+#: 00000004.xhp#par_id3154707.25.help.text
+msgid "<variable id=\"frtttl\">Choose <emph>Format - Title </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtttl\">Choose <emph>Format - Title </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3155758.26.help.text
+msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>"
+msgstr "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialogue (Charts)</variable>"
+
+#: 00000004.xhp#par_id3153075.27.help.text
+msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>"
+msgstr "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialogue (Charts)</variable>"
+
+#: 00000004.xhp#par_id3149048.28.help.text
+msgid "<variable id=\"frttya\">Choose <emph>Format - Title </emph>(Charts)</variable>"
+msgstr "<variable id=\"frttya\">Choose <emph>Format - Title </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3147402.70.help.text
+msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis </emph>(Charts)</variable>"
+msgstr "<variable id=\"frttyab\">Choose <emph>Format - Axis </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3147297.29.help.text
+msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend, or Format - Format Selection</emph> - <emph>Legend </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtlgd\">Choose <emph>Format - Legend, or Format - Format Selection</emph> - <emph>Legend </emph>(Charts)</variable>"
+
+#: 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>(Charts)</variable>"
+msgstr "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3146883.32.help.text
+msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3149349.33.help.text
+msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>"
+msgstr "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>"
+
+#: 00000004.xhp#par_id1006200812385491.help.text
+msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>"
+msgstr "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>"
+
+#: 00000004.xhp#par_id31493459.33.help.text
+msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>"
+msgstr "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>"
+
+#: 00000004.xhp#par_id3150477.34.help.text
+msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtgt\">Choose <emph>Format - Grid </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3150746.35.help.text
+msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids </emph>(Charts)</variable>"
+msgstr "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids </emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3145828.36.help.text
+msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>"
+msgstr "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialogue (Charts)</variable>"
+
+#: 00000004.xhp#par_id3153039.37.help.text
+msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph>(Charts)</variable>"
+msgstr "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3150141.38.help.text
+msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph>(Charts)</variable>"
+msgstr "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3155830.39.help.text
+msgid "Choose <emph>Format - Chart Type </emph>(Charts)"
+msgstr "Choose <emph>Format - Chart Type </emph>(Charts)"
+
+#: 00000004.xhp#par_id3145140.59.help.text
+msgctxt "00000004.xhp#par_id3145140.59.help.text"
+msgid "On Formatting bar, click"
+msgstr "On Formatting bar, click"
+
+#: 00000004.xhp#par_id3148582.help.text
+msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3155956.41.help.text
+msgid "Edit Chart Type"
+msgstr "Edit Chart Type"
+
+#: 00000004.xhp#par_id3155621.45.help.text
+msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph>(Charts)</variable>"
+msgstr "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph>(Charts)</variable>"
+
+#: 00000004.xhp#par_id3150661.61.help.text
+msgid "Choose <emph>Format - Arrangement </emph>(Charts)"
+msgstr "Choose <emph>Format - Arrangement </emph>(Charts)"
+
+#: 00000004.xhp#par_id3153046.65.help.text
+msgid "Open context menu - choose <emph>Arrangement </emph>(Charts)"
+msgstr "Open context menu - choose <emph>Arrangement </emph>(Charts)"
+
+#: 00000004.xhp#par_id3151020.help.text
+msgid "<image id=\"img_id3150936\" src=\"cmd/sc_toggletitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150936\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150936\" src=\"cmd/sc_toggletitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150936\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3150467.48.help.text
+msgid "Title On/Off"
+msgstr "Title On/Off"
+
+#: 00000004.xhp#par_id3149775.help.text
+msgid "<image id=\"img_id3149781\" src=\"cmd/sc_toggleaxistitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149781\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149781\" src=\"cmd/sc_toggleaxistitle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149781\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3147168.49.help.text
+msgid "Axis Titles On/Off"
+msgstr "Axis Titles On/Off"
+
+#: 00000004.xhp#par_id3163824.help.text
+msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3150962.50.help.text
+msgctxt "00000004.xhp#par_id3150962.50.help.text"
+msgid "Horizontal Grid On/Off"
+msgstr "Horizontal Grid On/Off"
+
+#: 00000004.xhp#par_id3151183.help.text
+msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3153210.51.help.text
+msgid "Show/Hide Axis Descriptions"
+msgstr "Show/Hide Axis Descriptions"
+
+#: 00000004.xhp#par_id3156315.help.text
+msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3153153.52.help.text
+msgctxt "00000004.xhp#par_id3153153.52.help.text"
+msgid "Vertical Grid On/Off"
+msgstr "Vertical Grid On/Off"
+
+#: 00000004.xhp#par_id9631641.help.text
+msgctxt "00000004.xhp#par_id9631641.help.text"
+msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+msgstr "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+
+#: 00000004.xhp#par_id2985320.help.text
+msgctxt "00000004.xhp#par_id2985320.help.text"
+msgid "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+msgstr "Choose Insert - <switchinline select=\"appl\"><caseinline select=\"WRITER\"> Object -</caseinline></switchinline> Chart "
+
+#: 00000004.xhp#par_id1096530.help.text
+msgid "Double-click a chart, then choose Format - Data Ranges"
+msgstr "Double-click a chart, then choose Format - Data Ranges"
+
+#: 00000004.xhp#par_id733359.help.text
+msgid "<variable id=\"slp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, mark Smooth lines checkbox, then click the Properties button.</variable>"
+msgstr ""
diff --git a/source/en-ZA/helpcontent2/source/text/schart/01.po b/source/en-ZA/helpcontent2/source/text/schart/01.po
new file mode 100644
index 00000000000..8b411f5f361
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/schart/01.po
@@ -0,0 +1,3881 @@
+#. extracted from helpcontent2/source/text/schart/01.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2011-04-05 15:24+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 04020000.xhp#tit.help.text
+msgctxt "04020000.xhp#tit.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: 04020000.xhp#bm_id3156441.help.text
+msgid "<bookmark_value>chart legends; hiding</bookmark_value><bookmark_value>hiding;chart legends</bookmark_value>"
+msgstr "<bookmark_value>chart legends; hiding</bookmark_value><bookmark_value>hiding;chart legends</bookmark_value>"
+
+#: 04020000.xhp#hd_id3156441.1.help.text
+msgctxt "04020000.xhp#hd_id3156441.1.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: 04020000.xhp#par_id3155413.2.help.text
+msgid "<variable id=\"legende\"><ahelp hid=\".uno:InsertMenuLegend\">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 "<variable id=\"legende\"><ahelp hid=\".uno:InsertMenuLegend\">Opens the <emph>Legend </emph>dialogue, which allows you to change the position of legends in the chart, and to specify whether the legend is displayed.</ahelp></variable>"
+
+#: 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 "<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>"
+
+#: 04020000.xhp#par_id3145230.help.text
+msgid "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147346\" src=\"cmd/sc_togglelegend.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147346\">Icon</alt></image>"
+
+#: 04020000.xhp#par_id3149207.16.help.text
+msgid "Legend On/Off"
+msgstr "Legend On/Off"
+
+#: 04020000.xhp#hd_id3155114.6.help.text
+msgid "Display"
+msgstr "Display"
+
+#: 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 "<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 dialogue by choosing <emph>Insert - Legend</emph>."
+
+#: 04020000.xhp#hd_id3150201.4.help.text
+msgid "Position"
+msgstr "Position"
+
+#: 04020000.xhp#par_id3155376.5.help.text
+msgid "Select the position for the legend:"
+msgstr "Select the position for the legend:"
+
+#: 04020000.xhp#hd_id3152988.8.help.text
+msgid "Left"
+msgstr "Left"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\">Positions the legend at the left of the chart.</ahelp>"
+
+#: 04020000.xhp#hd_id3153816.10.help.text
+msgid "Top"
+msgstr "Top"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\">Positions the legend at the top of the chart.</ahelp>"
+
+#: 04020000.xhp#hd_id3144773.12.help.text
+msgid "Right"
+msgstr "Right"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\">Positions the legend at the right of the chart.</ahelp>"
+
+#: 04020000.xhp#hd_id3152871.14.help.text
+msgid "Bottom"
+msgstr "Bottom"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\">Positions the legend at the bottom of the chart.</ahelp>"
+
+#: 04020000.xhp#hd_id1106200812072645.help.text
+msgid "Text Orientation"
+msgstr "Text Orientation"
+
+#: 04020000.xhp#par_id1106200812072653.help.text
+msgid "This feature is only available if complex text layout support is enabled in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>."
+msgstr "This feature is only available if complex text layout support is enabled in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>."
+
+#: 04020000.xhp#hd_id1106200812112444.help.text
+msgctxt "04020000.xhp#hd_id1106200812112444.help.text"
+msgid "Text Direction"
+msgstr "Text Direction"
+
+#: 04020000.xhp#par_id1106200812112530.help.text
+msgctxt "04020000.xhp#par_id1106200812112530.help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+
+#: 05080000.xhp#tit.help.text
+msgctxt "05080000.xhp#tit.help.text"
+msgid "Chart Area"
+msgstr "Chart Area"
+
+#: 05080000.xhp#bm_id3149670.help.text
+msgid "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>formatting; chart areas</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting areas</bookmark_value><bookmark_value>formatting; chart areas</bookmark_value>"
+
+#: 05080000.xhp#hd_id3149670.1.help.text
+msgctxt "05080000.xhp#hd_id3149670.1.help.text"
+msgid "Chart Area"
+msgstr "Chart Area"
+
+#: 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 "<variable id=\"diagrammflaeche\"><ahelp visibility=\"visible\" hid=\".uno:DiagramArea\">Opens the<emph> Chart Area</emph> dialogue, where you can modify the properties of the chart area. The chart area is the background behind all elements of the chart.</ahelp></variable>"
+
+#: 05120000.xhp#tit.help.text
+msgid "Arrangement"
+msgstr "Arrangement"
+
+#: 05120000.xhp#hd_id3159153.1.help.text
+msgid "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">Arrangement</link>"
+msgstr "<link href=\"text/schart/01/05120000.xhp\" name=\"Arrangement\">Arrangement</link>"
+
+#: 05120000.xhp#par_id3145750.2.help.text
+msgid "Allows you to modify the order of the data series already set in the chart."
+msgstr "Allows you to modify the order of the data series already set in the chart."
+
+#: 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 "The position of the data in the data table remains unchanged. You can only choose the commands after inserting a chart in $[officename] Calc."
+
+#: 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 "This function is only available if you have data displayed in columns. It is not possible to switch to data display in rows."
+
+#: 05120000.xhp#hd_id3147339.3.help.text
+msgid "Bring Forward"
+msgstr "Bring Forward"
+
+#: 05120000.xhp#par_id3149259.6.help.text
+msgid "<ahelp hid=\".uno:Forward\">Brings the selected data series forward (to the right).</ahelp>"
+msgstr "<ahelp hid=\".uno:Forward\">Brings the selected data series forward (to the right).</ahelp>"
+
+#: 05120000.xhp#hd_id3146316.4.help.text
+msgid "Send Backward"
+msgstr "Send Backward"
+
+#: 05120000.xhp#par_id3147001.7.help.text
+msgid "<ahelp hid=\".uno:Backward\">Sends the selected data series backward (to the left).</ahelp>"
+msgstr "<ahelp hid=\".uno:Backward\">Sends the selected data series backward (to the left).</ahelp>"
+
+#: 05040100.xhp#tit.help.text
+msgctxt "05040100.xhp#tit.help.text"
+msgid "Axes"
+msgstr "Axes"
+
+#: 05040100.xhp#bm_id3153768.help.text
+msgid "<bookmark_value>axes;formatting</bookmark_value>"
+msgstr "<bookmark_value>axes;formatting</bookmark_value>"
+
+#: 05040100.xhp#hd_id3153768.1.help.text
+msgctxt "05040100.xhp#hd_id3153768.1.help.text"
+msgid "Axes"
+msgstr "Axes"
+
+#: 05040100.xhp#par_id3154319.2.help.text
+msgid "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">Opens a dialog, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialog depends on the selected axis."
+msgstr "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">Opens a dialogue, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialogue depends on the selected axis."
+
+#: 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 "The <link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link> has an enhanced dialogue. 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."
+
+#: 05040100.xhp#par_id3159266.4.help.text
+msgid "Scaling the X axis is only possible in the X-Y chart type."
+msgstr "Scaling the X axis is only possible in the X-Y chart type."
+
+#: 05040100.xhp#hd_id3145230.5.help.text
+msgctxt "05040100.xhp#hd_id3145230.5.help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+
+#: 04060000.xhp#tit.help.text
+msgid "Options"
+msgstr "Options"
+
+#: 04060000.xhp#bm_id3149400.help.text
+msgid "<bookmark_value>aligning; 2D charts</bookmark_value> <bookmark_value>charts; aligning</bookmark_value> <bookmark_value>pie charts;options</bookmark_value>"
+msgstr "<bookmark_value>aligning; 2D charts</bookmark_value> <bookmark_value>charts; aligning</bookmark_value> <bookmark_value>pie charts;options</bookmark_value>"
+
+#: 04060000.xhp#hd_id3149400.1.help.text
+msgid "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">Options</link>"
+
+#: 04060000.xhp#par_id3155067.2.help.text
+msgid "Use this dialog to define some options that are available for specific chart types. The contents of the Options dialog vary with the chart type."
+msgstr "Use this dialogue to define some options that are available for specific chart types. The contents of the Options dialogue vary with the chart type."
+
+#: 04060000.xhp#hd_id3150043.9.help.text
+msgid "Align data series to:"
+msgstr "Align data series to:"
+
+#: 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 "In this area you can choose between two Y axis scaling modes. The axes can only be scaled and given properties separately."
+
+#: 04060000.xhp#hd_id3147346.4.help.text
+msgid "Primary Y axis"
+msgstr "Primary Y axis"
+
+#: 04060000.xhp#par_id3147005.15.help.text
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_1\">This option is active as default. All data series are aligned to the primary Y axis.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_1\">This option is active as default. All data series are aligned to the primary Y axis.</ahelp>"
+
+#: 04060000.xhp#hd_id3143221.5.help.text
+msgid "Secondary Y axis"
+msgstr "Secondary Y axis"
+
+#: 04060000.xhp#par_id3154656.11.help.text
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_2\">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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_2\">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>"
+
+#: 04060000.xhp#hd_id3166423.6.help.text
+msgid "Settings"
+msgstr "Settings"
+
+#: 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 "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."
+
+#: 04060000.xhp#hd_id3145584.7.help.text
+msgid "Spacing"
+msgstr "Spacing"
+
+#: 04060000.xhp#par_id3155376.13.help.text
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_GAP\">Defines the spacing between the columns in percent.</ahelp> The maximal spacing is 600%."
+msgstr "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_GAP\">Defines the spacing between the columns in percent.</ahelp> The maximal spacing is 600%."
+
+#: 04060000.xhp#hd_id3145384.8.help.text
+msgctxt "04060000.xhp#hd_id3145384.8.help.text"
+msgid "Overlap"
+msgstr "Overlap"
+
+#: 04060000.xhp#par_id3156447.14.help.text
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_OVERLAP\">Defines the necessary settings for overlapping data series.</ahelp> You can choose between -100 and +100%."
+msgstr "<ahelp hid=\"SCH:METRICFIELD:TP_OPTIONS:MT_OVERLAP\">Defines the necessary settings for overlapping data series.</ahelp> You can choose between -100 and +100%."
+
+#: 04060000.xhp#hd_id3153305.16.help.text
+msgid "Connection Lines"
+msgstr "Connection Lines"
+
+#: 04060000.xhp#par_id3148868.17.help.text
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_OPTIONS:CB_CONNECTOR\">For \"stacked\" and \"percent\" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_OPTIONS:CB_CONNECTOR\">For \"stacked\" and \"percent\" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines.</ahelp>"
+
+#: 04060000.xhp#hd_id9842219.help.text
+msgid "Show bars side by side"
+msgstr "Show bars side by side"
+
+#: 04060000.xhp#par_id9800103.help.text
+msgid "If two axes are shown in a bar chart, and some data series are attached to the first axis, while some other data series are attached to the second axis, then both sets of data series are shown independently, overlapping each other."
+msgstr "If two axes are shown in a bar chart, and some data series are attached to the first axis, while some other data series are attached to the second axis, then both sets of data series are shown independently, overlapping each other."
+
+#: 04060000.xhp#par_id2144535.help.text
+msgid "As a result, bars attached to the first y-axis are partly or completely hidden by bars attached to the second y-axis. To avoid this, enable the option to display bars side by side. <ahelp hid=\".\">The bars from different data series are shown as if they were attached only to one axis.</ahelp>"
+msgstr "As a result, bars attached to the first y-axis are partly or completely hidden by bars attached to the second y-axis. To avoid this, enable the option to display bars side by side. <ahelp hid=\".\">The bars from different data series are shown as if they were attached only to one axis.</ahelp>"
+
+#: 04060000.xhp#hd_id24414.help.text
+msgid "Clockwise direction"
+msgstr "Clockwise direction"
+
+#: 04060000.xhp#par_id2527237.help.text
+msgid "Available for pie and donut charts. <ahelp hid=\".\">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the <emph>Clockwise direction</emph> checkbox to draw the pieces in opposite direction.</ahelp>"
+msgstr "Available for pie and donut charts. <ahelp hid=\".\">The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the <emph>Clockwise direction</emph> checkbox to draw the pieces in opposite direction.</ahelp>"
+
+#: 04060000.xhp#hd_id401013.help.text
+msgid "Starting angle"
+msgstr "Starting angle"
+
+#: 04060000.xhp#par_id761131.help.text
+msgid "<ahelp hid=\".\">Drag the small dot along the circle or click any position on the circle to set the starting angle of a pie or donut chart. The starting angle is the mathematical angle position where the first piece is drawn. The value of 90 degrees draws the first piece at the 12 o'clock position. A value of 0 degrees starts at the 3 o'clock position.</ahelp>"
+msgstr "<ahelp hid=\".\">Drag the small dot along the circle or click any position on the circle to set the starting angle of a pie or donut chart. The starting angle is the mathematical angle position where the first piece is drawn. The value of 90 degrees draws the first piece at the 12 o'clock position. A value of 0 degrees starts at the 3 o'clock position.</ahelp>"
+
+#: 04060000.xhp#par_id553910.help.text
+msgid "In 3D pie and donut charts that were created with older versions of the software, the starting angle is 0 degrees instead of 90 degrees. For old and new 2D charts the default starting angle is 90 degrees."
+msgstr "In 3D pie and donut charts that were created with older versions of the software, the starting angle is 0 degrees instead of 90 degrees. For old and new 2D charts the default starting angle is 90 degrees."
+
+#: 04060000.xhp#par_id1414838.help.text
+msgid "When you change the starting angle or the direction, only current versions of the software show the changed values. Older versions of the software display the same document using the default values: Always counterclockwise direction and a starting value of 90 degrees (2D pie charts) or 0 degrees (3D pie charts)."
+msgstr "When you change the starting angle or the direction, only current versions of the software show the changed values. Older versions of the software display the same document using the default values: Always counterclockwise direction and a starting value of 90 degrees (2D pie charts) or 0 degrees (3D pie charts)."
+
+#: 04060000.xhp#hd_id3179723.help.text
+msgctxt "04060000.xhp#hd_id3179723.help.text"
+msgid "Degrees"
+msgstr "Degrees"
+
+#: 04060000.xhp#par_id2164067.help.text
+msgid "<ahelp hid=\".\">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value.</ahelp>"
+
+#: 04060000.xhp#hd_id0305200910524613.help.text
+msgid "Plot missing values"
+msgstr "Plot missing values"
+
+#: 04060000.xhp#par_id0305200910524650.help.text
+msgid "Sometimes values are missing in a data series that is shown in a chart. You can select from different options how to plot the missing values. The options are available for some chart types only."
+msgstr "Sometimes values are missing in a data series that is shown in a chart. You can select from different options how to plot the missing values. The options are available for some chart types only."
+
+#: 04060000.xhp#hd_id0305200910524823.help.text
+msgid "Leave gap"
+msgstr "Leave gap"
+
+#: 04060000.xhp#par_id0305200910524811.help.text
+msgid "<ahelp hid=\".\">For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net.</ahelp>"
+msgstr "<ahelp hid=\".\">For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net.</ahelp>"
+
+#: 04060000.xhp#hd_id0305200910524811.help.text
+msgid "Assume zero"
+msgstr "Assume zero"
+
+#: 04060000.xhp#par_id030520091052489.help.text
+msgid "<ahelp hid=\".\">For a missing value, the y-value will be shown as zero. This is the default for chart type Area.</ahelp>"
+msgstr "<ahelp hid=\".\">For a missing value, the y-value will be shown as zero. This is the default for chart type Area.</ahelp>"
+
+#: 04060000.xhp#hd_id0305200910524837.help.text
+msgid "Continue line"
+msgstr "Continue line"
+
+#: 04060000.xhp#par_id0305200910524938.help.text
+msgid "<ahelp hid=\".\">For a missing value, the interpolation from the neighbor values will be shown. This is the default for chart type XY.</ahelp>"
+msgstr "<ahelp hid=\".\">For a missing value, the interpolation from the neighbour values will be shown. This is the default for chart type XY.</ahelp>"
+
+#: 04060000.xhp#hd_id0305200910524937.help.text
+msgid "Include values from hidden cells"
+msgstr "Include values from hidden cells"
+
+#: 04060000.xhp#par_id030520091052494.help.text
+msgid "<ahelp hid=\".\">Check to also show values of currently hidden cells within the source cell range.</ahelp>"
+msgstr "<ahelp hid=\".\">Check to also show values of currently hidden cells within the source cell range.</ahelp>"
+
+#: type_area.xhp#tit.help.text
+msgid "Chart Type Area"
+msgstr "Chart Type Area"
+
+#: type_area.xhp#bm_id4130680.help.text
+msgid "<bookmark_value>area charts</bookmark_value><bookmark_value>chart types;area</bookmark_value>"
+msgstr "<bookmark_value>area charts</bookmark_value><bookmark_value>chart types;area</bookmark_value>"
+
+#: type_area.xhp#hd_id310678.help.text
+msgid "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
+msgstr "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
+
+#: type_area.xhp#par_id916776.help.text
+msgctxt "type_area.xhp#par_id916776.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_area.xhp#hd_id961943.help.text
+msgid "Area"
+msgstr "Area"
+
+#: type_area.xhp#par_id631733.help.text
+msgid "An area chart shows values as points on the y axis. The x axis shows categories. The y values of each data series are connected by a line. The area between each two lines is filled with a color. The area chart's focus is to emphasize the changes from one category to the next."
+msgstr "An area chart shows values as points on the y axis. The x axis shows categories. The y values of each data series are connected by a line. The area between each two lines is filled with a colour. The area chart's focus is to emphasise the changes from one category to the next."
+
+#: type_area.xhp#par_id7811822.help.text
+msgid "Normal - this subtype plots all values as absolute y values. It first plots the area of the last column in the data range, then the next to last, and so on, and finally the first column of data is drawn. Thus, if the values in the first column are higher than other values, the last drawn area will hide the other areas."
+msgstr "Normal - this subtype plots all values as absolute y values. It first plots the area of the last column in the data range, then the next to last, and so on, and finally the first column of data is drawn. Thus, if the values in the first column are higher than other values, the last drawn area will hide the other areas."
+
+#: type_area.xhp#par_id3640247.help.text
+msgid "Stacked - this subtypes plots values cumulatively stacked on each other. It ensures that all values are visible, and no data set is hidden by others. However, the y values no longer represent absolute values, except for the last column which is drawn at the bottom of the stacked areas."
+msgstr "Stacked - this subtypes plots values cumulatively stacked on each other. It ensures that all values are visible, and no data set is hidden by others. However, the y values no longer represent absolute values, except for the last column which is drawn at the bottom of the stacked areas."
+
+#: type_area.xhp#par_id4585100.help.text
+msgid "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
+msgstr "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
+
+#: type_stock.xhp#tit.help.text
+msgid "Chart Type Stock"
+msgstr "Chart Type Stock"
+
+#: type_stock.xhp#bm_id2959990.help.text
+msgid "<bookmark_value>stock charts</bookmark_value> <bookmark_value>chart types;stock</bookmark_value> <bookmark_value>data sources;setting for stock charts</bookmark_value>"
+msgstr "<bookmark_value>stock charts</bookmark_value> <bookmark_value>chart types;stock</bookmark_value> <bookmark_value>data sources;setting for stock charts</bookmark_value>"
+
+#: type_stock.xhp#hd_id966216.help.text
+msgid "<variable id=\"type_stock\"><link href=\"text/schart/01/type_stock.xhp\">Chart Type Stock</link></variable>"
+msgstr "<variable id=\"type_stock\"><link href=\"text/schart/01/type_stock.xhp\">Chart Type Stock</link></variable>"
+
+#: type_stock.xhp#par_id3516953.help.text
+msgctxt "type_stock.xhp#par_id3516953.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_stock.xhp#hd_id5268410.help.text
+msgid "Stock"
+msgstr "Stock"
+
+#: type_stock.xhp#par_id61342.help.text
+msgid "A Stock chart illustrates the market trend given by opening price, bottom price, top price and closing price. The transaction volume can also be shown."
+msgstr "A Stock chart illustrates the market trend given by opening price, bottom price, top price and closing price. The transaction volume can also be shown."
+
+#: type_stock.xhp#par_id2131412.help.text
+msgid "For a Stock chart the order of the data series is important. The data should be arranged as shown in the example table below."
+msgstr "For a Stock chart the order of the data series is important. The data should be arranged as shown in the example table below."
+
+#: type_stock.xhp#par_id1022064.help.text
+msgid "A"
+msgstr "A"
+
+#: type_stock.xhp#par_id1924192.help.text
+msgid "B"
+msgstr "B"
+
+#: type_stock.xhp#par_id3258156.help.text
+msgid "C"
+msgstr "C"
+
+#: type_stock.xhp#par_id3161412.help.text
+msgid "D"
+msgstr "D"
+
+#: type_stock.xhp#par_id5619373.help.text
+msgid "E"
+msgstr "E"
+
+#: type_stock.xhp#par_id6474501.help.text
+msgid "F"
+msgstr "F"
+
+#: type_stock.xhp#par_id7411725.help.text
+msgid "1"
+msgstr "1"
+
+#: type_stock.xhp#par_id1933957.help.text
+msgid "Transaction volume"
+msgstr "Transaction volume"
+
+#: type_stock.xhp#par_id1274452.help.text
+msgid "Opening price"
+msgstr "Opening price"
+
+#: type_stock.xhp#par_id5044404.help.text
+msgid "Low (bottom price)"
+msgstr "Low (bottom price)"
+
+#: type_stock.xhp#par_id3892635.help.text
+msgid "High (top price)"
+msgstr "High (top price)"
+
+#: type_stock.xhp#par_id4641865.help.text
+msgid "Closing price"
+msgstr "Closing price"
+
+#: type_stock.xhp#par_id7684560.help.text
+msgid "2"
+msgstr "2"
+
+#: type_stock.xhp#par_id3998840.help.text
+msgid "Monday"
+msgstr "Monday"
+
+#: type_stock.xhp#par_id7675099.help.text
+msgid "2500"
+msgstr "2500"
+
+#: type_stock.xhp#par_id7806329.help.text
+msgctxt "type_stock.xhp#par_id7806329.help.text"
+msgid "20"
+msgstr "20"
+
+#: type_stock.xhp#par_id5589159.help.text
+msgctxt "type_stock.xhp#par_id5589159.help.text"
+msgid "15"
+msgstr "15"
+
+#: type_stock.xhp#par_id9936216.help.text
+msgid "25"
+msgstr "25"
+
+#: type_stock.xhp#par_id7953123.help.text
+msgctxt "type_stock.xhp#par_id7953123.help.text"
+msgid "17"
+msgstr "17"
+
+#: type_stock.xhp#par_id4013794.help.text
+msgid "3"
+msgstr "3"
+
+#: type_stock.xhp#par_id1631824.help.text
+msgid "Tuesday"
+msgstr "Tuesday"
+
+#: type_stock.xhp#par_id7271645.help.text
+msgid "3500"
+msgstr "3500"
+
+#: type_stock.xhp#par_id2136295.help.text
+msgctxt "type_stock.xhp#par_id2136295.help.text"
+msgid "32"
+msgstr "32"
+
+#: type_stock.xhp#par_id4186223.help.text
+msgid "22"
+msgstr "22"
+
+#: type_stock.xhp#par_id1491134.help.text
+msgid "37"
+msgstr "37"
+
+#: type_stock.xhp#par_id2873622.help.text
+msgctxt "type_stock.xhp#par_id2873622.help.text"
+msgid "30"
+msgstr "30"
+
+#: type_stock.xhp#par_id2374034.help.text
+msgid "4"
+msgstr "4"
+
+#: type_stock.xhp#par_id1687063.help.text
+msgid "Wednesday"
+msgstr "Wednesday"
+
+#: type_stock.xhp#par_id8982207.help.text
+msgid "1000"
+msgstr "1000"
+
+#: type_stock.xhp#par_id7074190.help.text
+msgctxt "type_stock.xhp#par_id7074190.help.text"
+msgid "15"
+msgstr "15"
+
+#: type_stock.xhp#par_id5452436.help.text
+msgctxt "type_stock.xhp#par_id5452436.help.text"
+msgid "15"
+msgstr "15"
+
+#: type_stock.xhp#par_id9527878.help.text
+msgctxt "type_stock.xhp#par_id9527878.help.text"
+msgid "17"
+msgstr "17"
+
+#: type_stock.xhp#par_id6342356.help.text
+msgctxt "type_stock.xhp#par_id6342356.help.text"
+msgid "17"
+msgstr "17"
+
+#: type_stock.xhp#par_id166936.help.text
+msgid "5"
+msgstr "5"
+
+#: type_stock.xhp#par_id6826990.help.text
+msgid "Thursday"
+msgstr "Thursday"
+
+#: type_stock.xhp#par_id6897183.help.text
+msgid "2200"
+msgstr "2200"
+
+#: type_stock.xhp#par_id7003387.help.text
+msgid "40"
+msgstr "40"
+
+#: type_stock.xhp#par_id4897915.help.text
+msgctxt "type_stock.xhp#par_id4897915.help.text"
+msgid "30"
+msgstr "30"
+
+#: type_stock.xhp#par_id3105868.help.text
+msgid "47"
+msgstr "47"
+
+#: type_stock.xhp#par_id3908810.help.text
+msgid "35"
+msgstr "35"
+
+#: type_stock.xhp#par_id9461653.help.text
+msgid "6"
+msgstr "6"
+
+#: type_stock.xhp#par_id9239173.help.text
+msgid "Friday"
+msgstr "Friday"
+
+#: type_stock.xhp#par_id2656941.help.text
+msgid "4600"
+msgstr "4600"
+
+#: type_stock.xhp#par_id1481063.help.text
+msgid "27"
+msgstr "27"
+
+#: type_stock.xhp#par_id7921079.help.text
+msgctxt "type_stock.xhp#par_id7921079.help.text"
+msgid "20"
+msgstr "20"
+
+#: type_stock.xhp#par_id636921.help.text
+msgctxt "type_stock.xhp#par_id636921.help.text"
+msgid "32"
+msgstr "32"
+
+#: type_stock.xhp#par_id2799157.help.text
+msgid "31"
+msgstr "31"
+
+#: type_stock.xhp#par_id3004547.help.text
+msgid "The open, low, high, and closing values of a row build together one data unit in the chart. A stock price data series consists of several rows containing such data units. The column containing the transaction volume builds an optional second data series."
+msgstr "The open, low, high, and closing values of a row build together one data unit in the chart. A stock price data series consists of several rows containing such data units. The column containing the transaction volume builds an optional second data series."
+
+#: type_stock.xhp#par_id6401867.help.text
+msgid "Depending on the chosen variant, you do not need all columns."
+msgstr "Depending on the chosen variant, you do not need all columns."
+
+#: type_stock.xhp#hd_id18616.help.text
+msgid "Stock Chart Variants"
+msgstr "Stock Chart Variants"
+
+#: type_stock.xhp#par_id6138492.help.text
+msgid "Choose the <emph>Stock</emph> chart type on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart wizard</link>. Then select one of the four variants."
+msgstr "Choose the <emph>Stock</emph> chart type on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart wizard</link>. Then select one of the four variants."
+
+#: type_stock.xhp#hd_id4569231.help.text
+msgid "Type 1"
+msgstr "Type 1"
+
+#: type_stock.xhp#par_id291451.help.text
+msgid "Based on<emph> low</emph> <emph>and high </emph>column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line."
+msgstr "Based on<emph> low</emph> <emph>and high </emph>column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line."
+
+#: type_stock.xhp#par_id3341776.help.text
+msgid "Based on<emph> low, high,</emph> and <emph>close</emph> column Type 1 shows an additional horizontal mark <emph>for</emph> the closing price."
+msgstr "Based on<emph> low, high,</emph> and <emph>close</emph> column Type 1 shows an additional horizontal mark <emph>for</emph> the closing price."
+
+#: type_stock.xhp#hd_id5947141.help.text
+msgid "Type 2"
+msgstr "Type 2"
+
+#: type_stock.xhp#par_id1911679.help.text
+msgid "Based on <emph>open, low, high</emph>, and <emph>close</emph> column Type 2 generates the traditional \"candle stick\" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualizes the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colors for rising values (the opening price is lower than the closing price) and falling values."
+msgstr "Based on <emph>open, low, high</emph>, and <emph>close</emph> column Type 2 generates the traditional \"candle stick\" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualises the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colours for rising values (the opening price is lower than the closing price) and falling values."
+
+#: type_stock.xhp#hd_id9364909.help.text
+msgid "Type 3"
+msgstr "Type 3"
+
+#: type_stock.xhp#par_id4473403.help.text
+msgid "Based on <emph>volume, low, high</emph>, and <emph>close</emph> column chart Type 3 draws a chart like Type 1, with additional columns for the transaction volume."
+msgstr "Based on <emph>volume, low, high</emph>, and <emph>close</emph> column chart Type 3 draws a chart like Type 1, with additional columns for the transaction volume."
+
+#: type_stock.xhp#hd_id4313791.help.text
+msgid "Type 4"
+msgstr "Type 4"
+
+#: type_stock.xhp#par_id4331797.help.text
+msgid "Based on all five data columns <emph>volume, open, low, high</emph>, and <emph>close</emph>, Type 4 combines a chart of Type 2 with a column chart for the transaction volume."
+msgstr "Based on all five data columns <emph>volume, open, low, high</emph>, and <emph>close</emph>, Type 4 combines a chart of Type 2 with a column chart for the transaction volume."
+
+#: type_stock.xhp#par_id4191717.help.text
+msgid "Because measurement for transaction volume might be \"units\", a second y axis is introduced in chart Type 3 and Type 4. The price axis is shown on the right side and the volume axis on the left side."
+msgstr "Because measurement for transaction volume might be \"units\", a second y axis is introduced in chart Type 3 and Type 4. The price axis is shown on the right side and the volume axis on the left side."
+
+#: type_stock.xhp#hd_id2318796.help.text
+msgid "Setting the Data Source"
+msgstr "Setting the Data Source"
+
+#: type_stock.xhp#hd_id399182.help.text
+msgid "Charts based on its own data"
+msgstr "Charts based on its own data"
+
+#: type_stock.xhp#par_id5298318.help.text
+msgid "To change the data series of a chart having its own data, choose <link href=\"text/schart/01/03010000.xhp\">Chart Data Table</link> from the View menu or from the context menu of the chart in edit mode."
+msgstr "To change the data series of a chart having its own data, choose <link href=\"text/schart/01/03010000.xhp\">Chart Data Table</link> from the View menu or from the context menu of the chart in edit mode."
+
+#: type_stock.xhp#par_id7588732.help.text
+msgid "In an embedded chart data table, the data series are always organized in columns."
+msgstr "In an embedded chart data table, the data series are always organised in columns."
+
+#: type_stock.xhp#par_id95828.help.text
+msgid "For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialog to change to the stock chart variant. "
+msgstr "For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialogue to change to the stock chart variant. "
+
+#: type_stock.xhp#par_id6182744.help.text
+msgid "If you have already got a stock chart and you want to change the variant, then first change the chart type to a column chart, add or remove columns so that it fits to the variant, and then change the chart type back to a stock chart."
+msgstr "If you have already got a stock chart and you want to change the variant, then first change the chart type to a column chart, add or remove columns so that it fits to the variant, and then change the chart type back to a stock chart."
+
+#: type_stock.xhp#par_id3496200.help.text
+msgid "Do not write the name of a data series in a row. Write the name into the field above the role name."
+msgstr "Do not write the name of a data series in a row. Write the name into the field above the role name."
+
+#: type_stock.xhp#par_id7599108.help.text
+msgid "The order of the rows determines how the categories are arranged in the chart. Use Move Row Down to change the order."
+msgstr "The order of the rows determines how the categories are arranged in the chart. Use Move Row Down to change the order."
+
+#: type_stock.xhp#hd_id888698.help.text
+msgid "Charts based on Calc or Writer tables"
+msgstr "Charts based on Calc or Writer tables"
+
+#: type_stock.xhp#par_id3394573.help.text
+msgid "You can choose or alter a data range on the second page of the Chart wizard or in the <link href=\"text/schart/01/wiz_data_range.xhp\">Data Range</link> dialog. For fine tuning use the <link href=\"text/schart/01/wiz_data_series.xhp\">Data Series</link> dialog."
+msgstr "You can choose or alter a data range on the second page of the Chart wizard or in the <link href=\"text/schart/01/wiz_data_range.xhp\">Data Range</link> dialogue. For fine tuning use the <link href=\"text/schart/01/wiz_data_series.xhp\">Data Series</link> dialogue."
+
+#: type_stock.xhp#par_id7594225.help.text
+msgid "To specify a data range do one of the following:"
+msgstr "To specify a data range do one of the following:"
+
+#: type_stock.xhp#par_id5081637.help.text
+msgctxt "type_stock.xhp#par_id5081637.help.text"
+msgid "Enter the data range in the text box."
+msgstr "Enter the data range in the text box."
+
+#: type_stock.xhp#par_id9759514.help.text
+msgctxt "type_stock.xhp#par_id9759514.help.text"
+msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+msgstr "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+
+#: type_stock.xhp#par_id1614429.help.text
+msgid "As long as the syntax is not correct, %PRODUCTNAME shows the text in red."
+msgstr "As long as the syntax is not correct, %PRODUCTNAME shows the text in red."
+
+#: type_stock.xhp#par_id1589098.help.text
+msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click <emph>Select </emph> <emph>data range</emph> again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range."
+msgstr "In Calc, click <emph>Select data range</emph> to minimise the dialogue, then drag to select the data range. When you release the mouse, the data are entered. Click <emph>Select </emph> <emph>data range</emph> again to add a data range. In the input field of the minimised dialogue, click after the entry and type a semicolon. Then drag to select the next range."
+
+#: type_stock.xhp#par_id8746910.help.text
+msgid "Click one of the options for data series in rows or in columns. "
+msgstr "Click one of the options for data series in rows or in columns. "
+
+#: type_stock.xhp#par_id9636524.help.text
+msgid "Your stock chart data are \"in columns\", if the information in a row belongs to the same \"candle stick\"."
+msgstr "Your stock chart data are \"in columns\", if the information in a row belongs to the same \"candle stick\"."
+
+#: type_stock.xhp#hd_id5675527.help.text
+msgid "Fine Tuning the Data Ranges of Table Based Stock Charts"
+msgstr "Fine Tuning the Data Ranges of Table Based Stock Charts"
+
+#: type_stock.xhp#par_id3486434.help.text
+msgid "You can organize data series and edit the source for parts of single data series on the third page of the Chart wizard or on the page Data Series in the Data Range dialog."
+msgstr "You can organise data series and edit the source for parts of single data series on the third page of the Chart wizard or on the page Data Series in the Data Range dialogue."
+
+#: type_stock.xhp#hd_id3068636.help.text
+msgid "Organize Data Series"
+msgstr "Organize Data Series"
+
+#: type_stock.xhp#par_id2480849.help.text
+msgid "In the <emph>data series</emph> area on the left side of the dialog, you can organize the data series of the actual chart. A stock chart has at least one data series containing the prices. It might have a second data series for transaction volume."
+msgstr "In the <emph>data series</emph> area on the left side of the dialogue, you can organise the data series of the actual chart. A stock chart has at least one data series containing the prices. It might have a second data series for transaction volume."
+
+#: type_stock.xhp#par_id4181951.help.text
+msgid "If you have got more than one price data series, use the Up and Down arrow buttons to order them. The order determines the arrangement in the chart. Do the same for volume data series. You cannot switch price and volume data series."
+msgstr "If you have got more than one price data series, use the Up and Down arrow buttons to order them. The order determines the arrangement in the chart. Do the same for volume data series. You cannot switch price and volume data series."
+
+#: type_stock.xhp#par_id2927335.help.text
+msgid "To remove a data series, select the data series in the list and click <emph>Remove</emph>."
+msgstr "To remove a data series, select the data series in the list and click <emph>Remove</emph>."
+
+#: type_stock.xhp#par_id2107303.help.text
+msgid "To add a data series, select one of the existing data series and click <emph>Add</emph>. You get an empty entry below the selected one, which has the same type. If you have no price data series or no volume data series, you must first select a range for these series in the <emph>Data Range</emph> dialog."
+msgstr "To add a data series, select one of the existing data series and click <emph>Add</emph>. You get an empty entry below the selected one, which has the same type. If you have no price data series or no volume data series, you must first select a range for these series in the <emph>Data Range</emph> dialogue."
+
+#: type_stock.xhp#hd_id4071779.help.text
+msgid "Setting Data Ranges"
+msgstr "Setting Data Ranges"
+
+#: type_stock.xhp#par_id7844477.help.text
+msgid "In the <emph>Data Ranges</emph> dialog you can set or change the data range of each component of the selected data series."
+msgstr "In the <emph>Data Ranges</emph> dialogue you can set or change the data range of each component of the selected data series."
+
+#: type_stock.xhp#par_id6478469.help.text
+msgid "In the upper list you see the role name of the components and the current values. When you have selected a role, you can change the value in the text box below the list. The label shows the selected role."
+msgstr "In the upper list you see the role name of the components and the current values. When you have selected a role, you can change the value in the text box below the list. The label shows the selected role."
+
+#: type_stock.xhp#par_id9038972.help.text
+msgid "Enter the range into the text box or click on <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+msgstr "Enter the range into the text box or click on <emph>Select data range</emph> to minimise the dialogue and select the range with the mouse."
+
+#: type_stock.xhp#par_id7985168.help.text
+msgid "Select Open Values, Close Values, High Values, and Low Values in any order. Specify only the ranges for those roles which you need for the chosen variant of the stock chart. The ranges need not be next to each other in the table."
+msgstr "Select Open Values, Close Values, High Values, and Low Values in any order. Specify only the ranges for those roles which you need for the chosen variant of the stock chart. The ranges need not be next to each other in the table."
+
+#: type_stock.xhp#hd_id876186.help.text
+msgctxt "type_stock.xhp#hd_id876186.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: type_stock.xhp#par_id3939634.help.text
+msgid "The legend displays the labels from the first row or column or from the special range that you have set in the <emph>Data Series</emph> dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+msgstr "The legend displays the labels from the first row or column or from the special range that you have set in the <emph>Data Series</emph> dialogue. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+
+#: type_stock.xhp#par_id2377697.help.text
+msgid "The legend shows the value from the range, which you entered in the <emph>Range for Name</emph> field in the <emph>Data Range</emph> dialog. The default entry is the column header of the closing price column."
+msgstr "The legend shows the value from the range, which you entered in the <emph>Range for Name</emph> field in the <emph>Data Range</emph> dialogue. The default entry is the column header of the closing price column."
+
+#: type_stock.xhp#par_id2188787.help.text
+msgctxt "type_stock.xhp#par_id2188787.help.text"
+msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
+msgstr "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
+
+#: choose_chart_type.xhp#tit.help.text
+msgid "Choosing a Chart Type"
+msgstr "Choosing a Chart Type"
+
+#: choose_chart_type.xhp#hd_id9072237.help.text
+msgid "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
+msgstr "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
+
+#: choose_chart_type.xhp#par_id7085787.help.text
+msgctxt "choose_chart_type.xhp#par_id7085787.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: choose_chart_type.xhp#hd_id6820886.help.text
+msgid "The available chart types"
+msgstr "The available chart types"
+
+#: choose_chart_type.xhp#par_id7309488.help.text
+msgid "Choose from the following chart types, depending on data type and intended presentation effect."
+msgstr "Choose from the following chart types, depending on data type and intended presentation effect."
+
+#: choose_chart_type.xhp#par_id4673604.help.text
+msgid "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Icon</alt></image> and <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145172\" src=\"chart2/res/columns_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_id3145172\">Icon</alt></image> and <image id=\"Graphic8\" src=\"chart2/res/bar_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id2586138.help.text
+msgid "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
+msgstr "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
+
+#: choose_chart_type.xhp#par_id4343394.help.text
+msgid "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id3859065.help.text
+msgid "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
+msgstr "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
+
+#: choose_chart_type.xhp#par_id292672.help.text
+msgid "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id4043092.help.text
+msgid "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
+msgstr "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
+
+#: choose_chart_type.xhp#par_id2578814.help.text
+msgid "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id4660481.help.text
+msgid "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
+msgstr "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
+
+#: choose_chart_type.xhp#par_id3946653.help.text
+msgid "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id5882747.help.text
+msgid "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
+msgstr "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
+
+#: choose_chart_type.xhp#par_id0526200904431454.help.text
+msgid "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id0526200904431497.help.text
+msgid "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
+msgstr "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
+
+#: choose_chart_type.xhp#par_id8752403.help.text
+msgid "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id8425550.help.text
+msgid "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
+msgstr "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
+
+#: choose_chart_type.xhp#par_id1846369.help.text
+msgid "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id1680654.help.text
+msgid "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
+msgstr "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
+
+#: choose_chart_type.xhp#par_id1592150.help.text
+msgid "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: choose_chart_type.xhp#par_id3308816.help.text
+msgid "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
+msgstr "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
+
+#: choose_chart_type.xhp#par_id8174687.help.text
+msgid " "
+msgstr ""
+
+#: 05050000.xhp#tit.help.text
+msgctxt "05050000.xhp#tit.help.text"
+msgid "Grid"
+msgstr "Grid"
+
+#: 05050000.xhp#bm_id3155602.help.text
+msgid "<bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value>"
+msgstr "<bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value>"
+
+#: 05050000.xhp#hd_id3155602.1.help.text
+msgid "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/schart/01/05050000.xhp\" name=\"Grid\">Grid</link>"
+
+#: 05050000.xhp#par_id3155764.2.help.text
+msgid "Opens a submenu, where you select the grid you want to format."
+msgstr "Opens a submenu, where you select the grid you want to format."
+
+#: 05050000.xhp#hd_id3150045.3.help.text
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Major Grid\">X Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Major Grid\">X Axis Major Grid</link>"
+
+#: 05050000.xhp#hd_id3145228.4.help.text
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Major Grid\">Y Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Major Grid\">Y Axis Major Grid</link>"
+
+#: 05050000.xhp#hd_id3147346.5.help.text
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis Major Grid\">Z Axis Major Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis Major Grid\">Z Axis Major Grid</link>"
+
+#: 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 "<link href=\"text/schart/01/05050100.xhp\" name=\"X Axis Minor Grid\">X Axis Minor Grid</link>"
+
+#: 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 "<link href=\"text/schart/01/05050100.xhp\" name=\"Y Axis Minor Grid\">Y Axis Minor Grid</link>"
+
+#: 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 "<link href=\"text/schart/01/05050100.xhp\" name=\"Z Axis minor Grid\">Z Axis minor Grid</link>"
+
+#: 05050000.xhp#hd_id3145585.9.help.text
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">All Axis Grids</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"All Axis Grids\">All Axis Grids</link>"
+
+#: type_column_line.xhp#tit.help.text
+msgid "Chart Type Column and Line "
+msgstr "Chart Type Column and Line "
+
+#: type_column_line.xhp#bm_id5976744.help.text
+msgid "<bookmark_value>column and line charts</bookmark_value><bookmark_value>chart types;column and line</bookmark_value><bookmark_value>combination charts</bookmark_value>"
+msgstr "<bookmark_value>column and line charts</bookmark_value><bookmark_value>chart types;column and line</bookmark_value><bookmark_value>combination charts</bookmark_value>"
+
+#: type_column_line.xhp#hd_id8596453.help.text
+msgid "<variable id=\"type_column_line\"><link href=\"text/schart/01/type_column_line.xhp\">Chart Type Column and Line</link></variable>"
+msgstr "<variable id=\"type_column_line\"><link href=\"text/schart/01/type_column_line.xhp\">Chart Type Column and Line</link></variable>"
+
+#: type_column_line.xhp#par_id4818567.help.text
+msgctxt "type_column_line.xhp#par_id4818567.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_column_line.xhp#hd_id2451551.help.text
+msgid "Column and Line"
+msgstr "Column and Line"
+
+#: type_column_line.xhp#par_id3101901.help.text
+msgid "A Column and Line chart is a combination of a <link href=\"text/schart/01/type_column_bar.xhp\">Column chart</link> with a <link href=\"text/schart/01/type_line.xhp\">Line chart</link>."
+msgstr "A Column and Line chart is a combination of a <link href=\"text/schart/01/type_column_bar.xhp\">Column chart</link> with a <link href=\"text/schart/01/type_line.xhp\">Line chart</link>."
+
+#: type_column_line.xhp#par_id7910397.help.text
+msgid "Select one of the variants"
+msgstr "Select one of the variants"
+
+#: type_column_line.xhp#par_id5244300.help.text
+msgid "Columns and Lines. The rectangles of the column data series are drawn side by side so that you can easily compare their values."
+msgstr "Columns and Lines. The rectangles of the column data series are drawn side by side so that you can easily compare their values."
+
+#: type_column_line.xhp#par_id7163609.help.text
+msgid "Stacked Columns and Lines. The rectangles of the column data series are drawn stacked above each other, so that the height of a column visualizes the sum of the data values."
+msgstr "Stacked Columns and Lines. The rectangles of the column data series are drawn stacked above each other, so that the height of a column visualizes the sum of the data values."
+
+#: type_column_line.xhp#par_id1842097.help.text
+msgid "You can insert a second y-axis with <link href=\"text/schart/01/04040000.xhp\">Insert - Axes</link> after you finish the wizard."
+msgstr "You can insert a second y-axis with <link href=\"text/schart/01/04040000.xhp\">Insert - Axes</link> after you finish the wizard."
+
+#: type_column_line.xhp#hd_id8297677.help.text
+msgctxt "type_column_line.xhp#hd_id8297677.help.text"
+msgid "To specify a data range"
+msgstr "To specify a data range"
+
+#: type_column_line.xhp#par_id8871120.help.text
+msgid "The leftmost columns (or the top rows) of the selected data range provide the data that are shown as Columns objects. The other columns or rows of the data range provide the data for the Lines objects. You can change this assignment in the <emph>Data Series</emph> dialog."
+msgstr "The leftmost columns (or the top rows) of the selected data range provide the data that are shown as Columns objects. The other columns or rows of the data range provide the data for the Lines objects. You can change this assignment in the <emph>Data Series</emph> dialogue."
+
+#: type_column_line.xhp#par_id2952055.help.text
+msgid "Select the data range."
+msgstr "Select the data range."
+
+#: type_column_line.xhp#par_id594500.help.text
+msgctxt "type_column_line.xhp#par_id594500.help.text"
+msgid "Click one of the options for data series in rows or in columns."
+msgstr "Click one of the options for data series in rows or in columns."
+
+#: type_column_line.xhp#par_id1944944.help.text
+msgctxt "type_column_line.xhp#par_id1944944.help.text"
+msgid "Check whether the data range has labels in the first row or in the first column or both."
+msgstr "Check whether the data range has labels in the first row or in the first column or both."
+
+#: type_column_line.xhp#hd_id6667683.help.text
+msgctxt "type_column_line.xhp#hd_id6667683.help.text"
+msgid "Organizing data series"
+msgstr "Organizing data series"
+
+#: type_column_line.xhp#par_id7616809.help.text
+msgctxt "type_column_line.xhp#par_id7616809.help.text"
+msgid "In the Data Series list box you see a list of all data series in the current chart."
+msgstr "In the Data Series list box you see a list of all data series in the current chart."
+
+#: type_column_line.xhp#par_id9770195.help.text
+msgid "The column data series are positioned at the top of the list, the line data series at the bottom of the list."
+msgstr "The column data series are positioned at the top of the list, the line data series at the bottom of the list."
+
+#: type_column_line.xhp#par_id1446272.help.text
+msgctxt "type_column_line.xhp#par_id1446272.help.text"
+msgid "To organize the data series, select an entry in the list."
+msgstr "To organise the data series, select an entry in the list."
+
+#: type_column_line.xhp#par_id3779717.help.text
+msgctxt "type_column_line.xhp#par_id3779717.help.text"
+msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+msgstr "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+
+#: type_column_line.xhp#par_id5056611.help.text
+msgctxt "type_column_line.xhp#par_id5056611.help.text"
+msgid "Click Remove to remove the selected entry from the Data Series list."
+msgstr "Click Remove to remove the selected entry from the Data Series list."
+
+#: type_column_line.xhp#par_id7786492.help.text
+msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This way you can convert a Column data series to a List data series and back. This does not change the order in the data source table, but changes only the arrangement in the chart."
+msgstr "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This way you can convert a Column data series to a List data series and back. This does not change the order in the data source table, but changes only the arrangement in the chart."
+
+#: type_column_line.xhp#hd_id265816.help.text
+msgctxt "type_column_line.xhp#hd_id265816.help.text"
+msgid "Editing data series"
+msgstr "Editing data series"
+
+#: type_column_line.xhp#par_id6768700.help.text
+msgctxt "type_column_line.xhp#par_id6768700.help.text"
+msgid "Click an entry in the list to view and edit the properties for that entry."
+msgstr "Click an entry in the list to view and edit the properties for that entry."
+
+#: type_column_line.xhp#par_id1924497.help.text
+msgctxt "type_column_line.xhp#par_id1924497.help.text"
+msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+msgstr "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+
+#: type_column_line.xhp#par_id5081942.help.text
+msgctxt "type_column_line.xhp#par_id5081942.help.text"
+msgid "Click an entry, then edit the contents in the text box below. "
+msgstr "Click an entry, then edit the contents in the text box below. "
+
+#: type_column_line.xhp#par_id2958464.help.text
+msgctxt "type_column_line.xhp#par_id2958464.help.text"
+msgid "The label next to the text box states the currently selected role. "
+msgstr "The label next to the text box states the currently selected role. "
+
+#: type_column_line.xhp#par_id883816.help.text
+msgctxt "type_column_line.xhp#par_id883816.help.text"
+msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+msgstr "Enter the range or click <emph>Select data range</emph> to minimise the dialogue and select the range with the mouse."
+
+#: type_column_line.xhp#par_id5091708.help.text
+msgctxt "type_column_line.xhp#par_id5091708.help.text"
+msgid "The range for a data role, like Y-Values, must not include a label cell."
+msgstr "The range for a data role, like Y-Values, must not include a label cell."
+
+#: type_column_line.xhp#hd_id974456.help.text
+msgctxt "type_column_line.xhp#hd_id974456.help.text"
+msgid "Editing categories or data labels"
+msgstr "Editing categories or data labels"
+
+#: type_column_line.xhp#par_id2767113.help.text
+msgctxt "type_column_line.xhp#par_id2767113.help.text"
+msgid "Enter or select a cell range that will be used as text for categories or data labels. "
+msgstr "Enter or select a cell range that will be used as text for categories or data labels. "
+
+#: type_column_line.xhp#par_id301828.help.text
+msgid "The values in the Categories range will be shown as labels on the x axis."
+msgstr "The values in the Categories range will be shown as labels on the x axis."
+
+#: type_column_line.xhp#hd_id8996246.help.text
+msgid "Inserting chart elements"
+msgstr "Inserting chart elements"
+
+#: type_column_line.xhp#par_id5729544.help.text
+msgid "Use the Chart Elements page of the Chart Wizard to insert any of the following elements:"
+msgstr "Use the Chart Elements page of the Chart Wizard to insert any of the following elements:"
+
+#: type_column_line.xhp#par_id2932828.help.text
+msgid "Chart titles"
+msgstr "Chart titles"
+
+#: type_column_line.xhp#par_id9449446.help.text
+msgctxt "type_column_line.xhp#par_id9449446.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: type_column_line.xhp#par_id8122196.help.text
+msgid "Visible grid lines"
+msgstr "Visible grid lines"
+
+#: type_column_line.xhp#par_id9909665.help.text
+msgctxt "type_column_line.xhp#par_id9909665.help.text"
+msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+msgstr "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+
+#: type_column_line.xhp#par_id9141819.help.text
+msgctxt "type_column_line.xhp#par_id9141819.help.text"
+msgid "Secondary axes"
+msgstr "Secondary axes"
+
+#: type_column_line.xhp#par_id6354869.help.text
+msgctxt "type_column_line.xhp#par_id6354869.help.text"
+msgid "Minor grids"
+msgstr "Minor grids"
+
+#: type_column_line.xhp#par_id2685323.help.text
+msgctxt "type_column_line.xhp#par_id2685323.help.text"
+msgid "Data labels"
+msgstr "Data labels"
+
+#: type_column_line.xhp#par_id6042664.help.text
+msgctxt "type_column_line.xhp#par_id6042664.help.text"
+msgid "Statistics, for example mean values, y error bars and trend lines"
+msgstr "Statistics, for example mean values, y error bars and trend lines"
+
+#: type_column_line.xhp#par_id7889950.help.text
+msgid "To set different data labels for each data series, use the properties dialog of the data series."
+msgstr "To set different data labels for each data series, use the properties dialogue of the data series."
+
+#: type_pie.xhp#tit.help.text
+msgid "Chart Type Pie "
+msgstr "Chart Type Pie "
+
+#: type_pie.xhp#bm_id7621997.help.text
+msgid "<bookmark_value>donut charts</bookmark_value> <bookmark_value>pie charts;types</bookmark_value> <bookmark_value>chart types;pie/donut</bookmark_value>"
+msgstr "<bookmark_value>donut charts</bookmark_value> <bookmark_value>pie charts;types</bookmark_value> <bookmark_value>chart types;pie/donut</bookmark_value>"
+
+#: type_pie.xhp#hd_id3365276.help.text
+msgid "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
+msgstr "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
+
+#: type_pie.xhp#par_id245979.help.text
+msgctxt "type_pie.xhp#par_id245979.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_pie.xhp#hd_id5799432.help.text
+msgid "Pie"
+msgstr "Pie"
+
+#: type_pie.xhp#par_id6549272.help.text
+msgid "A pie chart shows values as circular sectors of the total circle. The length of the arc, or the area of each sector, is proportional to its value."
+msgstr "A pie chart shows values as circular sectors of the total circle. The length of the arc, or the area of each sector, is proportional to its value."
+
+#: type_pie.xhp#par_id6529740.help.text
+msgid "Pie - this subtype shows sectors as colored areas of the total pie, for one data column only. In the created chart, you can click and drag any sector to separate that sector from the remaining pie or to join it back."
+msgstr "Pie - this subtype shows sectors as coloured areas of the total pie, for one data column only. In the created chart, you can click and drag any sector to separate that sector from the remaining pie or to join it back."
+
+#: type_pie.xhp#par_id9121982.help.text
+msgid "Exploded pie - this subtype shows the sectors already separated from each other. In the created chart, you can click and drag any sector to move it along a radial from the pie's center."
+msgstr "Exploded pie - this subtype shows the sectors already separated from each other. In the created chart, you can click and drag any sector to move it along a radial from the pie's centre."
+
+#: type_pie.xhp#par_id3808404.help.text
+msgid "Donut - this subtype can show multiple data columns. Each data column is shown as one donut shape with a hole inside, where the next data column can be shown. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
+msgstr "Donut - this subtype can show multiple data columns. Each data column is shown as one donut shape with a hole inside, where the next data column can be shown. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's centre."
+
+#: type_pie.xhp#par_id2394482.help.text
+msgid "Exploded donut - this subtype shows the outer sectors already separated from the remaining donut. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's center."
+msgstr "Exploded donut - this subtype shows the outer sectors already separated from the remaining donut. In the created chart, you can click and drag an outer sector to move it along a radial from the donut's centre."
+
+#: 05060000.xhp#tit.help.text
+msgctxt "05060000.xhp#tit.help.text"
+msgid "Chart Wall"
+msgstr "Chart Wall"
+
+#: 05060000.xhp#bm_id3150792.help.text
+msgid "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>formatting;chart walls</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting walls</bookmark_value><bookmark_value>formatting;chart walls</bookmark_value>"
+
+#: 05060000.xhp#hd_id3150792.1.help.text
+msgctxt "05060000.xhp#hd_id3150792.1.help.text"
+msgid "Chart Wall"
+msgstr "Chart Wall"
+
+#: 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 "<variable id=\"diagramm\"><ahelp visibility=\"visible\" hid=\".uno:DiagramWall\">Opens the<emph> Chart Wall</emph> dialogue, 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>"
+
+#: wiz_chart_elements.xhp#tit.help.text
+msgid "Chart Wizard - Chart Elements"
+msgstr "Chart Wizard - Chart Elements"
+
+#: wiz_chart_elements.xhp#hd_id70802.help.text
+msgid "<variable id=\"wiz_chart_elements\"><link href=\"text/schart/01/wiz_chart_elements.xhp\">Chart Wizard - Chart Elements</link></variable>"
+msgstr "<variable id=\"wiz_chart_elements\"><link href=\"text/schart/01/wiz_chart_elements.xhp\">Chart Wizard - Chart Elements</link></variable>"
+
+#: wiz_chart_elements.xhp#par_id8746604.help.text
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose the chart elements to be shown."
+msgstr "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose the chart elements to be shown."
+
+#: wiz_chart_elements.xhp#par_id6437269.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a title for your chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a title for your chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id9469893.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a subtitle for your chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a subtitle for your chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id130008.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the x-axis (horizontal).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the x-axis (horizontal).</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id5821710.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the y-axis (vertical).</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the y-axis (vertical).</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id2871791.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id7333597.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays a legend in your chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays a legend in your chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id9976195.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the left of the chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the left of the chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id2507400.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the top of the chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the top of the chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id216681.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the right of the chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the right of the chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id7709585.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the bottom of the chart.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Positions the legend to the bottom of the chart.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id4309518.help.text
+msgctxt "wiz_chart_elements.xhp#par_id4309518.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id206610.help.text
+msgctxt "wiz_chart_elements.xhp#par_id206610.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id6917020.help.text
+msgctxt "wiz_chart_elements.xhp#par_id6917020.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id9969481.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id816675.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary y-axis. This option is only available for charts that support a secondary y-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter a label for the secondary y-axis. This option is only available for charts that support a secondary y-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#hd_id4411145.help.text
+msgid "To enter chart elements"
+msgstr "To enter chart elements"
+
+#: wiz_chart_elements.xhp#par_id3274941.help.text
+msgid "Enter titles or click the elements that you want to be shown on the current chart."
+msgstr "Enter titles or click the elements that you want to be shown on the current chart."
+
+#: wiz_chart_elements.xhp#hd_id9804681.help.text
+msgctxt "wiz_chart_elements.xhp#hd_id9804681.help.text"
+msgid "Titles"
+msgstr "Titles"
+
+#: wiz_chart_elements.xhp#par_id3614917.help.text
+msgid "If you enter text for a title, subtitle, or any axis, the necessary space will be reserved to display the text next to the chart. If you do not enter a text, no space will be reserved, leaving more space to display the chart."
+msgstr "If you enter text for a title, subtitle, or any axis, the necessary space will be reserved to display the text next to the chart. If you do not enter a text, no space will be reserved, leaving more space to display the chart."
+
+#: wiz_chart_elements.xhp#par_id156865.help.text
+msgid "It is not possible to link the title text to a cell. You must enter the text directly."
+msgstr "It is not possible to link the title text to a cell. You must enter the text directly."
+
+#: wiz_chart_elements.xhp#par_id6034424.help.text
+msgid "When the chart is finished, you can change the position and other properties by the <emph>Format</emph> menu."
+msgstr "When the chart is finished, you can change the position and other properties by the <emph>Format</emph> menu."
+
+#: wiz_chart_elements.xhp#par_id9033783.help.text
+msgctxt "wiz_chart_elements.xhp#par_id9033783.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: wiz_chart_elements.xhp#par_id1069368.help.text
+msgid "The legend displays the labels from the first row or column, or from the range that you have set in the Data Series dialog. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+msgstr "The legend displays the labels from the first row or column, or from the range that you have set in the Data Series dialogue. If your chart does not contain labels, the legend displays text like \"Row 1, Row 2, ...\", or \"Column A, Column B, ...\" according to the row number or column letter of the chart data."
+
+#: wiz_chart_elements.xhp#par_id6998809.help.text
+msgid "You cannot enter the text directly, it is automatically generated from the Name cell range."
+msgstr "You cannot enter the text directly, it is automatically generated from the Name cell range."
+
+#: wiz_chart_elements.xhp#par_id71413.help.text
+msgctxt "wiz_chart_elements.xhp#par_id71413.help.text"
+msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
+msgstr "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
+
+#: wiz_chart_elements.xhp#par_id4776757.help.text
+msgctxt "wiz_chart_elements.xhp#par_id4776757.help.text"
+msgid "Grids"
+msgstr "Grids"
+
+#: wiz_chart_elements.xhp#par_id6737876.help.text
+msgctxt "wiz_chart_elements.xhp#par_id6737876.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the x-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id1058992.help.text
+msgctxt "wiz_chart_elements.xhp#par_id1058992.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the y-axis.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id7366557.help.text
+msgctxt "wiz_chart_elements.xhp#par_id7366557.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts.</ahelp>"
+
+#: wiz_chart_elements.xhp#par_id6527298.help.text
+msgid "The visible grid lines can help to estimate the data values in the chart."
+msgstr "The visible grid lines can help to estimate the data values in the chart."
+
+#: wiz_chart_elements.xhp#par_id2924283.help.text
+msgid "The distance of the grid lines corresponds to the interval settings in the Scale tab of the axis properties."
+msgstr "The distance of the grid lines corresponds to the interval settings in the Scale tab of the axis properties."
+
+#: wiz_chart_elements.xhp#par_id5781731.help.text
+msgid "Grid lines are not available for pie charts."
+msgstr "Grid lines are not available for pie charts."
+
+#: wiz_chart_elements.xhp#hd_id6942045.help.text
+msgid "Additional elements"
+msgstr "Additional elements"
+
+#: wiz_chart_elements.xhp#par_id4721823.help.text
+msgctxt "wiz_chart_elements.xhp#par_id4721823.help.text"
+msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+msgstr "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
+
+#: wiz_chart_elements.xhp#par_id5806756.help.text
+msgctxt "wiz_chart_elements.xhp#par_id5806756.help.text"
+msgid "Secondary axes"
+msgstr "Secondary axes"
+
+#: wiz_chart_elements.xhp#par_id8915372.help.text
+msgctxt "wiz_chart_elements.xhp#par_id8915372.help.text"
+msgid "Minor grids"
+msgstr "Minor grids"
+
+#: wiz_chart_elements.xhp#par_id6070436.help.text
+msgctxt "wiz_chart_elements.xhp#par_id6070436.help.text"
+msgid "Data labels"
+msgstr "Data labels"
+
+#: wiz_chart_elements.xhp#par_id7564012.help.text
+msgctxt "wiz_chart_elements.xhp#par_id7564012.help.text"
+msgid "Statistics, for example mean values, y error bars and trend lines"
+msgstr "Statistics, for example mean values, y error bars and trend lines"
+
+#: 03010000.xhp#tit.help.text
+msgid "Data Table"
+msgstr "Data Table"
+
+#: 03010000.xhp#hd_id3150869.1.help.text
+msgid "<link href=\"text/schart/01/03010000.xhp\" name=\"Data Table\">Data Table</link>"
+msgstr "<link href=\"text/schart/01/03010000.xhp\" name=\"Data Table\">Data Table</link>"
+
+#: 03010000.xhp#par_id3151115.2.help.text
+msgid "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>"
+msgstr "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialogue where you can edit the chart data.</ahelp>"
+
+#: 03010000.xhp#par_id3149667.51.help.text
+msgid "The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table."
+msgstr "The<emph> Data Table </emph>dialogue is not available if you insert a chart that is based on a Calc sheet or on a Writer table."
+
+#: 03010000.xhp#par_id6746421.help.text
+msgid "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
+msgstr "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
+
+#: 03010000.xhp#par_id2565996.help.text
+msgid "Some changes will become visible only after you close and reopen the dialog."
+msgstr "Some changes will become visible only after you close and reopen the dialogue."
+
+#: 03010000.xhp#hd_id6129947.help.text
+msgid "To change chart data"
+msgstr "To change chart data"
+
+#: 03010000.xhp#par_id8141117.help.text
+msgid "When you create a chart that is based on default data, or when you copy a chart into your document, you can open the Data Table dialog to enter your own data. The chart responds to the data in a live preview."
+msgstr "When you create a chart that is based on default data, or when you copy a chart into your document, you can open the Data Table dialogue to enter your own data. The chart responds to the data in a live preview."
+
+#: 03010000.xhp#par_id9487594.help.text
+msgid "Close the Chart Data dialog to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
+msgstr "Close the Chart Data dialogue to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
+
+#: 03010000.xhp#par_id4149906.help.text
+msgid "Insert or select a chart that is not based on existing cell data."
+msgstr "Insert or select a chart that is not based on existing cell data."
+
+#: 03010000.xhp#par_id6064943.help.text
+msgid "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialog."
+msgstr "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialogue."
+
+#: 03010000.xhp#par_id3236182.help.text
+msgid "The data series are organized in columns. The role of the left most column is set to categories or data labels respectively. The contents of the left most column are always formatted as text. You can insert more text columns to be used as hierarchical labels."
+msgstr "The data series are organised in columns. The role of the left most column is set to categories or data labels respectively. The contents of the left most column are always formatted as text. You can insert more text columns to be used as hierarchical labels."
+
+#: 03010000.xhp#par_id9799798.help.text
+msgid "Click a cell in the dialog and change the contents. Click another cell to see the changed contents in the preview."
+msgstr "Click a cell in the dialogue and change the contents. Click another cell to see the changed contents in the preview."
+
+#: 03010000.xhp#par_id1251258.help.text
+msgid "Enter the name of the data series in the text box above the column."
+msgstr "Enter the name of the data series in the text box above the column."
+
+#: 03010000.xhp#par_id743430.help.text
+msgid "Use the icons above the table to insert or delete rows and columns. For data series with multiple columns, only whole data series can be inserted or deleted. "
+msgstr "Use the icons above the table to insert or delete rows and columns. For data series with multiple columns, only whole data series can be inserted or deleted. "
+
+#: 03010000.xhp#par_id8111819.help.text
+msgid "The order of the data series in the chart is the same as in the data table. Use the <emph>Move Series Right</emph> icon to switch the current column with its neighbor on the right."
+msgstr "The order of the data series in the chart is the same as in the data table. Use the <emph>Move Series Right</emph> icon to switch the current column with its neighbour on the right."
+
+#: 03010000.xhp#par_id9116794.help.text
+msgid "The order of the categories or data points in the chart is the same as in the data table. Use the <emph>Move Row Down</emph> icon to switch the current row with its neighbor below."
+msgstr "The order of the categories or data points in the chart is the same as in the data table. Use the <emph>Move Row Down</emph> icon to switch the current row with its neighbour below."
+
+#: 03010000.xhp#par_id3150297.20.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
+
+#: 03010000.xhp#par_id3145384.23.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
+
+#: 03010000.xhp#par_id3152297.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
+
+#: 03010000.xhp#par_id3159231.26.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
+
+#: 03010000.xhp#par_id3153336.29.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp>"
+
+#: 03010000.xhp#par_id4089175.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the right.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbour at the right.</ahelp>"
+
+#: 03010000.xhp#par_id3949095.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor below.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbour below.</ahelp>"
+
+#: 03010000.xhp#par_id6697286.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
+
+#: 05040200.xhp#tit.help.text
+msgctxt "05040200.xhp#tit.help.text"
+msgid "Y Axis"
+msgstr "Y Axis"
+
+#: 05040200.xhp#bm_id3145673.help.text
+msgid "<bookmark_value>Y axes; formatting</bookmark_value>"
+msgstr "<bookmark_value>Y axes; formatting</bookmark_value>"
+
+#: 05040200.xhp#hd_id3145673.1.help.text
+msgctxt "05040200.xhp#hd_id3145673.1.help.text"
+msgid "Y Axis"
+msgstr "Y Axis"
+
+#: 05040200.xhp#par_id3155628.2.help.text
+msgid "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Opens the<emph> Y Axis </emph>dialog, to change properties of the Y axis.</ahelp></variable>"
+msgstr "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Opens the<emph> Y Axis </emph>dialogue, to change properties of the Y axis.</ahelp></variable>"
+
+#: 05040200.xhp#hd_id3145171.3.help.text
+msgctxt "05040200.xhp#hd_id3145171.3.help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+
+#: 05040200.xhp#hd_id3146119.4.help.text
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+
+#: 05070000.xhp#tit.help.text
+msgctxt "05070000.xhp#tit.help.text"
+msgid "Chart Floor"
+msgstr "Chart Floor"
+
+#: 05070000.xhp#bm_id3154346.help.text
+msgid "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>formatting; chart floors</bookmark_value>"
+msgstr "<bookmark_value>charts; formatting floors</bookmark_value><bookmark_value>formatting; chart floors</bookmark_value>"
+
+#: 05070000.xhp#hd_id3154346.1.help.text
+msgctxt "05070000.xhp#hd_id3154346.1.help.text"
+msgid "Chart Floor"
+msgstr "Chart Floor"
+
+#: 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 "<variable id=\"diagrammboden\"><ahelp hid=\".uno:DiagramFloor\">Opens the<emph> Chart Floor</emph> dialogue, 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>"
+
+#: wiz_chart_type.xhp#tit.help.text
+msgid "Chart Wizard - Chart Type"
+msgstr "Chart Wizard - Chart Type"
+
+#: wiz_chart_type.xhp#bm_id4266792.help.text
+msgid "<bookmark_value>charts;choosing chart types</bookmark_value>"
+msgstr "<bookmark_value>charts;choosing chart types</bookmark_value>"
+
+#: wiz_chart_type.xhp#hd_id1536606.help.text
+msgid "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
+msgstr "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
+
+#: wiz_chart_type.xhp#par_id6006958.help.text
+msgid "On the first page of the Chart Wizard you can <link href=\"text/schart/01/choose_chart_type.xhp\">choose a chart type</link>."
+msgstr "On the first page of the Chart Wizard you can <link href=\"text/schart/01/choose_chart_type.xhp\">choose a chart type</link>."
+
+#: wiz_chart_type.xhp#hd_id3919186.help.text
+msgid "To choose a chart type"
+msgstr "To choose a chart type"
+
+#: wiz_chart_type.xhp#par_id3453169.help.text
+msgid "Choose a basic <link href=\"text/schart/01/choose_chart_type.xhp\">chart type</link>: click any of the entries labeled Column, Bar, Pie, and so on."
+msgstr "Choose a basic <link href=\"text/schart/01/choose_chart_type.xhp\">chart type</link>: click any of the entries labelled Column, Bar, Pie, and so on."
+
+#: wiz_chart_type.xhp#par_id8406933.help.text
+msgid "The contents on the right side will change to offer more options depending on the basic chart type."
+msgstr "The contents on the right side will change to offer more options depending on the basic chart type."
+
+#: wiz_chart_type.xhp#par_id8230231.help.text
+msgid "Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look."
+msgstr "Optionally, click any of the options. While you change the settings in the wizard, watch the preview in the document to see how the chart will look."
+
+#: wiz_chart_type.xhp#par_id3267006.help.text
+msgid "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
+msgstr "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
+
+#: wiz_chart_type.xhp#par_id7251503.help.text
+msgid "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
+msgstr "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
+
+#: wiz_chart_type.xhp#par_id3191625.help.text
+msgid "Click <emph>Next</emph> to see the next wizard page, or click the entries on the left side of the wizard to go to that page."
+msgstr "Click <emph>Next</emph> to see the next wizard page, or click the entries on the left side of the wizard to go to that page."
+
+#: wiz_chart_type.xhp#par_id7659535.help.text
+msgid "Click <emph>Back</emph> to see the previous wizard page."
+msgstr "Click <emph>Back</emph> to see the previous wizard page."
+
+#: wiz_chart_type.xhp#par_id8420056.help.text
+msgid "Click <emph>Cancel</emph> to close the wizard without creating a chart."
+msgstr "Click <emph>Cancel</emph> to close the wizard without creating a chart."
+
+#: wiz_chart_type.xhp#par_id2284920.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id3184301.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id2129276.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id9719229.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id3860896.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id4041871.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id9930722.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id5749687.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id79348.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id2414014.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">The lines are shown as curves.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">The lines are shown as curves.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id7617114.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to set the curve properties.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to set the curve properties.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id6649372.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id7334208.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
+
+#: wiz_chart_type.xhp#par_id4485000.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialogue.</ahelp>"
+
+#: 05050100.xhp#tit.help.text
+msgctxt "05050100.xhp#tit.help.text"
+msgid "Grid"
+msgstr "Grid"
+
+#: 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 "<bookmark_value>X axes;grid formatting</bookmark_value><bookmark_value>Y axes;grid formatting</bookmark_value><bookmark_value>Z axes; grid formatting</bookmark_value>"
+
+#: 05050100.xhp#hd_id3150398.2.help.text
+msgctxt "05050100.xhp#hd_id3150398.2.help.text"
+msgid "Grid"
+msgstr "Grid"
+
+#: 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 "<variable id=\"gitter\"><ahelp hid=\".uno:DiagramGridAll\">Opens the <emph>Grid</emph> dialogue for defining grid properties.</ahelp></variable>"
+
+#: 05040202.xhp#tit.help.text
+msgid "Positioning"
+msgstr "Positioning"
+
+#: 05040202.xhp#bm_id3150869.help.text
+msgid "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;positioning axes</bookmark_value><bookmark_value>X axes;positioning</bookmark_value><bookmark_value>Y axes;positioning</bookmark_value><bookmark_value>axes;interval marks</bookmark_value>"
+msgstr "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;positioning axes</bookmark_value><bookmark_value>X axes;positioning</bookmark_value><bookmark_value>Y axes;positioning</bookmark_value><bookmark_value>axes;interval marks</bookmark_value>"
+
+#: 05040202.xhp#hd_id3150868.1.help.text
+msgid "<link href=\"text/schart/01/05040202.xhp\" name=\"positioning\">Positioning</link>"
+msgstr "<link href=\"text/schart/01/05040202.xhp\" name=\"positioning\">Positioning</link>"
+
+#: 05040202.xhp#par_id3154013.2.help.text
+msgid "Controls the positioning of the axis."
+msgstr "Controls the positioning of the axis."
+
+#: 05040202.xhp#hd_id1006200801024782.help.text
+msgid "Axis line"
+msgstr "Axis line"
+
+#: 05040202.xhp#par_id1006200801024970.help.text
+msgid "<ahelp hid=\".\">Select where to cross the other axis: at start, at end, at a specified value, or at a category.</ahelp>"
+msgstr "<ahelp hid=\".\">Select where to cross the other axis: at start, at end, at a specified value, or at a category.</ahelp>"
+
+#: 05040202.xhp#par_id1006200801024957.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value where the axis line should cross the other axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the value where the axis line should cross the other axis.</ahelp>"
+
+#: 05040202.xhp#par_id100620080102503.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the category where the axis line should cross the other axis.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select the category where the axis line should cross the other axis.</ahelp>"
+
+#: 05040202.xhp#hd_id100620080102509.help.text
+msgid "Labels"
+msgstr "Labels"
+
+#: 05040202.xhp#hd_id1006200801523879.help.text
+msgid "Place labels"
+msgstr "Place labels"
+
+#: 05040202.xhp#par_id1006200801523889.help.text
+msgid "<ahelp hid=\".\">Select where to place the labels: near axis, near axis (other side), outside start, or outside end.</ahelp>"
+msgstr "<ahelp hid=\".\">Select where to place the labels: near axis, near axis (other side), outside start, or outside end.</ahelp>"
+
+#: 05040202.xhp#hd_id1006200801025030.help.text
+msgid "Interval marks"
+msgstr "Interval marks"
+
+#: 05040202.xhp#hd_id3149048.65.help.text
+msgid "Major:"
+msgstr "Major:"
+
+#: 05040202.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 "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."
+
+#: 05040202.xhp#hd_id3151387.66.help.text
+msgctxt "05040202.xhp#hd_id3151387.66.help.text"
+msgid "Inner"
+msgstr "Inner"
+
+#: 05040202.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 "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_INNER\">Specifies that marks are placed on the inner side of the axis.</ahelp>"
+
+#: 05040202.xhp#hd_id3166469.67.help.text
+msgctxt "05040202.xhp#hd_id3166469.67.help.text"
+msgid "Outer"
+msgstr "Outer"
+
+#: 05040202.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 "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_OUTER\">Specifies that marks are placed on the outer side of the axis.</ahelp>"
+
+#: 05040202.xhp#hd_id3159128.68.help.text
+msgid "Minor:"
+msgstr "Minor:"
+
+#: 05040202.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 "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."
+
+#: 05040202.xhp#hd_id3150654.69.help.text
+msgctxt "05040202.xhp#hd_id3150654.69.help.text"
+msgid "Inner"
+msgstr "Inner"
+
+#: 05040202.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 "<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>"
+
+#: 05040202.xhp#hd_id3154677.70.help.text
+msgctxt "05040202.xhp#hd_id3154677.70.help.text"
+msgid "Outer"
+msgstr "Outer"
+
+#: 05040202.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 "<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>"
+
+#: 05040202.xhp#hd_id1006200801025271.help.text
+msgid "Place marks"
+msgstr "Place marks"
+
+#: 05040202.xhp#par_id1006200801025278.help.text
+msgid "<ahelp hid=\".\">Select where to place the marks: at labels, at axis, or at axis and labels.</ahelp>"
+msgstr "<ahelp hid=\".\">Select where to place the marks: at labels, at axis, or at axis and labels.</ahelp>"
+
+#: smooth_line_properties.xhp#tit.help.text
+msgctxt "smooth_line_properties.xhp#tit.help.text"
+msgid "Smooth Line Properties"
+msgstr "Smooth Line Properties"
+
+#: smooth_line_properties.xhp#bm_id3803827.help.text
+msgid "<bookmark_value>curves;properties in line charts/XY charts</bookmark_value><bookmark_value>properties;smooth lines in line charts/XY charts</bookmark_value>"
+msgstr "<bookmark_value>curves;properties in line charts/XY charts</bookmark_value><bookmark_value>properties;smooth lines in line charts/XY charts</bookmark_value>"
+
+#: smooth_line_properties.xhp#hd_id3050325.help.text
+msgctxt "smooth_line_properties.xhp#hd_id3050325.help.text"
+msgid "Smooth Line Properties"
+msgstr "Smooth Line Properties"
+
+#: smooth_line_properties.xhp#par_id9421979.help.text
+msgid "In a chart that displays lines (Line type or XY type), you can choose to show curves instead of straight lines. Some options control the properties of those curves."
+msgstr "In a chart that displays lines (Line type or XY type), you can choose to show curves instead of straight lines. Some options control the properties of those curves."
+
+#: smooth_line_properties.xhp#hd_id1228370.help.text
+msgid "To change line properties"
+msgstr "To change line properties"
+
+#: smooth_line_properties.xhp#par_id1601611.help.text
+msgid "Select Cubic Spline or B-Spline."
+msgstr "Select Cubic Spline or B-Spline."
+
+#: smooth_line_properties.xhp#par_id879848.help.text
+msgid "These are mathematical models that influence the display of the curves. The curves are created by joining together segments of polynomials."
+msgstr ""
+
+#: smooth_line_properties.xhp#par_id3464461.help.text
+msgid "Optionally set the resolution. A higher value leads to a smoother line."
+msgstr "Optionally set the resolution. A higher value leads to a smoother line."
+
+#: smooth_line_properties.xhp#par_id6998809.help.text
+msgid "For B-spline lines optionally set the degree of the polynomials."
+msgstr ""
+
+#: smooth_line_properties.xhp#par_id3424481.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a cubic spline model.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Apply a cubic spline model.</ahelp>"
+
+#: smooth_line_properties.xhp#par_id1068758.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a B-spline model.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Apply a B-spline model.</ahelp>"
+
+#: smooth_line_properties.xhp#par_id2320932.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+
+#: smooth_line_properties.xhp#par_id8638874.help.text
+#, fuzzy
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the degree of the polynomials.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+
+#: wiz_data_range.xhp#tit.help.text
+msgid "Chart Wizard - Data Range"
+msgstr "Chart Wizard - Data Range"
+
+#: wiz_data_range.xhp#bm_id2429578.help.text
+msgid "<bookmark_value>data ranges in charts</bookmark_value>"
+msgstr "<bookmark_value>data ranges in charts</bookmark_value>"
+
+#: wiz_data_range.xhp#hd_id8313852.help.text
+msgid "<variable id=\"wiz_data_range\"><link href=\"text/schart/01/wiz_data_range.xhp\">Chart Wizard - Data Range</link></variable>"
+msgstr "<variable id=\"wiz_data_range\"><link href=\"text/schart/01/wiz_data_range.xhp\">Chart Wizard - Data Range</link></variable>"
+
+#: wiz_data_range.xhp#par_id8829309.help.text
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can select one single source of data range. This range may consist of more than one rectangular range of cells."
+msgstr "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can select one single source of data range. This range may consist of more than one rectangular range of cells."
+
+#: wiz_data_range.xhp#par_id6401867.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialog where you can edit Data Range and Data Series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialogue where you can edit Data Range and Data Series.</ahelp>"
+
+#: wiz_data_range.xhp#par_id2025818.help.text
+msgid "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
+msgstr "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
+
+#: wiz_data_range.xhp#par_id8466139.help.text
+msgctxt "wiz_data_range.xhp#par_id8466139.help.text"
+msgid "This dialog is only available for charts based on a Calc or Writer table."
+msgstr "This dialogue is only available for charts based on a Calc or Writer table."
+
+#: wiz_data_range.xhp#hd_id1877193.help.text
+msgctxt "wiz_data_range.xhp#hd_id1877193.help.text"
+msgid "To specify a data range"
+msgstr "To specify a data range"
+
+#: wiz_data_range.xhp#par_id5924863.help.text
+msgid "Select the data range. Do one of the following:"
+msgstr "Select the data range. Do one of the following:"
+
+#: wiz_data_range.xhp#par_id4357432.help.text
+msgctxt "wiz_data_range.xhp#par_id4357432.help.text"
+msgid "Enter the data range in the text box."
+msgstr "Enter the data range in the text box."
+
+#: wiz_data_range.xhp#par_id5626392.help.text
+msgctxt "wiz_data_range.xhp#par_id5626392.help.text"
+msgid "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+msgstr "In Calc, an example data range would be \"$Sheet1.$B$3:$B$14\". Note that a data range may consist of more than one region in a spreadsheet, e.g. \"$Sheet1.A1:A5;$Sheet1.D1:D5\" is also a valid data range. In Writer, an example data range would be \"Table1.A1:E4\"."
+
+#: wiz_data_range.xhp#par_id1363872.help.text
+msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag over a cell area to select the data range."
+msgstr "In Calc, click <emph>Select data range</emph> to minimise the dialogue, then drag over a cell area to select the data range."
+
+#: wiz_data_range.xhp#par_id6823938.help.text
+msgctxt "wiz_data_range.xhp#par_id6823938.help.text"
+msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+msgstr "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+
+#: wiz_data_range.xhp#par_id1434369.help.text
+msgctxt "wiz_data_range.xhp#par_id1434369.help.text"
+msgid "Click one of the options for data series in rows or in columns."
+msgstr "Click one of the options for data series in rows or in columns."
+
+#: wiz_data_range.xhp#par_id7524033.help.text
+msgctxt "wiz_data_range.xhp#par_id7524033.help.text"
+msgid "Check whether the data range has labels in the first row or in the first column or both."
+msgstr "Check whether the data range has labels in the first row or in the first column or both."
+
+#: wiz_data_range.xhp#par_id5256508.help.text
+msgid "In the preview you can see how the final chart will look."
+msgstr "In the preview you can see how the final chart will look."
+
+#: wiz_data_range.xhp#par_id379650.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the data range that you want to include in your chart. To minimise this dialogue while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+
+#: wiz_data_range.xhp#par_id953703.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Data series get their data from consecutive rows in the selected range. For scatter charts, the first data series will contain x-values for all series. All other data series are used as y-values, one for each series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Data series get their data from consecutive rows in the selected range. For scatter charts, the first data series will contain x-values for all series. All other data series are used as y-values, one for each series.</ahelp>"
+
+#: wiz_data_range.xhp#par_id4496597.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Data series get their data from consecutive columns in the selected range. For scatter charts, the first data column will contain x-values for all series. All other data columns are used as y-values, one for each series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Data series get their data from consecutive columns in the selected range. For scatter charts, the first data column will contain x-values for all series. All other data columns are used as y-values, one for each series.</ahelp>"
+
+#: wiz_data_range.xhp#par_id2898953.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">For data series in columns: The first row in the range is used as names for data series. For data series in rows: The first row in the range is used as categories. The remaining rows comprise the data series. If this check box is not selected, all rows are data series.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">For data series in columns: The first row in the range is used as names for data series. For data series in rows: The first row in the range is used as categories. The remaining rows comprise the data series. If this check box is not selected, all rows are data series.</ahelp>"
+
+#: wiz_data_range.xhp#par_id7546311.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">For data series in columns: The first column in the range is used as names for data series. For data series in rows: The first column in the range is used as categories. The remaining columns comprise the data columns. If this check box is not selected, all columns are data columns.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">For data series in columns: The first column in the range is used as names for data series. For data series in rows: The first column in the range is used as categories. The remaining columns comprise the data columns. If this check box is not selected, all columns are data columns.</ahelp>"
+
+#: 05020101.xhp#tit.help.text
+msgctxt "05020101.xhp#tit.help.text"
+msgid "Alignment"
+msgstr "Alignment"
+
+#: 05020101.xhp#bm_id3150793.help.text
+msgid "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>titles;alignment (charts)</bookmark_value>"
+msgstr "<bookmark_value>aligning;titles in charts</bookmark_value><bookmark_value>titles;alignment (charts)</bookmark_value>"
+
+#: 05020101.xhp#hd_id3150793.1.help.text
+msgid "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/schart/01/05020101.xhp\" name=\"Alignment\">Alignment</link>"
+
+#: 05020101.xhp#par_id3125864.2.help.text
+msgid "Modifies the alignment of the chart title."
+msgstr "Modifies the alignment of the chart title."
+
+#: 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 "Some of the options are not available for all types of labels. For example, there are different options for 2D and 3D object labels."
+
+#: 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 "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."
+
+#: 04010000.xhp#tit.help.text
+msgctxt "04010000.xhp#tit.help.text"
+msgid "Titles"
+msgstr "Titles"
+
+#: 04010000.xhp#hd_id3147345.1.help.text
+msgctxt "04010000.xhp#hd_id3147345.1.help.text"
+msgid "Titles"
+msgstr "Titles"
+
+#: 04010000.xhp#par_id3150298.2.help.text
+msgid "<variable id=\"titel\"><ahelp hid=\".uno:InsertMenuTitles\">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 "<variable id=\"titel\"><ahelp hid=\".uno:InsertMenuTitles\">Opens a dialogue 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."
+
+#: 04010000.xhp#hd_id3150207.3.help.text
+msgid "Main Title"
+msgstr "Main Title"
+
+#: 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 "<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>"
+
+#: 04010000.xhp#hd_id3146980.5.help.text
+msgid "Subtitle"
+msgstr "Subtitle"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 04010000.xhp#hd_id3156018.8.help.text
+msgctxt "04010000.xhp#hd_id3156018.8.help.text"
+msgid "X axis"
+msgstr "X axis"
+
+#: 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 "<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>"
+
+#: 04010000.xhp#hd_id3159226.10.help.text
+msgctxt "04010000.xhp#hd_id3159226.10.help.text"
+msgid "Y axis"
+msgstr "Y axis"
+
+#: 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 Y axis title. Enter the desired title in the corresponding text field.</ahelp>"
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Y_AXIS\">Marking the <emph>Y axis</emph> option activates the Y axis title. Enter the desired title in the corresponding text field.</ahelp>"
+
+#: 04010000.xhp#hd_id3153009.12.help.text
+msgctxt "04010000.xhp#hd_id3153009.12.help.text"
+msgid "Z axis"
+msgstr "Z axis"
+
+#: 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 Z axis title. Enter the desired title in the corresponding text field.</ahelp> This option is only available for 3-D charts."
+msgstr "<ahelp hid=\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\">Marking the <emph>Z axis</emph> option activates the Z axis title. Enter the desired title in the corresponding text field.</ahelp> This option is only available for 3-D charts."
+
+#: 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 "<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>"
+
+#: type_bubble.xhp#tit.help.text
+msgid "Chart Type Bubble"
+msgstr "Chart Type Bubble"
+
+#: type_bubble.xhp#bm_id2183975.help.text
+msgid "<bookmark_value>bubble charts</bookmark_value> <bookmark_value>chart types;bubble</bookmark_value>"
+msgstr "<bookmark_value>bubble charts</bookmark_value> <bookmark_value>chart types;bubble</bookmark_value>"
+
+#: type_bubble.xhp#hd_id1970722.help.text
+msgid "<variable id=\"type_bubble\"><link href=\"text/schart/01/type_bubble.xhp\">Chart Type Bubble</link></variable>"
+msgstr "<variable id=\"type_bubble\"><link href=\"text/schart/01/type_bubble.xhp\">Chart Type Bubble</link></variable>"
+
+#: type_bubble.xhp#par_id40589.help.text
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type."
+
+#: type_bubble.xhp#hd_id0526200904491284.help.text
+msgid "Bubble"
+msgstr "Bubble"
+
+#: type_bubble.xhp#par_id0526200904491222.help.text
+msgid "A bubble chart shows the relations of three variables. Two variables are used for the position on the X-axis and Y-axis, while the third variable is shown as the relative size of each bubble."
+msgstr "A bubble chart shows the relations of three variables. Two variables are used for the position on the X-axis and Y-axis, while the third variable is shown as the relative size of each bubble."
+
+#: type_bubble.xhp#par_id0526200906040162.help.text
+msgid "The data series dialog for a bubble chart has an entry to define the data range for the Bubble Sizes."
+msgstr "The data series dialogue for a bubble chart has an entry to define the data range for the Bubble Sizes."
+
+#: 05040000.xhp#tit.help.text
+msgid "Axis"
+msgstr "Axis"
+
+#: 05040000.xhp#hd_id3149456.1.help.text
+msgid "<link href=\"text/schart/01/05040000.xhp\" name=\"Axis\">Axis</link>"
+msgstr "<link href=\"text/schart/01/05040000.xhp\" name=\"Axis\">Axis</link>"
+
+#: 05040000.xhp#par_id3150441.2.help.text
+msgid "This opens a submenu to edit axial properties."
+msgstr "This opens a submenu to edit axial properties."
+
+#: 05040000.xhp#par_id3154319.11.help.text
+msgid "The tabs in the dialogs depend on the chart type selected."
+msgstr "The tabs in the dialogues depend on the chart type selected."
+
+#: 05040000.xhp#hd_id3153729.3.help.text
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"X axis\">X axis</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"X axis\">X axis</link>"
+
+#: 05040000.xhp#hd_id3147394.4.help.text
+msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link>"
+msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Y axis\">Y axis</link>"
+
+#: 05040000.xhp#hd_id3153160.9.help.text
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"Secondary X Axis\">Secondary X Axis</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"Secondary X Axis\">Secondary X Axis</link>"
+
+#: 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 "<ahelp hid=\".uno:DiagramAxisA\">Opens a dialogue 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>"
+
+#: 05040000.xhp#hd_id3145640.7.help.text
+msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Secondary Y Axis\">Secondary Y Axis</link>"
+msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Secondary Y Axis\">Secondary Y Axis</link>"
+
+#: 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 "<ahelp hid=\".uno:DiagramAxisB\">Opens a dialogue 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>"
+
+#: 05040000.xhp#hd_id3145228.5.help.text
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"Z axis\">Z axis</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"Z axis\">Z axis</link>"
+
+#: 05040000.xhp#hd_id3147345.6.help.text
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"All axes\">All axes</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"All axes\">All axes</link>"
+
+#: type_xy.xhp#tit.help.text
+msgid "Chart Type XY"
+msgstr "Chart Type XY"
+
+#: type_xy.xhp#bm_id84231.help.text
+msgid "<bookmark_value>scatter charts</bookmark_value><bookmark_value>XY charts</bookmark_value><bookmark_value>chart types;XY (scatter)</bookmark_value><bookmark_value>error indicators in charts</bookmark_value><bookmark_value>error bars in charts</bookmark_value><bookmark_value>averages in charts</bookmark_value><bookmark_value>statistics in charts</bookmark_value><bookmark_value>variances in charts</bookmark_value><bookmark_value>standard deviation in charts</bookmark_value>"
+msgstr "<bookmark_value>scatter charts</bookmark_value><bookmark_value>XY charts</bookmark_value><bookmark_value>chart types;XY (scatter)</bookmark_value><bookmark_value>error indicators in charts</bookmark_value><bookmark_value>error bars in charts</bookmark_value><bookmark_value>averages in charts</bookmark_value><bookmark_value>statistics in charts</bookmark_value><bookmark_value>variances in charts</bookmark_value><bookmark_value>standard deviation in charts</bookmark_value>"
+
+#: type_xy.xhp#hd_id9346598.help.text
+msgid "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
+msgstr "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
+
+#: type_xy.xhp#par_id2003845.help.text
+msgctxt "type_xy.xhp#par_id2003845.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_xy.xhp#hd_id7757194.help.text
+msgid "XY (Scatter)"
+msgstr "XY (Scatter)"
+
+#: type_xy.xhp#par_id5977965.help.text
+msgid "An XY chart in its basic form is based on one data series consisting of a name, a list of x‑values, and a list of y‑values. Each value pair (x|y) is shown as a point in a coordinate system. The name of the data series is associated with the y‑values and shown in the legend."
+msgstr "An XY chart in its basic form is based on one data series consisting of a name, a list of x‑values, and a list of y‑values. Each value pair (x|y) is shown as a point in a coordinate system. The name of the data series is associated with the y‑values and shown in the legend."
+
+#: type_xy.xhp#par_id4381847.help.text
+msgid "Choose an XY chart for the following example tasks:"
+msgstr "Choose an XY chart for the following example tasks:"
+
+#: type_xy.xhp#par_id1336710.help.text
+msgid "scale the x‑axis"
+msgstr "scale the x‑axis"
+
+#: type_xy.xhp#par_id1221655.help.text
+msgid "generate a parameter curve, for example a spiral"
+msgstr "generate a parameter curve, for example a spiral"
+
+#: type_xy.xhp#par_id3397320.help.text
+msgid "draw the graph of a function"
+msgstr "draw the graph of a function"
+
+#: type_xy.xhp#par_id7657399.help.text
+msgid "explore the statistical association of quantitative variables"
+msgstr "explore the statistical association of quantitative variables"
+
+#: type_xy.xhp#par_id8925138.help.text
+msgid "Your XY chart may have more than one data series."
+msgstr "Your XY chart may have more than one data series."
+
+#: type_xy.xhp#hd_id5461897.help.text
+msgid "XY Chart Variants"
+msgstr "XY Chart Variants"
+
+#: type_xy.xhp#par_id8919339.help.text
+msgid "You can choose an XY chart variant on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link>, or by choosing <item type=\"menuitem\">Format - Chart Type </item>for a chart in edit mode."
+msgstr "You can choose an XY chart variant on the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link>, or by choosing <item type=\"menuitem\">Format - Chart Type </item>for a chart in edit mode."
+
+#: type_xy.xhp#par_id4634235.help.text
+msgid "The chart is created with default settings. After the chart is finished, you can edit its properties to change the appearance. Line styles and icons can be changed on the <emph>Line</emph>tab page of the data series properties dialog."
+msgstr "The chart is created with default settings. After the chart is finished, you can edit its properties to change the appearance. Line styles and icons can be changed on the <emph>Line</emph>tab page of the data series properties dialogue."
+
+#: type_xy.xhp#par_id5482039.help.text
+msgid "Double-click any data point to open the <item type=\"menuitem\">Data Series</item> dialog. In this dialog, you can change many properties of the data series."
+msgstr "Double-click any data point to open the <item type=\"menuitem\">Data Series</item> dialogue. In this dialogue, you can change many properties of the data series."
+
+#: type_xy.xhp#par_id0805200810492449.help.text
+msgid "For 2D charts, you can choose <item type=\"menuitem\">Insert - Y Error Bars</item> to enable the display of error bars."
+msgstr "For 2D charts, you can choose <item type=\"menuitem\">Insert - Y Error Bars</item> to enable the display of error bars."
+
+#: type_xy.xhp#par_id6221198.help.text
+msgid "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
+msgstr "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
+
+#: type_xy.xhp#hd_id1393475.help.text
+msgid "Points only"
+msgstr "Points only"
+
+#: type_xy.xhp#par_id6571550.help.text
+msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>. "
+msgstr "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colours for each data series. The default colours are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colours</item>. "
+
+#: type_xy.xhp#hd_id5376140.help.text
+msgid "Lines Only"
+msgstr "Lines Only"
+
+#: type_xy.xhp#par_id4408093.help.text
+msgid "This variant draws straight lines from one data point to the next. The data points are not shown by icons. "
+msgstr "This variant draws straight lines from one data point to the next. The data points are not shown by icons. "
+
+#: type_xy.xhp#par_id7261268.help.text
+msgid "The drawing order is the same as the order in the data series. Mark <emph>Sort by X Values</emph> to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table."
+msgstr "The drawing order is the same as the order in the data series. Mark <emph>Sort by X Values</emph> to draw the lines in the order of the x values. This sorting applies only to the chart, not to the data in the table."
+
+#: type_xy.xhp#hd_id6949369.help.text
+msgid "Points and Lines"
+msgstr "Points and Lines"
+
+#: type_xy.xhp#par_id9611499.help.text
+msgid "This variant shows points and lines at the same time."
+msgstr "This variant shows points and lines at the same time."
+
+#: type_xy.xhp#hd_id6765953.help.text
+msgid "3D Lines"
+msgstr "3D Lines"
+
+#: type_xy.xhp#par_id7422711.help.text
+msgid "The lines are shown like tapes. The data points are not shown by icons. In the finished chart choose <link href=\"text/schart/01/three_d_view.xhp\">3D View</link> to set properties like illumination and angle of view."
+msgstr "The lines are shown like tapes. The data points are not shown by icons. In the finished chart choose <link href=\"text/schart/01/three_d_view.xhp\">3D View</link> to set properties like illumination and angle of view."
+
+#: type_xy.xhp#hd_id239265.help.text
+msgid "Smooth Lines"
+msgstr "Smooth Lines"
+
+#: type_xy.xhp#par_id7957396.help.text
+msgid "Mark <emph>Smooth Lines</emph> to draw curves instead of straight line segments."
+msgstr "Mark <emph>Smooth Lines</emph> to draw curves instead of straight line segments."
+
+#: type_xy.xhp#par_id1202124.help.text
+msgid "Click <emph>Properties</emph> to set details for the curves."
+msgstr "Click <emph>Properties</emph> to set details for the curves."
+
+#: type_xy.xhp#par_id5989562.help.text
+msgid "<emph>Cubic Spline</emph> interpolates your data points with polynomials of degree 3. The transitions between the polynomial pieces are smooth, having the same slope and curvature. "
+msgstr "<emph>Cubic Spline</emph> interpolates your data points with polynomials of degree 3. The transitions between the polynomial pieces are smooth, having the same slope and curvature. "
+
+#: type_xy.xhp#par_id6128421.help.text
+msgid "The <emph>Resolution</emph> determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point."
+msgstr "The <emph>Resolution</emph> determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point."
+
+#: type_xy.xhp#par_id9280373.help.text
+msgid "<emph>B-Spline</emph> uses a parametric, interpolating B-spline curve. Those curves are built piecewise from polynomials. The <emph>Degree of polynomials</emph> sets the degree of these polynomials."
+msgstr ""
+
+#: type_column_bar.xhp#tit.help.text
+msgid "Chart Type Column and Bar"
+msgstr "Chart Type Column and Bar"
+
+#: type_column_bar.xhp#bm_id4919583.help.text
+msgid "<bookmark_value>column charts</bookmark_value><bookmark_value>bar charts</bookmark_value><bookmark_value>chart types;column and bar</bookmark_value>"
+msgstr "<bookmark_value>column charts</bookmark_value><bookmark_value>bar charts</bookmark_value><bookmark_value>chart types;column and bar</bookmark_value>"
+
+#: type_column_bar.xhp#hd_id649433.help.text
+msgid "<variable id=\"type_column_bar\"><link href=\"text/schart/01/type_column_bar.xhp\">Chart Type Column and Bar</link></variable>"
+msgstr "<variable id=\"type_column_bar\"><link href=\"text/schart/01/type_column_bar.xhp\">Chart Type Column and Bar</link></variable>"
+
+#: type_column_bar.xhp#par_id3430585.help.text
+msgctxt "type_column_bar.xhp#par_id3430585.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_column_bar.xhp#hd_id9826960.help.text
+msgid "Column"
+msgstr "Column"
+
+#: type_column_bar.xhp#par_id2244026.help.text
+msgid "This type shows a bar chart or bar graph with vertical bars. The height of each bar is proportional to its value. The x axis shows categories. The y axis shows the value for each category."
+msgstr "This type shows a bar chart or bar graph with vertical bars. The height of each bar is proportional to its value. The x axis shows categories. The y axis shows the value for each category."
+
+#: type_column_bar.xhp#par_id1281167.help.text
+msgid "Normal - this subtype shows all data values belonging to a category next to each other. Main focus is on the individual absolute values, compared to every other value."
+msgstr "Normal - this subtype shows all data values belonging to a category next to each other. Main focus is on the individual absolute values, compared to every other value."
+
+#: type_column_bar.xhp#par_id3249000.help.text
+msgid "Stacked - this subtype shows the data values of each category on top of each other. Main focus is the overall category value and the individual contribution of each value within its category."
+msgstr "Stacked - this subtype shows the data values of each category on top of each other. Main focus is the overall category value and the individual contribution of each value within its category."
+
+#: type_column_bar.xhp#par_id6968901.help.text
+msgid "Percent - this subtype shows the relative percentage of each data value with regard to the total of its category. Main focus is the relative contribution of each value to the category's total."
+msgstr "Percent - this subtype shows the relative percentage of each data value with regard to the total of its category. Main focus is the relative contribution of each value to the category's total."
+
+#: type_column_bar.xhp#par_id2224494.help.text
+msgid "You can enable a <link href=\"text/schart/01/three_d_view.xhp\">3D view</link> of the data values. The \"realistic\" scheme tries to give the best 3D look. The \"simple\" scheme tries to mimic the chart view of other Office products."
+msgstr "You can enable a <link href=\"text/schart/01/three_d_view.xhp\">3D view</link> of the data values. The \"realistic\" scheme tries to give the best 3D look. The \"simple\" scheme tries to mimic the chart view of other Office products."
+
+#: type_column_bar.xhp#par_id7359233.help.text
+msgid "For 3D charts, you can select the shape of each data value from Box, Cylinder, Cone, and Pyramid."
+msgstr "For 3D charts, you can select the shape of each data value from Box, Cylinder, Cone, and Pyramid."
+
+#: type_column_bar.xhp#hd_id955839.help.text
+msgid "Bar"
+msgstr "Bar"
+
+#: type_column_bar.xhp#par_id6596881.help.text
+msgid "This type shows a bar chart or bar graph with horizontal bars. The length of each bar is proportional to its value. The y axis shows categories. The x axis shows the value for each category."
+msgstr "This type shows a bar chart or bar graph with horizontal bars. The length of each bar is proportional to its value. The y axis shows categories. The x axis shows the value for each category."
+
+#: type_column_bar.xhp#par_id8750572.help.text
+msgid "The subtypes are the same as for the Column type."
+msgstr "The subtypes are the same as for the Column type."
+
+#: 04040000.xhp#tit.help.text
+msgctxt "04040000.xhp#tit.help.text"
+msgid "Axes"
+msgstr "Axes"
+
+#: 04040000.xhp#bm_id3147428.help.text
+msgid "<bookmark_value>axes; showing axes in charts</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 in charts</bookmark_value>"
+msgstr "<bookmark_value>axes; showing axes in charts</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 in charts</bookmark_value>"
+
+#: 04040000.xhp#hd_id3147428.1.help.text
+msgctxt "04040000.xhp#hd_id3147428.1.help.text"
+msgid "Axes"
+msgstr "Axes"
+
+#: 04040000.xhp#par_id3150330.2.help.text
+msgid "<variable id=\"achsen\"><ahelp hid=\".uno:InsertMenuAxes\">Specifies the axes to be displayed in the chart.</ahelp></variable>"
+msgstr "<variable id=\"achsen\"><ahelp hid=\".uno:InsertMenuAxes\">Specifies the axes to be displayed in the chart.</ahelp></variable>"
+
+#: 04040000.xhp#hd_id3156385.46.help.text
+msgid "Major axis"
+msgstr "Major axis"
+
+#: 04040000.xhp#hd_id3146316.5.help.text
+msgctxt "04040000.xhp#hd_id3146316.5.help.text"
+msgid "X axis"
+msgstr "X axis"
+
+#: 04040000.xhp#par_id3145230.6.help.text
+msgid "<ahelp hid=\"SCH_CHECKBOX_DLG_AXIS_CB_X_PRIMARY\">Displays the X axis as a line with subdivisions.</ahelp>"
+msgstr "<ahelp hid=\"SCH_CHECKBOX_DLG_AXIS_CB_X_PRIMARY\">Displays the X axis as a line with subdivisions.</ahelp>"
+
+#: 04040000.xhp#hd_id3147003.17.help.text
+msgctxt "04040000.xhp#hd_id3147003.17.help.text"
+msgid "Y axis"
+msgstr "Y axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\">Displays the Y axis as a line with subdivisions.</ahelp>"
+
+#: 04040000.xhp#hd_id3150345.28.help.text
+msgctxt "04040000.xhp#hd_id3150345.28.help.text"
+msgid "Z axis"
+msgstr "Z axis"
+
+#: 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 "<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."
+
+#: 04040000.xhp#hd_id3150206.36.help.text
+msgid "Secondary axis"
+msgstr "Secondary axis"
+
+#: 04040000.xhp#par_id3166428.37.help.text
+msgid "Use this area to assign a second axis to your chart. If a data series 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 to the secondary axis."
+msgstr "Use this area to assign a second axis to your chart. If a data series 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 to the secondary axis."
+
+#: 04040000.xhp#hd_id3152988.44.help.text
+msgctxt "04040000.xhp#hd_id3152988.44.help.text"
+msgid "X axis"
+msgstr "X axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\">Displays a secondary X axis in the chart.</ahelp>"
+
+#: 04040000.xhp#hd_id3152896.38.help.text
+msgctxt "04040000.xhp#hd_id3152896.38.help.text"
+msgid "Y axis"
+msgstr "Y axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\">Displays a secondary Y axis in the chart.</ahelp>"
+
+#: 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 "<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>"
+
+#: 05020100.xhp#tit.help.text
+msgctxt "05020100.xhp#tit.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 05020100.xhp#bm_id3150769.help.text
+msgid "<bookmark_value>editing; titles</bookmark_value>"
+msgstr "<bookmark_value>editing; titles</bookmark_value>"
+
+#: 05020100.xhp#hd_id3150769.2.help.text
+msgctxt "05020100.xhp#hd_id3150769.2.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 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 "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>"
+
+#: 05020100.xhp#hd_id3149378.3.help.text
+msgctxt "05020100.xhp#hd_id3149378.3.help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+
+#: 04050000.xhp#tit.help.text
+msgid "Y Error Bars"
+msgstr "Y Error Bars"
+
+#: 04050000.xhp#hd_id3147428.1.help.text
+msgctxt "04050000.xhp#hd_id3147428.1.help.text"
+msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+msgstr "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+
+#: 04050000.xhp#par_id3149666.2.help.text
+msgid "<variable id=\"statistik\"><ahelp hid=\".\">Use the <emph>Y Error Bars</emph> dialog to display error bars for 2D charts.</ahelp></variable>"
+msgstr "<variable id=\"statistik\"><ahelp hid=\".\">Use the <emph>Y Error Bars</emph> dialogue to display error bars for 2D charts.</ahelp></variable>"
+
+#: 04050000.xhp#par_id3401287.help.text
+msgid "An error bar is an indicator line that spans over a range from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data point. When \"standard deviation\" is selected, y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly."
+msgstr "An error bar is an indicator line that spans over a range from y - NegativeErrorValue to y + PositiveErrorValue. In this term, y is the value of the data point. When \"standard deviation\" is selected, y is the mean value of the data series. NegativeErrorValue and PositiveErrorValue are the amounts calculated by the error bar function or given explicitly."
+
+#: 04050000.xhp#par_id3153965.23.help.text
+msgid "The <emph>Insert - Y Error Bars</emph> menu command is only available for 2D charts."
+msgstr "The <emph>Insert - Y Error Bars</emph> menu command is only available for 2D charts."
+
+#: 04050000.xhp#hd_id3150344.5.help.text
+msgid "Error category"
+msgstr "Error category"
+
+#: 04050000.xhp#par_id3150202.6.help.text
+msgid "In the <emph>Error category</emph> area, you can choose different ways to display the error category."
+msgstr "In the <emph>Error category</emph> area, you can choose different ways to display the error category."
+
+#: 04050000.xhp#hd_id3152989.7.help.text
+msgid "None"
+msgstr "None"
+
+#: 04050000.xhp#par_id3149409.8.help.text
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Does not show any error bars.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Does not show any error bars.</ahelp>"
+
+#: 04050000.xhp#hd_id3145117.17.help.text
+msgid "Constant value"
+msgstr "Constant value"
+
+#: 04050000.xhp#par_id3151390.18.help.text
+msgid "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_MINUS\">Displays constant values that you specify in the Parameters area.</ahelp>"
+msgstr "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_MINUS\">Displays constant values that you specify in the Parameters area.</ahelp>"
+
+#: 04050000.xhp#hd_id3159204.13.help.text
+msgid "Percentage"
+msgstr "Percentage"
+
+#: 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. Set the percentage in the Parameters area.</ahelp>"
+msgstr "<ahelp hid=\"SCH:METRICFIELD:TP_STAT:MTR_FLD_PERCENT\">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</ahelp>"
+
+#: 04050000.xhp#hd_id8977629.help.text
+msgid "Functions"
+msgstr "Functions"
+
+#: 04050000.xhp#par_id7109286.help.text
+msgid "<ahelp hid=\".\">Select a function to calculate the error bars.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a function to calculate the error bars.</ahelp>"
+
+#: 04050000.xhp#par_id5154576.help.text
+msgid "Standard Error: Displays the standard error."
+msgstr "Standard Error: Displays the standard error."
+
+#: 04050000.xhp#par_id3157979.10.help.text
+msgid "<ahelp hid=\".\">Variance: Displays the variance calculated from the number of data points and respective values.</ahelp>"
+msgstr "<ahelp hid=\".\">Variance: Displays the variance calculated from the number of data points and respective values.</ahelp>"
+
+#: 04050000.xhp#par_id3153249.12.help.text
+msgid "<ahelp hid=\".\">Standard Deviation: Displays the standard deviation (square root of the variance).</ahelp>"
+msgstr "<ahelp hid=\".\">Standard Deviation: Displays the standard deviation (square root of the variance).</ahelp>"
+
+#: 04050000.xhp#par_id3149870.16.help.text
+msgid "<ahelp hid=\".\">Error Margin: Displays the highest error margin in percent according to the highest value of the data group. Set the percentage in the Parameters area.</ahelp>"
+msgstr "<ahelp hid=\".\">Error Margin: Displays the highest error margin in percent according to the highest value of the data group. Set the percentage in the Parameters area.</ahelp>"
+
+#: 04050000.xhp#hd_id350962.help.text
+msgid "Cell Range"
+msgstr "Cell Range"
+
+#: 04050000.xhp#par_id6679586.help.text
+msgid "<ahelp hid=\".\">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</ahelp>"
+msgstr "<ahelp hid=\".\">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</ahelp>"
+
+#: 04050000.xhp#par_id3872188.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click a button to shrink the dialogue, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialogue to full size.</ahelp>"
+
+#: 04050000.xhp#hd_id2633747.help.text
+msgid "From Data Table"
+msgstr "From Data Table"
+
+#: 04050000.xhp#par_id6633503.help.text
+msgid "<ahelp hid=\".\">For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialog shows additional columns titled Positive Y-Error-Bars and Negative Y-Error-Bars.</ahelp>"
+msgstr "<ahelp hid=\".\">For a chart with its own data, the error bar values can be entered in the chart data table. The Data Table dialogue shows additional columns titled Positive Y-Error-Bars and Negative Y-Error-Bars.</ahelp>"
+
+#: 04050000.xhp#par_id0428200810573839.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to add to the displayed value as the positive error value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to add to the displayed value as the positive error value.</ahelp>"
+
+#: 04050000.xhp#par_id0428200810573862.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to subtract from the displayed value as the negative error value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the value to subtract from the displayed value as the negative error value.</ahelp>"
+
+#: 04050000.xhp#par_id0428200810573844.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+
+#: 04050000.xhp#par_id0428200810573970.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</ahelp>"
+
+#: 04050000.xhp#hd_id0428200810573977.help.text
+msgid "Same value for both"
+msgstr "Same value for both"
+
+#: 04050000.xhp#par_id0428200810573991.help.text
+msgid "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positve (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
+msgstr "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positve (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
+
+#: 04050000.xhp#hd_id3156396.19.help.text
+msgid "Error indicator"
+msgstr "Error indicator"
+
+#: 04050000.xhp#par_id3150539.20.help.text
+msgid "<ahelp hid=\"HID_SCH_CT_INDICATE2\">Specifies the error indicator.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCH_CT_INDICATE2\">Specifies the error indicator.</ahelp>"
+
+#: 04050000.xhp#hd_id0428200810574027.help.text
+msgid "Positive and Negative"
+msgstr "Positive and Negative"
+
+#: 04050000.xhp#par_id0428200810574039.help.text
+msgid "<ahelp hid=\".\">Shows positive and negative error bars.</ahelp>"
+msgstr "<ahelp hid=\".\">Shows positive and negative error bars.</ahelp>"
+
+#: 04050000.xhp#hd_id0428200810574031.help.text
+msgid "Positive"
+msgstr "Positive"
+
+#: 04050000.xhp#par_id042820081057411.help.text
+msgid "<ahelp hid=\".\">Shows only positive error bars.</ahelp>"
+msgstr "<ahelp hid=\".\">Shows only positive error bars.</ahelp>"
+
+#: 04050000.xhp#hd_id0428200810574138.help.text
+msgid "Negative"
+msgstr "Negative"
+
+#: 04050000.xhp#par_id0522200809110667.help.text
+msgid "<ahelp hid=\".\">Shows only negative error bars.</ahelp>"
+msgstr "<ahelp hid=\".\">Shows only negative error bars.</ahelp>"
+
+#: wiz_data_series.xhp#tit.help.text
+msgid "Chart Wizard - Data Series"
+msgstr "Chart Wizard - Data Series"
+
+#: wiz_data_series.xhp#bm_id8641621.help.text
+msgid "<bookmark_value>order of chart data</bookmark_value><bookmark_value>data series</bookmark_value>"
+msgstr "<bookmark_value>order of chart data</bookmark_value><bookmark_value>data series</bookmark_value>"
+
+#: wiz_data_series.xhp#hd_id6124149.help.text
+msgid "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
+msgstr "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
+
+#: wiz_data_series.xhp#par_id9651478.help.text
+msgid "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can change the source range of all data series separately, including their labels. You can also change the range of the categories. You can first select the data range on the Data Range page and then remove unnecessary data series or add data series from other cells here."
+msgstr "On this page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can change the source range of all data series separately, including their labels. You can also change the range of the categories. You can first select the data range on the Data Range page and then remove unnecessary data series or add data series from other cells here."
+
+#: wiz_data_series.xhp#par_id6326487.help.text
+msgid "If there seem to be too many options on this page, just define the data range on the Chart Wizard - Data Range page and skip this page."
+msgstr "If there seem to be too many options on this page, just define the data range on the Chart Wizard - Data Range page and skip this page."
+
+#: wiz_data_series.xhp#par_id686361.help.text
+msgctxt "wiz_data_series.xhp#par_id686361.help.text"
+msgid "This dialog is only available for charts based on a Calc or Writer table."
+msgstr "This dialogue is only available for charts based on a Calc or Writer table."
+
+#: wiz_data_series.xhp#hd_id9241615.help.text
+msgctxt "wiz_data_series.xhp#hd_id9241615.help.text"
+msgid "Organizing data series"
+msgstr "Organizing data series"
+
+#: wiz_data_series.xhp#par_id7159337.help.text
+msgctxt "wiz_data_series.xhp#par_id7159337.help.text"
+msgid "In the Data Series list box you see a list of all data series in the current chart."
+msgstr "In the Data Series list box you see a list of all data series in the current chart."
+
+#: wiz_data_series.xhp#par_id4921720.help.text
+msgctxt "wiz_data_series.xhp#par_id4921720.help.text"
+msgid "To organize the data series, select an entry in the list."
+msgstr "To organise the data series, select an entry in the list."
+
+#: wiz_data_series.xhp#par_id6627094.help.text
+msgctxt "wiz_data_series.xhp#par_id6627094.help.text"
+msgid "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+msgstr "Click Add to add another data series below the selected entry. The new data series has the same type as the selected entry."
+
+#: wiz_data_series.xhp#par_id2926419.help.text
+msgctxt "wiz_data_series.xhp#par_id2926419.help.text"
+msgid "Click Remove to remove the selected entry from the Data Series list."
+msgstr "Click Remove to remove the selected entry from the Data Series list."
+
+#: wiz_data_series.xhp#par_id4443800.help.text
+msgid "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This does not change the order in the data source table, but changes only the arrangement in the chart."
+msgstr "Use the Up and Down arrow buttons to move the selected entry in the list up or down. This does not change the order in the data source table, but changes only the arrangement in the chart."
+
+#: wiz_data_series.xhp#hd_id9777520.help.text
+msgctxt "wiz_data_series.xhp#hd_id9777520.help.text"
+msgid "Editing data series"
+msgstr "Editing data series"
+
+#: wiz_data_series.xhp#par_id1474654.help.text
+msgctxt "wiz_data_series.xhp#par_id1474654.help.text"
+msgid "Click an entry in the list to view and edit the properties for that entry."
+msgstr "Click an entry in the list to view and edit the properties for that entry."
+
+#: wiz_data_series.xhp#par_id4855189.help.text
+msgctxt "wiz_data_series.xhp#par_id4855189.help.text"
+msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+msgstr "In the Data Ranges list box you see the role names and cell ranges of the data series components. "
+
+#: wiz_data_series.xhp#par_id9475081.help.text
+msgctxt "wiz_data_series.xhp#par_id9475081.help.text"
+msgid "Click an entry, then edit the contents in the text box below. "
+msgstr "Click an entry, then edit the contents in the text box below. "
+
+#: wiz_data_series.xhp#par_id4695272.help.text
+msgctxt "wiz_data_series.xhp#par_id4695272.help.text"
+msgid "The label next to the text box states the currently selected role. "
+msgstr "The label next to the text box states the currently selected role. "
+
+#: wiz_data_series.xhp#par_id3931699.help.text
+msgctxt "wiz_data_series.xhp#par_id3931699.help.text"
+msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
+msgstr "Enter the range or click <emph>Select data range</emph> to minimise the dialogue and select the range with the mouse."
+
+#: wiz_data_series.xhp#par_id8626667.help.text
+msgctxt "wiz_data_series.xhp#par_id8626667.help.text"
+msgid "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+msgstr "If you want a data range of multiple cell areas that are not next to each other, enter the first range, then manually add a semicolon at the end of the text box, then enter the other ranges. Use a semicolon as delimiter between ranges."
+
+#: wiz_data_series.xhp#par_id5971556.help.text
+msgctxt "wiz_data_series.xhp#par_id5971556.help.text"
+msgid "The range for a data role, like Y-Values, must not include a label cell."
+msgstr "The range for a data role, like Y-Values, must not include a label cell."
+
+#: wiz_data_series.xhp#hd_id7622608.help.text
+msgctxt "wiz_data_series.xhp#hd_id7622608.help.text"
+msgid "Editing categories or data labels"
+msgstr "Editing categories or data labels"
+
+#: wiz_data_series.xhp#par_id9222693.help.text
+msgctxt "wiz_data_series.xhp#par_id9222693.help.text"
+msgid "Enter or select a cell range that will be used as text for categories or data labels. "
+msgstr "Enter or select a cell range that will be used as text for categories or data labels. "
+
+#: wiz_data_series.xhp#par_id9500106.help.text
+msgid "Depending on the chart type, the texts are shown on the X axis or as data labels. "
+msgstr "Depending on the chart type, the texts are shown on the X axis or as data labels. "
+
+#: wiz_data_series.xhp#par_id5201879.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click <emph>Add</emph> to insert a new series into the list after the selected entry.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click <emph>Add</emph> to insert a new series into the list after the selected entry.</ahelp>"
+
+#: wiz_data_series.xhp#par_id2571794.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows all the data ranges used by the data series that is selected in the Data Series list box. Each data range shows the role name and the source range address.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows all the data ranges used by the data series that is selected in the Data Series list box. Each data range shows the role name and the source range address.</ahelp>"
+
+#: wiz_data_series.xhp#par_id2254402.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimise this dialogue while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+
+#: wiz_data_series.xhp#par_id2419507.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimise this dialogue while you select the data range in Calc, click the <emph>Select data range</emph> button.</ahelp>"
+
+#: wiz_data_series.xhp#par_id1091647.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Adds a new entry below the current entry in the Data Series list. If an entry is selected, the new data series gets the same chart type.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Adds a new entry below the current entry in the Data Series list. If an entry is selected, the new data series gets the same chart type.</ahelp>"
+
+#: wiz_data_series.xhp#par_id8831446.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
+
+#: wiz_data_series.xhp#par_id7022309.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
+
+#: wiz_data_series.xhp#par_id2844019.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
+
+#: type_net.xhp#tit.help.text
+msgid "Chart Type Net"
+msgstr "Chart Type Net"
+
+#: type_net.xhp#bm_id2193975.help.text
+msgid "<bookmark_value>net charts</bookmark_value><bookmark_value>chart types;net</bookmark_value><bookmark_value>radar charts, see net charts</bookmark_value>"
+msgstr "<bookmark_value>net charts</bookmark_value><bookmark_value>chart types;net</bookmark_value><bookmark_value>radar charts, see net charts</bookmark_value>"
+
+#: type_net.xhp#hd_id1990722.help.text
+msgid "<variable id=\"type_net\"><link href=\"text/schart/01/type_net.xhp\">Chart Type Net</link></variable>"
+msgstr "<variable id=\"type_net\"><link href=\"text/schart/01/type_net.xhp\">Chart Type Net</link></variable>"
+
+#: type_net.xhp#par_id40589.help.text
+msgctxt "type_net.xhp#par_id40589.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_net.xhp#hd_id1391338.help.text
+msgid "Net"
+msgstr "Net"
+
+#: type_net.xhp#par_id7812433.help.text
+msgid "A Net chart displays data values as points connected by some lines, in a grid net that resembles a spider net or a radar tube display."
+msgstr "A Net chart displays data values as points connected by some lines, in a grid net that resembles a spider net or a radar tube display."
+
+#: type_net.xhp#par_id3512375.help.text
+msgid "For each row of chart data, a radial is shown on which the data is plotted. All data values are shown with the same scale, so all data values should have about the same magnitude."
+msgstr "For each row of chart data, a radial is shown on which the data is plotted. All data values are shown with the same scale, so all data values should have about the same magnitude."
+
+#: 05020200.xhp#tit.help.text
+msgctxt "05020200.xhp#tit.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 05020200.xhp#hd_id3150541.1.help.text
+msgctxt "05020200.xhp#hd_id3150541.1.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 05020200.xhp#par_id3145173.2.help.text
+msgid "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">Modifies the properties of the selected title or the properties of all titles together.</ahelp></variable>"
+msgstr "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">Modifies the properties of the selected title or the properties of all titles together.</ahelp></variable>"
+
+#: 05020200.xhp#hd_id3152596.3.help.text
+msgctxt "05020200.xhp#hd_id3152596.3.help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+
+#: 04050100.xhp#tit.help.text
+msgid "Trend Lines "
+msgstr "Trend Lines "
+
+#: 04050100.xhp#bm_id1744743.help.text
+msgid "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
+msgstr "<bookmark_value>calculating;regression curves</bookmark_value> <bookmark_value>regression curves in charts</bookmark_value> <bookmark_value>trend lines in charts</bookmark_value> <bookmark_value>mean value lines in charts</bookmark_value>"
+
+#: 04050100.xhp#hd_id5409405.help.text
+msgid "<variable id=\"regression\"><link href=\"text/schart/01/04050100.xhp\">Trend Lines</link></variable>"
+msgstr "<variable id=\"regression\"><link href=\"text/schart/01/04050100.xhp\">Trend Lines</link></variable>"
+
+#: 04050100.xhp#par_id7272255.help.text
+msgid "<variable id=\"trendlinestext\"><ahelp hid=\".\">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp></variable>"
+msgstr ""
+
+#: 04050100.xhp#par_id143436.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
+
+#: 04050100.xhp#par_id5716727.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
+
+#: 04050100.xhp#par_id5840021.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
+
+#: 04050100.xhp#par_id9417096.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
+
+#: 04050100.xhp#par_id8482924.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
+
+#: 04050100.xhp#par_id8962370.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the trend line equation next to the trend line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows the trend line equation next to the trend line.</ahelp>"
+
+#: 04050100.xhp#par_id6889858.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the coefficient of determination next to the trend line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows the coefficient of determination next to the trend line.</ahelp>"
+
+#: 04050100.xhp#par_id8398998.help.text
+msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line </emph>or <emph>Column, </emph>then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line."
+msgstr "If you insert a trend line to a chart type that uses categories, like <emph>Line </emph>or <emph>Column, </emph>then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line."
+
+#: 04050100.xhp#par_id5676747.help.text
+msgid "To insert trend lines for all data series, double-click the chart to enter edit mode. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select the type of trend line from None, Linear, Logarithmic, Exponential, or Power trend line."
+msgstr "To insert trend lines for all data series, double-click the chart to enter edit mode. Choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select the type of trend line from None, Linear, Logarithmic, Exponential, or Power trend line."
+
+#: 04050100.xhp#par_id4349192.help.text
+msgid "To insert a trend line for a single data series, select the data series in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
+msgstr "To insert a trend line for a single data series, select the data series in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Insert - Trend Line</item>."
+
+#: 04050100.xhp#par_id9337443.help.text
+msgid "To delete a single trend line or mean value line, click the line, then press the Del key."
+msgstr "To delete a single trend line or mean value line, click the line, then press the Del key."
+
+#: 04050100.xhp#par_id4529251.help.text
+msgid "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
+msgstr "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
+
+#: 04050100.xhp#par_id296334.help.text
+msgid "A trend line is shown in the legend automatically."
+msgstr "A trend line is shown in the legend automatically."
+
+#: 04050100.xhp#par_id4072084.help.text
+msgid "<ahelp hid=\".\">Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series.</ahelp>"
+msgstr "<ahelp hid=\".\">Mean Value Lines are special trend lines that show the mean value. Use <item type=\"menuitem\">Insert - Mean Value Lines</item> to insert mean value lines for data series.</ahelp>"
+
+#: 04050100.xhp#par_id9569689.help.text
+msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>."
+msgstr "The trend line has the same colour as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>."
+
+#: 04050100.xhp#par_id846888.help.text
+msgid "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <emph>Insert Trend Line Equation</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\">To show the trend line equation, select the trend line in the chart, right-click to open the context menu, and choose <emph>Insert Trend Line Equation</emph>.</ahelp>"
+
+#: 04050100.xhp#par_id8962065.help.text
+msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
+msgstr "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
+
+#: 04050100.xhp#par_id1328470.help.text
+msgid "For a category chart (for example a line chart), the trend line information is calculated using numbers 1, 2, 3, … as x-values. This is also true if your data series uses other numbers as names for the x-values. For such charts the XY chart type might be more suitable."
+msgstr ""
+
+#: 04050100.xhp#par_id8092593.help.text
+msgid "To show the equation and the coefficient of determination, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Equation</item>."
+msgstr ""
+
+#: 04050100.xhp#par_id7971434.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show equation to see the equation of the trend line.</ahelp>"
+msgstr ""
+
+#: 04050100.xhp#par_id558793.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show Coefficient of Determination to see the determination coefficient of the trend line.</ahelp>"
+msgstr ""
+
+#: 04050100.xhp#par_id7735221.help.text
+msgid "You can also calculate the parameters using Calc functions as follows."
+msgstr "You can also calculate the parameters using Calc functions as follows."
+
+#: 04050100.xhp#hd_id5744193.help.text
+msgid "The linear regression equation"
+msgstr "The linear regression equation"
+
+#: 04050100.xhp#par_id9251991.help.text
+msgid "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
+msgstr "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
+
+#: 04050100.xhp#par_id7951902.help.text
+msgid "m = SLOPE(Data_Y;Data_X) "
+msgstr "m = SLOPE(Data_Y;Data_X) "
+
+#: 04050100.xhp#par_id6637165.help.text
+msgid "b = INTERCEPT(Data_Y ;Data_X) "
+msgstr "b = INTERCEPT(Data_Y ;Data_X) "
+
+#: 04050100.xhp#par_id7879268.help.text
+msgctxt "04050100.xhp#par_id7879268.help.text"
+msgid "Calculate the coefficient of determination by"
+msgstr "Calculate the coefficient of determination by"
+
+#: 04050100.xhp#par_id9244361.help.text
+msgid "r² = RSQ(Data_Y;Data_X) "
+msgstr "r² = RSQ(Data_Y;Data_X) "
+
+#: 04050100.xhp#par_id2083498.help.text
+msgid "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
+msgstr "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
+
+#: 04050100.xhp#hd_id2538834.help.text
+msgid "The logarithm regression equation"
+msgstr "The logarithm regression equation"
+
+#: 04050100.xhp#par_id394299.help.text
+msgid "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
+msgstr "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
+
+#: 04050100.xhp#par_id2134159.help.text
+msgid "a = SLOPE(Data_Y;LN(Data_X)) "
+msgstr "a = SLOPE(Data_Y;LN(Data_X)) "
+
+#: 04050100.xhp#par_id5946531.help.text
+msgid "b = INTERCEPT(Data_Y ;LN(Data_X)) "
+msgstr "b = INTERCEPT(Data_Y ;LN(Data_X)) "
+
+#: 04050100.xhp#par_id5649281.help.text
+msgid "r² = RSQ(Data_Y;LN(Data_X)) "
+msgstr "r² = RSQ(Data_Y;LN(Data_X)) "
+
+#: 04050100.xhp#hd_id7874080.help.text
+msgid "The exponential regression equation"
+msgstr "The exponential regression equation"
+
+#: 04050100.xhp#par_id4679097.help.text
+msgid " For exponential trend lines a transformation to a linear model takes place. The optimal curve fitting is related to the linear model and the results are interpreted accordingly. "
+msgstr ""
+
+#: 04050100.xhp#par_id9112216.help.text
+msgid "The exponential regression follows the equation <item type=\"literal\">y=b*exp(a*x)</item> or <item type=\"literal\">y=b*m^x</item>, which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*x</item> or <item type=\"literal\">ln(y)=ln(b)+ln(m)*x</item> respectively."
+msgstr "The exponential regression follows the equation <item type=\"literal\">y=b*exp(a*x)</item> or <item type=\"literal\">y=b*m^x</item>, which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*x</item> or <item type=\"literal\">ln(y)=ln(b)+ln(m)*x</item> respectively."
+
+#: 04050100.xhp#par_id4416638.help.text
+msgid "a = SLOPE(LN(Data_Y);Data_X) "
+msgstr "a = SLOPE(LN(Data_Y);Data_X) "
+
+#: 04050100.xhp#par_id1039155.help.text
+msgid "The variables for the second variation are calculated as follows:"
+msgstr "The variables for the second variation are calculated as follows:"
+
+#: 04050100.xhp#par_id7184057.help.text
+msgid "m = EXP(SLOPE(LN(Data_Y);Data_X)) "
+msgstr "m = EXP(SLOPE(LN(Data_Y);Data_X)) "
+
+#: 04050100.xhp#par_id786767.help.text
+msgid "b = EXP(INTERCEPT(LN(Data_Y);Data_X)) "
+msgstr "b = EXP(INTERCEPT(LN(Data_Y);Data_X)) "
+
+#: 04050100.xhp#par_id7127292.help.text
+msgctxt "04050100.xhp#par_id7127292.help.text"
+msgid "Calculate the coefficient of determination by"
+msgstr "Calculate the coefficient of determination by"
+
+#: 04050100.xhp#par_id5437177.help.text
+msgid "r² = RSQ(LN(Data_Y);Data_X) "
+msgstr "r² = RSQ(LN(Data_Y);Data_X) "
+
+#: 04050100.xhp#par_id6946317.help.text
+msgid "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
+msgstr "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
+
+#: 04050100.xhp#hd_id6349375.help.text
+msgid "The power regression equation"
+msgstr "The power regression equation"
+
+#: 04050100.xhp#par_id1857661.help.text
+msgid " For <emph>power regression</emph> curves a transformation to a linear model takes place. The power regression follows the equation <item type=\"literal\">y=b*x^a</item> , which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
+msgstr " For <emph>power regression</emph> curves a transformation to a linear model takes place. The power regression follows the equation <item type=\"literal\">y=b*x^a</item> , which is transformed to <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
+
+#: 04050100.xhp#par_id8517105.help.text
+msgid "a = SLOPE(LN(Data_Y);LN(Data_X)) "
+msgstr "a = SLOPE(LN(Data_Y);LN(Data_X)) "
+
+#: 04050100.xhp#par_id9827265.help.text
+msgid "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X)) "
+msgstr "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X)) "
+
+#: 04050100.xhp#par_id2357249.help.text
+msgid "r² = RSQ(LN(Data_Y);LN(Data_X)) "
+msgstr "r² = RSQ(LN(Data_Y);LN(Data_X)) "
+
+#: 04050100.xhp#hd_id9204077.help.text
+msgid "Constraints"
+msgstr "Constraints"
+
+#: 04050100.xhp#par_id7393719.help.text
+msgid " The calculation of the trend line considers only data pairs with the following values:"
+msgstr " The calculation of the trend line considers only data pairs with the following values:"
+
+#: 04050100.xhp#par_id7212744.help.text
+msgid "logarithm regression: only positive x-values are considered,"
+msgstr "logarithm regression: only positive x-values are considered,"
+
+#: 04050100.xhp#par_id1664479.help.text
+msgid "exponential regression: only positive y-values are considered,"
+msgstr "exponential regression: only positive y-values are considered,"
+
+#: 04050100.xhp#par_id8734702.help.text
+msgid "power regression: only positive x-values and positive y-values are considered."
+msgstr "power regression: only positive x-values and positive y-values are considered."
+
+#: 04050100.xhp#par_id181279.help.text
+msgid "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
+msgstr "You should transform your data accordingly; it is best to work on a copy of the original data and transform the copied data."
+
+#: 04050100.xhp#hd_id7907040.help.text
+msgid "The polynomial regression equation"
+msgstr "The polynomial regression equation"
+
+#: 04050100.xhp#par_id8918729.help.text
+msgid "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually. "
+msgstr "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually. "
+
+#: 04050100.xhp#par_id33875.help.text
+msgid "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n. "
+msgstr "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n. "
+
+#: 04050100.xhp#par_id8720053.help.text
+msgid "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to xⁿ (without headings) as Data_X. "
+msgstr "Use the formula <item type=\"literal\">=LINEST(Data_Y,Data_X)</item> with the complete range x to xⁿ (without headings) as Data_X. "
+
+#: 04050100.xhp#par_id5068514.help.text
+msgid "The first row of the LINEST output contains the coefficients of the regression polynomial, with the coefficient of xⁿ at the leftmost position."
+msgstr "The first row of the LINEST output contains the coefficients of the regression polynomial, with the coefficient of xⁿ at the leftmost position."
+
+#: 04050100.xhp#par_id8202154.help.text
+msgid "The first element of the third row of the LINEST output is the value of r². See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
+msgstr "The first element of the third row of the LINEST output is the value of r². See the <link href=\"text/scalc/01/04060107.xhp#Section8\">LINEST</link> function for details on proper use and an explanation of the other output parameters."
+
+#: 04050100.xhp#par_id4562211.help.text
+msgid "<link href=\"text/schart/01/04050000.xhp\">Y Error Bars tab page</link>"
+msgstr "<link href=\"text/schart/01/04050000.xhp\">Y Error Bars tab page</link>"
+
+#: 04070000.xhp#tit.help.text
+msgctxt "04070000.xhp#tit.help.text"
+msgid "Grids"
+msgstr "Grids"
+
+#: 04070000.xhp#bm_id3147434.help.text
+msgid "<bookmark_value>axes; inserting grids</bookmark_value><bookmark_value>grids; inserting in charts</bookmark_value>"
+msgstr "<bookmark_value>axes; inserting grids</bookmark_value><bookmark_value>grids; inserting in charts</bookmark_value>"
+
+#: 04070000.xhp#hd_id3147434.1.help.text
+msgctxt "04070000.xhp#hd_id3147434.1.help.text"
+msgid "Grids"
+msgstr "Grids"
+
+#: 04070000.xhp#par_id3146974.2.help.text
+msgid "<variable id=\"gitter\"><ahelp hid=\".\">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 major grid is activated by default."
+msgstr "<variable id=\"gitter\"><ahelp hid=\".\">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 major grid is activated by default."
+
+#: 04070000.xhp#hd_id3156286.3.help.text
+msgid "Major grids"
+msgstr "Major grids"
+
+#: 04070000.xhp#par_id3154511.4.help.text
+msgid "Defines the axis to be set as the major grid."
+msgstr "Defines the axis to be set as the major grid."
+
+#: 04070000.xhp#hd_id3149400.5.help.text
+msgctxt "04070000.xhp#hd_id3149400.5.help.text"
+msgid "X axis"
+msgstr "X axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\">Adds gridlines to the X axis of the chart.</ahelp>"
+
+#: 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 major grid is turned off."
+msgstr "<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 major grid is turned off."
+
+#: 04070000.xhp#hd_id3145228.8.help.text
+msgctxt "04070000.xhp#hd_id3145228.8.help.text"
+msgid "Y axis"
+msgstr "Y axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\">Adds gridlines to the Y axis of the chart.</ahelp>"
+
+#: 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 major grid is turned off."
+msgstr "<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 major grid is turned off."
+
+#: 04070000.xhp#hd_id3166430.11.help.text
+msgctxt "04070000.xhp#hd_id3166430.11.help.text"
+msgid "Z axis"
+msgstr "Z axis"
+
+#: 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 "<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."
+
+#: 04070000.xhp#hd_id3146978.13.help.text
+msgctxt "04070000.xhp#hd_id3146978.13.help.text"
+msgid "Minor grids"
+msgstr "Minor grids"
+
+#: 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 major grids."
+msgstr "Use this area to assign a minor grid for each axis. Assigning minor grids to the axis reduces the distance between the major grids."
+
+#: 04070000.xhp#hd_id3153308.15.help.text
+msgctxt "04070000.xhp#hd_id3153308.15.help.text"
+msgid "X axis"
+msgstr "X axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_X_HELP\">Adds gridlines that subdivide the X axis into smaller sections.</ahelp>"
+
+#: 04070000.xhp#hd_id3153917.17.help.text
+msgctxt "04070000.xhp#hd_id3153917.17.help.text"
+msgid "Y axis"
+msgstr "Y axis"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\">Adds gridlines that subdivide the Y axis into smaller sections.</ahelp>"
+
+#: 04070000.xhp#hd_id3148607.19.help.text
+msgctxt "04070000.xhp#hd_id3148607.19.help.text"
+msgid "Z axis"
+msgstr "Z axis"
+
+#: 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 "<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."
+
+#: 05010200.xhp#tit.help.text
+msgid "Data Series"
+msgstr "Data Series"
+
+#: 05010200.xhp#hd_id3150449.1.help.text
+msgid "<link href=\"text/schart/01/05010200.xhp\" name=\"Data Series\">Data Series</link>"
+msgstr "<link href=\"text/schart/01/05010200.xhp\" name=\"Data Series\">Data Series</link>"
+
+#: 05010200.xhp#par_id3145750.2.help.text
+msgid "Use this to change the properties of a selected data series. This dialog appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+msgstr "Use this to change the properties of a selected data series. This dialogue appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+
+#: 05010200.xhp#par_id3154015.4.help.text
+msgid "Any changes made here affect the entire data series. For example, if you change the color, all elements belonging to this data series will change color."
+msgstr "Any changes made here affect the entire data series. For example, if you change the colour, all elements belonging to this data series will change colour."
+
+#: 05010200.xhp#hd_id3146916.3.help.text
+msgctxt "05010200.xhp#hd_id3146916.3.help.text"
+msgid "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+msgstr "<link href=\"text/schart/01/04050000.xhp\" name=\"Y Error Bars\">Y Error Bars</link>"
+
+#: 05020201.xhp#tit.help.text
+msgctxt "05020201.xhp#tit.help.text"
+msgid "Alignment"
+msgstr "Alignment"
+
+#: 05020201.xhp#hd_id3149656.1.help.text
+msgid "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">Alignment</link>"
+msgstr "<link href=\"text/schart/01/05020201.xhp\" name=\"Alignment\">Alignment</link>"
+
+#: 05020201.xhp#par_id3156422.2.help.text
+msgid "Modifies the alignment of axes or title labels."
+msgstr "Modifies the alignment of axes or title labels."
+
+#: 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 "Some of the options listed here are not available for all labels. For example, there are different options for 2D and 3D object labels."
+
+#: 05020201.xhp#hd_id3145750.71.help.text
+msgid "Show labels"
+msgstr "Show labels"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\">Specifies whether to show or hide the axis labels.</ahelp>"
+
+#: 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 "<variable id=\"sytextbeschr\"><ahelp hid=\".uno:ToggleAxisDescr\">The<emph> AxesTitle On/Off </emph>icon on the <emph>Formatting</emph> bar switches the labelling of all axes on or off.</ahelp></variable>"
+
+#: 05020201.xhp#hd_id3150717.4.help.text
+msgid "Rotate text"
+msgstr "Rotate text"
+
+#: 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 "<ahelp hid=\".uno:ToggleAxisDescr\">Defines the text direction of cell contents.</ahelp> Click one of the ABCD buttons to assign the required direction."
+
+#: 05020201.xhp#hd_id3150327.50.help.text
+msgid "ABCD wheel"
+msgstr "ABCD wheel"
+
+#: 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 "<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."
+
+#: 05020201.xhp#hd_id3154254.51.help.text
+msgid "ABCD button"
+msgstr "ABCD button"
+
+#: 05020201.xhp#par_id3154702.52.help.text
+msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_STACKED\">Assigns vertical text orientation for cell contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCH_ALIGNMENT_STACKED\">Assigns vertical text orientation for cell contents.</ahelp>"
+
+#: 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 "If you define a vertical x-axis label, the text may be cut off by the line of the x-axis."
+
+#: 05020201.xhp#hd_id3166432.54.help.text
+msgctxt "05020201.xhp#hd_id3166432.54.help.text"
+msgid "Degrees"
+msgstr "Degrees"
+
+#: 05020201.xhp#par_id3150199.55.help.text
+msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\">Allows you to manually enter the orientation angle.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\">Allows you to manually enter the orientation angle.</ahelp>"
+
+#: 05020201.xhp#hd_id3152985.73.help.text
+msgid "Text flow"
+msgstr "Text flow"
+
+#: 05020201.xhp#par_id3155089.74.help.text
+msgid "Determines the text flow of the data label."
+msgstr "Determines the text flow of the data label."
+
+#: 05020201.xhp#hd_id3148837.57.help.text
+msgctxt "05020201.xhp#hd_id3148837.57.help.text"
+msgid "Overlap"
+msgstr "Overlap"
+
+#: 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 "<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."
+
+#: 05020201.xhp#hd_id3157982.68.help.text
+msgid "Break"
+msgstr "Break"
+
+#: 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 "<ahelp hid=\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\">Allows a text break.</ahelp>"
+
+#: 05020201.xhp#hd_id3159205.56.help.text
+msgid "The following options are not available for all chart types:"
+msgstr "The following options are not available for all chart types:"
+
+#: 05020201.xhp#hd_id3152872.59.help.text
+msgid "Order"
+msgstr "Order"
+
+#: 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 "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."
+
+#: 05020201.xhp#hd_id3146963.60.help.text
+msgid "Tile"
+msgstr "Tile"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE\">Arranges numbers on the axis side by side.</ahelp>"
+
+#: 05020201.xhp#hd_id3151195.62.help.text
+msgid "Stagger odd"
+msgstr "Stagger odd"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN\">Staggers numbers on the axis, even numbers lower than odd numbers.</ahelp>"
+
+#: 05020201.xhp#hd_id3147250.64.help.text
+msgid "Stagger even"
+msgstr "Stagger even"
+
+#: 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 "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP\">Stagger numbers on the axes, odd numbers lower than even numbers.</ahelp>"
+
+#: 05020201.xhp#hd_id3147301.66.help.text
+msgctxt "05020201.xhp#hd_id3147301.66.help.text"
+msgid "Automatic"
+msgstr "Automatic"
+
+#: 05020201.xhp#par_id3147404.67.help.text
+msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\">Automatically arranges numbers on the axis.</ahelp>"
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\">Automatically arranges numbers on the axis.</ahelp>"
+
+#: 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 "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."
+
+#: 05020201.xhp#hd_id1106200812235146.help.text
+msgctxt "05020201.xhp#hd_id1106200812235146.help.text"
+msgid "Text Direction"
+msgstr "Text Direction"
+
+#: 05020201.xhp#par_id1106200812235271.help.text
+msgctxt "05020201.xhp#par_id1106200812235271.help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+
+#: three_d_view.xhp#tit.help.text
+msgid "3D View "
+msgstr "3D View "
+
+#: three_d_view.xhp#bm_id3156423.help.text
+msgid "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
+msgstr "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
+
+#: three_d_view.xhp#hd_id3464461.help.text
+msgid "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
+msgstr "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
+
+#: three_d_view.xhp#par_id6998809.help.text
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> or in the context menu of a chart you can choose a chart type. <ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to edit the properties of a three dimensional view for Column, Bar, Pie, and Area charts. For Line and XY (Scatter) charts you can see 3D lines.</ahelp>"
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> or in the context menu of a chart you can choose a chart type. <ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue to edit the properties of a three dimensional view for Column, Bar, Pie, and Area charts. For Line and XY (Scatter) charts you can see 3D lines.</ahelp>"
+
+#: three_d_view.xhp#par_id6942045.help.text
+msgid "The chart preview responds to the new settings that you enter in the dialog. "
+msgstr "The chart preview responds to the new settings that you enter in the dialogue. "
+
+#: three_d_view.xhp#par_id3806878.help.text
+msgid "When you leave the dialog with OK, the settings are applied permanently. "
+msgstr "When you leave the dialogue with OK, the settings are applied permanently. "
+
+#: three_d_view.xhp#par_id130619.help.text
+msgid "When you leave the dialog with Cancel or Escape, the chart returns to the state when you opened the dialog."
+msgstr "When you leave the dialogue with Cancel or Escape, the chart returns to the state when you opened the dialogue."
+
+#: three_d_view.xhp#par_id8081911.help.text
+msgid "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
+msgstr "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
+
+#: three_d_view.xhp#hd_id2924283.help.text
+msgid "Perspective"
+msgstr "Perspective"
+
+#: three_d_view.xhp#par_id5781731.help.text
+msgid "Enter the values for rotation of the chart on the three axes and for a perspective view."
+msgstr "Enter the values for rotation of the chart on the three axes and for a perspective view."
+
+#: three_d_view.xhp#par_id9999694.help.text
+msgid "Set all angles to 0 for a front view of the chart. Pie charts and donut charts are shown as circles."
+msgstr "Set all angles to 0 for a front view of the chart. Pie charts and donut charts are shown as circles."
+
+#: three_d_view.xhp#par_id2861720.help.text
+msgid "With Right-angled axes enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders."
+msgstr "With Right-angled axes enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders."
+
+#: three_d_view.xhp#par_id2216559.help.text
+msgid "An x value of 90, with y and z set to 0, provides a view from top down to the chart. With x set to -90, you see the bottom of the chart."
+msgstr "An x value of 90, with y and z set to 0, provides a view from top down to the chart. With x set to -90, you see the bottom of the chart."
+
+#: three_d_view.xhp#par_id7869502.help.text
+msgid "The rotations are applied in the order first x, then y, last z."
+msgstr "The rotations are applied in the order first x, then y, last z."
+
+#: three_d_view.xhp#par_id9852900.help.text
+msgid "When shading is enabled and you rotate a chart, the lights are rotated as if they are fixed to the chart."
+msgstr "When shading is enabled and you rotate a chart, the lights are rotated as if they are fixed to the chart."
+
+#: three_d_view.xhp#par_id2578203.help.text
+msgid "The rotation axes always relate to the page, not to the chart's axes. This is different from some other chart programs."
+msgstr "The rotation axes always relate to the page, not to the chart's axes. This is different from some other chart programs."
+
+#: three_d_view.xhp#par_id4923245.help.text
+msgid "Select the Perspective check box to view the chart in central perspective as through a camera lens instead of using a parallel projection. "
+msgstr "Select the Perspective check box to view the chart in central perspective as through a camera lens instead of using a parallel projection. "
+
+#: three_d_view.xhp#par_id3416547.help.text
+msgid "Set the focus length with the spin button. 100% gives a perspective view where a far edge in the chart looks approximately half as big as a near edge."
+msgstr "Set the focus length with the spin button. 100% gives a perspective view where a far edge in the chart looks approximately half as big as a near edge."
+
+#: three_d_view.xhp#par_id3791924.help.text
+msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
+msgstr "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
+
+#: three_d_view.xhp#par_id7623828.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If Right-angled axes is enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. Right-angled axes is enabled by default for newly created 3D charts. Pie and Donut charts do not support right-angled axes.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">If Right-angled axes is enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. Right-angled axes is enabled by default for newly created 3D charts. Pie and Donut charts do not support right-angled axes.</ahelp>"
+
+#: three_d_view.xhp#par_id4721823.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
+
+#: three_d_view.xhp#par_id5806756.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
+
+#: three_d_view.xhp#par_id8915372.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
+
+#: three_d_view.xhp#par_id6070436.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects.</ahelp>"
+
+#: three_d_view.xhp#hd_id7564012.help.text
+msgid "Appearance"
+msgstr "Appearance"
+
+#: three_d_view.xhp#par_id1186254.help.text
+msgid "Select a scheme from the list box."
+msgstr "Select a scheme from the list box."
+
+#: three_d_view.xhp#par_id7432477.help.text
+msgid "By selecting a scheme, the check boxes and the light sources are set accordingly."
+msgstr "By selecting a scheme, the check boxes and the light sources are set accordingly."
+
+#: three_d_view.xhp#par_id7141026.help.text
+msgid "If you mark or unmark a combination of check boxes that is not given by the Realistic or Simple scheme, you create a Custom scheme."
+msgstr "If you mark or unmark a combination of check boxes that is not given by the Realistic or Simple scheme, you create a Custom scheme."
+
+#: three_d_view.xhp#par_id1579027.help.text
+msgid "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used. "
+msgstr "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used. "
+
+#: three_d_view.xhp#par_id5624561.help.text
+msgid "The flat method sets a single color and brightness for each polygon. The edges are visible, soft gradients and spot lights are not possible. "
+msgstr "The flat method sets a single colour and brightness for each polygon. The edges are visible, soft gradients and spot lights are not possible. "
+
+#: three_d_view.xhp#par_id5901058.help.text
+msgid "The Gouraud method applies gradients for a smoother, more realistic look."
+msgstr "The Gouraud method applies gradients for a smoother, more realistic look."
+
+#: three_d_view.xhp#par_id8469191.help.text
+msgid "Mark <emph>Object Borders</emph> to draw lines along the edges."
+msgstr "Mark <emph>Object Borders</emph> to draw lines along the edges."
+
+#: three_d_view.xhp#par_id4407483.help.text
+msgid "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
+msgstr "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
+
+#: three_d_view.xhp#par_id8531449.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
+
+#: three_d_view.xhp#par_id9183935.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies Gouraud shading if marked, or flat shading if unmarked.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Applies Gouraud shading if marked, or flat shading if unmarked.</ahelp>"
+
+#: three_d_view.xhp#par_id946684.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows borders around the areas by setting the line style to Solid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Shows borders around the areas by setting the line style to Solid.</ahelp>"
+
+#: three_d_view.xhp#par_id9607226.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Edges are rounded by 5%.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Edges are rounded by 5%.</ahelp>"
+
+#: three_d_view.xhp#hd_id1939451.help.text
+msgid "Illumination"
+msgstr "Illumination"
+
+#: three_d_view.xhp#par_id9038972.help.text
+msgid "Set the light sources for the 3D view."
+msgstr "Set the light sources for the 3D view."
+
+#: three_d_view.xhp#par_id6531266.help.text
+msgid "Click any of the eight buttons to switch a directed light source on or off."
+msgstr "Click any of the eight buttons to switch a directed light source on or off."
+
+#: three_d_view.xhp#par_id6173894.help.text
+msgid "By default, the second light source is switched on. It is the first of seven \"normal\", uniform light sources. The light source number one projects a specular light with highlights."
+msgstr "By default, the second light source is switched on. It is the first of seven \"normal\", uniform light sources. The light source number one projects a specular light with highlights."
+
+#: three_d_view.xhp#par_id2761314.help.text
+msgid "For the selected light source, you can then choose a color and intensity in the list box just below the eight buttons. The brightness values of all lights are added, so use dark colors when you enable multiple lights."
+msgstr "For the selected light source, you can then choose a colour and intensity in the list box just below the eight buttons. The brightness values of all lights are added, so use dark colours when you enable multiple lights."
+
+#: three_d_view.xhp#par_id3912778.help.text
+msgid "The small preview inside this tab page has two sliders to set the vertical and horizontal position of the selected light source. The light source always aims to the middle of the object."
+msgstr "The small preview inside this tab page has two sliders to set the vertical and horizontal position of the selected light source. The light source always aims to the middle of the object."
+
+#: three_d_view.xhp#par_id3163853.help.text
+msgid "The button in the corner of the small preview switches the internal illumination model between a sphere and a cube."
+msgstr "The button in the corner of the small preview switches the internal illumination model between a sphere and a cube."
+
+#: three_d_view.xhp#par_id121158.help.text
+msgid "Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions."
+msgstr "Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions."
+
+#: three_d_view.xhp#par_id2423780.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the right slider to set the vertical height and direction of the selected light source.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Drag the right slider to set the vertical height and direction of the selected light source.</ahelp>"
+
+#: three_d_view.xhp#par_id2569658.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Drag the bottom slider to set the horizontal position and direction of the selected light source.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Drag the bottom slider to set the horizontal position and direction of the selected light source.</ahelp>"
+
+#: three_d_view.xhp#par_id6394238.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to switch between an illumination model of a sphere or a cube.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to switch between an illumination model of a sphere or a cube.</ahelp>"
+
+#: three_d_view.xhp#par_id533768.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the specular light source with highlights.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the specular light source with highlights.</ahelp>"
+
+#: three_d_view.xhp#par_id7214270.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the uniform light source.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the uniform light source.</ahelp>"
+
+#: three_d_view.xhp#par_id2186346.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the selected light source.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a colour for the selected light source.</ahelp>"
+
+#: three_d_view.xhp#par_id1331217.help.text
+msgctxt "three_d_view.xhp#par_id1331217.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a colour using the colour dialogue.</ahelp>"
+
+#: three_d_view.xhp#par_id393993.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the ambient light.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a colour for the ambient light.</ahelp>"
+
+#: three_d_view.xhp#par_id5871761.help.text
+msgctxt "three_d_view.xhp#par_id5871761.help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Select a colour using the colour dialogue.</ahelp>"
+
+#: 05030000.xhp#tit.help.text
+msgctxt "05030000.xhp#tit.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: 05030000.xhp#hd_id3145800.1.help.text
+msgctxt "05030000.xhp#hd_id3145800.1.help.text"
+msgid "Legend"
+msgstr "Legend"
+
+#: 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 "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Defines the border, area and character attributes for a legend.</ahelp></variable>"
+
+#: 05030000.xhp#hd_id3145232.4.help.text
+msgctxt "05030000.xhp#hd_id3145232.4.help.text"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+
+#: 05030000.xhp#hd_id3147344.3.help.text
+msgid "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">Display</link>"
+msgstr "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">Display</link>"
+
+#: 05040201.xhp#tit.help.text
+msgctxt "05040201.xhp#tit.help.text"
+msgid "Scale"
+msgstr "Scale"
+
+#: 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>Y axes; scaling</bookmark_value>"
+msgstr "<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>Y axes; scaling</bookmark_value>"
+
+#: 05040201.xhp#hd_id3150868.1.help.text
+msgid "<link href=\"text/schart/01/05040201.xhp\" name=\"Scale\">Scale</link>"
+msgstr "<link href=\"text/schart/01/05040201.xhp\" name=\"Scale\">Scale</link>"
+
+#: 05040201.xhp#par_id3154013.2.help.text
+msgid "Controls the scaling of the X or Y axis."
+msgstr ""
+
+#: 05040201.xhp#par_id3148576.79.help.text
+msgid "The axes are automatically scaled by $[officename] so that all values are optimally displayed."
+msgstr ""
+
+#: 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 "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."
+
+#: 05040201.xhp#hd_id3154730.4.help.text
+msgctxt "05040201.xhp#hd_id3154730.4.help.text"
+msgid "Scale"
+msgstr "Scale"
+
+#: 05040201.xhp#par_id3149400.5.help.text
+msgid "You can enter values for subdividing axes in this area. You can automatically set the properties <emph>Minimum, Maximum, Major interval, Minor interval count</emph> and <emph>Reference value</emph>."
+msgstr "You can enter values for subdividing axes in this area. You can automatically set the properties <emph>Minimum, Maximum, Major interval, Minor interval count</emph> and <emph>Reference value</emph>."
+
+#: 05040201.xhp#hd_id3150751.6.help.text
+msgid "Minimum"
+msgstr "Minimum"
+
+#: 05040201.xhp#par_id3153713.7.help.text
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MIN\">Defines the minimum value for the beginning of the axis.</ahelp>"
+msgstr "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MIN\">Defines the minimum value for the beginning of the axis.</ahelp>"
+
+#: 05040201.xhp#hd_id3156385.8.help.text
+msgid "Maximum"
+msgstr "Maximum"
+
+#: 05040201.xhp#par_id3159266.9.help.text
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MAX\">Defines the maximum value for the end of the axis.</ahelp>"
+msgstr "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MAX\">Defines the maximum value for the end of the axis.</ahelp>"
+
+#: 05040201.xhp#hd_id3155336.10.help.text
+msgid "Major interval"
+msgstr "Major interval"
+
+#: 05040201.xhp#par_id3143218.11.help.text
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_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 "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_MAIN\">Defines the interval for the main division of the axes.</ahelp> The main interval cannot be larger than the value area."
+
+#: 05040201.xhp#hd_id3154020.12.help.text
+msgid "Minor interval count"
+msgstr "Minor interval count"
+
+#: 05040201.xhp#par_id3154656.13.help.text
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_HELP\">Defines the interval for the subdivision of the axes.</ahelp>"
+msgstr "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_HELP\">Defines the interval for the subdivision of the axes.</ahelp>"
+
+#: 05040201.xhp#hd_id3150089.14.help.text
+msgid "Reference value"
+msgstr "Reference value"
+
+#: 05040201.xhp#par_id3152990.15.help.text
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
+msgstr "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
+
+#: 05040201.xhp#hd_id3166432.62.help.text
+msgctxt "05040201.xhp#hd_id3166432.62.help.text"
+msgid "Automatic"
+msgstr "Automatic"
+
+#: 05040201.xhp#par_id3145389.63.help.text
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_AUTO_ORIGIN\">You must first deselect the <emph>Automatic</emph> option in order to modify the values.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_AUTO_ORIGIN\">You must first deselect the <emph>Automatic</emph> option in order to modify the values.</ahelp>"
+
+#: 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 "Disable this feature if you are working with \"fixed\" values, as it does not permit automatic scaling."
+
+#: 05040201.xhp#hd_id3159206.16.help.text
+msgid "Logarithmic scale"
+msgstr "Logarithmic scale"
+
+#: 05040201.xhp#par_id3145360.17.help.text
+msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_LOGARITHM\">Specifies that you want the axis to be subdivided logarithmically.</ahelp>"
+msgstr "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_LOGARITHM\">Specifies that you want the axis to be subdivided logarithmically.</ahelp>"
+
+#: 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 "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."
+
+#: 05040201.xhp#hd_id9941404.help.text
+msgid "Reverse direction"
+msgstr "Reverse direction"
+
+#: 05040201.xhp#par_id5581835.help.text
+msgid "<ahelp hid=\".\">Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction.</ahelp> That means for Cartesian coordinate systems that the x-axis shows the lower values on the left and the y-axis shows the lower values at the bottom. For polar coordinate systems the mathematical angle axis direction is counterclockwise and the radial axis is from inner to outer."
+msgstr "<ahelp hid=\".\">Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction.</ahelp> That means for Cartesian coordinate systems that the x-axis shows the lower values on the left and the y-axis shows the lower values at the bottom. For polar coordinate systems the mathematical angle axis direction is counterclockwise and the radial axis is from inner to outer."
+
+#: 05040201.xhp#hd_id922204.help.text
+msgid "Type"
+msgstr ""
+
+#: 05040201.xhp#par_id59225.help.text
+msgid "<ahelp hid=\".\">For some types of axes, you can select to format an axis as text or date, or to detect the type automatically.</ahelp> For the axis type \"Date\" you can set the following options."
+msgstr ""
+
+#: 05040201.xhp#par_id1159225.help.text
+msgid "Minimum and maximum value to be shown on the ends of the scale."
+msgstr ""
+
+#: 05040201.xhp#par_id2259225.help.text
+msgid "<ahelp hid=\".\">Resolution can be set to show days, months, or years as interval steps.</ahelp>"
+msgstr ""
+
+#: 05040201.xhp#par_id3359225.help.text
+msgid "<ahelp hid=\".\">Major interval can be set to show a certain number of days, months, or years.</ahelp>"
+msgstr ""
+
+#: 05040201.xhp#par_id4459225.help.text
+msgid "<ahelp hid=\".\">Minor interval can be set to show a certain number of days, months, or years.</ahelp>"
+msgstr ""
+
+#: 05020000.xhp#tit.help.text
+msgctxt "05020000.xhp#tit.help.text"
+msgid "Title"
+msgstr "Title"
+
+#: 05020000.xhp#bm_id3150791.help.text
+msgid "<bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value>"
+msgstr "<bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value>"
+
+#: 05020000.xhp#hd_id3150791.1.help.text
+msgid "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/schart/01/05020000.xhp\" name=\"Title\">Title</link>"
+
+#: 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 "The<emph> Title </emph>menu command opens a submenu for editing the properties of the titles in the chart."
+
+#: 05020000.xhp#hd_id3155414.3.help.text
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">Main title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Main title\">Main title</link>"
+
+#: 05020000.xhp#hd_id3156441.4.help.text
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">Subtitle</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Subtitle\">Subtitle</link>"
+
+#: 05020000.xhp#hd_id3151073.5.help.text
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"X-axis title\">X-axis title</link>"
+
+#: 05020000.xhp#hd_id3154732.6.help.text
+msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"Y-axis title\">Y-axis title</link>"
+
+#: 05020000.xhp#hd_id3154017.7.help.text
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-axis title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Z-axis title\">Z-axis title</link>"
+
+#: 05020000.xhp#hd_id3153711.8.help.text
+msgid "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">All titles</link>"
+msgstr "<link href=\"text/schart/01/05020200.xhp\" name=\"All titles\">All titles</link>"
+
+#: 05010100.xhp#tit.help.text
+msgid "Data Point"
+msgstr "Data Point"
+
+#: 05010100.xhp#hd_id3153768.1.help.text
+msgid "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">Data Point</link>"
+msgstr "<link href=\"text/schart/01/05010100.xhp\" name=\"Data Point\">Data Point</link>"
+
+#: 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 - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+msgstr "This dialogue allows you to change the properties of a selected data point. The dialogue appears when there is only one data point selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts."
+
+#: 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 "Any changes made only affect this one data point. For example, if you edit the colour of a bar, only the colour of that bar will be different."
+
+#: 05010000.xhp#tit.help.text
+msgctxt "05010000.xhp#tit.help.text"
+msgid "Format Selection"
+msgstr "Format Selection"
+
+#: 05010000.xhp#bm_id3149666.help.text
+msgid "<bookmark_value>objects;properties of charts</bookmark_value><bookmark_value>charts; properties</bookmark_value><bookmark_value>properties;charts</bookmark_value>"
+msgstr "<bookmark_value>objects;properties of charts</bookmark_value><bookmark_value>charts; properties</bookmark_value><bookmark_value>properties;charts</bookmark_value>"
+
+#: 05010000.xhp#hd_id3149666.1.help.text
+msgctxt "05010000.xhp#hd_id3149666.1.help.text"
+msgid "Format Selection"
+msgstr "Format Selection"
+
+#: 05010000.xhp#par_id3156284.2.help.text
+msgid "<variable id=\"objekteigenschaften\"><ahelp hid=\".\">Formats the selected object.</ahelp></variable> Depending on the object selected, the command opens dialogs that you can also open by choosing the following commands from the <emph>Format</emph> menu:"
+msgstr "<variable id=\"objekteigenschaften\"><ahelp hid=\".\">Formats the selected object.</ahelp></variable> Depending on the object selected, the command opens dialogues that you can also open by choosing the following commands from the <emph>Format</emph> menu:"
+
+#: 05010000.xhp#hd_id3153418.3.help.text
+msgid "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">Chart Wall</link>"
+msgstr "<link href=\"text/schart/01/05060000.xhp\" name=\"Chart Wall\">Chart Wall</link>"
+
+#: 05010000.xhp#hd_id3155766.4.help.text
+msgid "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">Chart Area</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">Chart Area</link>"
+
+#: 05010000.xhp#hd_id3154255.5.help.text
+msgid "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">Chart Floor</link>"
+msgstr "<link href=\"text/schart/01/05070000.xhp\" name=\"Chart Floor\">Chart Floor</link>"
+
+#: 05010000.xhp#hd_id3146313.6.help.text
+msgid "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">Title</link>"
+msgstr "<link href=\"text/schart/01/05020100.xhp\" name=\"Title\">Title</link>"
+
+#: 05010000.xhp#hd_id3150297.7.help.text
+msgid "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">Legend</link>"
+msgstr "<link href=\"text/schart/01/05030000.xhp\" name=\"Legend\">Legend</link>"
+
+#: 05010000.xhp#hd_id3143219.8.help.text
+msgid "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X Axis</link>"
+msgstr "<link href=\"text/schart/01/05040100.xhp\" name=\"X Axis\">X Axis</link>"
+
+#: 05010000.xhp#hd_id3150207.9.help.text
+msgid "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y Axis</link>"
+msgstr "<link href=\"text/schart/01/05040200.xhp\" name=\"Y Axis\">Y Axis</link>"
+
+#: 05010000.xhp#hd_id3166432.10.help.text
+msgid "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">Grid</link>"
+msgstr "<link href=\"text/schart/01/05050100.xhp\" name=\"Grid\">Grid</link>"
+
+#: 04030000.xhp#tit.help.text
+msgid "Data Labels "
+msgstr "Data Labels "
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">Data Labels</link></variable>"
+
+#: 04030000.xhp#par_id3154684.2.help.text
+msgid "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Opens the<emph> Data Labels </emph>dialog, which enables you to set the data labels.</ahelp></variable>"
+msgstr "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Opens the<emph> Data Labels </emph>dialogue, which enables you to set the data labels.</ahelp></variable>"
+
+#: 04030000.xhp#par_id0810200912120416.help.text
+msgid "If an element of a data series is selected, this command works on that data series only. If no element is selected, this command works on all data series."
+msgstr "If an element of a data series is selected, this command works on that data series only. If no element is selected, this command works on all data series."
+
+#: 04030000.xhp#hd_id3149401.17.help.text
+msgid "Show value as number"
+msgstr "Show value as number"
+
+#: 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 "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\">Displays the absolute values of the data points.</ahelp>"
+
+#: 04030000.xhp#hd_id5077059.help.text
+msgid "Number format"
+msgstr "Number format"
+
+#: 04030000.xhp#par_id9794610.help.text
+msgid "<ahelp hid=\".\">Opens a dialog to select the number format.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens a dialogue to select the number format.</ahelp>"
+
+#: 04030000.xhp#hd_id3145643.9.help.text
+msgid "Show value as percentage"
+msgstr "Show value as percentage"
+
+#: 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 "<ahelp hid=\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\">Displays the percentage of the data points in each column.</ahelp>"
+
+#: 04030000.xhp#hd_id1316873.help.text
+msgid "Percentage format"
+msgstr "Percentage format"
+
+#: 04030000.xhp#par_id5476241.help.text
+msgid "<ahelp hid=\".\">Opens a dialog to select the percentage format.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens a dialogue to select the percentage format.</ahelp>"
+
+#: 04030000.xhp#hd_id3145228.11.help.text
+msgid "Show category"
+msgstr "Show category"
+
+#: 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 "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\">Shows the data point text labels.</ahelp>"
+
+#: 04030000.xhp#hd_id3150298.15.help.text
+msgid "Show legend key"
+msgstr "Show legend key"
+
+#: 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 "<ahelp hid=\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\">Displays the legend icons next to each data point label.</ahelp>"
+
+#: 04030000.xhp#hd_id3836787.help.text
+msgid "Separator"
+msgstr "Separator"
+
+#: 04030000.xhp#par_id6668904.help.text
+msgid "<ahelp hid=\".\">Selects the separator between multiple text strings for the same object.</ahelp>"
+msgstr "<ahelp hid=\".\">Selects the separator between multiple text strings for the same object.</ahelp>"
+
+#: 04030000.xhp#hd_id4319284.help.text
+msgid "Placement"
+msgstr "Placement"
+
+#: 04030000.xhp#par_id5159459.help.text
+msgid "<ahelp hid=\".\">Selects the placement of data labels relative to the objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Selects the placement of data labels relative to the objects.</ahelp>"
+
+#: 04030000.xhp#hd_id1106200812280727.help.text
+msgctxt "04030000.xhp#hd_id1106200812280727.help.text"
+msgid "Text Direction"
+msgstr "Text Direction"
+
+#: 04030000.xhp#par_id1106200812280719.help.text
+msgctxt "04030000.xhp#par_id1106200812280719.help.text"
+msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
+
+#: 04030000.xhp#hd_id1007200901590713.help.text
+msgid "Rotate Text"
+msgstr "Rotate Text"
+
+#: 04030000.xhp#par_id1007200901590752.help.text
+msgid "<ahelp hid=\".\">Click in the dial to set the text orientation for the data labels.</ahelp>"
+msgstr "<ahelp hid=\".\">Click in the dial to set the text orientation for the data labels.</ahelp>"
+
+#: 04030000.xhp#par_id1007200901590757.help.text
+msgid "<ahelp hid=\".\">Enter the counterclockwise rotation angle for the data labels.</ahelp>"
+msgstr ""
+
+#: type_line.xhp#tit.help.text
+msgid "Chart Type Line"
+msgstr "Chart Type Line"
+
+#: type_line.xhp#bm_id2187566.help.text
+msgid "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
+msgstr "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
+
+#: type_line.xhp#hd_id9422894.help.text
+msgid "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
+msgstr "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
+
+#: type_line.xhp#par_id389721.help.text
+msgctxt "type_line.xhp#par_id389721.help.text"
+msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+msgstr "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> you can choose a chart type. "
+
+#: type_line.xhp#hd_id9826349.help.text
+msgid "Line"
+msgstr "Line"
+
+#: type_line.xhp#par_id2334665.help.text
+msgid "A line chart shows values as points on the y axis. The x axis shows categories. The y values of each data series can be connected by a line."
+msgstr "A line chart shows values as points on the y axis. The x axis shows categories. The y values of each data series can be connected by a line."
+
+#: type_line.xhp#par_id8956572.help.text
+msgid "Points only - this subtype plots only points."
+msgstr "Points only - this subtype plots only points."
+
+#: type_line.xhp#par_id500808.help.text
+msgid "Points and lines - this subtype plots points and connects points of the same data series by a line."
+msgstr "Points and lines - this subtype plots points and connects points of the same data series by a line."
+
+#: type_line.xhp#par_id8366649.help.text
+msgid "Lines only - this subtype plots only lines."
+msgstr "Lines only - this subtype plots only lines."
+
+#: type_line.xhp#par_id476393.help.text
+msgid "3D lines - this subtype connects points of the same data series by a 3D line."
+msgstr "3D lines - this subtype connects points of the same data series by a 3D line."
+
+#: type_line.xhp#par_id2655720.help.text
+msgid "Mark <emph>Stack series</emph> to arrange the points' y values cumulative above each other. The y values no longer represent absolute values, except for the first column which is drawn at the bottom of the stacked points. If you select <emph>Percent</emph>, the y values are scaled as percentage of the category total."
+msgstr "Mark <emph>Stack series</emph> to arrange the points' y values cumulative above each other. The y values no longer represent absolute values, except for the first column which is drawn at the bottom of the stacked points. If you select <emph>Percent</emph>, the y values are scaled as percentage of the category total."
+
+#: type_line.xhp#par_id3682058.help.text
+msgid "Mark <emph>Smooth lines</emph> to draw curves through the points instead of straight lines. Click <emph>Properties</emph> for a <link href=\"text/schart/01/smooth_line_properties.xhp\">dialog</link> to change the curves' properties."
+msgstr "Mark <emph>Smooth lines</emph> to draw curves through the points instead of straight lines. Click <emph>Properties</emph> for a <link href=\"text/schart/01/smooth_line_properties.xhp\">dialogue</link> to change the curves' properties."
diff --git a/source/en-ZA/helpcontent2/source/text/schart/02.po b/source/en-ZA/helpcontent2/source/text/schart/02.po
new file mode 100644
index 00000000000..7adc26ec316
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/schart/02.po
@@ -0,0 +1,124 @@
+#. extracted from helpcontent2/source/text/schart/02.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 01220000.xhp#tit.help.text
+msgctxt "01220000.xhp#tit.help.text"
+msgid "Automatic Layout"
+msgstr "Automatic Layout"
+
+#: 01220000.xhp#bm_id3150400.help.text
+msgid "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>"
+msgstr "<bookmark_value>reorganizing charts</bookmark_value><bookmark_value>charts; reorganizing</bookmark_value>"
+
+#: 01220000.xhp#hd_id3150400.1.help.text
+msgid "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>"
+msgstr "<link href=\"text/schart/02/01220000.xhp\" name=\"Automatic Layout\">Automatic Layout</link>"
+
+#: 01220000.xhp#par_id3146120.2.help.text
+msgid "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewArrangement\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
+
+#: 01220000.xhp#par_id3150010.help.text
+msgid "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152577\" src=\"cmd/sc_newarrangement.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152577\">Icon</alt></image>"
+
+#: 01220000.xhp#par_id3153143.3.help.text
+msgctxt "01220000.xhp#par_id3153143.3.help.text"
+msgid "Automatic Layout"
+msgstr "Automatic Layout"
+
+#: 01200000.xhp#tit.help.text
+msgctxt "01200000.xhp#tit.help.text"
+msgid "Data in Columns"
+msgstr "Data in Columns"
+
+#: 01200000.xhp#hd_id3150868.1.help.text
+msgid "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>"
+msgstr "<link href=\"text/schart/02/01200000.xhp\" name=\"Data in Columns\">Data in Columns</link>"
+
+#: 01200000.xhp#par_id3145749.2.help.text
+msgid "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataInColumns\">Changes the arrangement of the chart data.</ahelp>"
+
+#: 01200000.xhp#par_id3149260.help.text
+msgid "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149379\" src=\"cmd/sc_dataincolumns.png\"><alt id=\"alt_id3149379\">Icon</alt></image>"
+
+#: 01200000.xhp#par_id3149377.3.help.text
+msgctxt "01200000.xhp#par_id3149377.3.help.text"
+msgid "Data in Columns"
+msgstr "Data in Columns"
+
+#: 01210000.xhp#tit.help.text
+msgctxt "01210000.xhp#tit.help.text"
+msgid "Scale Text"
+msgstr "Scale Text"
+
+#: 01210000.xhp#bm_id3152996.help.text
+msgid "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>"
+msgstr "<bookmark_value>text scaling in charts</bookmark_value><bookmark_value>scaling; text in charts</bookmark_value><bookmark_value>charts;scaling text</bookmark_value>"
+
+#: 01210000.xhp#hd_id3152996.1.help.text
+msgid "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>"
+msgstr "<link href=\"text/schart/02/01210000.xhp\" name=\"Scale Text\">Scale Text</link>"
+
+#: 01210000.xhp#par_id3144510.2.help.text
+msgid "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+msgstr "<ahelp hid=\".uno:ScaleText\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
+
+#: 01210000.xhp#par_id3150441.help.text
+msgid "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159153\" src=\"cmd/sc_scaletext.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3159153\">Icon</alt></image>"
+
+#: 01210000.xhp#par_id3153190.3.help.text
+msgctxt "01210000.xhp#par_id3153190.3.help.text"
+msgid "Scale Text"
+msgstr "Scale Text"
+
+#: 01190000.xhp#tit.help.text
+msgctxt "01190000.xhp#tit.help.text"
+msgid "Data in Rows"
+msgstr "Data in Rows"
+
+#: 01190000.xhp#hd_id3146976.1.help.text
+msgid "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>"
+msgstr "<link href=\"text/schart/02/01190000.xhp\" name=\"Data in Rows\">Data in Rows</link>"
+
+#: 01190000.xhp#par_id3154490.2.help.text
+msgid "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>"
+msgstr "<ahelp hid=\".uno:DataInRows\">Changes the arrangement of the chart data.</ahelp>"
+
+#: 01190000.xhp#par_id3150751.help.text
+msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>"
+
+#: 01190000.xhp#par_id3154754.3.help.text
+msgctxt "01190000.xhp#par_id3154754.3.help.text"
+msgid "Data in Rows"
+msgstr "Data in Rows"
+
+#: 02020000.xhp#tit.help.text
+msgid "Current Chart Type"
+msgstr "Current Chart Type"
+
+#: 02020000.xhp#hd_id3150791.1.help.text
+msgid "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>"
+msgstr "<link href=\"text/schart/02/02020000.xhp\" name=\"Current Chart Type\">Current Chart Type</link>"
+
+#: 02020000.xhp#par_id3145173.2.help.text
+msgid "<ahelp hid=\".uno:ContextType\" visibility=\"visible\">Displays the name of the current chart type.</ahelp>"
+msgstr "<ahelp hid=\".uno:ContextType\" visibility=\"visible\">Displays the name of the current chart type.</ahelp>"
diff --git a/source/en-ZA/helpcontent2/source/text/schart/04.po b/source/en-ZA/helpcontent2/source/text/schart/04.po
new file mode 100644
index 00000000000..2aa8baa041d
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/schart/04.po
@@ -0,0 +1,144 @@
+#. extracted from helpcontent2/source/text/schart/04.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 01020000.xhp#tit.help.text
+msgid "Shortcuts for Charts"
+msgstr "Shortcuts for Charts"
+
+#: 01020000.xhp#bm_id3150767.help.text
+msgid "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>"
+msgstr "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>"
+
+#: 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 "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Shortcuts for Charts</link></variable>"
+
+#: 01020000.xhp#par_id3155412.2.help.text
+msgid "You can use the following shortcut keys in charts."
+msgstr "You can use the following shortcut keys in charts."
+
+#: 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 "You can also use the general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">shortcut keys</link> for $[officename]."
+
+#: 01020000.xhp#hd_id3149262.4.help.text
+msgid "Shortcuts in Charts"
+msgstr "Shortcuts in Charts"
+
+#: 01020000.xhp#hd_id3151073.5.help.text
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3154490.6.help.text
+msgid "Results"
+msgstr "Results"
+
+#: 01020000.xhp#hd_id3154729.7.help.text
+msgid "Tab"
+msgstr "Tab"
+
+#: 01020000.xhp#par_id3154511.8.help.text
+msgid "Select next object."
+msgstr "Select next object."
+
+#: 01020000.xhp#hd_id3155064.9.help.text
+msgid "Shift+Tab"
+msgstr "Shift+Tab"
+
+#: 01020000.xhp#par_id3149020.10.help.text
+msgid "Select previous object."
+msgstr "Select previous object."
+
+#: 01020000.xhp#hd_id3155443.11.help.text
+msgid "Home"
+msgstr "Home"
+
+#: 01020000.xhp#par_id3156382.12.help.text
+msgid "Select first object."
+msgstr "Select first object."
+
+#: 01020000.xhp#hd_id3153963.13.help.text
+msgid "End"
+msgstr "End"
+
+#: 01020000.xhp#par_id3154702.14.help.text
+msgid "Select last object."
+msgstr "Select last object."
+
+#: 01020000.xhp#hd_id3143218.15.help.text
+msgid "Esc"
+msgstr "Esc"
+
+#: 01020000.xhp#par_id3147005.16.help.text
+msgid "Cancel selection"
+msgstr "Cancel selection"
+
+#: 01020000.xhp#hd_id3159239.17.help.text
+msgid "up/down/left/right arrow"
+msgstr "up/down/left/right arrow"
+
+#: 01020000.xhp#par_id3149210.18.help.text
+msgid "Move the object in the direction of the arrow."
+msgstr "Move the object in the direction of the arrow."
+
+#: 01020000.xhp#hd_id3150364.19.help.text
+msgid "up/down/left/right arrow in pie charts"
+msgstr "up/down/left/right arrow in pie charts"
+
+#: 01020000.xhp#par_id3150369.20.help.text
+msgid "Moves the selected pie segment in the direction of the arrow."
+msgstr "Moves the selected pie segment in the direction of the arrow."
+
+#: 01020000.xhp#hd_id3145584.21.help.text
+msgid "F2 in titles"
+msgstr "F2 in titles"
+
+#: 01020000.xhp#par_id3154372.22.help.text
+msgid "Enter text input mode."
+msgstr "Enter text input mode."
+
+#: 01020000.xhp#hd_id3146980.23.help.text
+msgid "F3"
+msgstr "F3"
+
+#: 01020000.xhp#par_id3152988.24.help.text
+msgid "Open group so that you can edit the individual components (in legend and data series)."
+msgstr "Open group so that you can edit the individual components (in legend and data series)."
+
+#: 01020000.xhp#hd_id3153815.25.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#: 01020000.xhp#par_id3153915.26.help.text
+msgid "Exit group (in legend and data series)."
+msgstr "Exit group (in legend and data series)."
+
+#: 01020000.xhp#hd_id3155269.27.help.text
+msgid "+/-"
+msgstr "+/-"
+
+#: 01020000.xhp#par_id3156016.28.help.text
+msgid "Reduce or enlarge the chart"
+msgstr "Reduce or enlarge the chart"
+
+#: 01020000.xhp#hd_id3150210.29.help.text
+msgid "+/- in pie charts"
+msgstr "+/- in pie charts"
+
+#: 01020000.xhp#par_id3159204.30.help.text
+msgid "Moves the selected pie segment off or into the pie chart."
+msgstr "Moves the selected pie segment off or into the pie chart."
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw.po b/source/en-ZA/helpcontent2/source/text/sdraw.po
new file mode 100644
index 00000000000..f41b62b5c1a
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sdraw.po
@@ -0,0 +1,551 @@
+#. extracted from helpcontent2/source/text/sdraw.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2011-04-05 14:33+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: main0101.xhp#tit.help.text
+msgid "File"
+msgstr "File"
+
+#: main0101.xhp#hd_id3149655.1.help.text
+msgid "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">File</link>"
+
+#: 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 "This menu contains general commands for working with Draw documents, such as open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
+
+#: main0101.xhp#hd_id3156441.4.help.text
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+
+#: main0101.xhp#hd_id3153876.6.help.text
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+
+#: main0101.xhp#hd_id3150718.7.help.text
+msgid "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
+msgstr "<link href=\"text/simpress/01/01170000.xhp\" name=\"Export\">Export</link>"
+
+#: main0101.xhp#hd_id3154754.14.help.text
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+
+#: main0101.xhp#hd_id3150044.9.help.text
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+
+#: main0101.xhp#hd_id3149127.12.help.text
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+
+#: main0101.xhp#hd_id3145790.13.help.text
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
+
+#: main0104.xhp#tit.help.text
+msgid "Insert"
+msgstr "Insert"
+
+#: main0104.xhp#hd_id3148797.1.help.text
+msgid "<link href=\"text/sdraw/main0104.xhp\" name=\"Insert\">Insert</link>"
+msgstr "<link href=\"text/sdraw/main0104.xhp\" name=\"Insert\">Insert</link>"
+
+#: main0104.xhp#par_id3153770.2.help.text
+msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
+msgstr "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
+
+#: main0104.xhp#hd_id3154320.3.help.text
+msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Slide\">Slide</link>"
+msgstr "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Slide\">Slide</link>"
+
+#: main0104.xhp#hd_id3146974.4.help.text
+msgid "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/simpress/01/04020000.xhp\" name=\"Layer\">Layer</link>"
+
+#: 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 "<link href=\"text/simpress/01/04030000.xhp\" name=\"Insert Snap Point/Line\">Insert Snap Point/Line</link>"
+
+#: main0104.xhp#hd_id0915200910361385.help.text
+msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
+
+#: main0104.xhp#hd_id3154018.6.help.text
+msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
+
+#: main0104.xhp#hd_id3150749.11.help.text
+msgctxt "main0104.xhp#hd_id3150749.11.help.text"
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+
+#: main0104.xhp#hd_id3156385.7.help.text
+msgid "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
+msgstr "<link href=\"text/simpress/01/04080100.xhp\" name=\"Table\">Table</link>"
+
+#: main0104.xhp#hd_id3147003.8.help.text
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link>"
+
+#: main0104.xhp#par_id0302200904020595.help.text
+msgid "Inserts a chart."
+msgstr "Inserts a chart."
+
+#: main0104.xhp#hd_id3155111.9.help.text
+msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
+
+#: main0104.xhp#hd_id3157867.10.help.text
+msgid "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/simpress/01/04110000.xhp\" name=\"File\">File</link>"
+
+#: main0210.xhp#tit.help.text
+msgid "Drawing Bar"
+msgstr "Drawing Bar"
+
+#: main0210.xhp#hd_id3150398.1.help.text
+msgid "<link href=\"text/sdraw/main0210.xhp\" name=\"Drawing Bar\">Drawing Bar</link>"
+msgstr "<link href=\"text/sdraw/main0210.xhp\" name=\"Drawing Bar\">Drawing Bar</link>"
+
+#: main0210.xhp#par_id3149656.2.help.text
+msgid "The <emph>Drawing</emph> bar holds the main drawing tools."
+msgstr "The <emph>Drawing</emph> bar holds the main drawing tools."
+
+#: main0210.xhp#par_idN105D1.help.text
+msgid "<link href=\"text/simpress/02/10060000.xhp\">Rectangle</link>"
+msgstr "<link href=\"text/simpress/02/10060000.xhp\">Rectangle</link>"
+
+#: main0210.xhp#par_idN105E1.help.text
+msgid "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 "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."
+
+#: main0210.xhp#par_idN105EE.help.text
+msgid "<link href=\"text/simpress/02/10070000.xhp\">Ellipse</link>"
+msgstr "<link href=\"text/simpress/02/10070000.xhp\">Ellipse</link>"
+
+#: main0210.xhp#par_idN105FE.help.text
+msgid "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 "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."
+
+#: main0210.xhp#par_idN1060B.help.text
+msgid "<link href=\"text/simpress/02/10050000.xhp\">Text</link>"
+msgstr "<link href=\"text/simpress/02/10050000.xhp\">Text</link>"
+
+#: main0210.xhp#par_idN1061B.help.text
+msgid "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 "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."
+
+#: main0210.xhp#par_idN107C8.help.text
+msgid "<link href=\"text/simpress/02/10120000.xhp\" name=\"Lines and Arrows\">Lines and Arrows</link>"
+msgstr "<link href=\"text/simpress/02/10120000.xhp\" name=\"Lines and Arrows\">Lines and Arrows</link>"
+
+#: main0210.xhp#par_idN126D7.help.text
+msgid "Opens the Arrows toolbar to insert lines and arrows."
+msgstr "Opens the Arrows toolbar to insert lines and arrows."
+
+#: main0210.xhp#par_idN106B4.help.text
+msgctxt "main0210.xhp#par_idN106B4.help.text"
+msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+
+#: main0210.xhp#par_idN106C3.help.text
+msgctxt "main0210.xhp#par_idN106C3.help.text"
+msgid "Enables you to edit points on your drawing."
+msgstr "Enables you to edit points on your drawing."
+
+#: main0210.xhp#par_idN106C8.help.text
+msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue Points</link>"
+msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue Points</link>"
+
+#: main0210.xhp#par_idN106D7.help.text
+msgctxt "main0210.xhp#par_idN106D7.help.text"
+msgid "Enables you to edit glue points on your drawing."
+msgstr "Enables you to edit glue points on your drawing."
+
+#: main0210.xhp#par_idN10754.help.text
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
+
+#: main0210.xhp#par_idN1072C.help.text
+msgid "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+msgstr "<link href=\"text/shared/02/01170000.xhp\" name=\"Form Controls\">Form Controls</link>"
+
+#: main0210.xhp#par_idN1074B.help.text
+msgid "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
+msgstr "<link href=\"text/shared/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
+
+#: main0210.xhp#par_idN1075A.help.text
+msgid "Switches the 3D effects on and off for the selected objects."
+msgstr "Switches the 3D effects on and off for the selected objects."
+
+#: main0000.xhp#tit.help.text
+msgid "Welcome to the $[officename] Draw Help"
+msgstr "Welcome to the $[officename] Draw Help"
+
+#: main0000.xhp#hd_id3155960.1.help.text
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>Welcome to the $[officename] Draw Help"
+msgstr "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> </switchinline>Welcome to the $[officename] Draw Help"
+
+#: main0000.xhp#hd_id3154022.3.help.text
+msgid "How to Work With $[officename] Draw"
+msgstr "How to Work With $[officename] Draw"
+
+#: main0000.xhp#hd_id3150363.5.help.text
+msgid "$[officename] Draw Menus, Toolbars, and Keys"
+msgstr "$[officename] Draw Menus, Toolbars, and Keys"
+
+#: main0000.xhp#hd_id3166430.4.help.text
+msgid "Help about the Help"
+msgstr "Help about the Help"
+
+#: main0103.xhp#tit.help.text
+msgid "View"
+msgstr "View"
+
+#: main0103.xhp#hd_id3152576.1.help.text
+msgid "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">View</link>"
+
+#: main0103.xhp#par_id3159155.2.help.text
+msgid "Sets the display properties of Draw documents."
+msgstr "Sets the display properties of Draw documents."
+
+#: main0103.xhp#par_idN105AB.help.text
+msgid "Normal"
+msgstr "Normal"
+
+#: main0103.xhp#par_idN105AF.help.text
+msgid "Switch to normal view of the page."
+msgstr "Switch to normal view of the page."
+
+#: main0103.xhp#par_idN105B2.help.text
+msgid "Master"
+msgstr "Master"
+
+#: main0103.xhp#par_idN105B6.help.text
+msgid "Switch to the master page view."
+msgstr "Switch to the master page view."
+
+#: main0103.xhp#hd_id3149666.3.help.text
+msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+
+#: main0100.xhp#tit.help.text
+msgid "Menus"
+msgstr "Menus"
+
+#: main0100.xhp#hd_id3148664.1.help.text
+msgid "<variable id=\"main0100\"><link href=\"text/sdraw/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+msgstr "<variable id=\"main0100\"><link href=\"text/sdraw/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
+
+#: main0100.xhp#par_id3154684.2.help.text
+msgid "The following is a description of all $[officename] Draw menus, submenus and their dialogs."
+msgstr "The following is a description of all $[officename] Draw menus, submenus and their dialogues."
+
+#: main0200.xhp#tit.help.text
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: main0200.xhp#hd_id3148663.1.help.text
+msgid "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+msgstr "<variable id=\"main0200\"><link href=\"text/sdraw/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
+
+#: main0200.xhp#par_id3125863.2.help.text
+msgid "This section provides an overview of the toolbars available in $[officename] Draw."
+msgstr "This section provides an overview of the toolbars available in $[officename] Draw."
+
+#: main0503.xhp#tit.help.text
+msgid "$[officename] Draw Features"
+msgstr "$[officename] Draw Features"
+
+#: 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 "<variable id=\"main0503\"><link href=\"text/sdraw/main0503.xhp\" name=\"$[officename] Draw Features\">$[officename] Draw Features</link></variable>"
+
+#: 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 "$[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, formulae and other items created in $[officename] programs into your drawings."
+
+#: main0503.xhp#hd_id3147435.11.help.text
+msgid "Vector Graphics"
+msgstr "Vector Graphics"
+
+#: 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 "$[officename] Draw creates vector graphics using lines and curves defined by mathematical vectors. Vectors describe lines, ellipses, and polygons according to their geometry."
+
+#: main0503.xhp#hd_id3154320.14.help.text
+msgid "Creating 3D Objects"
+msgstr "Creating 3D Objects"
+
+#: 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 "You can create simple 3D objects such as cubes, spheres, and cylinders in $[officename] Draw and even modify the light source of the objects."
+
+#: main0503.xhp#hd_id3154491.20.help.text
+msgid "Grids and Snap Lines"
+msgstr ""
+
+#: main0503.xhp#par_id3149379.6.help.text
+#, fuzzy
+msgid "Grids and snap lines provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, snap line or to the edge of another object."
+msgstr "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."
+
+#: main0503.xhp#hd_id3155601.16.help.text
+msgid "Connecting Objects to Show Relationships"
+msgstr "Connecting Objects to Show Relationships"
+
+#: 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 "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 organisation charts and technical diagrams."
+
+#: main0503.xhp#hd_id3155764.21.help.text
+msgid "Displaying Dimensions"
+msgstr "Displaying Dimensions"
+
+#: 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 "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."
+
+#: main0503.xhp#hd_id3154705.18.help.text
+msgid "Gallery"
+msgstr "Gallery"
+
+#: 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 "The Gallery contains images, animations, sounds and other items that you can insert and use in your drawings as well as other $[officename] programs."
+
+#: main0503.xhp#hd_id3149207.19.help.text
+msgid "Graphic File Formats"
+msgstr "Graphic File Formats"
+
+#: 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 "$[officename] Draw can export to many common graphic file formats, such as BMP, GIF, JPG, and PNG."
+
+#: main0105.xhp#tit.help.text
+msgid "Format"
+msgstr "Format"
+
+#: main0105.xhp#hd_id3153770.1.help.text
+msgid "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">Format</link>"
+msgstr "<link href=\"text/sdraw/main0105.xhp\" name=\"Format\">Format</link>"
+
+#: main0105.xhp#par_id3152578.2.help.text
+msgid "Contains commands for formatting the layout and the contents of your document."
+msgstr "Contains commands for formatting the layout and the contents of your document."
+
+#: main0105.xhp#hd_id3155111.10.help.text
+msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
+
+#: main0105.xhp#hd_id3146979.12.help.text
+msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+
+#: main0105.xhp#hd_id3166426.19.help.text
+msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
+
+#: main0105.xhp#hd_id3155091.14.help.text
+msgid "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
+msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">Page</link>"
+
+#: main0105.xhp#hd_id3146971.6.help.text
+msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
+msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Position and Size</link>"
+
+#: main0105.xhp#hd_id3148576.3.help.text
+msgid "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
+msgstr "<link href=\"text/shared/01/05200000.xhp\" name=\"Line\">Line</link>"
+
+#: main0105.xhp#hd_id3151076.4.help.text
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">Area</link>"
+
+#: main0105.xhp#hd_id3153878.5.help.text
+msgid "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">Text</link>"
+
+#: main0105.xhp#hd_id3153913.16.help.text
+msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
+msgstr "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
+
+#: main0102.xhp#tit.help.text
+msgid "Edit"
+msgstr "Edit"
+
+#: main0102.xhp#hd_id3150868.1.help.text
+msgid "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">Edit</link>"
+
+#: 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 "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
+
+#: main0102.xhp#hd_id3147396.3.help.text
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+
+#: main0102.xhp#hd_id3149400.4.help.text
+msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+
+#: main0102.xhp#hd_id3153713.13.help.text
+msgctxt "main0102.xhp#hd_id3153713.13.help.text"
+msgid "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Points\">Points</link>"
+
+#: main0102.xhp#par_id3147340.14.help.text
+msgctxt "main0102.xhp#par_id3147340.14.help.text"
+msgid "Enables you to edit points on your drawing."
+msgstr "Enables you to edit points on your drawing."
+
+#: main0102.xhp#hd_id3149258.15.help.text
+msgid "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>"
+msgstr "<link href=\"text/simpress/02/10030200.xhp\" name=\"Glue points\">Glue points</link>"
+
+#: main0102.xhp#par_id3146315.16.help.text
+msgctxt "main0102.xhp#par_id3146315.16.help.text"
+msgid "Enables you to edit glue points on your drawing."
+msgstr "Enables you to edit glue points on your drawing."
+
+#: main0102.xhp#hd_id3147005.5.help.text
+msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
+msgstr "<link href=\"text/simpress/01/02120000.xhp\" name=\"Duplicate\">Duplicate</link>"
+
+#: main0102.xhp#hd_id3150205.6.help.text
+msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Cross-fading</link>"
+msgstr "<link href=\"text/simpress/01/02150000.xhp\" name=\"Cross-fading\">Cross-fading</link>"
+
+#: main0102.xhp#hd_id3154650.7.help.text
+msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
+msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
+
+#: main0102.xhp#hd_id3156446.10.help.text
+msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+
+#: main0102.xhp#hd_id3148699.11.help.text
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+
+#: main0102.xhp#hd_id3157867.12.help.text
+msgctxt "main0102.xhp#hd_id3157867.12.help.text"
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+
+#: main0213.xhp#tit.help.text
+msgid "Options Bar"
+msgstr "Options Bar"
+
+#: main0213.xhp#hd_id3150793.1.help.text
+msgid "<link href=\"text/sdraw/main0213.xhp\" name=\"Options Bar\">Options Bar</link>"
+msgstr "<link href=\"text/sdraw/main0213.xhp\" name=\"Options Bar\">Options Bar</link>"
+
+#: main0213.xhp#par_id3154685.2.help.text
+msgid "The <emph>Options</emph> bar can be displayed by choosing <emph>View - Toolbars - Options</emph>."
+msgstr "The <emph>Options</emph> bar can be displayed by choosing <emph>View - Toolbars - Options</emph>."
+
+#: main0213.xhp#hd_id3145251.3.help.text
+msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+
+#: main0213.xhp#hd_id3149018.5.help.text
+#, fuzzy
+msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
+msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">Guides When Moving</link>"
+
+#: main0213.xhp#hd_id3147338.6.help.text
+msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+
+#: main0213.xhp#hd_id3146313.7.help.text
+#, fuzzy
+msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
+msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Guides\">Snap to Guides</link>"
+
+#: main0213.xhp#hd_id3155111.8.help.text
+msgid "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>"
+msgstr "<link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\">Snap to Page Margins</link>"
+
+#: main0213.xhp#hd_id3150343.9.help.text
+msgid "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>"
+msgstr "<link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\">Snap to Object Border</link>"
+
+#: main0213.xhp#hd_id3150368.10.help.text
+msgid "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>"
+msgstr "<link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\">Snap to Object Points</link>"
+
+#: main0213.xhp#hd_id3146980.11.help.text
+msgid "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>"
+msgstr "<link href=\"text/simpress/02/13180000.xhp\" name=\"Allow Quick Editing\">Allow Quick Editing</link>"
+
+#: main0213.xhp#hd_id3148870.12.help.text
+msgid "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>"
+msgstr "<link href=\"text/simpress/02/13190000.xhp\" name=\"Select Text Area Only\">Select Text Area Only</link>"
+
+#: main0106.xhp#tit.help.text
+msgid "Tools"
+msgstr "Tools"
+
+#: main0106.xhp#hd_id3159155.1.help.text
+msgid "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/sdraw/main0106.xhp\" name=\"Tools\">Tools</link>"
+
+#: 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 "This menu provides tools for $[officename] Draw as well as access to language and system settings."
+
+#: main0106.xhp#hd_id3153415.4.help.text
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
+
+#: main0106.xhp#hd_id3150044.6.help.text
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+
+#: main0202.xhp#tit.help.text
+msgid "Line and Filling Bar"
+msgstr "Line and Filling Bar"
+
+#: main0202.xhp#hd_id3149669.1.help.text
+msgid "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
+msgstr "<link href=\"text/sdraw/main0202.xhp\" name=\"Line and Filling Bar\">Line and Filling Bar</link>"
+
+#: main0202.xhp#par_id3150543.2.help.text
+msgid "The Line and Filling bar contains commands for the current editing mode."
+msgstr "The Line and Filling bar contains commands for the current editing mode."
+
+#: main0202.xhp#hd_id3149664.3.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">Line Style</link>"
+
+#: main0202.xhp#hd_id3156285.4.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Width\">Line Width</link>"
+
+#: main0202.xhp#hd_id3154015.5.help.text
+msgid "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Color</link>"
+msgstr "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Color\">Line Colour</link>"
+
+#: main0202.xhp#hd_id3155767.6.help.text
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+
+#: main0202.xhp#hd_id3341471.help.text
+msgid "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
+msgstr "<link href=\"text/shared/01/05210600.xhp\" name=\"Shadow\">Shadow</link>"
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw/00.po b/source/en-ZA/helpcontent2/source/text/sdraw/00.po
new file mode 100644
index 00000000000..2f56dc0027c
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sdraw/00.po
@@ -0,0 +1,24 @@
+#. extracted from helpcontent2/source/text/sdraw/00.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 00000004.xhp#tit.help.text
+msgid "To access this command..."
+msgstr "To access this command..."
+
+#: 00000004.xhp#hd_id3156024.1.help.text
+msgid "<variable id=\"wie\">To access this command...</variable>"
+msgstr "<variable id=\"wie\">To access this command...</variable>"
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw/01.po b/source/en-ZA/helpcontent2/source/text/sdraw/01.po
new file mode 100644
index 00000000000..8e564da1bcb
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sdraw/01.po
@@ -0,0 +1,28 @@
+#. extracted from helpcontent2/source/text/sdraw/01.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:32+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 04010000.xhp#tit.help.text
+msgid "Insert Page"
+msgstr "Insert Page"
+
+#: 04010000.xhp#hd_id3150202.1.help.text
+msgid "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Insert Page\">Insert Page</link>"
+msgstr "<link href=\"text/sdraw/01/04010000.xhp\" name=\"Insert Page\">Insert Page</link>"
+
+#: 04010000.xhp#par_id3152988.2.help.text
+msgid "<variable id=\"seitetext\">Inserts a blank page after the selected page.</variable>"
+msgstr "<variable id=\"seitetext\">Inserts a blank page after the selected page.</variable>"
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw/04.po b/source/en-ZA/helpcontent2/source/text/sdraw/04.po
new file mode 100644
index 00000000000..73cbcce3b6b
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sdraw/04.po
@@ -0,0 +1,438 @@
+#. extracted from helpcontent2/source/text/sdraw/04.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 14:33+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 01020000.xhp#tit.help.text
+msgctxt "01020000.xhp#tit.help.text"
+msgid "Shortcut Keys for Drawings"
+msgstr "Shortcut Keys for Drawings"
+
+#: 01020000.xhp#bm_id3156441.help.text
+msgid "<bookmark_value>shortcut keys;in drawings</bookmark_value> <bookmark_value>drawings; shortcut keys</bookmark_value>"
+msgstr "<bookmark_value>shortcut keys;in drawings</bookmark_value> <bookmark_value>drawings; shortcut keys</bookmark_value>"
+
+#: 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 "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Shortcut Keys for Drawings\">Shortcut Keys for Drawings</link></variable>"
+
+#: 01020000.xhp#par_id3153877.2.help.text
+msgid "The following is a list of shortcut keys specific to Drawing documents."
+msgstr "The following is a list of shortcut keys specific to Drawing documents."
+
+#: 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 "You can also use the <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">general shortcut keys for $[officename]</link>."
+
+#: 01020000.xhp#hd_id3149121.3.help.text
+msgid "Function Keys for Drawings"
+msgstr "Function Keys for Drawings"
+
+#: 01020000.xhp#hd_id3155768.4.help.text
+msgctxt "01020000.xhp#hd_id3155768.4.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3153713.6.help.text
+msgctxt "01020000.xhp#par_id3153713.6.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#hd_id3150044.7.help.text
+msgctxt "01020000.xhp#hd_id3150044.7.help.text"
+msgid "F2"
+msgstr "F2"
+
+#: 01020000.xhp#par_id3152346.8.help.text
+msgid "Add or edit text."
+msgstr "Add or edit text."
+
+#: 01020000.xhp#hd_id3154705.9.help.text
+msgid "F3"
+msgstr "F3"
+
+#: 01020000.xhp#par_id3147004.10.help.text
+msgid "Opens group to edit individual objects."
+msgstr "Opens group to edit individual objects."
+
+#: 01020000.xhp#hd_id3155113.11.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+
+#: 01020000.xhp#par_id3159238.12.help.text
+msgid "Close group editor."
+msgstr "Close group editor."
+
+#: 01020000.xhp#hd_id3150199.13.help.text
+msgid "Shift+F3"
+msgstr "Shift+F3"
+
+#: 01020000.xhp#par_id3152994.14.help.text
+msgid "Opens the <emph>Duplicate</emph> dialog."
+msgstr "Opens the <emph>Duplicate</emph> dialogue."
+
+#: 01020000.xhp#hd_id3154488.15.help.text
+msgid "F4"
+msgstr "F4"
+
+#: 01020000.xhp#par_id3149406.16.help.text
+msgid "Opens the <emph>Position and Size</emph> dialog."
+msgstr "Opens the <emph>Position and Size</emph> dialogue."
+
+#: 01020000.xhp#hd_id3148870.21.help.text
+msgid "F5"
+msgstr "F5"
+
+#: 01020000.xhp#par_id3153917.22.help.text
+msgid "Opens the <emph>Navigator</emph>."
+msgstr "Opens the <emph>Navigator</emph>."
+
+#: 01020000.xhp#hd_id3157982.25.help.text
+msgid "F7"
+msgstr "F7"
+
+#: 01020000.xhp#par_id3154649.26.help.text
+msgid "Checks spelling."
+msgstr "Checks spelling."
+
+#: 01020000.xhp#hd_id3152869.27.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+
+#: 01020000.xhp#par_id3154765.28.help.text
+msgid "Opens the <emph>Thesaurus</emph>."
+msgstr "Opens the <emph>Thesaurus</emph>."
+
+#: 01020000.xhp#hd_id3146962.29.help.text
+msgid "F8"
+msgstr "F8"
+
+#: 01020000.xhp#par_id3154707.30.help.text
+msgid "Edit points on/off."
+msgstr "Edit points on/off."
+
+#: 01020000.xhp#hd_id3149317.31.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8"
+
+#: 01020000.xhp#par_id3147250.32.help.text
+msgid "Fits to frame."
+msgstr "Fits to frame."
+
+#: 01020000.xhp#hd_id3150434.35.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+
+#: 01020000.xhp#par_id3151389.36.help.text
+msgid "Opens Styles and Formatting window."
+msgstr "Opens Styles and Formatting window."
+
+#: 01020000.xhp#bm_id3150393.help.text
+msgid "<bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value>"
+msgstr "<bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value>"
+
+#: 01020000.xhp#hd_id3150393.41.help.text
+msgctxt "01020000.xhp#hd_id3150393.41.help.text"
+msgid "Shortcut Keys for Drawings"
+msgstr "Shortcut Keys for Drawings"
+
+#: 01020000.xhp#hd_id3156401.42.help.text
+msgctxt "01020000.xhp#hd_id3156401.42.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3146323.43.help.text
+msgctxt "01020000.xhp#par_id3146323.43.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#hd_id3149946.44.help.text
+msgid "Plus(+) Key"
+msgstr "Plus(+) Key"
+
+#: 01020000.xhp#par_id3159119.45.help.text
+msgid "Zooms in."
+msgstr "Zooms in."
+
+#: 01020000.xhp#hd_id3150655.46.help.text
+msgid "Minus(-) Key"
+msgstr "Minus(-) Key"
+
+#: 01020000.xhp#par_id3145827.47.help.text
+msgid "Zooms out."
+msgstr "Zooms out."
+
+#: 01020000.xhp#hd_id3149886.99.help.text
+msgid "Multiple(×) Key (number pad)"
+msgstr "Multiple(×) Key (number pad)"
+
+#: 01020000.xhp#par_id3150746.102.help.text
+msgid "Zooms to fit entire page in screen."
+msgstr "Zooms to fit entire page in screen."
+
+#: 01020000.xhp#hd_id3154841.101.help.text
+msgid "Divide (÷) Key (number pad)"
+msgstr "Divide (÷) Key (number pad)"
+
+#: 01020000.xhp#par_id3153039.100.help.text
+msgid "Zooms in on the current selection."
+msgstr "Zooms in on the current selection."
+
+#: 01020000.xhp#hd_id3150867.52.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G"
+
+#: 01020000.xhp#par_id3149250.53.help.text
+msgid "Groups selected objects."
+msgstr "Groups selected objects."
+
+#: 01020000.xhp#hd_id3149955.54.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A"
+
+#: 01020000.xhp#par_id3148582.55.help.text
+msgid "Ungroups selected group."
+msgstr "Ungroups selected group."
+
+#: 01020000.xhp#hd_id3146852.56.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K"
+
+#: 01020000.xhp#par_id3153110.57.help.text
+msgid "Combines selected objects."
+msgstr "Combines selected objects."
+
+#: 01020000.xhp#hd_id3153567.58.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K"
+
+#: 01020000.xhp#par_id3147366.59.help.text
+msgid "Uncombines selected objects."
+msgstr "Uncombines selected objects."
+
+#: 01020000.xhp#hd_id3153730.60.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +"
+
+#: 01020000.xhp#par_id3155928.61.help.text
+msgid "Bring to front."
+msgstr "Bring to front."
+
+#: 01020000.xhp#hd_id3145245.62.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +"
+
+#: 01020000.xhp#par_id3148393.63.help.text
+msgid "Bring forward."
+msgstr "Bring forward."
+
+#: 01020000.xhp#hd_id3150928.64.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -"
+
+#: 01020000.xhp#par_id3156062.65.help.text
+msgid "Send backward."
+msgstr "Send backward."
+
+#: 01020000.xhp#hd_id3145298.66.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -"
+
+#: 01020000.xhp#par_id3149028.67.help.text
+msgid "Send to back."
+msgstr "Send to back."
+
+#: 01020000.xhp#hd_id3147533.68.help.text
+msgid "Shortcut Keys Specific to Drawings"
+msgstr "Shortcut Keys Specific to Drawings"
+
+#: 01020000.xhp#hd_id3154865.69.help.text
+msgctxt "01020000.xhp#hd_id3154865.69.help.text"
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: 01020000.xhp#par_id3155370.70.help.text
+msgctxt "01020000.xhp#par_id3155370.70.help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>Effect</emph>"
+
+#: 01020000.xhp#par_idN10AD7.help.text
+msgid "Page Up"
+msgstr "Page Up"
+
+#: 01020000.xhp#par_idN10ADC.help.text
+msgid "Switch to previous page"
+msgstr "Switch to previous page"
+
+#: 01020000.xhp#par_idN10AE2.help.text
+msgid "Page Down"
+msgstr "Page Down"
+
+#: 01020000.xhp#par_idN10AE7.help.text
+msgid "Switch to next page"
+msgstr "Switch to next page"
+
+#: 01020000.xhp#par_idN10AED.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up"
+
+#: 01020000.xhp#par_idN10AFD.help.text
+msgid "Switch to previous layer"
+msgstr "Switch to previous layer"
+
+#: 01020000.xhp#par_idN10AF8.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down"
+
+#: 01020000.xhp#par_idN10AF2.help.text
+msgid "Switch to next layer"
+msgstr "Switch to next layer"
+
+#: 01020000.xhp#hd_id3153927.71.help.text
+msgid "Arrow Key"
+msgstr "Arrow Key"
+
+#: 01020000.xhp#par_id3155986.72.help.text
+msgid "Moves the selected object in the direction of the arrow key."
+msgstr "Moves the selected object in the direction of the arrow key."
+
+#: 01020000.xhp#hd_id3156259.73.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
+
+#: 01020000.xhp#par_id3147171.74.help.text
+msgid "Moves the page view in the direction of the arrow key."
+msgstr "Moves the page view in the direction of the arrow key."
+
+#: 01020000.xhp#hd_id3152484.79.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General to use this shortcut key."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General to use this shortcut key."
+
+#: 01020000.xhp#par_id3149450.80.help.text
+msgid "Creates a copy of the dragged object when mouse button is released."
+msgstr "Creates a copy of the dragged object when mouse button is released."
+
+#: 01020000.xhp#hd_id3154643.104.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter with keyboard focus (F6) on a drawing object icon on Tools bar"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter with keyboard focus (F6) on a drawing object icon on Tools bar"
+
+#: 01020000.xhp#par_id3150756.105.help.text
+msgid "Inserts a drawing object of default size into the center of the current view."
+msgstr "Inserts a drawing object of default size into the centre of the current view."
+
+#: 01020000.xhp#hd_id3151189.106.help.text
+msgid "Shift+F10"
+msgstr "Shift+F10"
+
+#: 01020000.xhp#par_id3151266.107.help.text
+msgid "Opens the context menu for the selected object."
+msgstr "Opens the context menu for the selected object."
+
+#: 01020000.xhp#hd_id3156100.108.help.text
+msgctxt "01020000.xhp#hd_id3156100.108.help.text"
+msgid "F2"
+msgstr "F2"
+
+#: 01020000.xhp#par_id3156323.109.help.text
+msgid "Enters text mode."
+msgstr "Enters text mode."
+
+#: 01020000.xhp#hd_id3147563.110.help.text
+msgid "Enter"
+msgstr "Enter"
+
+#: 01020000.xhp#par_id3150258.111.help.text
+msgid "Enters text mode if a text object is selected."
+msgstr "Enters text mode if a text object is selected."
+
+#: 01020000.xhp#hd_id3155851.112.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
+
+#: 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 "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."
+
+#: 01020000.xhp#hd_id3149977.81.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>"
+
+#: 01020000.xhp#par_id3152812.82.help.text
+msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the center of the object outward."
+msgstr "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the centre of the object outward."
+
+#: 01020000.xhp#hd_id3143232.83.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
+
+#: 01020000.xhp#par_id3156007.84.help.text
+msgid "Selects the object behind the currently selected object."
+msgstr "Selects the object behind the currently selected object."
+
+#: 01020000.xhp#hd_id3147252.85.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click an object"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click an object"
+
+#: 01020000.xhp#par_id3145666.86.help.text
+msgid "Selects the object in front of the currently selected object."
+msgstr "Selects the object in front of the currently selected object."
+
+#: 01020000.xhp#hd_id3155325.87.help.text
+msgid "Shift key while selecting an object"
+msgstr "Shift key while selecting an object"
+
+#: 01020000.xhp#par_id3159343.88.help.text
+msgid "Adds or removes object to or from the selection."
+msgstr "Adds or removes object to or from the selection."
+
+#: 01020000.xhp#hd_id3083282.75.help.text
+msgid "Shift+ drag while moving an object"
+msgstr "Shift+ drag while moving an object"
+
+#: 01020000.xhp#par_id3145620.76.help.text
+msgid "The movement of the selected object is constrained by multiples of 45 degrees."
+msgstr "The movement of the selected object is constrained by multiples of 45 degrees."
+
+#: 01020000.xhp#hd_id3154933.89.help.text
+msgid "Shift+drag while creating or resizing an object"
+msgstr "Shift+drag while creating or resizing an object"
+
+#: 01020000.xhp#par_id3148831.90.help.text
+msgid "Constrains the size to keep the object's aspect ratio."
+msgstr "Constrains the size to keep the object's aspect ratio."
+
+#: 01020000.xhp#hd_id3154205.91.help.text
+msgid "Tab"
+msgstr "Tab"
+
+#: 01020000.xhp#par_id3148804.92.help.text
+msgid "Cycles through the objects on the page in the order in which they were created."
+msgstr "Cycles through the objects on the page in the order in which they were created."
+
+#: 01020000.xhp#hd_id3145410.93.help.text
+msgid "Shift+Tab"
+msgstr "Shift+Tab"
+
+#: 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 "Cycles through the objects on the page in the reverse-order in which they were created."
+
+#: 01020000.xhp#hd_id3158399.97.help.text
+msgid "Esc"
+msgstr "Esc"
+
+#: 01020000.xhp#par_id3109840.98.help.text
+msgid "Exits current mode."
+msgstr "Exits current mode."
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw/guide.po b/source/en-ZA/helpcontent2/source/text/sdraw/guide.po
new file mode 100644
index 00000000000..b87818cc3ec
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/sdraw/guide.po
@@ -0,0 +1,1141 @@
+#. extracted from helpcontent2/source/text/sdraw/guide.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-05 15:24+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: draw_sector.xhp#tit.help.text
+msgid "Drawing Sectors and Segments"
+msgstr "Drawing Sectors and Segments"
+
+#: 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>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
+msgstr "<bookmark_value>sectors of circles/ellipses</bookmark_value><bookmark_value>segments of circles/ellipses</bookmark_value><bookmark_value>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
+
+#: 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 "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Drawing Sectors and Segments</link></variable>"
+
+#: 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 "The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses."
+
+#: draw_sector.xhp#hd_id3151075.32.help.text
+msgid "To draw a sector of a circle or an ellipse:"
+msgstr "To draw a sector of a circle or an ellipse:"
+
+#: 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=\"cmd/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 "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=\"cmd/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."
+
+#: 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 "Position the pointer at the edge of the circle you want to draw and drag to create the circle."
+
+#: 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 "To create a circle by dragging from the centre, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> while dragging."
+
+#: 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 "Release the mouse button when the circle has reached the size you want. A line corresponding to the circle radius appears in the circle."
+
+#: 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 "Position the pointer where you want to place the first boundary of the sector and click."
+
+#: 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 "As the radius line that follows the pointer is constrained to the circle boundaries, you can click anywhere in the document."
+
+#: 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 "Position the pointer where you want to place the second boundary of the sector and click. The completed sector is displayed."
+
+#: 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 "To draw a segment of a circle or ellipse, follow the steps for creating a sector based on a circle."
+
+#: 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 "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."
+
+#: combine_etc.xhp#tit.help.text
+msgid "Combining Objects and Constructing Shapes"
+msgstr "Combining Objects and Constructing Shapes"
+
+#: 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/subtracting/merging</bookmark_value><bookmark_value>subtracting polygons</bookmark_value><bookmark_value>constructing shapes</bookmark_value>"
+msgstr "<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/subtracting/merging</bookmark_value><bookmark_value>subtracting polygons</bookmark_value><bookmark_value>constructing shapes</bookmark_value>"
+
+#: 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 "<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>"
+
+#: 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 "Combined drawing objects act as grouped objects, except that you cannot enter the group to edit the individual objects. "
+
+#: combine_etc.xhp#par_id3154659.87.help.text
+msgid "You can only combine 2D objects."
+msgstr "You can only combine 2D objects."
+
+#: combine_etc.xhp#hd_id3150344.32.help.text
+msgid "To combine 2D objects:"
+msgstr "To combine 2D objects:"
+
+#: combine_etc.xhp#par_id3166428.66.help.text
+msgctxt "combine_etc.xhp#par_id3166428.66.help.text"
+msgid "Select two or more 2D objects."
+msgstr "Select two or more 2D objects."
+
+#: combine_etc.xhp#par_id3145587.67.help.text
+msgid "Choose <emph>Modify - Combine</emph>."
+msgstr "Choose <emph>Modify - Combine</emph>."
+
+#: 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 "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."
+
+#: combine_etc.xhp#par_id3155088.34.help.text
+msgid "When you combine objects, holes appear where the objects overlap."
+msgstr "When you combine objects, holes appear where the objects overlap."
+
+#: combine_etc.xhp#par_id3156019.help.text
+msgid " <image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Illustration for combining objects</alt></image>"
+msgstr " <image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Illustration for combining objects</alt></image>"
+
+#: 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 "In the illustration, the uncombined objects are on the left and the combined objects on the right."
+
+#: combine_etc.xhp#hd_id3159229.68.help.text
+msgid "Constructing Shapes"
+msgstr "Constructing Shapes"
+
+#: 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 "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."
+
+#: combine_etc.xhp#par_id3147403.88.help.text
+msgid "Shape commands only work on 2D objects."
+msgstr "Shape commands only work on 2D objects."
+
+#: combine_etc.xhp#par_id3150539.89.help.text
+msgid "Constructed shapes take on the properties of the lowermost object in the stacking order."
+msgstr "Constructed shapes take on the properties of the lowermost object in the stacking order."
+
+#: combine_etc.xhp#hd_id3156402.90.help.text
+msgid "To construct a shape:"
+msgstr "To construct a shape:"
+
+#: combine_etc.xhp#par_id3157874.69.help.text
+msgctxt "combine_etc.xhp#par_id3157874.69.help.text"
+msgid "Select two or more 2D objects."
+msgstr "Select two or more 2D objects."
+
+#: combine_etc.xhp#par_id3150650.70.help.text
+msgid "Choose <emph>Modify - Shapes</emph> and one of the following:"
+msgstr "Choose <emph>Modify - Shapes</emph> and one of the following:"
+
+#: combine_etc.xhp#par_id3145829.91.help.text
+msgid " <emph>Merge</emph> "
+msgstr " <emph>Merge</emph> "
+
+#: combine_etc.xhp#par_id3154680.92.help.text
+msgid " <emph>Subtract</emph> "
+msgstr " <emph>Subtract</emph> "
+
+#: combine_etc.xhp#par_id3153034.93.help.text
+msgid " <emph>Intersect</emph>."
+msgstr " <emph>Intersect</emph>."
+
+#: combine_etc.xhp#hd_id3145144.94.help.text
+msgid "Shape Commands"
+msgstr "Shape Commands"
+
+#: 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 "In the following illustrations, the original objects are on the left and the modified shapes on the right."
+
+#: combine_etc.xhp#hd_id3149950.72.help.text
+msgid "Shapes - Merge"
+msgstr "Shapes - Merge"
+
+#: combine_etc.xhp#par_id3148585.help.text
+msgid " <image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Illustration for merging shapes</alt></image>"
+msgstr " <image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Illustration for merging shapes</alt></image>"
+
+#: 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 "Adds the area of the selected objects to the area of the lowermost object in the stacking order."
+
+#: combine_etc.xhp#hd_id3153002.74.help.text
+msgid "Shapes - Subtract"
+msgstr "Shapes - Subtract"
+
+#: combine_etc.xhp#par_id3150338.help.text
+msgid " <image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Illustration for subtracting shapes</alt></image>"
+msgstr " <image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Illustration for subtracting shapes</alt></image>"
+
+#: 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 "Subtracts the area of the selected objects from the area of the lowermost object in the stacking order."
+
+#: combine_etc.xhp#hd_id3147370.78.help.text
+msgid "Shapes - Intersect"
+msgstr "Shapes - Intersect"
+
+#: combine_etc.xhp#par_id3150570.help.text
+msgid " <image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Illustration for intersecting shapes</alt></image>"
+msgstr " <image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Illustration for intersecting shapes</alt></image>"
+
+#: combine_etc.xhp#par_id3157972.79.help.text
+msgid "The overlapping area of the selected objects creates the new shape."
+msgstr "The overlapping area of the selected objects creates the new shape."
+
+#: combine_etc.xhp#par_id3151020.80.help.text
+msgid "The area outside the overlap is removed."
+msgstr "The area outside the overlap is removed."
+
+#: eyedropper.xhp#tit.help.text
+msgid "Replacing Colors"
+msgstr "Replacing Colours"
+
+#: 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><bookmark_value>metafiles;replacing colors</bookmark_value><bookmark_value>bitmaps;replacing colors</bookmark_value><bookmark_value>GIF images;replacing colors</bookmark_value>"
+msgstr "<bookmark_value>eyedropper tool</bookmark_value><bookmark_value>colours; replacing</bookmark_value><bookmark_value>replacing;colours in bitmaps</bookmark_value><bookmark_value>metafiles;replacing colours</bookmark_value><bookmark_value>bitmaps;replacing colours</bookmark_value><bookmark_value>GIF images;replacing colours</bookmark_value>"
+
+#: 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 "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Replacing Colours</link></variable>"
+
+#: eyedropper.xhp#par_id3156286.24.help.text
+msgid "You can replace colors in bitmaps with the <emph>Color Replacer</emph> tool."
+msgstr ""
+
+#: eyedropper.xhp#par_id3154704.25.help.text
+msgid "Up to four colors can be replaced at once."
+msgstr "Up to four colours can be replaced at once."
+
+#: 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 "You can also use the <emph>Transparency</emph> option to replace the transparent areas of an image with a colour."
+
+#: eyedropper.xhp#par_id3148488.27.help.text
+msgid "Similarly, you can use the <emph>Color Replacer</emph> to make a color on your image transparent."
+msgstr ""
+
+#: eyedropper.xhp#hd_id3150205.28.help.text
+#, fuzzy
+msgid "To replace colors with the Color Replacer tool"
+msgstr "To replace colours with the Eyedropper tool"
+
+#: 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 "Ensure that the image you are using is a bitmap (for example, BMP, GIF, JPG, or PNG) or a metafile (for example, WMF)."
+
+#: eyedropper.xhp#par_id3150202.30.help.text
+#, fuzzy
+msgid "Choose <emph>Tools - Color Replacer</emph>."
+msgstr "Choose <emph>Tools - Eyedropper</emph>."
+
+#: eyedropper.xhp#par_id3155531.31.help.text
+msgid "Click the Color Replacer 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 icon."
+msgstr ""
+
+#: 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 "Click the colour in the image. The colour appears in the first <emph>Source colour</emph> box and the check box next to the colour is selected."
+
+#: eyedropper.xhp#par_id3148866.33.help.text
+msgid "In the <emph>Replace with</emph> box, select the new color."
+msgstr "In the <emph>Replace with</emph> box, select the new colour."
+
+#: eyedropper.xhp#par_id3145362.41.help.text
+msgid "This replaces all occurrences of the <emph>Source color</emph> in the image."
+msgstr "This replaces all occurrences of the <emph>Source colour</emph> in the image."
+
+#: 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 "If you want to replace another colour while the dialogue is open, select the check box in front of <emph>Source colour</emph> in the next row and repeat steps 3 to 5."
+
+#: eyedropper.xhp#par_id3149876.36.help.text
+msgid "Click <emph>Replace</emph>."
+msgstr "Click <emph>Replace</emph>."
+
+#: 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>Color Replacer</emph> tool and repeat your selection."
+msgstr ""
+
+#: eyedropper.xhp#par_id3146878.39.help.text
+#, fuzzy
+msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
+msgstr "<link href=\"text/shared/01/03170000.xhp\" name=\"Color bar\">Colour bar</link>"
+
+#: rotate_object.xhp#tit.help.text
+msgid "Rotating Objects"
+msgstr "Rotating Objects"
+
+#: 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><bookmark_value>skewing draw objects</bookmark_value>"
+msgstr "<bookmark_value>rotating; draw objects</bookmark_value><bookmark_value>draw objects; rotating</bookmark_value><bookmark_value>pivot points of draw objects</bookmark_value><bookmark_value>skewing draw objects</bookmark_value>"
+
+#: 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 "<variable id=\"rotate_object\"><link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link></variable>"
+
+#: 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 "You can rotate an object around its default pivot point (centre point) or a pivot point that you designate."
+
+#: rotate_object.xhp#par_id3146975.help.text
+msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>"
+
+#: 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 "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."
+
+#: 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 "Move the pointer to a corner handle so that the pointer changes to a rotate symbol. Drag the handle to rotate the object."
+
+#: rotate_object.xhp#par_id0930200803002335.help.text
+msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
+msgstr "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
+
+#: rotate_object.xhp#par_id0930200803002463.help.text
+msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
+msgstr "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
+
+#: rotate_object.xhp#par_id3155962.help.text
+msgid "<image id=\"img_id3154023\" src=\"res/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154023\" src=\"res/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>"
+
+#: 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 "To change the pivot point, drag the small circle in the centre of the object to a new location."
+
+#: rotate_object.xhp#par_id3159236.28.help.text
+msgid "To skew the object vertically or horizontally, drag one of the side handles."
+msgstr "To skew the object vertically or horizontally, drag one of the side handles."
+
+#: gradient.xhp#tit.help.text
+msgid "Creating Gradient Fills"
+msgstr "Creating Gradient Fills"
+
+#: gradient.xhp#bm_id3150792.help.text
+msgid "<bookmark_value>gradients; applying and defining</bookmark_value><bookmark_value>editing;gradients</bookmark_value><bookmark_value>defining;gradients</bookmark_value><bookmark_value>custom gradients</bookmark_value><bookmark_value>transparency;adjusting</bookmark_value>"
+msgstr "<bookmark_value>gradients; applying and defining</bookmark_value><bookmark_value>editing;gradients</bookmark_value><bookmark_value>defining;gradients</bookmark_value><bookmark_value>custom gradients</bookmark_value><bookmark_value>transparency;adjusting</bookmark_value>"
+
+#: 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 "<variable id=\"gradient\"><link href=\"text/sdraw/guide/gradient.xhp\" name=\"Creating Gradient Fills\">Creating Gradient Fills</link> </variable>"
+
+#: 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 "A gradient fill is an incremental blend of two different colours, or shades of the same colour, that you can apply to a drawing object."
+
+#: gradient.xhp#hd_id3147436.61.help.text
+msgid "To apply a gradient:"
+msgstr "To apply a gradient:"
+
+#: gradient.xhp#par_id3146974.5.help.text
+msgid "Select a drawing object."
+msgstr "Select a drawing object."
+
+#: 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 "Choose <emph>Format - Area</emph> and select <emph>Gradient</emph> as the <emph>Fill</emph> type."
+
+#: gradient.xhp#par_id3153415.7.help.text
+msgid "Select a gradient style from the list and click <emph>OK</emph>."
+msgstr "Select a gradient style from the list and click <emph>OK</emph>."
+
+#: gradient.xhp#hd_id3154702.8.help.text
+msgid "Creating Custom Gradients"
+msgstr "Creating Custom Gradients"
+
+#: 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 "You can define your own gradients and modify existing gradients, as well as save and load a list of gradient files."
+
+#: gradient.xhp#hd_id3145384.62.help.text
+msgid "To create a custom gradient:"
+msgstr "To create a custom gradient:"
+
+#: gradient.xhp#par_id3151242.11.help.text
+msgctxt "gradient.xhp#par_id3151242.11.help.text"
+msgid "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
+msgstr "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
+
+#: 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 "Select a gradient from the list to use as the basis for your new gradient and click <emph>Add</emph>."
+
+#: gradient.xhp#par_id3145116.13.help.text
+msgid "Type a name for the gradient in the text box and click <emph>OK</emph>."
+msgstr "Type a name for the gradient in the text box and click <emph>OK</emph>."
+
+#: gradient.xhp#par_id6535843.help.text
+msgid "The name appears at the end of the gradient list and is selected for editing."
+msgstr "The name appears at the end of the gradient list and is selected for editing."
+
+#: gradient.xhp#par_id3150391.15.help.text
+msgid "Set the gradient properties and click <emph>Modify</emph> to save the gradient."
+msgstr "Set the gradient properties and click <emph>Modify</emph> to save the gradient."
+
+#: gradient.xhp#par_id3156396.16.help.text
+msgid "Click <emph>OK.</emph> "
+msgstr "Click <emph>OK.</emph> "
+
+#: gradient.xhp#hd_id3149947.40.help.text
+msgid "Using Gradients and Transparency"
+msgstr "Using Gradients and Transparency"
+
+#: 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 "You can adjust the properties of a gradient as well as the transparency of a drawing object with your mouse."
+
+#: gradient.xhp#hd_id3150653.63.help.text
+msgid "To adjust the gradient of a drawing object:"
+msgstr "To adjust the gradient of a drawing object:"
+
+#: gradient.xhp#par_id3154844.42.help.text
+msgid "Select a drawing object with the gradient that you want to modify."
+msgstr "Select a drawing object with the gradient that you want to modify."
+
+#: gradient.xhp#par_id3145592.43.help.text
+msgctxt "gradient.xhp#par_id3145592.43.help.text"
+msgid "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
+msgstr "Choose <emph>Format - Area</emph> and click the <emph>Gradients</emph> tab."
+
+#: gradient.xhp#par_idN107BE.help.text
+msgid "Adjust the values for the gradient to suit your needs and click <emph>OK</emph>."
+msgstr "Adjust the values for the gradient to suit your needs and click <emph>OK</emph>."
+
+#: 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 "To adjust the transparency of an object, select the object, choose <emph>Format - Area</emph> and click the <emph>Transparency</emph> tab."
+
+#: text_enter.xhp#tit.help.text
+msgid "Adding Text"
+msgstr "Adding Text"
+
+#: text_enter.xhp#bm_id3153144.help.text
+msgid "<bookmark_value>text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>copying;text from other documents</bookmark_value> <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value>"
+msgstr "<bookmark_value>text frames</bookmark_value> <bookmark_value>inserting;text frames</bookmark_value> <bookmark_value>copying;text from other documents</bookmark_value> <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value>"
+
+#: 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 "<variable id=\"text_enter\"><link href=\"text/sdraw/guide/text_enter.xhp\" name=\"Adding Text\">Adding Text</link></variable>"
+
+#: text_enter.xhp#par_id3145750.46.help.text
+msgid "There are several types of text you can add to a drawing or presentation: "
+msgstr "There are several types of text you can add to a drawing or presentation: "
+
+#: text_enter.xhp#par_idN10824.help.text
+msgid "Text in a text box"
+msgstr "Text in a text box"
+
+#: text_enter.xhp#par_idN10828.help.text
+msgid "Text that changes character size to fill the frame size"
+msgstr "Text that changes character size to fill the frame size"
+
+#: text_enter.xhp#par_idN1082C.help.text
+msgid "Text that is added to any drawing object by double-clicking the object"
+msgstr "Text that is added to any drawing object by double-clicking the object"
+
+#: text_enter.xhp#par_idN10830.help.text
+msgid "Text that is copied from a Writer document"
+msgstr "Text that is copied from a Writer document"
+
+#: text_enter.xhp#par_idN10834.help.text
+msgid "Text that is inserted from a text document or HTML document"
+msgstr "Text that is inserted from a text document or HTML document"
+
+#: text_enter.xhp#hd_id3150202.48.help.text
+msgid "Adding a Text Box"
+msgstr "Adding a Text Box"
+
+#: text_enter.xhp#par_id3155266.49.help.text
+msgid "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box."
+msgstr "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box."
+
+#: text_enter.xhp#par_id3149052.50.help.text
+msgid "Drag a text box to the size you want in your document."
+msgstr "Drag a text box to the size you want in your document."
+
+#: text_enter.xhp#par_id3151194.51.help.text
+msgid "Type or paste your text into the text box."
+msgstr "Type or paste your text into the text box."
+
+#: 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 box to edit the object properties, such as border color or arranging in front or behind other objects."
+msgstr "Double-click the text to edit it or to format text properties, such as font size or font colour. Click the border of the text box to edit the object properties, such as border colour or arranging in front or behind other objects."
+
+#: text_enter.xhp#hd_id3150437.54.help.text
+msgid "Fitting Text to Frames"
+msgstr "Fitting Text to Frames"
+
+#: text_enter.xhp#par_id3146877.56.help.text
+msgid "Create a text box as described in the steps above."
+msgstr "Create a text box as described in the steps above."
+
+#: 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 "With the text object selected, choose <emph>Format - Text</emph>. The <emph>Text</emph> dialogue opens."
+
+#: 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 <emph>OK</emph>."
+msgstr "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 <emph>OK</emph>."
+
+#: text_enter.xhp#par_id0610200902133994.help.text
+msgid "Now you can resize the text box to change the size and shape of the text characters."
+msgstr "Now you can resize the text box to change the size and shape of the text characters."
+
+#: text_enter.xhp#hd_id3155955.58.help.text
+msgid "Text Tied to a Graphic"
+msgstr "Text Tied to a Graphic"
+
+#: text_enter.xhp#par_idN10917.help.text
+msgid "You can add text to any graphic after double-clicking the graphic."
+msgstr "You can add text to any graphic after double-clicking the graphic."
+
+#: text_enter.xhp#par_id1827448.help.text
+msgid "To determine the position of the text, use the settings in <emph>Format - Text</emph>."
+msgstr "To determine the position of the text, use the settings in <emph>Format - Text</emph>."
+
+#: text_enter.xhp#par_id3147366.59.help.text
+msgid "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar."
+msgstr "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar."
+
+#: 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 "Select a callout and move the mouse pointer to where you want the callout to start."
+
+#: text_enter.xhp#par_id3150272.60.help.text
+msgid "Drag to draw the callout."
+msgstr "Drag to draw the callout."
+
+#: text_enter.xhp#par_id1978514.help.text
+msgid "Enter the text."
+msgstr "Enter the text."
+
+#: text_enter.xhp#par_idN1091A.help.text
+msgid "Copying Text"
+msgstr "Copying Text"
+
+#: text_enter.xhp#par_idN10921.help.text
+msgid "Select the text in your Writer document."
+msgstr "Select the text in your Writer document."
+
+#: text_enter.xhp#par_idN10925.help.text
+msgid "Copy the text to the clipboard (<emph>Edit - Copy</emph>)."
+msgstr "Copy the text to the clipboard (<emph>Edit - Copy</emph>)."
+
+#: text_enter.xhp#par_idN1092D.help.text
+msgid "Click the page or slide where you want to paste the text."
+msgstr "Click the page or slide where you want to paste the text."
+
+#: text_enter.xhp#par_idN10931.help.text
+msgid "Paste the text using <emph>Edit - Paste</emph> or <emph>Edit - Paste special</emph>."
+msgstr "Paste the text using <emph>Edit - Paste</emph> or <emph>Edit - Paste special</emph>."
+
+#: text_enter.xhp#par_idN1093C.help.text
+msgid "Using <emph>Paste special</emph>, you can choose the text format to be pasted. Depending on formats, you can copy different text attributes."
+msgstr "Using <emph>Paste special</emph>, you can choose the text format to be pasted. Depending on formats, you can copy different text attributes."
+
+#: text_enter.xhp#par_idN1093F.help.text
+msgid "Importing Text"
+msgstr "Importing Text"
+
+#: text_enter.xhp#par_idN10946.help.text
+msgid "Click the page or slide where you want to import the text."
+msgstr "Click the page or slide where you want to import the text."
+
+#: text_enter.xhp#par_idN1094A.help.text
+msgid "Choose <emph>Insert - File</emph>."
+msgstr "Choose <emph>Insert - File</emph>."
+
+#: 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 <emph>OK</emph> to insert the text."
+msgstr "Select a text file (*.txt) or an HTML file and click <emph>Insert</emph>. The <emph>Insert Text</emph> dialogue opens. Click <emph>OK</emph> to insert the text."
+
+#: align_arrange.xhp#tit.help.text
+msgid "Arranging, Aligning and Distributing Objects"
+msgstr "Arranging, Aligning and Distributing Objects"
+
+#: 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 "<variable id=\"align_arrange\"><link href=\"text/sdraw/guide/align_arrange.xhp\" name=\"Arranging and Aligning Objects\">Arranging, Aligning and Distributing Objects</link></variable>"
+
+#: align_arrange.xhp#bm_id3125863.help.text
+msgid "<bookmark_value>arranging; objects (guide)</bookmark_value><bookmark_value>objects;aligning</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>aligning;draw objects</bookmark_value>"
+msgstr "<bookmark_value>arranging; objects (guide)</bookmark_value><bookmark_value>objects;aligning</bookmark_value><bookmark_value>distributing draw objects</bookmark_value><bookmark_value>aligning;draw objects</bookmark_value>"
+
+#: align_arrange.xhp#hd_id3125863.17.help.text
+msgid "Arranging Objects"
+msgstr "Arranging Objects"
+
+#: 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 "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."
+
+#: align_arrange.xhp#par_idN107D5.help.text
+msgctxt "align_arrange.xhp#par_idN107D5.help.text"
+msgid "Click the object whose position you want to change."
+msgstr "Click the object whose position you want to change."
+
+#: 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 "Choose <item type=\"menuitem\">Modify - Arrange</item> to bring up the context menu and choose one of the arrange options:"
+
+#: align_arrange.xhp#par_idN107E6.help.text
+msgid "<emph>Bring to Front</emph> places the object on top of all other objects"
+msgstr "<emph>Bring to Front</emph> places the object on top of all other objects"
+
+#: align_arrange.xhp#par_idN107EC.help.text
+msgid "<emph>Bring Forward</emph> places the object one place forward in the stack of objects"
+msgstr "<emph>Bring Forward</emph> places the object one place forward in the stack of objects"
+
+#: align_arrange.xhp#par_idN107F2.help.text
+msgid "<emph>Send Backward</emph> places the object one place back in the stack of objects"
+msgstr "<emph>Send Backward</emph> places the object one place back in the stack of objects"
+
+#: align_arrange.xhp#par_idN107F8.help.text
+msgid "<emph>Send to Back</emph> places the object behind all other objects"
+msgstr "<emph>Send to Back</emph> places the object behind all other objects"
+
+#: align_arrange.xhp#par_idN107FE.help.text
+msgid "<emph>Behind Object</emph> places the object behind another object that you select"
+msgstr "<emph>Behind Object</emph> places the object behind another object that you select"
+
+#: align_arrange.xhp#hd_id3155766.79.help.text
+msgid "Arranging an Object Behind Another Object"
+msgstr "Arranging an Object Behind Another Object"
+
+#: align_arrange.xhp#par_idN10811.help.text
+msgctxt "align_arrange.xhp#par_idN10811.help.text"
+msgid "Click the object whose position you want to change."
+msgstr "Click the object whose position you want to change."
+
+#: 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 "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."
+
+#: align_arrange.xhp#par_id3149126.81.help.text
+msgid "Click the object behind which you want to place the selected object."
+msgstr "Click the object behind which you want to place the selected object."
+
+#: align_arrange.xhp#hd_id3145789.20.help.text
+msgid "Reversing The Stacking Order of Two Objects"
+msgstr "Reversing The Stacking Order of Two Objects"
+
+#: align_arrange.xhp#par_id3154022.83.help.text
+msgid "Shift-click both objects to select them."
+msgstr "Shift-click both objects to select them."
+
+#: 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 "Choose <item type=\"menuitem\">Modify - Arrange</item> to open the context menu and choose <emph>Reverse</emph>."
+
+#: align_arrange.xhp#hd_id3166425.21.help.text
+msgid "Aligning Objects"
+msgstr "Aligning Objects"
+
+#: 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 "The <emph>Alignment</emph> function enables you to align objects relative to each other or relative to the page."
+
+#: 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 "Select an object to align it to the page or select multiple objects to align them relative to each other."
+
+#: align_arrange.xhp#par_idN108A7.help.text
+msgid "Choose <item type=\"menuitem\">Modify - Alignment</item> and select one of the alignment options."
+msgstr "Choose <item type=\"menuitem\">Modify - Alignment</item> and select one of the alignment options."
+
+#: align_arrange.xhp#par_idN108AE.help.text
+msgid "Distributing Objects"
+msgstr "Distributing Objects"
+
+#: 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 "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."
+
+#: align_arrange.xhp#par_idN108CE.help.text
+msgid "Select three or more objects to be distributed."
+msgstr "Select three or more objects to be distributed."
+
+#: align_arrange.xhp#par_idN108D2.help.text
+msgid "Choose <item type=\"menuitem\">Modify - Distribution</item>."
+msgstr "Choose <item type=\"menuitem\">Modify - Distribution</item>."
+
+#: align_arrange.xhp#par_idN108DA.help.text
+msgid "Select the horizontal and vertical distribution option and click <emph>OK</emph>."
+msgstr "Select the horizontal and vertical distribution option and click <emph>OK</emph>."
+
+#: 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 "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."
+
+#: color_define.xhp#tit.help.text
+msgid "Defining Custom Colors"
+msgstr "Defining Custom Colours"
+
+#: 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 "<bookmark_value>colours; defining and saving</bookmark_value> <bookmark_value>user-defined colours</bookmark_value> <bookmark_value>custom colours</bookmark_value>"
+
+#: 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 "<variable id=\"color_define\"><link href=\"text/sdraw/guide/color_define.xhp\" name=\"Defining Custom Colors\">Defining Custom Colours</link></variable>"
+
+#: 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 "If you want, you can mix a custom colour and add it to a colour table."
+
+#: color_define.xhp#hd_id3155600.9.help.text
+msgid "To define a custom color"
+msgstr "To define a custom colour"
+
+#: 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 "Choose <emph>Format - Area</emph> and click the <emph>Colors</emph> tab. A table of the predefined colours is displayed."
+
+#: color_define.xhp#par_id3154657.13.help.text
+msgid "Changes made to the standard color table are permanent and are saved automatically."
+msgstr "Changes made to the standard colour table are permanent and are saved automatically."
+
+#: 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 "Click a colour in the table that is similar to the one you want to mix. The colour appears in the upper preview box to the right of the table."
+
+#: color_define.xhp#par_id3152992.15.help.text
+msgid "Select the RGB or CMYK color model in the box below the preview boxes."
+msgstr "Select the RGB or CMYK colour model in the box below the preview boxes."
+
+#: color_define.xhp#par_id4979705.help.text
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+msgstr "%PRODUCTNAME uses only the RGB colour model for printing in colour. The CMYK controls are provided only to ease the input of colour values using CMYK notation."
+
+#: 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 "The RGB colour model mixes red, green and blue light to create colours on a computer screen. In the RGB model, the three colour components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK colour model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for \"Key\") to create colours for printing. The four colours of the CMYK models are subtractive and are defined as percentages. Black corresponds to 100 % and white to 0 %."
+
+#: 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 "Enter a numeric value in the boxes next to the colour components. The new colour appears in the preview box directly above the colour model box."
+
+#: 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. Use the Hue, Saturation, and Brightness boxes to adjust your color selection."
+msgstr "You can also create a colour using a colour spectrum. Click the <emph>Edit</emph> button to open the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Colour</emph></link> dialogue. Click a colour. Use the Hue, Saturation, and Brightness boxes to adjust your colour selection."
+
+#: color_define.xhp#par_id3153011.19.help.text
+msgid "Do one of the following:"
+msgstr "Do one of the following:"
+
+#: 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 "If you want to replace the colour in the standard colour table that your custom colour is based on, click <emph>Modify</emph>."
+
+#: 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 "If you want to add your custom colour to the standard colour table, enter a name in the <emph>Name</emph> text box and click <emph>Add</emph>."
+
+#: color_define.xhp#par_id3145236.23.help.text
+msgid "<link href=\"text/shared/01/03170000.xhp\" name=\"Color bar\">Color bar</link>"
+msgstr "<link href=\"text/shared/01/03170000.xhp\" name=\"Color bar\">Colour bar</link>"
+
+#: duplicate_object.xhp#tit.help.text
+msgid "Duplicating Objects"
+msgstr "Duplicating Objects"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"duplicate_object\"><link href=\"text/sdraw/guide/duplicate_object.xhp\" name=\"Duplicating Objects\">Duplicating Objects</link></variable>"
+
+#: 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 "You can create duplicate or multiple copies of an object. The copies can be identical or can differ in size, colour, orientation and location."
+
+#: 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 "The following example creates a stack of coins by making multiple copies of a single ellipse."
+
+#: duplicate_object.xhp#par_id3149129.6.help.text
+msgid "Use the <emph>Ellipse</emph> tool to draw a solid yellow ellipse."
+msgstr "Use the <emph>Ellipse</emph> tool to draw a solid yellow ellipse."
+
+#: duplicate_object.xhp#par_id3149209.8.help.text
+msgid "Select the ellipse and choose <emph>Edit - Duplicate</emph>."
+msgstr "Select the ellipse and choose <emph>Edit - Duplicate</emph>."
+
+#: duplicate_object.xhp#par_id3145585.9.help.text
+msgid "Enter 12 as <emph>Number of copies.</emph>"
+msgstr "Enter 12 as <emph>Number of copies.</emph>"
+
+#: 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 "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."
+
+#: 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 "To define a colour transition for the coins, select different colours in the <emph>Start</emph> and <emph>End</emph> boxes. The <emph>Start</emph> colour is applied to the object that you are duplicating."
+
+#: duplicate_object.xhp#par_id3149947.12.help.text
+msgid "Click <emph>OK</emph> to create the duplicates."
+msgstr "Click <emph>OK</emph> to create the duplicates."
+
+#: duplicate_object.xhp#par_id3153935.50.help.text
+msgid "<link href=\"text/simpress/01/02120000.xhp\" name=\"Edit - Duplicate\">Edit - Duplicate</link>"
+msgstr "<link href=\"text/simpress/01/02120000.xhp\" name=\"Edit - Duplicate\">Edit - Duplicate</link>"
+
+#: groups.xhp#tit.help.text
+msgid "Grouping Objects"
+msgstr "Grouping Objects"
+
+#: groups.xhp#bm_id3150793.help.text
+msgid "<bookmark_value>grouping; draw objects</bookmark_value><bookmark_value>draw objects; grouping</bookmark_value>"
+msgstr "<bookmark_value>grouping; draw objects</bookmark_value><bookmark_value>draw objects; grouping</bookmark_value>"
+
+#: 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 "<variable id=\"groups\"><link href=\"text/sdraw/guide/groups.xhp\" name=\"Grouping Objects\">Grouping Objects</link></variable>"
+
+#: 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 "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 colour) of all objects in a group as a whole or for individual objects in a group. Groups can be temporary or assigned:"
+
+#: groups.xhp#par_id3147434.64.help.text
+msgid "Temporary - group only lasts as long as all of the combined objects are selected."
+msgstr "Temporary - group only lasts as long as all of the combined objects are selected."
+
+#: groups.xhp#par_id3154490.65.help.text
+msgid "Assigned - group lasts until it is ungrouped through a menu command."
+msgstr "Assigned - group lasts until it is ungrouped through a menu command."
+
+#: 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 "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."
+
+#: groups.xhp#hd_id3150716.28.help.text
+msgid "To group objects:"
+msgstr "To group objects:"
+
+#: groups.xhp#par_id3149018.help.text
+msgid "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Icon</alt></image>"
+
+#: groups.xhp#par_id3147346.29.help.text
+msgid "Select the objects you want to group and choose <emph>Modify - Group</emph>."
+msgstr "Select the objects you want to group and choose <emph>Modify - Group</emph>."
+
+#: 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 "For example, you can group all of the objects in a company logo to move and resize the logo as a single object."
+
+#: groups.xhp#par_id3147002.31.help.text
+msgid "After you have grouped objects, selecting any part of the group selects the entire group."
+msgstr "After you have grouped objects, selecting any part of the group selects the entire group."
+
+#: groups.xhp#hd_id3150205.55.help.text
+msgid "Selecting Objects in a Group"
+msgstr "Selecting Objects in a Group"
+
+#: groups.xhp#par_id3150370.help.text
+msgid "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Icon</alt></image>"
+
+#: 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 "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 greyed out."
+
+#: groups.xhp#par_id3151239.help.text
+msgid "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Icon</alt></image>"
+
+#: groups.xhp#par_id3150213.58.help.text
+msgid "To exit a group, double-click anywhere outside it."
+msgstr "To exit a group, double-click anywhere outside it."
+
+#: graphic_insert.xhp#tit.help.text
+msgid "Inserting Graphics"
+msgstr "Inserting Graphics"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"graphic_insert\"><link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"Inserting Graphics\">Inserting Pictures</link></variable>"
+
+#: graphic_insert.xhp#par_id3155600.2.help.text
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "Choose <emph>Insert - Picture - From File</emph>."
+
+#: 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 "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>."
+
+#: 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 "After you insert a linked picture, do not change the name of the source picture or move the source picture to another directory."
+
+#: graphic_insert.xhp#par_id3150044.5.help.text
+msgid "Click <emph>Open</emph> to insert the picture."
+msgstr "Click <emph>Open</emph> to insert the picture."
+
+#: keyboard.xhp#tit.help.text
+msgid "Shortcut Keys for Drawing Objects"
+msgstr "Shortcut Keys for Drawing Objects"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"keyboard\"><link href=\"text/sdraw/guide/keyboard.xhp\" name=\"Shortcut Keys for Drawing Objects\">Shortcut Keys for Drawing Objects</link></variable>"
+
+#: keyboard.xhp#par_id3148663.13.help.text
+msgid "You can create and edit drawing objects using the keyboard."
+msgstr "You can create and edit drawing objects using the keyboard."
+
+#: keyboard.xhp#hd_id3125863.12.help.text
+msgid "To Create and Edit a Drawing Object"
+msgstr "To Create and Edit a Drawing Object"
+
+#: keyboard.xhp#par_id3153188.11.help.text
+msgid "Press <item type=\"keycode\">F6</item> to navigate to the <emph>Drawing</emph> bar."
+msgstr "Press <item type=\"keycode\">F6</item> to navigate to the <emph>Drawing</emph> bar."
+
+#: 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 "Press the <item type=\"keycode\">Right</item> arrow key until you reach the toolbar icon of a drawing tool."
+
+#: 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 "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."
+
+#: keyboard.xhp#par_id3147338.8.help.text
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
+msgstr "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
+
+#: keyboard.xhp#par_id3154705.7.help.text
+msgid "The object is created at the center of the current document."
+msgstr "The object is created at the centre of the current document."
+
+#: keyboard.xhp#par_id3155962.6.help.text
+msgid "To return to the document, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>."
+msgstr "To return to the document, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>."
+
+#: 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 "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>."
+
+#: keyboard.xhp#hd_id3150306.4.help.text
+msgid "To Select an Object"
+msgstr "To Select an Object"
+
+#: keyboard.xhp#par_id3152990.3.help.text
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
+msgstr "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
+
+#: keyboard.xhp#par_id3145587.2.help.text
+msgid "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
+msgstr "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
+
+#: cross_fading.xhp#tit.help.text
+msgid "Cross-Fading Two Objects"
+msgstr "Cross-Fading Two Objects"
+
+#: 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 "<bookmark_value>draw objects; cross-fading two objects</bookmark_value><bookmark_value>cross-fading; two draw objects</bookmark_value>"
+
+#: 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 "<variable id=\"cross_fading\"><link href=\"text/sdraw/guide/cross_fading.xhp\" name=\"Cross-Fading Two Objects\">Cross-Fading Two Objects</link></variable>"
+
+#: cross_fading.xhp#par_id3154754.18.help.text
+msgid "Cross-fading creates shapes and distributes them by uniform increments between two drawing objects."
+msgstr "Cross-fading creates shapes and distributes them by uniform increments between two drawing objects."
+
+#: 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 "The cross-fading command is only available in $[officename] Draw. You can, however, copy and paste cross-faded objects into $[officename] Impress."
+
+#: cross_fading.xhp#hd_id3149209.20.help.text
+msgid "To cross-fade two objects:"
+msgstr "To cross-fade two objects:"
+
+#: cross_fading.xhp#par_id3150370.45.help.text
+msgid "Hold down Shift and click each object."
+msgstr "Hold down Shift and click each object."
+
+#: cross_fading.xhp#par_id3166428.22.help.text
+msgid "Choose <emph>Edit - Cross-fading</emph>."
+msgstr "Choose <emph>Edit - Cross-fading</emph>."
+
+#: 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 "Enter a value to specify the number of objects between the start and end of the cross-fade in the <emph>Increments</emph> box."
+
+#: cross_fading.xhp#par_id3149405.23.help.text
+msgid "Click <emph>OK</emph>."
+msgstr "Click <emph>OK</emph>."
+
+#: 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 "A group containing the two original objects and the specified number (increments) of cross-faded objects is displayed."
+
+#: 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 "<image id=\"img_id3150210\" src=\"res/helpimg/ueberblenden.png\" width=\"74.88mm\" height=\"65.62mm\"><alt id=\"alt_id3150210\">Illustration for crossfading</alt></image>"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3 to exit the group editing mode."
+msgstr "You can edit the individual objects of a group by selecting the group and pressing F3. Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3 to exit the group editing mode."
+
+#: 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 "<link href=\"text/simpress/01/02150000.xhp\" name=\"Editing - Cross-fading\">Editing - Cross-fading</link>"
+
+#: join_objects3d.xhp#tit.help.text
+msgid "Assembling 3D Objects"
+msgstr "Assembling 3D Objects"
+
+#: 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><bookmark_value>joining;3D objects</bookmark_value>"
+msgstr "<bookmark_value>3D objects; assembling</bookmark_value><bookmark_value>assembled objects in 3D</bookmark_value><bookmark_value>combining;3D objects</bookmark_value><bookmark_value>joining;3D objects</bookmark_value>"
+
+#: 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 "<variable id=\"join_objects3d\"><link href=\"text/sdraw/guide/join_objects3d.xhp\" name=\"Assembling 3D Objects\">Assembling 3D Objects</link></variable>"
+
+#: join_objects3d.xhp#par_id3145251.30.help.text
+msgid "3D objects that each form a 3D scene can be combined into a single 3D scene."
+msgstr "3D objects that each form a 3D scene can be combined into a single 3D scene."
+
+#: join_objects3d.xhp#hd_id3150042.41.help.text
+msgid "To combine 3D objects:"
+msgstr "To combine 3D objects:"
+
+#: 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 "Insert a 3D object from the <emph>3D Objects</emph> toolbar (for example, a cube)."
+
+#: join_objects3d.xhp#par_id3155335.32.help.text
+msgid "Insert a second slightly larger 3D object (for example, a sphere)."
+msgstr "Insert a second slightly larger 3D object (for example, a sphere)."
+
+#: join_objects3d.xhp#par_id3148488.33.help.text
+msgid "Select the second 3D object (sphere) and choose <emph>Edit - Cut</emph>."
+msgstr "Select the second 3D object (sphere) and choose <emph>Edit - Cut</emph>."
+
+#: join_objects3d.xhp#par_id3149211.34.help.text
+msgid "Double-click the first object (cube) to enter its group."
+msgstr "Double-click the first object (cube) to enter its group."
+
+#: 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 "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."
+
+#: join_objects3d.xhp#par_id3155376.36.help.text
+msgid "Double-click outside the group to exit the group."
+msgstr "Double-click outside the group to exit the group."
+
+#: join_objects3d.xhp#par_id3148606.38.help.text
+msgid "You cannot intersect or subtract 3D objects."
+msgstr "You cannot intersect or subtract 3D objects."
+
+#: 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 "<link href=\"text/simpress/02/10090000.xhp\" name=\"Objects in 3D\">Objects in 3D</link>"
+
+#: join_objects.xhp#tit.help.text
+msgid "Connecting Lines"
+msgstr "Connecting Lines"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"join_objects\"><link href=\"text/sdraw/guide/join_objects.xhp\" name=\"Connecting Lines\">Connecting Lines</link></variable>"
+
+#: join_objects.xhp#par_id3154512.3.help.text
+msgid "When you connect lines, lines are drawn between neighboring endpoints."
+msgstr "When you connect lines, lines are drawn between neighbouring endpoints."
+
+#: join_objects.xhp#hd_id3150752.2.help.text
+msgid "To connect lines:"
+msgstr "To connect lines:"
+
+#: join_objects.xhp#par_id3153714.4.help.text
+msgid "Select two or more lines."
+msgstr "Select two or more lines."
+
+#: join_objects.xhp#par_id3156383.5.help.text
+msgid "Right-click and choose <emph>Modify - Connect</emph>."
+msgstr "Right-click and choose <emph>Modify - Connect</emph>."
+
+#: 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 "To create a closed object, right-click a line and choose <emph>Close Object</emph>."
+
+#: 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 "You can only use the <emph>Close Object</emph> command on connected lines, <emph>Freeform Lines </emph>and unfilled <emph>Curves</emph>."
+
+#: main.xhp#tit.help.text
+msgid "Instructions for Using $[officename] Draw"
+msgstr "Instructions for Using $[officename] Draw"
+
+#: main.xhp#bm_id3146119.help.text
+msgid "<bookmark_value>Draw instructions</bookmark_value><bookmark_value>instructions; $[officename] Draw</bookmark_value><bookmark_value>Howtos for Draw</bookmark_value>"
+msgstr "<bookmark_value>Draw instructions</bookmark_value><bookmark_value>instructions; $[officename] Draw</bookmark_value><bookmark_value>Howtos for Draw</bookmark_value>"
+
+#: 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 "<variable id=\"main\"><link href=\"text/sdraw/guide/main.xhp\" name=\"Instructions for Using $[officename] Draw\">Instructions for Using $[officename] Draw</link></variable>"
+
+#: main.xhp#hd_id3143218.2.help.text
+msgid "Editing and Grouping Objects"
+msgstr "Editing and Grouping Objects"
+
+#: main.xhp#hd_id3149018.3.help.text
+msgid "Editing Colors and Textures"
+msgstr "Editing Colours and Textures"
+
+#: main.xhp#hd_id3150043.4.help.text
+msgid "Editing Text"
+msgstr "Editing Text"
+
+#: main.xhp#hd_id3147003.6.help.text
+msgid "Working with Layers"
+msgstr "Working with Layers"
+
+#: main.xhp#hd_id3145585.5.help.text
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
diff --git a/source/en-ZA/helpcontent2/source/text/shared.po b/source/en-ZA/helpcontent2/source/text/shared.po
new file mode 100644
index 00000000000..5f6b990c3c2
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/shared.po
@@ -0,0 +1,1514 @@
+#. extracted from helpcontent2/source/text/shared.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:53+0200\n"
+"PO-Revision-Date: 2011-04-19 18:08+0200\n"
+"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: main0226.xhp#tit.help.text
+msgid "Form Design Toolbar"
+msgstr "Form Design Toolbar"
+
+#: main0226.xhp#hd_id3148520.1.help.text
+msgid "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">Form Design Toolbar</link>"
+msgstr "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">Form Design Toolbar</link>"
+
+#: 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 "The Form Design toolbar becomes visible as soon as you select a form object when working in the design mode."
+
+#: main0226.xhp#hd_id3163802.8.help.text
+msgid "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+msgstr "<link href=\"text/shared/02/01170400.xhp\" name=\"Add Field\">Add Field</link>"
+
+#: main0226.xhp#hd_id3150669.4.help.text
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+
+#: main0226.xhp#hd_id3147335.5.help.text
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+
+#: main0226.xhp#hd_id3156024.6.help.text
+msgid "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
+msgstr "<link href=\"text/shared/01/05290300.xhp\" name=\"Enter Group\">Enter Group</link>"
+
+#: main0226.xhp#hd_id3149295.7.help.text
+msgid "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+msgstr "<link href=\"text/shared/01/05290400.xhp\" name=\"Exit Group\">Exit Group</link>"
+
+#: main0226.xhp#hd_id3150398.9.help.text
+msgctxt "main0226.xhp#hd_id3150398.9.help.text"
+msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+
+#: main0226.xhp#hd_id3148798.10.help.text
+msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to Grid</link>"
+
+#: main0226.xhp#par_id3145419.12.help.text
+msgid "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only between grid points.</ahelp>"
+msgstr "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only between grid points.</ahelp>"
+
+#: main0226.xhp#hd_id3148920.11.help.text
+#, fuzzy
+msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
+msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guides When Moving\">Guides When Moving</link>"
+
+#: fontwork_toolbar.xhp#tit.help.text
+msgid "Fontwork"
+msgstr "Fontwork"
+
+#: fontwork_toolbar.xhp#par_idN1055A.help.text
+msgid "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
+msgstr "<link href=\"text/shared/fontwork_toolbar.xhp\">Fontwork</link>"
+
+#: fontwork_toolbar.xhp#par_idN1056A.help.text
+msgid "The Fontwork toolbar opens when you select a Fontwork object."
+msgstr "The Fontwork toolbar opens when you select a Fontwork object."
+
+#: fontwork_toolbar.xhp#par_idN1056D.help.text
+msgid "Fontwork Gallery"
+msgstr "Fontwork Gallery"
+
+#: 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 "<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>"
+
+#: fontwork_toolbar.xhp#par_idN10588.help.text
+msgid "Fontwork Shape"
+msgstr "Fontwork Shape"
+
+#: 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 "<ahelp hid=\".\">Opens the Fontwork Shape toolbar. Click a shape to apply the shape to all selected Fontwork objects.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN105A6.help.text
+msgid "Fontwork Same Letter Heights"
+msgstr "Fontwork Same Letter Heights"
+
+#: 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 objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Switches the letter height of the selected Fontwork objects from normal to the same height for all objects.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN105C1.help.text
+msgid "Fontwork Alignment"
+msgstr "Fontwork Alignment"
+
+#: fontwork_toolbar.xhp#par_idN105C5.help.text
+msgid "<ahelp hid=\".\">Opens the Fontwork Alignment window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Fontwork Alignment window.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN105DC.help.text
+msgid "<ahelp hid=\".\">Click to apply the alignment to the selected Fontwork objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Click to apply the alignment to the selected Fontwork objects.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN105F3.help.text
+msgid "Fontwork Character Spacing"
+msgstr "Fontwork Character Spacing"
+
+#: fontwork_toolbar.xhp#par_idN105F7.help.text
+msgid "<ahelp hid=\".\">Opens the Fontwork Character Spacing window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Fontwork Character Spacing window.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN1060E.help.text
+msgid "<ahelp hid=\".\">Click to apply the character spacing to the selected Fontwork objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Click to apply the character spacing to the selected Fontwork objects.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN1061D.help.text
+msgid "Custom"
+msgstr "Custom"
+
+#: 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 "<ahelp hid=\".\">Opens the Fontwork Character Spacing dialogue where you can enter a new character spacing value.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN10638.help.text
+msgid "Value"
+msgstr "Value"
+
+#: fontwork_toolbar.xhp#par_idN1063C.help.text
+msgid "<ahelp hid=\".\">Enter the Fontwork character spacing value.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter the Fontwork character spacing value.</ahelp>"
+
+#: fontwork_toolbar.xhp#par_idN1064B.help.text
+msgid "Kern Character Pairs"
+msgstr "Kern Character Pairs"
+
+#: 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 "<ahelp hid=\".\">Switches the <link href=\"text/shared/00/00000005.xhp#kerning\"> kerning</link> of character pairs on and off.</ahelp>"
+
+#: main0214.xhp#tit.help.text
+msgid "Query Design Bar"
+msgstr "Query Design Bar"
+
+#: main0214.xhp#hd_id3159176.1.help.text
+msgid "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">Query Design Bar</link>"
+msgstr "<link href=\"text/shared/main0214.xhp\" name=\"Query Design Bar\">Query Design Bar</link>"
+
+#: 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 "<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>"
+
+#: 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 "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:"
+
+#: main0214.xhp#hd_id3151384.3.help.text
+msgid "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link>"
+msgstr "<link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\">Add Tables</link>"
+
+#: main0214.xhp#par_id3151041.4.help.text
+msgid "The following icon is on the <emph>SQL</emph> tab page:"
+msgstr "The following icon is on the <emph>SQL</emph> tab page:"
+
+#: main0500.xhp#tit.help.text
+msgid "Glossaries"
+msgstr "Glossaries"
+
+#: main0500.xhp#hd_id3156183.1.help.text
+msgid "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">Glossaries</link>"
+msgstr "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">Glossaries</link>"
+
+#: 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 "This section provides a general glossary of technical terms used in $[officename], along with a list of Internet terms."
+
+#: main0204.xhp#tit.help.text
+msgid "Table Bar"
+msgstr ""
+
+#: main0204.xhp#hd_id3145587.help.text
+#, fuzzy
+msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>"
+msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
+
+#: main0204.xhp#par_id3154252.help.text
+msgid "<ahelp hid=\".\">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 ""
+
+#: main0204.xhp#hd_id319945759.help.text
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
+msgstr ""
+
+#: main0204.xhp#hd_id3147592.6.help.text
+msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge Cells\">Merge Cells</link>"
+msgstr ""
+
+#: main0204.xhp#hd_id3147820.9.help.text
+msgid "<link href=\"text/swriter/01/05110500.xhp\" name=\"Delete Row\">Delete Row</link>"
+msgstr ""
+
+#: main0204.xhp#hd_id3147231.10.help.text
+msgid "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">Delete Column</link>"
+msgstr ""
+
+#: main0204.xhp#hd_id3134447820.help.text
+msgid "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Table Design\">Table Design</link>"
+msgstr ""
+
+#: main0204.xhp#par_id16200812240344.help.text
+msgid "Opens the Table Design. Double-click a preview to insert a new table."
+msgstr ""
+
+#: main0204.xhp#hd_id947820.help.text
+msgid "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Table Properties\">Table Properties</link>"
+msgstr ""
+
+#: tree_strings.xhp#par_id3147571.3.help.text
+msgid "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+msgstr "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
+
+#: tree_strings.xhp#par_id3157959.4.help.text
+msgid "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0201\" title=\"General Information and User Interface Usage\">"
+
+#: tree_strings.xhp#par_id3153527.5.help.text
+msgid "<node id=\"0202\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0202\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3153311.6.help.text
+msgid "<node id=\"020201\" title=\"Menus\">"
+msgstr "<node id=\"020201\" title=\"Menus\">"
+
+#: tree_strings.xhp#par_id3149182.7.help.text
+msgid "<node id=\"020202\" title=\"Toolbars\">"
+msgstr "<node id=\"020202\" title=\"Toolbars\">"
+
+#: tree_strings.xhp#par_id3145383.8.help.text
+msgid "<node id=\"0203\" title=\"Creating Text Documents\">"
+msgstr "<node id=\"0203\" title=\"Creating Text Documents\">"
+
+#: tree_strings.xhp#par_id3149812.9.help.text
+msgid "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+msgstr "<node id=\"0204\" title=\"Graphics in Text Documents\">"
+
+#: tree_strings.xhp#par_id3166461.10.help.text
+msgid "<node id=\"0205\" title=\"Tables in Text Documents\">"
+msgstr "<node id=\"0205\" title=\"Tables in Text Documents\">"
+
+#: tree_strings.xhp#par_id3155136.11.help.text
+msgid "<node id=\"0206\" title=\"Objects in Text Documents\">"
+msgstr "<node id=\"0206\" title=\"Objects in Text Documents\">"
+
+#: tree_strings.xhp#par_id3155629.12.help.text
+msgid "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+msgstr "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
+
+#: tree_strings.xhp#par_id3150670.13.help.text
+msgid "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+msgstr "<node id=\"0208\" title=\"Tables of Contents and Indexes\">"
+
+#: tree_strings.xhp#par_id3153349.14.help.text
+msgid "<node id=\"0209\" title=\"Fields in Text Documents\">"
+msgstr "<node id=\"0209\" title=\"Fields in Text Documents\">"
+
+#: tree_strings.xhp#par_id3145120.15.help.text
+msgid "<node id=\"0210\" title=\"Navigating Text Documents\">"
+msgstr "<node id=\"0210\" title=\"Navigating Text Documents\">"
+
+#: tree_strings.xhp#par_id3159400.16.help.text
+msgid "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+msgstr "<node id=\"0211\" title=\"Calculating in Text Documents\">"
+
+#: tree_strings.xhp#par_id3145674.17.help.text
+msgid "<node id=\"0212\" title=\"Formatting Text Documents\">"
+msgstr "<node id=\"0212\" title=\"Formatting Text Documents\">"
+
+#: tree_strings.xhp#par_id3143229.18.help.text
+msgid "<node id=\"021201\" title=\"Templates and Styles\">"
+msgstr "<node id=\"021201\" title=\"Templates and Styles\">"
+
+#: tree_strings.xhp#par_id3157910.19.help.text
+msgid "<node id=\"0213\" title=\"Special Text Elements\">"
+msgstr "<node id=\"0213\" title=\"Special Text Elements\">"
+
+#: tree_strings.xhp#par_id3148564.20.help.text
+msgid "<node id=\"0214\" title=\"Automatic Functions\">"
+msgstr "<node id=\"0214\" title=\"Automatic Functions\">"
+
+#: tree_strings.xhp#par_id3145609.21.help.text
+msgid "<node id=\"0215\" title=\"Numbering and Lists\">"
+msgstr "<node id=\"0215\" title=\"Numbering and Lists\">"
+
+#: tree_strings.xhp#par_id3146794.22.help.text
+msgid "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+msgstr "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
+
+#: tree_strings.xhp#par_id3159413.23.help.text
+msgid "<node id=\"0217\" title=\"Forms in Text Documents\">"
+msgstr "<node id=\"0217\" title=\"Forms in Text Documents\">"
+
+#: tree_strings.xhp#par_id3149656.24.help.text
+msgid "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+msgstr "<node id=\"0218\" title=\"Troubleshooting Tips\">"
+
+#: tree_strings.xhp#par_id3150398.25.help.text
+msgid "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: tree_strings.xhp#par_id3153524.26.help.text
+msgid "<node id=\"0220\" title=\"Master Documents\">"
+msgstr "<node id=\"0220\" title=\"Master Documents\">"
+
+#: tree_strings.xhp#par_id3154367.27.help.text
+msgid "<node id=\"0221\" title=\"Links and References\">"
+msgstr "<node id=\"0221\" title=\"Links and References\">"
+
+#: tree_strings.xhp#par_id3159152.28.help.text
+msgid "<node id=\"0222\" title=\"Printing\">"
+msgstr "<node id=\"0222\" title=\"Printing\">"
+
+#: tree_strings.xhp#par_id3145421.29.help.text
+msgid "<node id=\"0223\" title=\"Searching and Replacing\">"
+msgstr "<node id=\"0223\" title=\"Searching and Replacing\">"
+
+#: tree_strings.xhp#par_id3150871.30.help.text
+msgid "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+msgstr "<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
+
+#: tree_strings.xhp#par_id3150768.32.help.text
+msgid "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+msgstr "<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
+
+#: tree_strings.xhp#par_id3147229.33.help.text
+msgid "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+msgstr "<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
+
+#: tree_strings.xhp#par_id3152934.34.help.text
+msgid "<node id=\"1001\" title=\"General Information\">"
+msgstr "<node id=\"1001\" title=\"General Information\">"
+
+#: tree_strings.xhp#par_id3155429.107.help.text
+msgid "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+msgstr "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
+
+#: tree_strings.xhp#par_id3153368.35.help.text
+msgid "<node id=\"1003\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"1003\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3146147.36.help.text
+msgid "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+msgstr "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
+
+#: tree_strings.xhp#par_id3145365.37.help.text
+msgid "<node id=\"1005\" title=\"Wizards\">"
+msgstr "<node id=\"1005\" title=\"Wizards\">"
+
+#: tree_strings.xhp#par_id3150487.38.help.text
+msgid "<node id=\"100501\" title=\"Letter Wizard\">"
+msgstr "<node id=\"100501\" title=\"Letter Wizard\">"
+
+#: tree_strings.xhp#par_id3151113.39.help.text
+msgid "<node id=\"100502\" title=\"Fax Wizard\">"
+msgstr "<node id=\"100502\" title=\"Fax Wizard\">"
+
+#: tree_strings.xhp#par_id3156442.41.help.text
+msgid "<node id=\"100504\" title=\"Agenda Wizard\">"
+msgstr "<node id=\"100504\" title=\"Agenda Wizard\">"
+
+#: tree_strings.xhp#par_id3146975.42.help.text
+msgid "<node id=\"100505\" title=\"Presentation Wizard\">"
+msgstr "<node id=\"100505\" title=\"Presentation Wizard\">"
+
+#: tree_strings.xhp#par_id3148617.43.help.text
+msgid "<node id=\"100506\" title=\"HTML Export Wizard\">"
+msgstr "<node id=\"100506\" title=\"HTML Export Wizard\">"
+
+#: tree_strings.xhp#par_id3153143.44.help.text
+msgid "<node id=\"100507\" title=\"Group Element Wizard\">"
+msgstr "<node id=\"100507\" title=\"Group Element Wizard\">"
+
+#: tree_strings.xhp#par_id3153574.46.help.text
+msgid "<node id=\"100509\" title=\"Forms Wizard\">"
+msgstr "<node id=\"100509\" title=\"Forms Wizard\">"
+
+#: tree_strings.xhp#par_id3146921.47.help.text
+msgid "<node id=\"100510\" title=\"Document Converter Wizard\">"
+msgstr "<node id=\"100510\" title=\"Document Converter Wizard\">"
+
+#: tree_strings.xhp#par_id3154096.48.help.text
+msgid "<node id=\"100511\" title=\"Table Element Wizard\">"
+msgstr "<node id=\"100511\" title=\"Table Element Wizard\">"
+
+#: tree_strings.xhp#par_id3144766.49.help.text
+msgid "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+msgstr "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
+
+#: tree_strings.xhp#par_id3154729.108.help.text
+msgid "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+msgstr "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
+
+#: tree_strings.xhp#par_id3151076.109.help.text
+msgid "<node id=\"1007\" title=\"Working with the User Interface\">"
+msgstr "<node id=\"1007\" title=\"Working with the User Interface\">"
+
+#: tree_strings.xhp#par_id3147125.110.help.text
+msgid "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+msgstr "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
+
+#: tree_strings.xhp#par_id3149418.111.help.text
+msgid "<node id=\"1009\" title=\"Drag & Drop\">"
+msgstr "<node id=\"1009\" title=\"Drag & Drop\">"
+
+#: tree_strings.xhp#par_id3154016.112.help.text
+msgid "<node id=\"1010\" title=\"Copy and Paste\">"
+msgstr "<node id=\"1010\" title=\"Copy and Paste\">"
+
+#: tree_strings.xhp#par_id3156180.113.help.text
+msgid "<node id=\"1011\" title=\"Databases\">"
+msgstr "<node id=\"1011\" title=\"Databases\">"
+
+#: tree_strings.xhp#par_id3150715.114.help.text
+msgid "<node id=\"1012\" title=\"Charts and Diagrams\">"
+msgstr "<node id=\"1012\" title=\"Charts and Diagrams\">"
+
+#: tree_strings.xhp#par_id3154164.115.help.text
+msgid "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+msgstr "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
+
+#: tree_strings.xhp#par_id3145650.116.help.text
+msgid "<node id=\"1014\" title=\"Links and References\">"
+msgstr "<node id=\"1014\" title=\"Links and References\">"
+
+#: tree_strings.xhp#par_id3153838.117.help.text
+msgid "<node id=\"1015\" title=\"Document Version Tracking\">"
+msgstr "<node id=\"1015\" title=\"Document Version Tracking\">"
+
+#: tree_strings.xhp#par_id3150327.118.help.text
+msgid "<node id=\"1016\" title=\"Labels and Business Cards\">"
+msgstr "<node id=\"1016\" title=\"Labels and Business Cards\">"
+
+#: tree_strings.xhp#par_id3153708.119.help.text
+msgid "<node id=\"1018\" title=\"Inserting External Data\">"
+msgstr "<node id=\"1018\" title=\"Inserting External Data\">"
+
+#: tree_strings.xhp#par_id3148916.120.help.text
+msgid "<node id=\"1019\" title=\"Automatic Functions\">"
+msgstr "<node id=\"1019\" title=\"Automatic Functions\">"
+
+#: tree_strings.xhp#par_id3152964.121.help.text
+msgid "<node id=\"1020\" title=\"Searching and Replacing\">"
+msgstr "<node id=\"1020\" title=\"Searching and Replacing\">"
+
+#: tree_strings.xhp#par_id3153765.50.help.text
+msgid "<node id=\"1021\" title=\"Guides\">"
+msgstr "<node id=\"1021\" title=\"Guides\">"
+
+#: tree_strings.xhp#par_id3154361.51.help.text
+msgid "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+msgstr "<help_section application=\"swriter\" id=\"09\" title=\"Database Functionality\">"
+
+#: tree_strings.xhp#par_id3150043.122.help.text
+msgid "<node id=\"0901\" title=\"General Information\">"
+msgstr "<node id=\"0901\" title=\"General Information\">"
+
+#: tree_strings.xhp#par_id3154254.123.help.text
+msgid "<node id=\"0902\" title=\"Data Sources\">"
+msgstr "<node id=\"0902\" title=\"Data Sources\">"
+
+#: tree_strings.xhp#par_id3149565.124.help.text
+msgid "<node id=\"0903\" title=\"Forms\">"
+msgstr "<node id=\"0903\" title=\"Forms\">"
+
+#: tree_strings.xhp#par_id3155334.125.help.text
+msgid "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+msgstr "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
+
+#: tree_strings.xhp#par_id3149107.126.help.text
+msgid "<node id=\"0905\" title=\"Relations\">"
+msgstr "<node id=\"0905\" title=\"Relations\">"
+
+#: tree_strings.xhp#par_id3155937.127.help.text
+msgid "<node id=\"0906\" title=\"Reports\">"
+msgstr "<node id=\"0906\" title=\"Reports\">"
+
+#: tree_strings.xhp#par_id3153963.53.help.text
+msgid "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+msgstr "<help_section application=\"sbasic\" id=\"07\" title=\"Macros and Programming\">"
+
+#: tree_strings.xhp#par_id3151248.54.help.text
+msgid "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0701\" title=\"General Information and User Interface Usage\">"
+
+#: tree_strings.xhp#par_id3154023.55.help.text
+msgid "<node id=\"0702\" title=\"Command Reference\">"
+msgstr "<node id=\"0702\" title=\"Command Reference\">"
+
+#: tree_strings.xhp#par_id3149924.56.help.text
+msgid "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+msgstr "<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and Operators\">"
+
+#: tree_strings.xhp#par_id3145769.128.help.text
+msgid "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+msgstr "<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
+
+#: tree_strings.xhp#par_id3155606.57.help.text
+msgid "<node id=\"0703\" title=\"Guides\">"
+msgstr "<node id=\"0703\" title=\"Guides\">"
+
+#: tree_strings.xhp#par_id3149210.59.help.text
+msgid "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+msgstr "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
+
+#: tree_strings.xhp#par_id3155582.60.help.text
+msgid "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0801\" title=\"General Information and User Interface Usage\">"
+
+#: tree_strings.xhp#par_id3149033.61.help.text
+msgid "<node id=\"0802\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0802\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3148630.62.help.text
+msgid "<node id=\"080201\" title=\"Menus\">"
+msgstr "<node id=\"080201\" title=\"Menus\">"
+
+#: tree_strings.xhp#par_id3156138.63.help.text
+msgid "<node id=\"080202\" title=\"Toolbars\">"
+msgstr "<node id=\"080202\" title=\"Toolbars\">"
+
+#: tree_strings.xhp#par_id3159236.64.help.text
+msgid "<node id=\"0803\" title=\"Functions Types and Operators\">"
+msgstr "<node id=\"0803\" title=\"Functions Types and Operators\">"
+
+#: tree_strings.xhp#par_id3153197.65.help.text
+msgid "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: tree_strings.xhp#par_id3153705.66.help.text
+msgid "<node id=\"0805\" title=\"Formatting\">"
+msgstr "<node id=\"0805\" title=\"Formatting\">"
+
+#: tree_strings.xhp#par_id3166425.67.help.text
+msgid "<node id=\"0806\" title=\"Filtering and Sorting\">"
+msgstr "<node id=\"0806\" title=\"Filtering and Sorting\">"
+
+#: tree_strings.xhp#par_id3154716.68.help.text
+msgid "<node id=\"0807\" title=\"Printing\">"
+msgstr "<node id=\"0807\" title=\"Printing\">"
+
+#: tree_strings.xhp#par_id3150344.69.help.text
+msgid "<node id=\"0808\" title=\"Data Ranges\">"
+msgstr "<node id=\"0808\" title=\"Data Ranges\">"
+
+#: tree_strings.xhp#par_id3150364.70.help.text
+msgid "<node id=\"0809\" title=\"Pivot Table\">"
+msgstr ""
+
+#: tree_strings.xhp#par_id3149966.71.help.text
+msgid "<node id=\"0810\" title=\"Scenarios\">"
+msgstr "<node id=\"0810\" title=\"Scenarios\">"
+
+#: tree_strings.xhp#par_id3146811.72.help.text
+msgid "<node id=\"0811\" title=\"References\">"
+msgstr "<node id=\"0811\" title=\"References\">"
+
+#: tree_strings.xhp#par_id3148421.73.help.text
+msgid "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+msgstr "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
+
+#: tree_strings.xhp#par_id3145258.74.help.text
+msgid "<node id=\"0813\" title=\"Formulas and Calculations\">"
+msgstr "<node id=\"0813\" title=\"Formulae and Calculations\">"
+
+#: tree_strings.xhp#par_id3145586.75.help.text
+msgid "<node id=\"0814\" title=\"Protection\">"
+msgstr "<node id=\"0814\" title=\"Protection\">"
+
+#: tree_strings.xhp#par_id3150885.76.help.text
+msgid "<node id=\"0815\" title=\"Miscellaneous\">"
+msgstr "<node id=\"0815\" title=\"Miscellaneous\">"
+
+#: tree_strings.xhp#par_id3150519.78.help.text
+msgid "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
+msgstr "<help_section application=\"smath\" id=\"03\" title=\"Formulae\">"
+
+#: tree_strings.xhp#par_id3155529.79.help.text
+msgid "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0301\" title=\"General Information and User Interface Usage\">"
+
+#: tree_strings.xhp#par_id3150522.80.help.text
+msgid "<node id=\"0302\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0302\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3146978.81.help.text
+msgid "<node id=\"0303\" title=\"Working with Formulas\">"
+msgstr "<node id=\"0303\" title=\"Working with Formulae\">"
+
+#: tree_strings.xhp#par_id3156168.83.help.text
+msgid "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+msgstr "<help_section application=\"simpress\" id=\"04\" title=\"Presentations and Drawings\">"
+
+#: tree_strings.xhp#par_id3155129.84.help.text
+msgid "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+msgstr "<node id=\"0401\" title=\"General Information and User Interface Usage\">"
+
+#: tree_strings.xhp#par_id3152890.85.help.text
+msgid "<node id=\"0402\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0402\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3155089.86.help.text
+msgid "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+msgstr "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
+
+#: tree_strings.xhp#par_id3153305.87.help.text
+msgid "<node id=\"04020101\" title=\"Menus\">"
+msgstr "<node id=\"04020101\" title=\"Menus\">"
+
+#: tree_strings.xhp#par_id3148841.88.help.text
+msgid "<node id=\"04020102\" title=\"Toolbars\">"
+msgstr "<node id=\"04020102\" title=\"Toolbars\">"
+
+#: tree_strings.xhp#par_id3156200.89.help.text
+msgid "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+msgstr "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
+
+#: tree_strings.xhp#par_id3153816.90.help.text
+msgid "<node id=\"04020201\" title=\"Menus\">"
+msgstr "<node id=\"04020201\" title=\"Menus\">"
+
+#: tree_strings.xhp#par_id3146154.91.help.text
+msgid "<node id=\"04020202\" title=\"Toolbars\">"
+msgstr "<node id=\"04020202\" title=\"Toolbars\">"
+
+#: tree_strings.xhp#par_id3148866.92.help.text
+msgid "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+msgstr "<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
+
+#: tree_strings.xhp#par_id3151244.93.help.text
+msgid "<node id=\"0404\" title=\"Formatting\">"
+msgstr "<node id=\"0404\" title=\"Formatting\">"
+
+#: tree_strings.xhp#par_id3149329.94.help.text
+msgid "<node id=\"0405\" title=\"Printing\">"
+msgstr "<node id=\"0405\" title=\"Printing\">"
+
+#: tree_strings.xhp#par_id3150318.95.help.text
+msgid "<node id=\"0406\" title=\"Effects\">"
+msgstr "<node id=\"0406\" title=\"Effects\">"
+
+#: tree_strings.xhp#par_id3150107.96.help.text
+msgid "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+msgstr "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
+
+#: tree_strings.xhp#par_id3154343.97.help.text
+msgid "<node id=\"0408\" title=\"Groups and Layers\">"
+msgstr "<node id=\"0408\" title=\"Groups and Layers\">"
+
+#: tree_strings.xhp#par_id3148604.98.help.text
+msgid "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+msgstr "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
+
+#: tree_strings.xhp#par_id3155269.99.help.text
+msgid "<node id=\"0410\" title=\"Viewing\">"
+msgstr "<node id=\"0410\" title=\"Viewing\">"
+
+#: tree_strings.xhp#par_id3156351.101.help.text
+msgid "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+msgstr "<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
+
+#: tree_strings.xhp#par_id3156177.102.help.text
+msgid "<node id=\"0501\" title=\"General Information\">"
+msgstr "<node id=\"0501\" title=\"General Information\">"
+
+#: tree_strings.xhp#par_id3156036.103.help.text
+msgid "<node id=\"0502\" title=\"Command and Menu Reference\">"
+msgstr "<node id=\"0502\" title=\"Command and Menu Reference\">"
+
+#: tree_strings.xhp#par_id3153285.104.help.text
+msgid "<node id=\"050201\" title=\"Menus\">"
+msgstr "<node id=\"050201\" title=\"Menus\">"
+
+#: tree_strings.xhp#par_id3154959.105.help.text
+msgid "<node id=\"050202\" title=\"Toolbars\">"
+msgstr "<node id=\"050202\" title=\"Toolbars\">"
+
+#: 3dsettings_toolbar.xhp#tit.help.text
+msgid "3D-Settings"
+msgstr "3D-Settings"
+
+#: 3dsettings_toolbar.xhp#par_idN1055A.help.text
+msgid "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">3D-Settings</link></variable>"
+msgstr "<variable id=\"3dtoolbar\"><link href=\"text/shared/3dsettings_toolbar.xhp\">3D-Settings</link></variable>"
+
+#: 3dsettings_toolbar.xhp#par_idN1056A.help.text
+msgid "<ahelp hid=\".\">The 3D-Settings toolbar controls properties of selected 3D objects.</ahelp>"
+msgstr "<ahelp hid=\".\">The 3D-Settings toolbar controls properties of selected 3D objects.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10575.help.text
+msgid "Extrusion on/off"
+msgstr "Extrusion on/off"
+
+#: 3dsettings_toolbar.xhp#par_idN10579.help.text
+msgid "<ahelp hid=\".\">Switches the 3D effects on and off for the selected objects.</ahelp>"
+msgstr "<ahelp hid=\".\">Switches the 3D effects on and off for the selected objects.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10590.help.text
+msgid "Tilt Down"
+msgstr "Tilt Down"
+
+#: 3dsettings_toolbar.xhp#par_idN10594.help.text
+msgid "<ahelp hid=\".\">Tilts the selected object downwards by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">Tilts the selected object downwards by five degrees.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN105AB.help.text
+msgid "Tilt Up"
+msgstr "Tilt Up"
+
+#: 3dsettings_toolbar.xhp#par_idN105AF.help.text
+msgid "<ahelp hid=\".\">Tilts the selected object upwards by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">Tilts the selected object upwards by five degrees.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN105C6.help.text
+msgid "Tilt Left"
+msgstr "Tilt Left"
+
+#: 3dsettings_toolbar.xhp#par_idN105CA.help.text
+msgid "<ahelp hid=\".\">Tilts the selected object left by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">Tilts the selected object left by five degrees.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN105E1.help.text
+msgid "Tilt Right"
+msgstr "Tilt Right"
+
+#: 3dsettings_toolbar.xhp#par_idN105E5.help.text
+msgid "<ahelp hid=\".\">Tilts the selected object right by five degrees.</ahelp>"
+msgstr "<ahelp hid=\".\">Tilts the selected object right by five degrees.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN105FC.help.text
+msgid "Depth"
+msgstr "Depth"
+
+#: 3dsettings_toolbar.xhp#par_idN10600.help.text
+msgid "<ahelp hid=\".\">Opens the Extrusion Depth window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Extrusion Depth window.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10617.help.text
+msgid "<ahelp hid=\".\">Select an extrusion depth.</ahelp>"
+msgstr "<ahelp hid=\".\">Select an extrusion depth.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10632.help.text
+msgid "<ahelp hid=\".\">Enter an extrusion depth.</ahelp>"
+msgstr "<ahelp hid=\".\">Enter an extrusion depth.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN1064C.help.text
+msgid "Direction"
+msgstr "Direction"
+
+#: 3dsettings_toolbar.xhp#par_idN10650.help.text
+msgid "<ahelp hid=\".\">Opens the Extrusion Direction window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Extrusion Direction window.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10667.help.text
+msgid "<ahelp hid=\".\">Select a direction.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a direction.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10698.help.text
+msgid "<ahelp hid=\".\">Select a perspective or parallel extrusion method.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a perspective or parallel extrusion method.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN106B3.help.text
+msgid "Lighting"
+msgstr "Lighting"
+
+#: 3dsettings_toolbar.xhp#par_idN106B7.help.text
+msgid "<ahelp hid=\".\">Opens the Extrusion Lighting window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Extrusion Lighting window.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN106C6.help.text
+msgid "<ahelp hid=\".\">Select a lighting direction.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a lighting direction.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN106E1.help.text
+msgid "<ahelp hid=\".\">Select a lighting intensity.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a lighting intensity.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN106FC.help.text
+msgid "Surface"
+msgstr "Surface"
+
+#: 3dsettings_toolbar.xhp#par_idN10700.help.text
+msgid "<ahelp hid=\".\">Opens the Extrusion Surface window.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Extrusion Surface window.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10717.help.text
+msgid "<ahelp hid=\".\">Select a surface material or a wireframe display.</ahelp>"
+msgstr "<ahelp hid=\".\">Select a surface material or a wireframe display.</ahelp>"
+
+#: 3dsettings_toolbar.xhp#par_idN10732.help.text
+msgid "3D Color"
+msgstr "3D Colour"
+
+#: 3dsettings_toolbar.xhp#par_idN10736.help.text
+msgid "<ahelp hid=\".\">Opens the Extrusion Color toolbar.</ahelp>"
+msgstr "<ahelp hid=\".\">Opens the Extrusion Colour toolbar.</ahelp>"
+
+#: main0212.xhp#tit.help.text
+msgid "Table Data Bar"
+msgstr "Table Data Bar"
+
+#: main0212.xhp#hd_id3147102.1.help.text
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
+msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
+
+#: main0212.xhp#par_id3153394.10.help.text
+msgid "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
+msgstr "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
+
+#: 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 "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."
+
+#: main0212.xhp#par_id3147303.help.text
+msgid "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Icon</alt></image>"
+
+#: main0212.xhp#par_id3153360.13.help.text
+msgctxt "main0212.xhp#par_id3153360.13.help.text"
+msgid "Save Record"
+msgstr "Save Record"
+
+#: main0212.xhp#par_id3145173.help.text
+msgid "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Icon</alt></image>"
+
+#: main0212.xhp#par_id3151382.14.help.text
+msgid "Undo: Data Input"
+msgstr "Undo: Data Input"
+
+#: main0212.xhp#par_idN10744.help.text
+msgid "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
+msgstr "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
+
+#: 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 "<ahelp hid=\".\">Inserts all fields of the marked record into the current document at the cursor position.</ahelp>"
+
+#: main0212.xhp#par_idN10780.help.text
+msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
+msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
+
+#: main0212.xhp#par_idN1078F.help.text
+msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters.</ahelp>"
+msgstr "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters.</ahelp>"
+
+#: main0650.xhp#tit.help.text
+msgid "Java Platform Support"
+msgstr "Java Platform Support"
+
+#: main0650.xhp#hd_id3153089.1.help.text
+msgid "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java Platform Support</link>"
+msgstr "<link href=\"text/shared/main0650.xhp\" name=\"Java Platform Support\">Java Platform Support</link>"
+
+#: main0650.xhp#par_id3152363.2.help.text
+msgid "$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture."
+msgstr "$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture."
+
+#: main0650.xhp#par_id3154751.3.help.text
+msgid "For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. 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."
+msgstr "For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. 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."
+
+#: main0650.xhp#par_id3155338.4.help.text
+msgid "The Java platform support needs to be activated under $[officename] to run Java applications."
+msgstr "The Java platform support needs to be activated under $[officename] to run Java applications."
+
+#: main0650.xhp#par_id3155892.5.help.text
+msgid "Activate Java platform support by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Java\">$[officename] - Java</link></emph>."
+msgstr "Activate Java platform support by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Java\">$[officename] - Java</link></emph>."
+
+#: main0650.xhp#par_id9116183.help.text
+msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME- Java, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
+msgstr "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME- Java, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
+
+#: main0650.xhp#par_id3153822.11.help.text
+msgid "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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>."
+
+#: main0208.xhp#tit.help.text
+msgid "Status Bar in $[officename] Basic Documents"
+msgstr "Status Bar in $[officename] Basic Documents"
+
+#: 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 "<link href=\"text/shared/main0208.xhp\" name=\"Status Bar in $[officename] Basic Documents\">Status Bar in $[officename] Basic Documents</link>"
+
+#: main0208.xhp#par_id3154136.2.help.text
+msgid "The <emph>Status</emph> Bar displays information about the current $[officename] Basic document."
+msgstr "The <emph>Status</emph> Bar displays information about the current $[officename] Basic document."
+
+#: main0227.xhp#tit.help.text
+msgid "Edit Points Bar"
+msgstr "Edit Points Bar"
+
+#: main0227.xhp#bm_id3149987.help.text
+msgid "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
+msgstr "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
+
+#: main0227.xhp#hd_id3149987.39.help.text
+msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
+msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
+
+#: 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 "<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>"
+
+#: 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 "The functions provided allow you to edit the points of a curve or an object converted to a curve. The following icons are available:"
+
+#: main0227.xhp#hd_id3153105.42.help.text
+msgctxt "main0227.xhp#hd_id3153105.42.help.text"
+msgid "Edit Points"
+msgstr "Edit Points"
+
+#: 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 "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."
+
+#: main0227.xhp#par_id3145366.help.text
+msgid "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3150105.44.help.text
+msgctxt "main0227.xhp#par_id3150105.44.help.text"
+msgid "Edit Points"
+msgstr "Edit Points"
+
+#: main0227.xhp#hd_id3146976.45.help.text
+msgctxt "main0227.xhp#hd_id3146976.45.help.text"
+msgid "Move Points"
+msgstr "Move Points"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: main0227.xhp#par_id3154096.help.text
+msgid "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3147397.48.help.text
+msgctxt "main0227.xhp#par_id3147397.48.help.text"
+msgid "Move Points"
+msgstr "Move Points"
+
+#: main0227.xhp#hd_id3150115.49.help.text
+msgctxt "main0227.xhp#hd_id3150115.49.help.text"
+msgid "Insert Points"
+msgstr "Insert Points"
+
+#: 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 "<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."
+
+#: 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 "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>."
+
+#: main0227.xhp#par_id3153838.help.text
+msgid "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3153710.54.help.text
+msgctxt "main0227.xhp#par_id3153710.54.help.text"
+msgid "Insert Points"
+msgstr "Insert Points"
+
+#: main0227.xhp#hd_id3149020.55.help.text
+msgctxt "main0227.xhp#hd_id3149020.55.help.text"
+msgid "Delete Points"
+msgstr "Delete Points"
+
+#: 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 "<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>"
+
+#: main0227.xhp#par_id3153766.57.help.text
+msgid "First select the points to be deleted, and then click this icon, or press Del."
+msgstr "First select the points to be deleted, and then click this icon, or press Del."
+
+#: main0227.xhp#par_id3147321.help.text
+msgid "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3155961.58.help.text
+msgctxt "main0227.xhp#par_id3155961.58.help.text"
+msgid "Delete Points"
+msgstr "Delete Points"
+
+#: main0227.xhp#hd_id3147361.59.help.text
+msgctxt "main0227.xhp#hd_id3147361.59.help.text"
+msgid "Split Curve"
+msgstr "Split Curve"
+
+#: 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 "<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>."
+
+#: main0227.xhp#par_id3153788.help.text
+msgid "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3152581.61.help.text
+msgctxt "main0227.xhp#par_id3152581.61.help.text"
+msgid "Split Curve"
+msgstr "Split Curve"
+
+#: main0227.xhp#hd_id3150345.62.help.text
+msgctxt "main0227.xhp#hd_id3150345.62.help.text"
+msgid "Convert To Curve"
+msgstr "Convert To Curve"
+
+#: 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 "<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."
+
+#: 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 "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."
+
+#: main0227.xhp#par_id3158212.help.text
+msgid "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3158445.65.help.text
+msgctxt "main0227.xhp#par_id3158445.65.help.text"
+msgid "Convert To Curve"
+msgstr "Convert To Curve"
+
+#: main0227.xhp#hd_id3153199.66.help.text
+msgctxt "main0227.xhp#hd_id3153199.66.help.text"
+msgid "Corner Point"
+msgstr "Corner Point"
+
+#: 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 "<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."
+
+#: main0227.xhp#par_id3154576.help.text
+msgid "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3166429.25.help.text
+msgctxt "main0227.xhp#par_id3166429.25.help.text"
+msgid "Corner Point"
+msgstr "Corner Point"
+
+#: main0227.xhp#hd_id3166436.27.help.text
+msgctxt "main0227.xhp#hd_id3166436.27.help.text"
+msgid "Smooth Transition"
+msgstr "Smooth Transition"
+
+#: 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 "<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."
+
+#: main0227.xhp#par_id3148813.help.text
+msgid "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3154258.28.help.text
+msgctxt "main0227.xhp#par_id3154258.28.help.text"
+msgid "Smooth Transition"
+msgstr "Smooth Transition"
+
+#: main0227.xhp#hd_id3159622.30.help.text
+msgctxt "main0227.xhp#hd_id3159622.30.help.text"
+msgid "Symmetric Transition"
+msgstr "Symmetric Transition"
+
+#: 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 "<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."
+
+#: main0227.xhp#par_id3153818.help.text
+msgid "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3146866.31.help.text
+msgctxt "main0227.xhp#par_id3146866.31.help.text"
+msgid "Symmetric Transition"
+msgstr "Symmetric Transition"
+
+#: main0227.xhp#hd_id3146786.33.help.text
+msgctxt "main0227.xhp#hd_id3146786.33.help.text"
+msgid "Close Bézier"
+msgstr "Close Bézier"
+
+#: 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 "<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."
+
+#: main0227.xhp#par_id3154344.help.text
+msgid "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3147070.34.help.text
+msgctxt "main0227.xhp#par_id3147070.34.help.text"
+msgid "Close Bézier"
+msgstr "Close Bézier"
+
+#: main0227.xhp#hd_id3156351.36.help.text
+msgctxt "main0227.xhp#hd_id3156351.36.help.text"
+msgid "Eliminate Points"
+msgstr "Eliminate Points"
+
+#: 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=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
+msgstr "<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=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialogue box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialogue box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
+
+#: main0227.xhp#par_id3148970.help.text
+msgid "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>"
+
+#: main0227.xhp#par_id3152869.37.help.text
+msgctxt "main0227.xhp#par_id3152869.37.help.text"
+msgid "Eliminate Points"
+msgstr "Eliminate Points"
+
+#: main0201.xhp#tit.help.text
+msgid "Standard Bar"
+msgstr "Standard Bar"
+
+#: main0201.xhp#hd_id3154186.1.help.text
+msgid "<link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\">Standard Bar</link>"
+msgstr "<link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\">Standard Bar</link>"
+
+#: 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 "<ahelp hid=\"RID_ENVTOOLBOX\">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp>"
+
+#: main0201.xhp#hd_id3166460.4.help.text
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">Open File</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">Open File</link>"
+
+#: main0201.xhp#par_idN10661.help.text
+msgid "<link href=\"text/shared/01/01070000.xhp\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\">Save As</link>"
+
+#: main0201.xhp#par_idN10671.help.text
+msgid "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
+msgstr "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
+
+#: main0201.xhp#par_idN106A5.help.text
+msgid "<link href=\"text/shared/01/06010000.xhp\">Spellcheck</link>"
+msgstr "<link href=\"text/shared/01/06010000.xhp\">Spellcheck</link>"
+
+#: main0201.xhp#par_idN106B5.help.text
+msgid "<ahelp hid=\".\">Checks the document or the current selection for spelling errors.</ahelp>"
+msgstr "<ahelp hid=\".\">Checks the document or the current selection for spelling errors.</ahelp>"
+
+#: main0201.xhp#par_idN1086E.help.text
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Insert Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Insert Chart</link>"
+
+#: main0201.xhp#par_id4964445.help.text
+msgctxt "main0201.xhp#par_id4964445.help.text"
+msgid "Creates a chart in the current document."
+msgstr "Creates a chart in the current document."
+
+#: main0201.xhp#par_idN1088E.help.text
+msgid "<link href=\"text/scalc/01/12030100.xhp\">Sort Descending / Sort Ascending</link>"
+msgstr "<link href=\"text/scalc/01/12030100.xhp\">Sort Descending / Sort Ascending</link>"
+
+#: main0201.xhp#par_idN108B1.help.text
+msgid "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."
+msgstr "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."
+
+#: main0201.xhp#par_idN108BE.help.text
+msgctxt "main0201.xhp#par_idN108BE.help.text"
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
+
+#: main0201.xhp#par_idN108EA.help.text
+msgctxt "main0201.xhp#par_idN108EA.help.text"
+msgid "Creates a chart in the current document."
+msgstr "Creates a chart in the current document."
+
+#: main0201.xhp#par_idN108C1.help.text
+msgid "Spreadsheet"
+msgstr "Spreadsheet"
+
+#: main0201.xhp#par_idN10901.help.text
+msgid "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste data into the cells, then click outside the object to return to Impress.</ahelp>"
+msgstr "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste data into the cells, then click outside the object to return to Impress.</ahelp>"
+
+#: main0201.xhp#par_idN108C4.help.text
+msgctxt "main0201.xhp#par_idN108C4.help.text"
+msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
+
+#: main0201.xhp#par_idN108D7.help.text
+msgctxt "main0201.xhp#par_idN108D7.help.text"
+msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
+
+#: main0201.xhp#par_idN10976.help.text
+msgctxt "main0201.xhp#par_idN10976.help.text"
+msgid "Creates a chart in the current document."
+msgstr "Creates a chart in the current document."
+
+#: main0201.xhp#par_idN107D8.help.text
+msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>"
+
+#: main0201.xhp#par_idN107F5.help.text
+msgid "Zoom"
+msgstr "Zoom"
+
+#: main0201.xhp#par_idN10818.help.text
+msgctxt "main0201.xhp#par_idN10818.help.text"
+msgid "What's this"
+msgstr "What's this"
+
+#: main0201.xhp#par_idN1081E.help.text
+msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>"
+msgstr "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>"
+
+#: main0201.xhp#par_idN10855.help.text
+msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>"
+msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>"
+
+#: main0201.xhp#par_idN10873.help.text
+msgctxt "main0201.xhp#par_idN10873.help.text"
+msgid "What's this"
+msgstr "What's this"
+
+#: main0213.xhp#tit.help.text
+msgid "Form Navigation Bar"
+msgstr "Form Navigation Bar"
+
+#: main0213.xhp#bm_id3157896.help.text
+msgid "<bookmark_value>toolbars; Form Navigation bar</bookmark_value><bookmark_value>Navigation bar;forms</bookmark_value><bookmark_value>sorting; data in forms</bookmark_value><bookmark_value>data; sorting in forms</bookmark_value><bookmark_value>forms;sorting data</bookmark_value>"
+msgstr "<bookmark_value>toolbars; Form Navigation bar</bookmark_value><bookmark_value>Navigation bar;forms</bookmark_value><bookmark_value>sorting; data in forms</bookmark_value><bookmark_value>data; sorting in forms</bookmark_value><bookmark_value>forms;sorting data</bookmark_value>"
+
+#: main0213.xhp#hd_id3157896.1.help.text
+msgid "<link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\">Form Navigation Bar</link>"
+msgstr "<link href=\"text/shared/main0213.xhp\" name=\"Form Navigation Bar\">Form Navigation Bar</link>"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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>."
+
+#: 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 "You can control the view of data with the sorting and filtering functions. Original tables are not changed."
+
+#: 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 "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> dialogue. (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>)."
+
+#: 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 "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."
+
+#: main0213.xhp#hd_id3153192.4.help.text
+msgid "Absolute Record"
+msgstr "Absolute Record"
+
+#: 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 "<ahelp hid=\".uno:AbsoluteRecord\">Shows the number of the current record. Enter a number to go to the corresponding record.</ahelp>"
+
+#: main0213.xhp#hd_id3153573.6.help.text
+msgid "First Record"
+msgstr "First Record"
+
+#: main0213.xhp#par_id3154013.help.text
+#, fuzzy
+msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3155308.7.help.text
+msgid "<ahelp hid=\".uno:FirstRecord\">Takes you to the first record.</ahelp>"
+msgstr "<ahelp hid=\".uno:FirstRecord\">Takes you to the first record.</ahelp>"
+
+#: main0213.xhp#hd_id3154792.8.help.text
+msgid "Previous Record"
+msgstr "Previous Record"
+
+#: main0213.xhp#par_id3145647.help.text
+msgid "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3157846.9.help.text
+msgid "<ahelp hid=\".uno:PrevRecord\">Takes you to the previous record.</ahelp>"
+msgstr "<ahelp hid=\".uno:PrevRecord\">Takes you to the previous record.</ahelp>"
+
+#: main0213.xhp#hd_id3149121.10.help.text
+msgid "Next Record"
+msgstr "Next Record"
+
+#: main0213.xhp#par_id3146913.help.text
+msgid "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3148914.11.help.text
+msgid "<ahelp hid=\".uno:NextRecord\">Takes you to the next record.</ahelp>"
+msgstr "<ahelp hid=\".uno:NextRecord\">Takes you to the next record.</ahelp>"
+
+#: main0213.xhp#hd_id3148997.12.help.text
+msgid "Last Record"
+msgstr "Last Record"
+
+#: main0213.xhp#par_id3155337.help.text
+#, fuzzy
+msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3151248.13.help.text
+msgid "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>"
+msgstr "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>"
+
+#: main0213.xhp#hd_id3145231.14.help.text
+msgctxt "main0213.xhp#hd_id3145231.14.help.text"
+msgid "Save Record"
+msgstr "Save Record"
+
+#: main0213.xhp#par_id3150647.help.text
+msgid "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:RecSave\">Saves a new data entry. The change is registered in the database.</ahelp>"
+
+#: main0213.xhp#hd_id3158446.16.help.text
+msgid "Undo: Data entry"
+msgstr "Undo: Data entry"
+
+#: main0213.xhp#par_id3166423.help.text
+msgid "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3151276.17.help.text
+msgid "<ahelp hid=\".uno:RecUndo\">Allows you to undo a data entry.</ahelp>"
+msgstr "<ahelp hid=\".uno:RecUndo\">Allows you to undo a data entry.</ahelp>"
+
+#: main0213.xhp#hd_id3149967.18.help.text
+msgid "New Record"
+msgstr "New Record"
+
+#: main0213.xhp#par_id3149735.help.text
+msgid "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+
+#: main0213.xhp#par_id3148460.19.help.text
+msgid "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>"
+msgstr "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>"
+
+#: main0213.xhp#hd_id3153659.20.help.text
+msgid "Delete Record"
+msgstr "Delete Record"
+
+#: main0213.xhp#par_id3145584.help.text
+msgid "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Icon</alt></image>"
+msgstr "<image id=\"img_id3166434\" src=\"cmd/sc_deleterecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3166434\">Icon</alt></image>"
+
+#: 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 "<ahelp hid=\".uno:DeleteRecord\">Deletes a record. A query needs to be confirmed before deleting.</ahelp>"
+
+#: main0213.xhp#hd_id3156448.25.help.text
+msgid "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link>"
+msgstr "<link href=\"text/shared/02/12100200.xhp\" name=\"Find Record\">Find Record</link>"
+
+#: main0213.xhp#hd_id3148599.26.help.text
+msgid "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">Sort</link>"
+
+#: main0800.xhp#tit.help.text
+msgid "$[officename] and the Internet"
+msgstr "$[officename] and the Internet"
+
+#: 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 "<link href=\"text/shared/main0800.xhp\" name=\"$[officename] and the Internet\">$[officename] and the Internet</link>"
+
+#: 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 "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."
+
+#: main0400.xhp#tit.help.text
+msgid "Shortcut Keys"
+msgstr "Shortcut Keys"
+
+#: main0400.xhp#hd_id3149495.1.help.text
+msgid "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">Shortcut Keys</link>"
+msgstr "<link href=\"text/shared/main0400.xhp\" name=\"Shortcut Keys\">Shortcut Keys</link>"
+
+#: main0400.xhp#par_id3150040.2.help.text
+msgid "This section contains descriptions of frequently used shortcut keys in $[officename]."
+msgstr "This section contains descriptions of frequently used shortcut keys in $[officename]."
+
+#: main0108.xhp#tit.help.text
+msgid "Help"
+msgstr "Help"
+
+#: main0108.xhp#hd_id3155364.1.help.text
+msgid "<link href=\"text/shared/main0108.xhp\" name=\"Help\">Help</link>"
+msgstr "<link href=\"text/shared/main0108.xhp\" name=\"Help\">Help</link>"
+
+#: 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 "<ahelp hid=\".uno:HelpMenu\">The Help menu allows you to start and control the $[officename] Help system.</ahelp>"
+
+#: main0108.xhp#hd_id3147399.5.help.text
+msgid "$[officename] Help"
+msgstr "$[officename] Help"
+
+#: 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 "<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."
+
+#: main0108.xhp#par_idN1064A.help.text
+msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id1619006\">icon</alt></image>"
+msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id1619006\">icon</alt></image>"
+
+#: main0108.xhp#par_idN10667.help.text
+msgid "%PRODUCTNAME Help"
+msgstr "%PRODUCTNAME Help"
+
+#: main0108.xhp#hd_id4153881.7.help.text
+msgid "License Information"
+msgstr ""
+
+#: main0108.xhp#par_id4144510.8.help.text
+msgid "<ahelp hid=\".uno:ShowLicense\">Displays the Licensing and Legal information dialog.</ahelp>"
+msgstr ""
+
+#: main0108.xhp#hd_id5153881.7.help.text
+msgid "%PRODUCTNAME Credits"
+msgstr ""
+
+#: main0108.xhp#par_id5144510.8.help.text
+msgid "<ahelp hid=\".uno:ShowLicense\">Displays the CREDITS.odt document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>"
+msgstr ""
+
+#: main0108.xhp#hd_id3153881.7.help.text
+msgid "About $[officename]"
+msgstr "About $[officename]"
+
+#: main0108.xhp#par_id3144510.8.help.text
+msgid "<ahelp hid=\".uno:About\">Displays general program information such as version number and copyrights.</ahelp>"
+msgstr "<ahelp hid=\".uno:About\">Displays general program information such as version number and copyrights.</ahelp>"
+
+#: main0600.xhp#tit.help.text
+msgid "Programming $[officename]"
+msgstr "Programming $[officename]"
+
+#: main0600.xhp#bm_id3154232.help.text
+msgid "<bookmark_value>programming;$[officename]</bookmark_value><bookmark_value>Basic;programming</bookmark_value>"
+msgstr "<bookmark_value>programming;$[officename]</bookmark_value><bookmark_value>Basic;programming</bookmark_value>"
+
+#: 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 "<variable id=\"programming\"><link href=\"text/shared/main0600.xhp\" name=\"Programming $[officename]\">Programming $[officename]</link></variable>"
+
+#: main0600.xhp#par_id3149760.2.help.text
+msgid "<variable id=\"basic\">$[officename] can be controlled by using the $[officename] API. </variable>"
+msgstr "<variable id=\"basic\">$[officename] can be controlled by using the $[officename] API. </variable>"
+
+#: 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 "$[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."
+
+#: main0600.xhp#par_id3156346.15.help.text
+#, fuzzy
+msgid "For more information about $[officename] API reference, please visit http://api.libreoffice.org/"
+msgstr "For more information about $[officename] API reference, please visit http://api.openoffice.org/"
+
+#: 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 "Macros created with $[officename] Basic based on the old programming interface will no longer be supported by the current version."
+
+#: main0600.xhp#par_id3149795.14.help.text
+msgid "For more information on $[officename] Basic, select \"$[officename] Basic\" in the list box."
+msgstr "For more information on $[officename] Basic, select \"$[officename] Basic\" in the list box."
diff --git a/source/en-ZA/helpcontent2/source/text/shared/00.po b/source/en-ZA/helpcontent2/source/text/shared/00.po
new file mode 100644
index 00000000000..0e504f294e1
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/shared/00.po
@@ -0,0 +1,6525 @@
+#. extracted from helpcontent2/source/text/shared/00.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-06-26 09:54+0200\n"
+"PO-Revision-Date: 2012-06-16 13:55+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 00000200.xhp#tit.help.text
+msgctxt "00000200.xhp#tit.help.text"
+msgid "Graphics Export Options"
+msgstr ""
+
+#: 00000200.xhp#hd_id3150127.help.text
+msgctxt "00000200.xhp#hd_id3150127.help.text"
+msgid "Graphics Export Options"
+msgstr ""
+
+#: 00000200.xhp#par_id3160463.help.text
+msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id1.help.text
+msgid "When you export graphical elements to a file, you can select the file type. For most supported file types a dialog opens where you can setup export options."
+msgstr ""
+
+#: 00000200.xhp#par_id2.help.text
+msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
+msgstr ""
+
+#: 00000200.xhp#par_id3.help.text
+msgid "The other file types show options dialogs where you can set the width and height of the exported image."
+msgstr ""
+
+#: 00000200.xhp#par_id4.help.text
+msgid "Depending on the file type, you can specify some more options. Press Shift+F1 and hover over the control to see an extended help text."
+msgstr ""
+
+#: 00000200.xhp#par_id388.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies the measurement units.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#hd_id3151330.help.text
+msgid "Width"
+msgstr "Width"
+
+#: 00000200.xhp#par_id3154561.help.text
+msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the width.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#hd_id3156027.help.text
+msgid "Height"
+msgstr "Height"
+
+#: 00000200.xhp#par_id3147226.help.text
+msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the height.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#hd_id3150944.help.text
+msgid "Resolution"
+msgstr "Resolution"
+
+#: 00000200.xhp#par_id3150129.help.text
+msgid "<ahelp hid=\".\">Enter the image resolution. Select the measurement units from the list box.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#hd_id3143534.help.text
+msgid "More options"
+msgstr ""
+
+#: 00000200.xhp#par_id10.help.text
+msgid "For JPEG files you can set the color depth and the quality."
+msgstr ""
+
+#: 00000200.xhp#par_id435923952.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the color depth from 8 bit grayscale or 24 bit true color.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id355152952.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression and quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size. A high compression means a low quality, a low compression means a high quality.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id11.help.text
+msgid "For BMP files you can set the compression and the RLE encoding."
+msgstr ""
+
+#: 00000200.xhp#par_id312346798.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies RLE (Run Length Encoding) to the BMP graphics.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id12.help.text
+msgid "For PBM, PGM, and PPM files you can set the encoding."
+msgstr ""
+
+#: 00000200.xhp#par_id344441.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in binary format. The resulting file is smaller than a text file.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id3555783.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in ASCII text format. The resulting file is larger than a binary file.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id13.help.text
+msgid "For PNG files you can set the compression and the interlaced mode."
+msgstr ""
+
+#: 00000200.xhp#par_id35674840.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the graphic is to be saved in interlaced mode.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id14.help.text
+msgid "For GIF files you can set the transparency and the interlaced mode."
+msgstr ""
+
+#: 00000200.xhp#par_id31456456938.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to save the background of the picture as transparent. Only objects will be visible in the GIF image. Use the Color Replacer to set the transparent color in the picture.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id15.help.text
+msgid "For EPS files you can set the preview, the color format, the compression, and the version."
+msgstr ""
+
+#: 00000200.xhp#par_id3147779948.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 ""
+
+#: 00000200.xhp#par_id993155271.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a preview image is exported in the TIFF format together with the actual PostScript file.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id993144740.30.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a monochrome preview graphic in EPSI format is exported together with the PostScript file. This format only contains printable characters from the 7-bit ASCII code.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id993150935.12.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Compression is not available at this level. Select the Level 1 option if your PostScript printer does not offer the capabilities of Level 2.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id993159201.14.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Level 2 option if your output device supports colored bitmaps, palette graphics and compressed graphics.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id319947250.18.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in color.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id993147088.20.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in grayscale tones.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id399153683.24.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">LZW compression is the compression of a file into a smaller file using a table-based lookup algorithm.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id319952780.26.help.text
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not wish to use compression.</ahelp>"
+msgstr ""
+
+#: 00000200.xhp#par_id3147250.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 ""
+
+#: 00040503.xhp#tit.help.text
+msgctxt "00040503.xhp#tit.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040503.xhp#hd_id3155757.1.help.text
+msgctxt "00040503.xhp#hd_id3155757.1.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040503.xhp#par_id3147294.2.help.text
+msgid "Choose <emph>Format - Row - Height</emph>"
+msgstr "Choose <emph>Format - Row - Height</emph>"
+
+#: 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 "Open context menu of a row header in an open database table - choose <emph>Row Height</emph>"
+
+#: 00040503.xhp#par_id3153136.4.help.text
+msgid "Choose <emph>Format - Column - Width</emph>"
+msgstr "Choose <emph>Format - Column - Width</emph>"
+
+#: 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 "Open context menu of a column header in a database table - choose <emph>Column Width</emph>"
+
+#: 00040503.xhp#par_id3148668.11.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline>"
+
+#: 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 "<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>"
+
+#: 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 "Open context menu for a column header in an open database table - choose <emph>Column Format - Format</emph> tab"
+
+#: 00040503.xhp#par_id3147531.15.help.text
+msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)"
+msgstr "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents)"
+
+#: 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 "Also as <emph>Number Format</emph> dialogue 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."
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 "<variable id=\"tabform\">Open context menu of a row header in a database table - choose <emph>Table Format</emph></variable>"
+
+#: 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 "<variable id=\"spaltform\">Open context menu of a column header in a database table - choose <emph>Column Format</emph></variable>"
+
+#: 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 "<variable id=\"zeilenloeschen\">Context menu for a row header in an open database table - <emph>Delete Rows</emph></variable>"
+
+#: 00040503.xhp#par_id3150495.16.help.text
+msgid "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
+
+#: 00040503.xhp#par_id3155742.17.help.text
+msgctxt "00040503.xhp#par_id3155742.17.help.text"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
+msgstr "Choose <emph>Format - Graphics - Graphics</emph> tab"
+
+#: 00040503.xhp#par_id3158407.35.help.text
+msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)"
+msgstr "Open context menu - choose <emph>Flip</emph> (presentation documents)"
+
+#: 00040503.xhp#par_id3150290.20.help.text
+msgid "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
+
+#: 00040503.xhp#par_id3153179.21.help.text
+msgctxt "00040503.xhp#par_id3153179.21.help.text"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
+msgstr "Choose <emph>Format - Graphics - Graphics</emph> tab"
+
+#: 00040503.xhp#par_id3157960.36.help.text
+msgid "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)"
+msgstr "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)"
+
+#: 00040503.xhp#par_id3153369.26.help.text
+msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
+
+#: 00040503.xhp#par_id3147348.27.help.text
+msgid "Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab"
+msgstr "Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab"
+
+#: 00040503.xhp#par_id3156106.42.help.text
+msgid "Choose <emph>Format - Flip - Horizontally</emph>"
+msgstr "Choose <emph>Format - Flip - Horizontally</emph>"
+
+#: 00040503.xhp#par_id3152578.37.help.text
+msgid "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
+msgstr "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
+
+#: 00040503.xhp#par_id3147318.38.help.text
+msgid "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
+
+#: 00040503.xhp#par_id3149064.39.help.text
+msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
+msgstr "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
+
+#: 00000208.xhp#tit.help.text
+msgctxt "00000208.xhp#tit.help.text"
+msgid "Text Import"
+msgstr "Text Import"
+
+#: 00000208.xhp#hd_id3150960.1.help.text
+msgctxt "00000208.xhp#hd_id3150960.1.help.text"
+msgid "Text Import"
+msgstr "Text Import"
+
+#: 00000208.xhp#par_id3149987.2.help.text
+msgid "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
+msgstr "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
+
+#: 00000208.xhp#hd_id3147588.45.help.text
+msgid "Import"
+msgstr "Import"
+
+#: 00000208.xhp#hd_id3154788.9.help.text
+msgid "Character Set"
+msgstr "Character Set"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Specifies the character set to be used in the imported file.</ahelp>"
+
+#: 00000208.xhp#hd_id315478899.help.text
+msgctxt "00000208.xhp#hd_id315478899.help.text"
+msgid "Language"
+msgstr "Language"
+
+#: 00000208.xhp#par_id314949588.help.text
+msgid "<ahelp hid=\".\">Determines how the number strings are imported.</ahelp>"
+msgstr ""
+
+#: 00000208.xhp#par_id314949587.help.text
+msgid "If Language is set to Default (for CSV import) or Automatic (for HTML import), Calc will use the globally set language. If Language is set to a specific language, that language will be used when importing numbers."
+msgstr ""
+
+#: 00000208.xhp#par_id314949586.help.text
+msgid "When importing an HTML document, the Language selection can conflict with the global HTML option <link href=\"text/shared/optionen/01030500.xhp\" name=\"Use\">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored."
+msgstr ""
+
+#: 00000208.xhp#hd_id3154894.47.help.text
+msgid "From Row"
+msgstr "From Row"
+
+#: 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 "<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 dialogue."
+
+#: 00000208.xhp#hd_id3149999.3.help.text
+msgid "Separator Options"
+msgstr "Separator Options"
+
+#: 00000208.xhp#par_id3149640.4.help.text
+msgid "Specifies whether your data uses separators or fixed widths as delimiters."
+msgstr "Specifies whether your data uses separators or fixed widths as delimiters."
+
+#: 00000208.xhp#hd_id3156553.7.help.text
+msgid "Fixed width"
+msgstr "Fixed width"
+
+#: 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 "<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."
+
+#: 00000208.xhp#hd_id3156560.5.help.text
+msgid "Separated by"
+msgstr "Separated by"
+
+#: 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 "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_SEPARATED\">Select the separator used in your data.</ahelp>"
+
+#: 00000208.xhp#hd_id3147250.49.help.text
+msgid "Tab"
+msgstr "Tab"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Separates data delimited by tabs into columns.</ahelp>"
+
+#: 00000208.xhp#hd_id3154317.51.help.text
+msgid "Semicolon"
+msgstr "Semicolon"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Separates data delimited by semicolons into columns.</ahelp>"
+
+#: 00000208.xhp#hd_id3145313.53.help.text
+msgid "Comma"
+msgstr "Comma"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Separates data delimited by commas into columns.</ahelp>"
+
+#: 00000208.xhp#hd_id3163802.55.help.text
+msgid "Space"
+msgstr "Space"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Separates data delimited by spaces into columns.</ahelp>"
+
+#: 00000208.xhp#hd_id3147335.57.help.text
+msgid "Other"
+msgstr "Other"
+
+#: 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 "<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>"
+
+#: 00000208.xhp#hd_id3150978.59.help.text
+msgid "Merge delimiters"
+msgstr "Merge delimiters"
+
+#: 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 "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Combines consecutive delimiters and removes blank data fields.</ahelp>"
+
+#: 00000208.xhp#hd_id3155341.15.help.text
+msgctxt "00000208.xhp#hd_id3155341.15.help.text"
+msgid "Text delimiter"
+msgstr "Text delimiter"
+
+#: 00000208.xhp#par_id3156326.16.help.text
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
+
+#: 00000208.xhp#hd_id315538811.help.text
+msgid "Other options"
+msgstr ""
+
+#: 00000208.xhp#par_id315366511.help.text
+msgid "Sets some other import options."
+msgstr ""
+
+#: 00000208.xhp#hd_id314847411.help.text
+msgid "Quoted fields as text"
+msgstr ""
+
+#: 00000208.xhp#par_id314995711.help.text
+msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose values are quoted in their entirety (the first and last characters of the value equal the text delimiter) are imported as text.</ahelp>"
+msgstr ""
+
+#: 00000208.xhp#hd_id314847422.help.text
+msgid "Detect special numbers"
+msgstr ""
+
+#: 00000208.xhp#par_id314995722.help.text
+msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
+msgstr ""
+
+#: 00000208.xhp#par_id314995723.help.text
+msgid "The selected language influences how such special numbers are detected, since different languages and regions many have different conventions for such special numbers."
+msgstr ""
+
+#: 00000208.xhp#par_id314995724.help.text
+msgid "When this option is disabled, Calc will detect and convert only decimal numbers. The rest, including numbers formatted in scientific notation, will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region."
+msgstr ""
+
+#: 00000208.xhp#hd_id3155388.61.help.text
+msgid "Fields"
+msgstr "Fields"
+
+#: 00000208.xhp#par_id3153665.62.help.text
+msgid "Shows how your data will look when it is separated into columns."
+msgstr "Shows how your data will look when it is separated into columns."
+
+#: 00000208.xhp#hd_id3148474.63.help.text
+msgid "Column type"
+msgstr "Column type"
+
+#: 00000208.xhp#par_id314995725.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 ""
+
+#: 00000208.xhp#par_id3152945.25.help.text
+msgctxt "00000208.xhp#par_id3152945.25.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 00000208.xhp#par_id3145121.26.help.text
+msgid "Function"
+msgstr "Function"
+
+#: 00000208.xhp#par_id3149763.27.help.text
+msgctxt "00000208.xhp#par_id3149763.27.help.text"
+msgid "Standard"
+msgstr "Standard"
+
+#: 00000208.xhp#par_id3155923.28.help.text
+msgid "$[officename] determines the type."
+msgstr "$[officename] determines the type."
+
+#: 00000208.xhp#par_id3152472.29.help.text
+#, fuzzy
+msgid "Text"
+msgstr "Text"
+
+#: 00000208.xhp#par_id3148946.30.help.text
+msgid "Imported data are treated as text."
+msgstr "Imported data are treated as text."
+
+#: 00000208.xhp#par_id3147265.31.help.text
+msgid "Date (DMY)"
+msgstr "Date (DMY)"
+
+#: 00000208.xhp#par_id3156434.32.help.text
+msgid "Applies a date format (Day, Month, Year) to the imported data in a column."
+msgstr "Applies a date format (Day, Month, Year) to the imported data in a column."
+
+#: 00000208.xhp#par_id3148740.33.help.text
+msgid "Date (MDY)"
+msgstr "Date (MDY)"
+
+#: 00000208.xhp#par_id3149688.34.help.text
+msgid "Applies a date format (Month, Day, Year) to the imported data in a column."
+msgstr "Applies a date format (Month, Day, Year) to the imported data in a column."
+
+#: 00000208.xhp#par_id3150230.35.help.text
+msgid "Date (YMD)"
+msgstr "Date (YMD)"
+
+#: 00000208.xhp#par_id3153207.36.help.text
+msgid "Applies a date format (Year, Month, Day) to the imported data in a column."
+msgstr "Applies a date format (Year, Month, Day) to the imported data in a column."
+
+#: 00000208.xhp#par_id3148981.65.help.text
+msgid "US English"
+msgstr "US English"
+
+#: 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 "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."
+
+#: 00000208.xhp#par_id3154329.37.help.text
+msgid "Hide"
+msgstr "Hide"
+
+#: 00000208.xhp#par_id3154946.38.help.text
+msgid "The data in the column are not imported."
+msgstr "The data in the column are not imported."
+
+#: 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 "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:"
+
+#: 00000208.xhp#par_id3150650.76.help.text
+msgid "Number of characters "
+msgstr "Number of characters "
+
+#: 00000208.xhp#par_id3150495.77.help.text
+msgid "Date format"
+msgstr "Date format"
+
+#: 00000208.xhp#par_id3156212.78.help.text
+msgid "6"
+msgstr "6"
+
+#: 00000208.xhp#par_id3153056.79.help.text
+msgid "Two characters each are taken for day, month, and year in the selected order."
+msgstr "Two characters each are taken for day, month, and year in the selected order."
+
+#: 00000208.xhp#par_id3147352.80.help.text
+msgid "8"
+msgstr "8"
+
+#: 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 "Four characters are taken for the year, two each for month and day, in the selected order."
+
+#: 00000208.xhp#par_id3147295.82.help.text
+msgid "5 or 7"
+msgstr "5 or 7"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 00000208.xhp#hd_id3149287.39.help.text
+msgctxt "00000208.xhp#hd_id3149287.39.help.text"
+msgid "Preview"
+msgstr "Preview"
+
+#: 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 "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."
+
+#: 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 "If you want to use a fixed width to separate the imported data into columns, click in the ruler to set the width boundaries."
+
+#: 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 "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigating Without the Mouse\">Navigating Without the Mouse</link>"
+
+#: 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 "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>."
+
+#: 00000407.xhp#tit.help.text
+msgctxt "00000407.xhp#tit.help.text"
+msgid "Window Menu"
+msgstr "Window Menu"
+
+#: 00000407.xhp#hd_id3154349.1.help.text
+msgctxt "00000407.xhp#hd_id3154349.1.help.text"
+msgid "Window Menu"
+msgstr "Window Menu"
+
+#: 00000407.xhp#par_id3083278.6.help.text
+msgid "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
+msgstr "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
+
+#: 00000407.xhp#par_id3154545.13.help.text
+msgid "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
+msgstr "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
+
+#: 00000207.xhp#tit.help.text
+#, fuzzy
+msgctxt "00000207.xhp#tit.help.text"
+msgid "Export text files"
+msgstr "Export of text files"
+
+#: 00000207.xhp#hd_id3153116.1.help.text
+#, fuzzy
+msgctxt "00000207.xhp#hd_id3153116.1.help.text"
+msgid "Export text files"
+msgstr "Export of text files"
+
+#: 00000207.xhp#par_id3150379.7.help.text
+msgid "The <emph>Export 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 ""
+
+#: 00000207.xhp#hd_id3155577.2.help.text
+msgid "Field options"
+msgstr "Field options"
+
+#: 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 "Defines the field separator, text separator and character set that is used for the text export."
+
+#: 00000207.xhp#hd_id3152876.5.help.text
+msgctxt "00000207.xhp#hd_id3152876.5.help.text"
+msgid "Character set"
+msgstr "Character set"
+
+#: 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 "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\">Specifies the character set for text export.</ahelp>"
+
+#: 00000207.xhp#hd_id3145138.3.help.text
+msgid "Field delimiter"
+msgstr "Field delimiter"
+
+#: 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 "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_FIELDSEP\">Choose or enter the field delimiter, which separates data fields.</ahelp>"
+
+#: 00000207.xhp#hd_id3154682.4.help.text
+msgctxt "00000207.xhp#hd_id3154682.4.help.text"
+msgid "Text delimiter"
+msgstr "Text delimiter"
+
+#: 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 "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_TEXTSEP\">Choose or enter the text delimiter, which encloses every data field.</ahelp>"
+
+#: 00000207.xhp#hd_id783149793.help.text
+msgid "Quote all text cells"
+msgstr ""
+
+#: 00000207.xhp#par_id3152778363.help.text
+msgid "<ahelp hid=\".\">Exports all text cells with leading and trailing quote characters as set in the Text delimiter box. If not checked, only those text cells get quoted that contain the Field delimiter character.</ahelp>"
+msgstr ""
+
+#: 00000207.xhp#hd_id7145298.help.text
+msgid "Save cell content as shown"
+msgstr "Save cell content as shown"
+
+#: 00000207.xhp#par_id5719779.help.text
+msgid "<ahelp hid=\".\">Enabled by default, data will be saved as displayed, including applied number formats. If this checkbox is not marked, raw data content will be saved, as in older versions of the software.</ahelp>"
+msgstr "<ahelp hid=\".\">Enabled by default, data will be saved as displayed, including applied number formats. If this checkbox is not marked, raw data content will be saved, as in older versions of the software.</ahelp>"
+
+#: 00000207.xhp#par_id3541062.help.text
+msgid "Depending on the number format, saving cell content as shown may write values that during an import cannot be interpreted as numerical values anymore."
+msgstr "Depending on the number format, saving cell content as shown may write values that during an import cannot be interpreted as numerical values anymore."
+
+#: 00000207.xhp#hd_id3149793.12.help.text
+msgid "Fixed column width"
+msgstr "Fixed column width"
+
+#: 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 "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\">Exports all data fields with a fixed width.</ahelp>"
+
+#: 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 "The width of a data field in the exported text file is set to the current width of the corresponding column."
+
+#: 00000207.xhp#par_id3154116.15.help.text
+msgid "Values are exported in the format as currently seen in the cell."
+msgstr "Values are exported in the format as currently seen in the cell."
+
+#: 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 "If a value is longer than the fixed column width, it will be exported as a ### string."
+
+#: 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 "If a text string is longer than the fixed column width, it will be truncated at the end."
+
+#: 00000207.xhp#par_id3148548.18.help.text
+msgid "The alignment Left, Centered, and Right will be simulated by inserted blanks."
+msgstr "The alignment Left, Centred, and Right will be simulated by inserted blanks."
+
+#: 00000402.xhp#tit.help.text
+msgctxt "00000402.xhp#tit.help.text"
+msgid "Edit Menu"
+msgstr "Edit Menu"
+
+#: 00000402.xhp#hd_id3147273.1.help.text
+msgctxt "00000402.xhp#hd_id3147273.1.help.text"
+msgid "Edit Menu"
+msgstr "Edit Menu"
+
+#: 00000402.xhp#par_id3085157.2.help.text
+msgid "Choose <emph>Edit - Undo</emph>"
+msgstr "Choose <emph>Edit - Undo</emph>"
+
+#: 00000402.xhp#par_id3145160.564.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
+
+#: 00000402.xhp#par_id3154094.3.help.text
+msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
+msgstr "On the <emph>Standard</emph> Bar or Table Data bar, click"
+
+#: 00000402.xhp#par_id3155449.help.text
+msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3148563.4.help.text
+msgid "Undo"
+msgstr "Undo"
+
+#: 00000402.xhp#par_id3145068.5.help.text
+msgid "Choose <emph>Edit - Redo</emph>"
+msgstr "Choose <emph>Edit - Redo</emph>"
+
+#: 00000402.xhp#par_id3153897.6.help.text
+msgctxt "00000402.xhp#par_id3153897.6.help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr "On the <emph>Standard</emph> Bar, click"
+
+#: 00000402.xhp#par_id3154938.help.text
+msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3151211.7.help.text
+msgid "Redo"
+msgstr "Redo"
+
+#: 00000402.xhp#par_id3154365.8.help.text
+msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph></variable>"
+msgstr "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph></variable>"
+
+#: 00000402.xhp#par_id3149765.9.help.text
+msgid "Choose <emph>Edit - Cut</emph>"
+msgstr "Choose <emph>Edit - Cut</emph>"
+
+#: 00000402.xhp#par_id3144762.565.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
+
+#: 00000402.xhp#par_id3148744.10.help.text
+msgctxt "00000402.xhp#par_id3148744.10.help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr "On the <emph>Standard</emph> Bar, click"
+
+#: 00000402.xhp#par_id3145173.help.text
+msgid "<image id=\"img_id3145744\" src=\"cmd/sc_helpmenu.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145744\" src=\"cmd/sc_helpmenu.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3154153.11.help.text
+msgctxt "00000402.xhp#par_id3154153.11.help.text"
+msgid "Cut"
+msgstr "Cut"
+
+#: 00000402.xhp#par_id3150742.12.help.text
+msgid "Choose <emph>Edit - Copy</emph>"
+msgstr "Choose <emph>Edit - Copy</emph>"
+
+#: 00000402.xhp#par_id3148923.566.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
+
+#: 00000402.xhp#par_id3159254.13.help.text
+msgctxt "00000402.xhp#par_id3159254.13.help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr "On the <emph>Standard</emph> Bar, click"
+
+#: 00000402.xhp#par_id3154985.help.text
+msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3150685.14.help.text
+msgctxt "00000402.xhp#par_id3150685.14.help.text"
+msgid "Copy"
+msgstr "Copy"
+
+#: 00000402.xhp#par_id3159153.15.help.text
+msgid "Choose <emph>Edit - Paste</emph>"
+msgstr "Choose <emph>Edit - Paste</emph>"
+
+#: 00000402.xhp#par_id3155860.567.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
+
+#: 00000402.xhp#par_id3159083.16.help.text
+msgctxt "00000402.xhp#par_id3159083.16.help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr "On the <emph>Standard</emph> Bar, click"
+
+#: 00000402.xhp#par_id3156106.help.text
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3154471.17.help.text
+msgctxt "00000402.xhp#par_id3154471.17.help.text"
+msgid "Paste"
+msgstr "Paste"
+
+#: 00000402.xhp#par_id3152791.532.help.text
+msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph></variable>"
+msgstr "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph></variable>"
+
+#: 00000402.xhp#par_id3148555.533.help.text
+msgid "Choose <emph>Edit - Select All</emph>"
+msgstr "Choose <emph>Edit - Select All</emph>"
+
+#: 00000402.xhp#par_id3152417.568.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
+
+#: 00000402.xhp#par_id3145748.help.text
+msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3153139.575.help.text
+msgid "Select All"
+msgstr "Select All"
+
+#: 00000402.xhp#par_id3145251.555.help.text
+msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Changes</emph></variable>"
+msgstr "<variable id=\"aenderungen\">Choose <emph>Edit - Changes</emph></variable>"
+
+#: 00000402.xhp#par_id3153336.556.help.text
+msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Changes - Record</emph></variable>"
+msgstr "<variable id=\"aufzeichnen\">Choose <emph>Edit - Changes - Record</emph></variable>"
+
+#: 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 "<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>"
+
+#: 00000402.xhp#par_id3153845.558.help.text
+msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Changes - Accept or Reject</emph></variable>"
+msgstr "<variable id=\"rotlinie\">Choose <emph>Edit - Changes - Accept or Reject</emph></variable>"
+
+#: 00000402.xhp#par_id3148587.559.help.text
+msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
+msgstr "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
+
+#: 00000402.xhp#par_id3150396.574.help.text
+msgid "Choose <emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCorrect dialog appears, click <emph>Edit Changes</emph> button, see <emph>List</emph> tab page"
+msgstr "Choose <emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCorrect dialogue appears, click <emph>Edit Changes</emph> button, see <emph>List</emph> tab page"
+
+#: 00000402.xhp#par_id3153878.560.help.text
+msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
+msgstr "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
+
+#: 00000402.xhp#par_id3151281.561.help.text
+msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Changes - Merge Document</emph></variable>"
+msgstr "<variable id=\"einfuegen\">Choose <emph>Edit - Changes - Merge Document</emph></variable>"
+
+#: 00000402.xhp#par_id3153224.562.help.text
+msgid "<variable id=\"dvergl\">Choose <emph>Edit - Compare Document</emph></variable>"
+msgstr "<variable id=\"dvergl\">Choose <emph>Edit - Compare Document</emph></variable>"
+
+#: 00000402.xhp#par_id3148773.563.help.text
+msgid "Choose <emph>Edit - Changes - Comment</emph>"
+msgstr "Choose <emph>Edit - Changes - Comment</emph>"
+
+#: 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 "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>"
+
+#: 00000402.xhp#par_id3156297.49.help.text
+msgid "Choose <emph>Edit - Find & Replace</emph>"
+msgstr "Choose <emph>Edit - Find & Replace</emph>"
+
+#: 00000402.xhp#par_id3154503.569.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+msgstr ""
+
+#: 00000402.xhp#par_id3155083.456.help.text
+msgid "On Standard bar, click"
+msgstr "On Standard bar, click"
+
+#: 00000402.xhp#par_id3150020.help.text
+msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3144748.50.help.text
+msgid "Find & Replace"
+msgstr "Find & Replace"
+
+#: 00000402.xhp#par_id3156357.552.help.text
+msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
+msgstr "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
+
+#: 00000402.xhp#par_id3153840.553.help.text
+msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
+msgstr "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
+
+#: 00000402.xhp#par_id3146971.554.help.text
+msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
+msgstr "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
+
+#: 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 "On the <emph>Table Data</emph> Bar, click <emph>Find</emph> icon - <emph>Similarity search</emph> check box - <emph>...</emph> button (database table view)"
+
+#: 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 "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>...</emph> button (form view)"
+
+#: 00000402.xhp#par_id3152960.534.help.text
+msgid "Choose <emph>View - Navigator</emph>"
+msgstr "Choose <emph>View - Navigator</emph>"
+
+#: 00000402.xhp#par_id3163824.535.help.text
+msgid "On <emph>Standard</emph> Bar, click"
+msgstr "On <emph>Standard</emph> Bar, click"
+
+#: 00000402.xhp#par_id3159183.help.text
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+
+#: 00000402.xhp#par_id3147359.536.help.text
+msgid "Navigator On/Off"
+msgstr "Navigator On/Off"
+
+#: 00000402.xhp#par_id3147338.576.help.text
+msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
+msgstr "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
+
+#: 00000402.xhp#par_id3149281.538.help.text
+msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph></variable>"
+msgstr "<variable id=\"link\">Choose <emph>Edit - Links</emph></variable>"
+
+#: 00000402.xhp#par_id3159339.551.help.text
+msgid "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
+msgstr "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
+
+#: 00000402.xhp#par_id3148927.543.help.text
+msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
+msgstr "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
+
+#: 00000402.xhp#par_id3156315.577.help.text
+msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
+msgstr "Open context menu of selected frame - choose <emph>Properties</emph>"
+
+#: 00000402.xhp#par_id3151251.545.help.text
+msgid "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
+msgstr "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
+
+#: 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 "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> (also in context menu of selected object) </variable>"
+
+#: 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 "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph>, then select a section of the ImageMap and click <emph>Properties - Description</emph></variable>"
+
+#: 00000402.xhp#par_id3149259.547.help.text
+msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph></variable>"
+msgstr "<variable id=\"edit1\">Choose <emph>Edit - Object</emph></variable>"
+
+#: 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 "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object </variable>"
+
+#: 00000402.xhp#par_id3149565.549.help.text
+msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph></variable>"
+msgstr "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph></variable>"
+
+#: 00040500.xhp#tit.help.text
+msgctxt "00040500.xhp#tit.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040500.xhp#hd_id3150347.1.help.text
+msgctxt "00040500.xhp#hd_id3150347.1.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040500.xhp#par_id3145356.8.help.text
+msgid "<variable id=\"standard\">Choose <emph>Format - Clear Direct Formatting</emph></variable>"
+msgstr ""
+
+#: 00040500.xhp#par_id3153244.9.help.text
+msgid "Choose <emph>Format - Character</emph>"
+msgstr "Choose <emph>Format - Character</emph>"
+
+#: 00040500.xhp#par_id3152352.10.help.text
+msgid "On <emph>Text Formatting</emph> Bar (with cursor in object), click"
+msgstr "On <emph>Text Formatting</emph> Bar (with cursor in object), click"
+
+#: 00040500.xhp#par_id3148998.help.text
+msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3149999.11.help.text
+msgid "Character"
+msgstr "Character"
+
+#: 00040500.xhp#par_id3153935.12.help.text
+msgid "Choose <emph>Format - Character - Font</emph> tab"
+msgstr "Choose <emph>Format - Character - Font</emph> tab"
+
+#: 00040500.xhp#par_id3157958.14.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font</emph> tab"
+
+#: 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 "Open context menu of a row header in a database table - choose <emph>Table Format - Font</emph> tab"
+
+#: 00040500.xhp#par_id3150355.18.help.text
+msgid "Choose <emph>Format - Title - Character</emph> tab (Chart documents)"
+msgstr "Choose <emph>Format - Title - Character</emph> tab (Chart documents)"
+
+#: 00040500.xhp#par_id3149812.19.help.text
+msgid "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)"
+msgstr "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)"
+
+#: 00040500.xhp#par_id3153717.20.help.text
+msgid "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)"
+msgstr "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)"
+
+#: 00040500.xhp#par_id3154749.17.help.text
+msgid "Choose <emph>Format - Cell - Font</emph> tab (spreadsheets)"
+msgstr "Choose <emph>Format - Cell - Font</emph> tab (spreadsheets)"
+
+#: 00040500.xhp#par_id3156306.199.help.text
+msgctxt "00040500.xhp#par_id3156306.199.help.text"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+msgstr "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+
+#: 00040500.xhp#par_id3155829.21.help.text
+msgid "Choose <emph>Format - Character - Font Effects</emph> tab"
+msgstr "Choose <emph>Format - Character - Font Effects</emph> tab"
+
+#: 00040500.xhp#par_id3149819.23.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font Effects</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font Effects</emph> tab"
+
+#: 00040500.xhp#par_id3159176.200.help.text
+msgctxt "00040500.xhp#par_id3159176.200.help.text"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+msgstr "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+
+#: 00040500.xhp#par_id3153541.181.help.text
+msgid "Choose <emph>Format - Character - Position</emph> tab"
+msgstr "Choose <emph>Format - Character - Position</emph> tab"
+
+#: 00040500.xhp#par_id3159256.183.help.text
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Alignment</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Alignment</emph> tab"
+
+#: 00040500.xhp#par_id3151385.201.help.text
+msgctxt "00040500.xhp#par_id3151385.201.help.text"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+msgstr "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+
+#: 00040500.xhp#par_id3148550.186.help.text
+msgid "Choose <emph>Format - Character - Asian Layout</emph> tab"
+msgstr "Choose <emph>Format - Character - Asian Layout</emph> tab"
+
+#: 00040500.xhp#par_id3152811.188.help.text
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Layout</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Layout</emph> tab"
+
+#: 00040500.xhp#par_id3153524.190.help.text
+msgid "Choose <emph>Format - Paragraph - Asian Typography</emph> tab (not in HTML)"
+msgstr "Choose <emph>Format - Paragraph - Asian Typography</emph> tab (not in HTML)"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cell - Asian Typography</emph> tab </caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3148742.193.help.text
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Typography</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Typography</emph> tab"
+
+#: 00040500.xhp#par_id3148922.26.help.text
+msgid "Choose <emph>Format - Character - Hyperlink</emph> tab"
+msgstr "Choose <emph>Format - Character - Hyperlink</emph> tab"
+
+#: 00040500.xhp#par_id3149169.29.help.text
+msgid "Choose <emph>Format - Paragraph</emph>"
+msgstr "Choose <emph>Format - Paragraph</emph>"
+
+#: 00040500.xhp#par_id3151381.30.help.text
+msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
+msgstr "On <emph>Text Formatting</emph> bar (with cursor in object), click"
+
+#: 00040500.xhp#par_id3155995.help.text
+msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150495\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150495\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3147299.31.help.text
+msgid "Paragraph"
+msgstr "Paragraph"
+
+#: 00040500.xhp#par_id3147289.4.help.text
+msgid "Choose <emph>Format - Paragraph - Alignment</emph> tab"
+msgstr "Choose <emph>Format - Paragraph - Alignment</emph> tab"
+
+#: 00040500.xhp#par_id3147352.179.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Alignment</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Alignment</emph> tab"
+
+#: 00040500.xhp#par_id3154640.32.help.text
+msgid "Choose <emph>Format - Paragraph - Indents & Spacing</emph> tab"
+msgstr "Choose <emph>Format - Paragraph - Indents & Spacing</emph> tab"
+
+#: 00040500.xhp#par_id3152463.34.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Indents & Spacing</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Indents & Spacing</emph> tab"
+
+#: 00040500.xhp#par_id3154319.39.help.text
+msgid "Choose <emph>Format - Paragraph - Tabs</emph> tab"
+msgstr "Choose <emph>Format - Paragraph - Tabs</emph> tab"
+
+#: 00040500.xhp#par_id3154833.41.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Tabs</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Tabs</emph> tab"
+
+#: 00040500.xhp#par_id3159155.43.help.text
+msgid "Double-click the ruler"
+msgstr "Double-click the ruler"
+
+#: 00040500.xhp#par_idN109E2.help.text
+msgid "(all options only in Writer or Calc)"
+msgstr "(all options only in Writer or Calc)"
+
+#: 00040500.xhp#par_id3156105.44.help.text
+msgid "Choose <emph>Format - Paragraph - Borders</emph> tab"
+msgstr "Choose <emph>Format - Paragraph - Borders</emph> tab"
+
+#: 00040500.xhp#par_id3154149.45.help.text
+msgid "Choose <emph>Format - Picture - Borders</emph> tab"
+msgstr "Choose <emph>Format - Picture - Borders</emph> tab"
+
+#: 00040500.xhp#par_id3163822.48.help.text
+msgid "Choose <emph>Format - Frame/Object - Borders</emph> tab"
+msgstr "Choose <emph>Format - Frame/Object - Borders</emph> tab"
+
+#: 00040500.xhp#par_id3150048.51.help.text
+msgid "Choose <emph>Format - Page - Borders</emph> tab"
+msgstr "Choose <emph>Format - Page - Borders</emph> tab"
+
+#: 00040500.xhp#par_id3149911.53.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Borders</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Borders</emph> tab"
+
+#: 00040500.xhp#par_id3150094.54.help.text
+msgctxt "00040500.xhp#par_id3150094.54.help.text"
+msgid "Choose <emph>Format - Page - Header - More</emph> button"
+msgstr "Choose <emph>Format - Page - Header - More</emph> button"
+
+#: 00040500.xhp#par_id3154501.55.help.text
+msgctxt "00040500.xhp#par_id3154501.55.help.text"
+msgid "Choose <emph>Format - Page - Footer - More</emph> button"
+msgstr "Choose <emph>Format - Page - Footer - More</emph> button"
+
+#: 00040500.xhp#par_id3148455.56.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab </caseinline></switchinline>"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab -<emph> Spacing to contents</emph></caseinline></switchinline>"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu<emph> Format - Page - Border - Spacing to contents</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3155853.57.help.text
+msgid "Choose <emph>Format - Paragraph - Background</emph> tab"
+msgstr "Choose <emph>Format - Paragraph - Background</emph> tab"
+
+#: 00040500.xhp#par_id3147330.58.help.text
+msgid "Choose <emph>Format - Character - Background</emph> tab"
+msgstr "Choose <emph>Format - Character - Background</emph> tab"
+
+#: 00040500.xhp#par_id3149486.59.help.text
+msgid "Choose <emph>Format - Picture - Background</emph> tab"
+msgstr "Choose <emph>Format - Picture - Background</emph> tab"
+
+#: 00040500.xhp#par_id3150592.61.help.text
+msgid "Choose <emph>Format - Frame/Object - Background</emph> tab"
+msgstr "Choose <emph>Format - Frame/Object - Background</emph> tab"
+
+#: 00040500.xhp#par_id3151321.65.help.text
+msgid "Choose <emph>Format - Page - Background</emph> tab"
+msgstr "Choose <emph>Format - Page - Background</emph> tab"
+
+#: 00040500.xhp#par_id3154510.68.help.text
+msgctxt "00040500.xhp#par_id3154510.68.help.text"
+msgid "Choose <emph>Format - Page - Header - More</emph> button"
+msgstr "Choose <emph>Format - Page - Header - More</emph> button"
+
+#: 00040500.xhp#par_id3159110.69.help.text
+msgctxt "00040500.xhp#par_id3159110.69.help.text"
+msgid "Choose <emph>Format - Page - Footer - More</emph> button"
+msgstr "Choose <emph>Format - Page - Footer - More</emph> button"
+
+#: 00040500.xhp#par_id3153532.67.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Background</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Background</emph> tab"
+
+#: 00040500.xhp#par_id3144747.174.help.text
+msgid "Choose <emph>Insert/Edit - Section - Background</emph> tab"
+msgstr "Choose <emph>Insert/Edit - Section - Background</emph> tab"
+
+#: 00040500.xhp#par_id3146900.71.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab </caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3146791.72.help.text
+msgid "Choose <emph>Format - Page - Organizer</emph> tab"
+msgstr "Choose <emph>Format - Page - Organizer</emph> tab"
+
+#: 00040500.xhp#par_id3154482.74.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab"
+
+#: 00040500.xhp#par_id3153357.75.help.text
+msgid "Choose <emph>Format - Page - Page</emph> tab"
+msgstr "Choose <emph>Format - Page - Page</emph> tab"
+
+#: 00040500.xhp#par_id3154362.77.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab"
+
+#: 00040500.xhp#par_id3155515.78.help.text
+msgid "Choose <emph>Format - Page - Header</emph> tab"
+msgstr "Choose <emph>Format - Page - Header</emph> tab"
+
+#: 00040500.xhp#par_id3148405.80.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Header</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Header</emph> tab"
+
+#: 00040500.xhp#par_id3145618.81.help.text
+msgid "Choose <emph>Format - Page - Footer</emph> tab"
+msgstr "Choose <emph>Format - Page - Footer</emph> tab"
+
+#: 00040500.xhp#par_id3155175.83.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab"
+msgstr "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab"
+
+#: 00040500.xhp#par_id3147404.84.help.text
+msgid "Choose <emph>Format - Styles and Formatting</emph>"
+msgstr "Choose <emph>Format - Styles and Formatting</emph>"
+
+#: 00040500.xhp#par_id3166447.95.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+
+#: 00040500.xhp#par_id3147321.85.help.text
+msgid "On <emph>Formatting</emph> Bar, click"
+msgstr "On <emph>Formatting</emph> Bar, click"
+
+#: 00040500.xhp#par_id3148533.help.text
+msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149568\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149568\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3153534.86.help.text
+msgid "Styles and Formatting"
+msgstr "Styles and Formatting"
+
+#: 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 <emph>Drawing</emph> bar, click</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>On the <emph>Drawing</emph> bar, click</defaultinline></switchinline>"
+
+#: 00040500.xhp#par_id3109845.help.text
+msgid "<image id=\"img_id3159236\" src=\"cmd/sc_window3d.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159236\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159236\" src=\"cmd/sc_window3d.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159236\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3152498.3.help.text
+msgid "<emph>3D Effects</emph>"
+msgstr "<emph>3D Effects</emph>"
+
+#: 00040500.xhp#par_id3145256.90.help.text
+msgid "<variable id=\"3dgeometrie\">Open the context menu of the 3D object, choose <emph>3D Effects - Geometry</emph> tab </variable>"
+msgstr "<variable id=\"3dgeometrie\">Open the context menu of the 3D object, choose <emph>3D Effects - Geometry</emph> tab </variable>"
+
+#: 00040500.xhp#par_id3154203.91.help.text
+msgid "<variable id=\"3ddarstellung\">Open the context menu of the 3D object, choose <emph>3D Effects - Shading</emph> tab </variable>"
+msgstr "<variable id=\"3ddarstellung\">Open the context menu of the 3D object, choose <emph>3D Effects - Shading</emph> tab </variable>"
+
+#: 00040500.xhp#par_id3151284.92.help.text
+msgid "<variable id=\"3dbeleuchtung\">Open the context menu of the 3D object, choose <emph>3D Effects - Illumination</emph> tab </variable>"
+msgstr "<variable id=\"3dbeleuchtung\">Open the context menu of the 3D object, choose <emph>3D Effects - Illumination</emph> tab </variable>"
+
+#: 00040500.xhp#par_id3152475.93.help.text
+msgid "<variable id=\"3dtexturen\">Open the context menu of the 3D object, choose <emph>3D Effects - Textures</emph> tab </variable>"
+msgstr "<variable id=\"3dtexturen\">Open the context menu of the 3D object, choose <emph>3D Effects - Textures</emph> tab </variable>"
+
+#: 00040500.xhp#par_id3154572.94.help.text
+msgid "<variable id=\"3dmaterial\">Open the context menu of the 3D object, choose <emph>3D Effects - Material</emph> tab </variable>"
+msgstr "<variable id=\"3dmaterial\">Open the context menu of the 3D object, choose <emph>3D Effects - Material</emph> tab </variable>"
+
+#: 00040500.xhp#par_id3145220.155.help.text
+msgid "Choose <emph>Format - Bullets and Numbering </emph>"
+msgstr "Choose <emph>Format - Bullets and Numbering </emph>"
+
+#: 00040500.xhp#par_id3148771.156.help.text
+msgid "On <emph>Formatting</emph> toolbar, click"
+msgstr "On <emph>Formatting</emph> toolbar, click"
+
+#: 00040500.xhp#par_id3149445.help.text
+msgid "<image id=\"img_id3149964\" src=\"cmd/sc_defaultbullet.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149964\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149964\" src=\"cmd/sc_defaultbullet.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149964\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3157970.163.help.text
+msgid "Bullets On/Off"
+msgstr "Bullets On/Off"
+
+#: 00040500.xhp#par_id3149735.157.help.text
+msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page"
+msgstr "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page"
+
+#: 00040500.xhp#par_id3150785.164.help.text
+msgctxt "00040500.xhp#par_id3150785.164.help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3148420.165.help.text
+msgctxt "00040500.xhp#par_id3148420.165.help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3148888.158.help.text
+msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab"
+msgstr "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab"
+
+#: 00040500.xhp#par_id3149917.166.help.text
+msgid "<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 "<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>"
+
+#: 00040500.xhp#par_id3154930.167.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3150862.159.help.text
+msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
+msgstr "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
+
+#: 00040500.xhp#par_id3155378.168.help.text
+msgctxt "00040500.xhp#par_id3155378.168.help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles and Formatting</emph> - Presentation Styles - context menu of an Outline Style - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3156011.169.help.text
+msgctxt "00040500.xhp#par_id3156011.169.help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id0611200904324832.help.text
+msgid "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Graphics</emph> tab</variable>"
+msgstr "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Graphics</emph> tab</variable>"
+
+#: 00040500.xhp#par_id3155848.160.help.text
+msgid "Choose <emph>Format - Bullets and Numbering - Outline</emph> tab"
+msgstr "Choose <emph>Format - Bullets and Numbering - Outline</emph> tab"
+
+#: 00040500.xhp#par_id3148733.170.help.text
+msgctxt "00040500.xhp#par_id3148733.170.help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3156658.162.help.text
+msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
+msgstr "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Outline Numbering - Position</emph> tab </caseinline></switchinline>"
+
+#: 00040500.xhp#par_id3153812.173.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting - Numbering Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting - Numbering Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Picture </emph>- <emph>Crop</emph> tab </caseinline></switchinline>"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>Icon on the <emph>Picture</emph> toolbar:</defaultinline></switchinline>"
+
+#: 00040500.xhp#par_id3149953.help.text
+msgid "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155092\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155092\" src=\"cmd/sc_grafattrcrop.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155092\">Icon</alt></image>"
+
+#: 00040500.xhp#par_id3153695.209.help.text
+msgid "Crop"
+msgstr "Crop"
+
+#: 00040500.xhp#par_id3151254.195.help.text
+msgid "Choose <emph>Format - Change Case</emph>"
+msgstr "Choose <emph>Format - Change Case</emph>"
+
+#: 00040500.xhp#par_id3159624.196.help.text
+#, fuzzy
+msgid "Open context menu (text) - choose <emph>Change Case</emph>"
+msgstr "Open context menu (text) - choose <emph>Case/Characters</emph>"
+
+#: 00040500.xhp#par_id3153579.197.help.text
+msgid "Menu <emph>Format - Asian phonetic guide</emph>"
+msgstr "Menu <emph>Format - Asian phonetic guide</emph>"
+
+#: 00000403.xhp#tit.help.text
+msgctxt "00000403.xhp#tit.help.text"
+msgid "View Menu"
+msgstr "View Menu"
+
+#: 00000403.xhp#hd_id3156304.1.help.text
+msgctxt "00000403.xhp#hd_id3156304.1.help.text"
+msgid "View Menu"
+msgstr "View Menu"
+
+#: 00000403.xhp#par_id3146936.12.help.text
+msgid "Choose <emph>View - Zoom</emph>"
+msgstr "Choose <emph>View - Zoom</emph>"
+
+#: 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 "<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>"
+
+#: 00000403.xhp#par_id3152895.13.help.text
+msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
+msgstr "Double-click or right-click the field on the <emph>Status</emph> Bar"
+
+#: 00000403.xhp#par_id3156183.36.help.text
+msgid "Choose <emph>View - Toolbars</emph>"
+msgstr "Choose <emph>View - Toolbars</emph>"
+
+#: 00000403.xhp#par_id3166445.15.help.text
+msgid "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
+msgstr "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
+
+#: 00000403.xhp#par_id3153748.17.help.text
+msgid "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
+msgstr "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
+
+#: 00000403.xhp#par_id3154317.18.help.text
+msgid "<variable id=\"task\">Choose <emph>View - Status Bar</emph></variable>"
+msgstr "<variable id=\"task\">Choose <emph>View - Status Bar</emph></variable>"
+
+#: 00000403.xhp#par_id3152780.19.help.text
+msgid "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Color Bar</emph></variable>"
+msgstr "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Colour Bar</emph></variable>"
+
+#: 00000403.xhp#par_id3156113.43.help.text
+msgid "<variable id=\"ime\">Choose <emph>View - Input Method Status</emph></variable>"
+msgstr "<variable id=\"ime\">Choose <emph>View - Input Method Status</emph></variable>"
+
+#: 00000403.xhp#par_id3157909.32.help.text
+msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
+msgstr "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
+
+#: 00000403.xhp#par_id3146806.42.help.text
+msgid "Choose <emph>Insert - Hyperlink</emph>"
+msgstr "Choose <emph>Insert - Hyperlink</emph>"
+
+#: 00000403.xhp#par_id3153717.38.help.text
+msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
+msgstr "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
+
+#: 00000403.xhp#par_id3149415.34.help.text
+msgid "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
+msgstr "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
+
+#: 00000403.xhp#par_id3150129.35.help.text
+msgid "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
+msgstr "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
+
+#: 00000403.xhp#par_id3159269.20.help.text
+msgid "Choose <emph>View - Full Screen</emph>"
+msgstr "Choose <emph>View - Full Screen</emph>"
+
+#: 00000403.xhp#par_id3149578.25.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+J"
+
+#: 00000403.xhp#par_id3153257.help.text
+msgid "<image id=\"img_id3148473\" src=\"cmd/sc_fullscreen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148473\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148473\" src=\"cmd/sc_fullscreen.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148473\">Icon</alt></image>"
+
+#: 00000403.xhp#par_id3153627.44.help.text
+msgid "Full Screen On/Off (in Page Preview)"
+msgstr "Full Screen On/Off (in Page Preview)"
+
+#: 00000403.xhp#par_id3147559.8.help.text
+msgid "If a text document or spreadsheet is open:"
+msgstr "If a text document or spreadsheet is open:"
+
+#: 00000403.xhp#par_id3145069.31.help.text
+msgid "Menu <emph>View - Data Sources</emph>"
+msgstr "Menu <emph>View - Data Sources</emph>"
+
+#: 00000403.xhp#par_id3149046.28.help.text
+msgid "F4 key"
+msgstr "F4 key"
+
+#: 00000403.xhp#par_id3153778.help.text
+msgid "<image id=\"img_id3153524\" src=\"cmd/sc_viewdatasourcebrowser.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153524\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153524\" src=\"cmd/sc_viewdatasourcebrowser.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153524\">Icon</alt></image>"
+
+#: 00000403.xhp#par_id3146908.39.help.text
+msgid "Data Sources"
+msgstr "Data Sources"
+
+#: 00000403.xhp#par_id3154140.9.help.text
+msgid "Choose <emph>View - HTML Source</emph>"
+msgstr "Choose <emph>View - HTML Source</emph>"
+
+#: 00000403.xhp#par_id3154947.23.help.text
+msgid "Open context menu in an HTML document"
+msgstr "Open context menu in an HTML document"
+
+#: 00000403.xhp#par_id3152935.help.text
+msgid "<image id=\"img_id3156422\" src=\"cmd/sc_sourceview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156422\" src=\"cmd/sc_sourceview.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156422\">Icon</alt></image>"
+
+#: 00000403.xhp#par_id3144448.11.help.text
+msgid "HTML Source"
+msgstr "HTML Source"
+
+#: 00000403.xhp#par_idN1091B.help.text
+msgid "<variable id=\"grid\">Choose <emph>View - Grid</emph> (Impress or Draw) </variable>"
+msgstr "<variable id=\"grid\">Choose <emph>View - Grid</emph> (Impress or Draw) </variable>"
+
+#: 00000403.xhp#par_idN1092E.help.text
+#, fuzzy
+msgid "<variable id=\"guides\">Choose <emph>View - Snap Lines</emph> (Impress or Draw) </variable>"
+msgstr "<variable id=\"guides\">Choose <emph>View - Guides</emph> (Impress or Draw) </variable>"
+
+#: 00000020.xhp#tit.help.text
+msgctxt "00000020.xhp#tit.help.text"
+msgid "About Import and Export Filters"
+msgstr "About Import and Export Filters"
+
+#: 00000020.xhp#bm_id3152952.help.text
+msgid "<bookmark_value>import 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><bookmark_value>importing; HTML and text documents</bookmark_value><bookmark_value>exporting;HTML and text documents</bookmark_value><bookmark_value>text documents; importing/exporting</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><bookmark_value>PostScript; creating files</bookmark_value><bookmark_value>exporting;to PostScript format</bookmark_value>"
+msgstr "<bookmark_value>import 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><bookmark_value>importing; HTML and text documents</bookmark_value><bookmark_value>exporting;HTML and text documents</bookmark_value><bookmark_value>text documents; importing/exporting</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><bookmark_value>PostScript; creating files</bookmark_value><bookmark_value>exporting;to PostScript format</bookmark_value>"
+
+#: 00000020.xhp#hd_id3152952.1.help.text
+msgctxt "00000020.xhp#hd_id3152952.1.help.text"
+msgid "About Import and Export Filters"
+msgstr "About Import and Export Filters"
+
+#: 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 "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."
+
+#: 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 ""
+
+#: 00000020.xhp#hd_id3148668.238.help.text
+msgid "Basic Macros in MS Office Documents"
+msgstr "Basic Macros in MS Office Documents"
+
+#: 00000020.xhp#par_id3156211.239.help.text
+msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">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 "In <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">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 behaviour 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."
+
+#: 00000020.xhp#hd_id3154232.5.help.text
+msgid "Notes regarding external formats and file types"
+msgstr "Notes regarding external formats and file types"
+
+#: 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 "Even if they are not installed, some filters can be selected in the <emph>Open</emph> and <emph>Save</emph> dialogues. If you select such a filter, a message will appear saying that you can still install the filter if you require."
+
+#: 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 Setup 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 ""
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing and Exporting Text Documents</defaultinline></switchinline>"
+
+#: 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 "<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>"
+
+#: 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 "<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] recognises inserted or deleted text in Word documents as well as font attributes that have been modified. Different colouring 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>"
+
+#: 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 "<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>"
+
+#: 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 "The filter <emph>Text Encoded</emph> helps you open and save text documents with another encoding font. The filter opens a dialogue that enables you to select character set, default fonts, language and paragraph break."
+
+#: 00000020.xhp#hd_id3149763.11.help.text
+msgid "Importing and Exporting in HTML Format "
+msgstr "Importing and Exporting in HTML Format "
+
+#: 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 "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."
+
+#: 00000020.xhp#par_id3149800.199.help.text
+msgid "Comments 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. Comments are created during import (for example, for meta tags that have no room in the file properties or unknown tags)."
+msgstr "Comments 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. Comments are created during import (for example, for meta tags that have no room in the file properties or unknown tags)."
+
+#: 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 "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."
+
+#: 00000020.xhp#par_id3149578.240.help.text
+msgid "When exporting to HTML, the character set selected in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "When exporting to HTML, the character set selected in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+
+#: 00000020.xhp#par_id3153146.197.help.text
+msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Netscape Navigator, MS Internet Explorer, 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 "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Netscape Navigator, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text colour, 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."
+
+#: 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 "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)."
+
+#: 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 "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."
+
+#: 00000020.xhp#par_id3150129.132.help.text
+msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
+msgstr "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
+
+#: 00000020.xhp#par_id3155135.14.help.text
+msgid "If MS Internet Explorer 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 "If MS Internet Explorer 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."
+
+#: 00000020.xhp#par_id3148473.15.help.text
+msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. 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 "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. 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\"."
+
+#: 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, MS Internet Explorer, and $[officename] Writer. Text frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible."
+msgstr ""
+
+#: 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 "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>\"."
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> or <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
+msgstr "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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> or <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
+
+#: 00000020.xhp#par_id3154935.203.help.text
+msgid "Measurement Unit"
+msgstr "Measurement Unit"
+
+#: 00000020.xhp#par_id3154226.204.help.text
+msgid "Measurement Unit Name in CSS1"
+msgstr "Measurement Unit Name in CSS1"
+
+#: 00000020.xhp#par_id3151106.205.help.text
+msgid "Maximum Number of Decimal Places"
+msgstr "Maximum Number of Decimal Places"
+
+#: 00000020.xhp#par_id3154071.206.help.text
+msgctxt "00000020.xhp#par_id3154071.206.help.text"
+msgid "Millimeter"
+msgstr "Millimeter"
+
+#: 00000020.xhp#par_id3149290.207.help.text
+msgctxt "00000020.xhp#par_id3149290.207.help.text"
+msgid "mm"
+msgstr "mm"
+
+#: 00000020.xhp#par_id3152920.208.help.text
+msgctxt "00000020.xhp#par_id3152920.208.help.text"
+msgid "2"
+msgstr "2"
+
+#: 00000020.xhp#par_id3156293.209.help.text
+msgctxt "00000020.xhp#par_id3156293.209.help.text"
+msgid "Centimeter"
+msgstr "Centimeter"
+
+#: 00000020.xhp#par_id3154819.210.help.text
+msgctxt "00000020.xhp#par_id3154819.210.help.text"
+msgid "cm"
+msgstr "cm"
+
+#: 00000020.xhp#par_id3147228.211.help.text
+msgctxt "00000020.xhp#par_id3147228.211.help.text"
+msgid "2"
+msgstr "2"
+
+#: 00000020.xhp#par_id3154329.212.help.text
+msgctxt "00000020.xhp#par_id3154329.212.help.text"
+msgid "Inch"
+msgstr "Inch"
+
+#: 00000020.xhp#par_id3150740.213.help.text
+msgid "in"
+msgstr "in"
+
+#: 00000020.xhp#par_id3157320.214.help.text
+msgctxt "00000020.xhp#par_id3157320.214.help.text"
+msgid "2"
+msgstr "2"
+
+#: 00000020.xhp#par_id3156422.215.help.text
+msgctxt "00000020.xhp#par_id3156422.215.help.text"
+msgid "Pica"
+msgstr "Pica"
+
+#: 00000020.xhp#par_id3144760.216.help.text
+msgid "pc"
+msgstr "pc"
+
+#: 00000020.xhp#par_id3145322.217.help.text
+msgctxt "00000020.xhp#par_id3145322.217.help.text"
+msgid "2"
+msgstr "2"
+
+#: 00000020.xhp#par_id3155131.218.help.text
+msgctxt "00000020.xhp#par_id3155131.218.help.text"
+msgid "Point"
+msgstr "Point"
+
+#: 00000020.xhp#par_id3147288.219.help.text
+msgctxt "00000020.xhp#par_id3147288.219.help.text"
+msgid "pt"
+msgstr "pt"
+
+#: 00000020.xhp#par_id3145364.220.help.text
+msgid "1"
+msgstr "1"
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "The $[officename] Web page filter supports certain capabilities of CSS2. However, to use it, print layout export must be activated in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+
+#: 00000020.xhp#hd_id3145750.223.help.text
+msgid "Importing and Exporting Numbering"
+msgstr "Importing and Exporting Numbering"
+
+#: 00000020.xhp#par_id3145591.224.help.text
+msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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."
+
+#: 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 "A left paragraph indent in numbering is indicated as \"margin-left\" CSS1 property. First-line indents are ignored in numbering and not exported."
+
+#: 00000020.xhp#hd_id3148556.235.help.text
+msgid "Importing and Exporting Spreadsheet Files"
+msgstr "Importing and Exporting Spreadsheet Files"
+
+#: 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 "$[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."
+
+#: 00000020.xhp#hd_id3150228.103.help.text
+msgid "Importing and Exporting Graphics Files"
+msgstr "Importing and Exporting Graphics Files"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 00000020.xhp#par_id3159153.109.help.text
+msgid "Some $[officename] Draw and $[officename] Impress options can be accessed through <emph>File - Export</emph>. See <link href=\"text/shared/00/00000200.xhp\" name=\"Graphics Export Options\">Graphics Export Options</link> for more information."
+msgstr ""
+
+#: 00000020.xhp#hd_id3153213.228.help.text
+msgid "PostScript"
+msgstr "PostScript"
+
+#: 00000020.xhp#par_id3156444.229.help.text
+msgid "To export a document or graphic in PostScript format:"
+msgstr "To export a document or graphic in PostScript format:"
+
+#: 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 "If you have not yet done so, install a PostScript printer driver, such as the Apple LaserWriter driver."
+
+#: 00000020.xhp#par_id3153142.231.help.text
+msgid "Print the document with the <emph>File - Print</emph> menu command."
+msgstr "Print the document with the <emph>File - Print</emph> menu command."
+
+#: 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 "Select the PostScript printer in the dialogue and mark the <emph>Print to file</emph> check box. A PostScript file will be created."
+
+#: 00000099.xhp#tit.help.text
+msgid "See also..."
+msgstr "See also..."
+
+#: 00000099.xhp#hd_id3147527.1.help.text
+msgid "<variable id=\"siehe\">See also... </variable>"
+msgstr "<variable id=\"siehe\">See also... </variable>"
+
+#: 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 "<variable id=\"userszenarien\"><link href=\"text/scalc/01/06050000.xhp\" name=\"Tools Menu - Scenarios\">Tools Menu - Scenarios</link></variable>"
+
+#: 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 "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, customising $[officename], data sources, Gallery, and drag and drop."
+
+#: 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 "If you want help with another module, switch to the help for that module with the combo box in the navigation area."
+
+#: 00000099.xhp#par_id3154408.85.help.text
+msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
+msgstr "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
+
+#: 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>$[officename] - General - Help Agent</emph> in the Options dialog box.</ahelp>"
+msgstr "<ahelp hid=\".uno:HelperDialog\">Allows you to activate the automatic Help Agent. You can also activate the Help Agent through <emph>$[officename] - General - Help Agent</emph> in the Options dialogue box.</ahelp>"
+
+#: 00000099.xhp#par_idN10665.help.text
+msgid "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
+msgstr "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
+
+#: 00000099.xhp#par_idN1067C.help.text
+msgid "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
+msgstr "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
+
+#: 00000099.xhp#par_id6200750.help.text
+msgid "Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system."
+msgstr "Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system."
+
+#: 00000409.xhp#tit.help.text
+msgctxt "00000409.xhp#tit.help.text"
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: 00000409.xhp#hd_id3149517.1.help.text
+msgctxt "00000409.xhp#hd_id3149517.1.help.text"
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: 00000409.xhp#par_id3156053.2.help.text
+msgid "Choose <emph>Data - Filter - Standard Filter</emph>"
+msgstr "Choose <emph>Data - Filter - Standard Filter</emph>"
+
+#: 00000409.xhp#par_id3154350.3.help.text
+msgid "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
+msgstr "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
+
+#: 00000409.xhp#par_id3154183.4.help.text
+msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
+msgstr "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
+
+#: 00000409.xhp#par_id3155619.help.text
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
+msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
+
+#: 00000409.xhp#par_id3148731.5.help.text
+msgid "Standard Filter"
+msgstr "Standard Filter"
+
+#: 00000011.xhp#tit.help.text
+msgctxt "00000011.xhp#tit.help.text"
+msgid "Menu Commands"
+msgstr "Menu Commands"
+
+#: 00000011.xhp#hd_id3156045.4.help.text
+msgctxt "00000011.xhp#hd_id3156045.4.help.text"
+msgid "Menu Commands"
+msgstr "Menu Commands"
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 01010000.xhp#tit.help.text
+msgctxt "01010000.xhp#tit.help.text"
+msgid "Gallery context menu"
+msgstr "Gallery context menu"
+
+#: 01010000.xhp#hd_id3150672.1.help.text
+msgctxt "01010000.xhp#hd_id3150672.1.help.text"
+msgid "Gallery context menu"
+msgstr "Gallery context menu"
+
+#: 01010000.xhp#par_id3083278.3.help.text
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
+
+#: 01010000.xhp#par_id3156053.5.help.text
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
+
+#: 01010000.xhp#par_id3149038.7.help.text
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
+
+#: 01010000.xhp#par_id3158428.15.help.text
+msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
+msgstr "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
+
+#: 01010000.xhp#par_id3154522.19.help.text
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+msgstr "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+
+#: 01010000.xhp#par_id3149750.17.help.text
+msgid "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
+msgstr "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
+
+#: 00000404.xhp#tit.help.text
+msgctxt "00000404.xhp#tit.help.text"
+msgid "Insert Menu"
+msgstr "Insert Menu"
+
+#: 00000404.xhp#hd_id3156324.1.help.text
+msgctxt "00000404.xhp#hd_id3156324.1.help.text"
+msgid "Insert Menu"
+msgstr "Insert Menu"
+
+#: 00000404.xhp#par_id3153808.28.help.text
+msgid "<variable id=\"notiz\">Choose <emph>Insert - Comment</emph></variable>"
+msgstr "<variable id=\"notiz\">Choose <emph>Insert - Comment</emph></variable>"
+
+#: 00000404.xhp#par_id3155619.71.help.text
+msgid "Choose <emph>Insert - Picture - Scan</emph>"
+msgstr "Choose <emph>Insert - Picture - Scan</emph>"
+
+#: 00000404.xhp#par_id3150502.30.help.text
+msgid "Choose <emph>Insert - Picture - Scan - Select Source</emph>"
+msgstr "Choose <emph>Insert - Picture - Scan - Select Source</emph>"
+
+#: 00000404.xhp#par_id3155934.32.help.text
+msgid "Choose <emph>Insert - Picture - Scan - Request</emph>"
+msgstr "Choose <emph>Insert - Picture - Scan - Request</emph>"
+
+#: 00000404.xhp#par_id3143281.34.help.text
+msgid "Choose <emph>Insert - Special Character</emph>"
+msgstr "Choose <emph>Insert - Special Character</emph>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00000404.xhp#par_id3156560.36.help.text
+msgctxt "00000404.xhp#par_id3156560.36.help.text"
+msgid "Open the <emph>Insert</emph> toolbar, click"
+msgstr "Open the <emph>Insert</emph> toolbar, click"
+
+#: 00000404.xhp#par_id3153527.help.text
+msgid "<image id=\"img_id3153748\" src=\"cmd/sc_bullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153748\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153748\" src=\"cmd/sc_bullet.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153748\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3149751.37.help.text
+msgid "Special Character"
+msgstr "Special Character"
+
+#: 00000404.xhp#par_idN107CD.help.text
+msgid "<variable id=\"moviesound\">Choose <emph>Insert - Movie and Sound</emph></variable>"
+msgstr "<variable id=\"moviesound\">Choose <emph>Insert - Movie and Sound</emph></variable>"
+
+#: 00000404.xhp#par_idN1085D.help.text
+msgid "Movie and Sound"
+msgstr "Movie and Sound"
+
+#: 00000404.xhp#par_id3147242.5.help.text
+msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph></variable>"
+msgstr "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph></variable>"
+
+#: 00000404.xhp#par_id3152996.6.help.text
+msgid "Choose <emph>Insert - Object - OLE Object</emph>"
+msgstr "Choose <emph>Insert - Object - OLE Object</emph>"
+
+#: 00000404.xhp#par_id3146806.7.help.text
+msgctxt "00000404.xhp#par_id3146806.7.help.text"
+msgid "Open the <emph>Insert</emph> toolbar, click"
+msgstr "Open the <emph>Insert</emph> toolbar, click"
+
+#: 00000404.xhp#par_id3150254.help.text
+msgid "<image id=\"img_id3156305\" src=\"cmd/sc_insobjctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156305\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156305\" src=\"cmd/sc_insobjctrl.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156305\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3145417.8.help.text
+msgid "OLE Object"
+msgstr "OLE Object"
+
+#: 00000404.xhp#par_id3153087.9.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
+
+#: 00000404.xhp#par_id3149785.10.help.text
+msgctxt "00000404.xhp#par_id3149785.10.help.text"
+msgid "Open the <emph>Insert </emph>toolbar, click"
+msgstr "Open the <emph>Insert </emph>toolbar, click"
+
+#: 00000404.xhp#par_id3154897.help.text
+msgid "<image id=\"img_id3146847\" src=\"cmd/sc_insertplugin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146847\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146847\" src=\"cmd/sc_insertplugin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146847\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3148474.11.help.text
+msgid "Plug-in"
+msgstr "Plug-in"
+
+#: 00000404.xhp#par_id3153880.53.help.text
+msgid "Choose <emph>Insert - Object - Sound</emph>"
+msgstr "Choose <emph>Insert - Object - Sound</emph>"
+
+#: 00000404.xhp#par_id3143278.54.help.text
+msgid "Choose <emph>Insert - Object - Video</emph>"
+msgstr "Choose <emph>Insert - Object - Video</emph>"
+
+#: 00000404.xhp#par_id3150393.15.help.text
+msgid "Choose <emph>Insert - Object - Formula</emph>"
+msgstr "Choose <emph>Insert - Object - Formula</emph>"
+
+#: 00000404.xhp#par_id3153056.16.help.text
+msgctxt "00000404.xhp#par_id3153056.16.help.text"
+msgid "Open the <emph>Insert </emph>toolbar, click"
+msgstr "Open the <emph>Insert </emph>toolbar, click"
+
+#: 00000404.xhp#par_id3148559.help.text
+msgid "<image id=\"img_id3149933\" src=\"cmd/sc_insertobjectstarmath.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149933\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149933\" src=\"cmd/sc_insertobjectstarmath.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149933\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3155858.17.help.text
+msgid "Formula"
+msgstr "Formula"
+
+#: 00000404.xhp#par_id3153144.38.help.text
+msgctxt "00000404.xhp#par_id3153144.38.help.text"
+msgid "Choose <emph>Format - Chart Type</emph>"
+msgstr "Choose <emph>Format - Chart Type</emph>"
+
+#: 00000404.xhp#par_id3147578.39.help.text
+msgid "Choose <emph>Insert - Object - Chart </emph>"
+msgstr "Choose <emph>Insert - Object - Chart </emph>"
+
+#: 00000404.xhp#par_id3154011.40.help.text
+msgctxt "00000404.xhp#par_id3154011.40.help.text"
+msgid "Choose <emph>Format - Chart Type</emph>"
+msgstr "Choose <emph>Format - Chart Type</emph>"
+
+#: 00000404.xhp#par_id3153573.41.help.text
+msgctxt "00000404.xhp#par_id3153573.41.help.text"
+msgid "Choose <emph>Insert - Object - Chart</emph>"
+msgstr "Choose <emph>Insert - Object - Chart</emph>"
+
+#: 00000404.xhp#par_id3159179.42.help.text
+msgctxt "00000404.xhp#par_id3159179.42.help.text"
+msgid "Choose <emph>Format - Chart Type</emph>"
+msgstr "Choose <emph>Format - Chart Type</emph>"
+
+#: 00000404.xhp#par_id3159196.43.help.text
+msgctxt "00000404.xhp#par_id3159196.43.help.text"
+msgid "Choose <emph>Insert - Object - Chart</emph>"
+msgstr "Choose <emph>Insert - Object - Chart</emph>"
+
+#: 00000404.xhp#par_id3149664.18.help.text
+msgctxt "00000404.xhp#par_id3149664.18.help.text"
+msgid "Choose <emph>Insert - Object - Chart</emph>"
+msgstr "Choose <emph>Insert - Object - Chart</emph>"
+
+#: 00000404.xhp#par_id3154921.19.help.text
+msgctxt "00000404.xhp#par_id3154921.19.help.text"
+msgid "Open the <emph>Insert </emph>toolbar, click"
+msgstr "Open the <emph>Insert </emph>toolbar, click"
+
+#: 00000404.xhp#par_id3156005.help.text
+msgid "<image id=\"img_id3153739\" src=\"cmd/sc_drawchart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153739\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153739\" src=\"cmd/sc_drawchart.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153739\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3145749.20.help.text
+msgid "Chart"
+msgstr "Chart"
+
+#: 00000404.xhp#par_id3155513.44.help.text
+msgid "Choose <emph>Insert - Picture - From File</emph>"
+msgstr "Choose <emph>Insert - Picture - From File</emph>"
+
+#: 00000404.xhp#par_id3155308.45.help.text
+msgctxt "00000404.xhp#par_id3155308.45.help.text"
+msgid "Open the <emph>Insert</emph> toolbar, click"
+msgstr "Open the <emph>Insert</emph> toolbar, click"
+
+#: 00000404.xhp#par_id3145594.help.text
+msgid "<image id=\"img_id3144764\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image>"
+msgstr "<image id=\"img_id3144764\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3149960.46.help.text
+msgid "From File"
+msgstr "From File"
+
+#: 00000404.xhp#par_id3150037.25.help.text
+msgid "Choose <emph>Insert - Floating Frame</emph>"
+msgstr "Choose <emph>Insert - Floating Frame</emph>"
+
+#: 00000404.xhp#par_id3083281.26.help.text
+msgctxt "00000404.xhp#par_id3083281.26.help.text"
+msgid "Open the <emph>Insert </emph>toolbar, click"
+msgstr "Open the <emph>Insert </emph>toolbar, click"
+
+#: 00000404.xhp#par_id3168607.help.text
+msgid "<image id=\"img_id3147482\" src=\"cmd/sc_insertobjectfloatingframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147482\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147482\" src=\"cmd/sc_insertobjectfloatingframe.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147482\">Icon</alt></image>"
+
+#: 00000404.xhp#par_id3148588.27.help.text
+msgid "Floating Frame"
+msgstr "Floating Frame"
+
+#: 00000404.xhp#par_id3150396.47.help.text
+msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file</variable>"
+msgstr ""
+
+#: 00000404.xhp#par_idN10DDC.help.text
+msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10DD1.help.text
+msgid "Fontwork Gallery"
+msgstr "Fontwork Gallery"
+
+#: 00000404.xhp#par_idN10EA9.help.text
+msgid "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10ED8.help.text
+msgid "Basic Shapes"
+msgstr "Basic Shapes"
+
+#: 00000404.xhp#par_idN10EEE.help.text
+msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10F1D.help.text
+msgid "Symbol Shapes"
+msgstr "Symbol Shapes"
+
+#: 00000404.xhp#par_idN10F33.help.text
+msgid "<image id=\"Graphic41\" src=\"cmd/sc_arrowshapes.left-right-arrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic41\" src=\"cmd/sc_arrowshapes.left-right-arrow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10F62.help.text
+msgid "Block Arrows"
+msgstr "Block Arrows"
+
+#: 00000404.xhp#par_idN10F78.help.text
+msgid "<image id=\"Graphic5\" src=\"cmd/sc_flowchartshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic5\" src=\"cmd/sc_flowchartshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10FA7.help.text
+msgid "Flowcharts"
+msgstr "Flowcharts"
+
+#: 00000404.xhp#par_idN10FBD.help.text
+msgid "<image id=\"Graphic6\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic6\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN10FEC.help.text
+msgid "Callouts"
+msgstr "Callouts"
+
+#: 00000404.xhp#par_idN11002.help.text
+msgid "<image id=\"Graphic7\" src=\"cmd/sc_starshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic7\" src=\"cmd/sc_starshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+
+#: 00000404.xhp#par_idN11031.help.text
+msgid "Stars"
+msgstr "Stars"
+
+#: 01050000.xhp#tit.help.text
+msgid "General"
+msgstr "General"
+
+#: 01050000.xhp#hd_id3158397.1.help.text
+msgid "<link href=\"text/shared/00/01050000.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/shared/00/01050000.xhp\" name=\"General\">General</link>"
+
+#: 01050000.xhp#par_id3159242.2.help.text
+msgid "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
+msgstr "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
+
+#: 01050000.xhp#hd_id3150264.3.help.text
+msgid "Name"
+msgstr "Name"
+
+#: 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 "<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."
+
+#: 01050000.xhp#hd_id3147089.5.help.text
+msgctxt "01050000.xhp#hd_id3147089.5.help.text"
+msgid "Type"
+msgstr "Type"
+
+#: 01050000.xhp#par_id3145071.6.help.text
+msgid "Specifies the object type. "
+msgstr "Specifies the object type. "
+
+#: 01050000.xhp#hd_id3147576.7.help.text
+msgid "Location"
+msgstr "Location"
+
+#: 01050000.xhp#par_id3146797.8.help.text
+msgid "Specifies the complete object path."
+msgstr "Specifies the complete object path."
+
+#: 01020000.xhp#tit.help.text
+msgctxt "01020000.xhp#tit.help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
+msgstr "Context Menu of Web Pages in Read-Only Mode"
+
+#: 01020000.xhp#hd_id3158397.1.help.text
+msgctxt "01020000.xhp#hd_id3158397.1.help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
+msgstr "Context Menu of Web Pages in Read-Only Mode"
+
+#: 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 "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Opens a dialogue where you can save the selected graphics.</ahelp>"
+
+#: 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 "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Copies the link at the mouse pointer to the clipboard.</ahelp>"
+
+#: 01020000.xhp#par_id3155934.37.help.text
+msgid "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
+
+#: 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 "<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>"
+
+#: 01020000.xhp#par_id3150902.24.help.text
+msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
+msgstr "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
+
+#: 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 "<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>."
+
+#: 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 "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Allows you to save the background of a Web page.</ahelp>"
+
+#: 00040502.xhp#tit.help.text
+msgctxt "00040502.xhp#tit.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040502.xhp#hd_id3149741.1.help.text
+msgctxt "00040502.xhp#hd_id3149741.1.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040502.xhp#par_id3146857.2.help.text
+msgid "Choose <emph>Format - Line</emph> (Impress and Draw)"
+msgstr "Choose <emph>Format - Line</emph> (Impress and Draw)"
+
+#: 00040502.xhp#par_id366527.help.text
+msgid "Choose <emph>Format - Object - Line </emph>(Writer)"
+msgstr "Choose <emph>Format - Object - Line </emph>(Writer)"
+
+#: 00040502.xhp#par_id3835261.help.text
+msgid "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+msgstr "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+
+#: 00040502.xhp#par_id3148668.3.help.text
+msgctxt "00040502.xhp#par_id3148668.3.help.text"
+msgid "On <emph>Line and Filling</emph> Bar, click"
+msgstr "On <emph>Line and Filling</emph> Bar, click"
+
+#: 00040502.xhp#par_id3148889.help.text
+msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3159147.4.help.text
+msgid "Line"
+msgstr "Line"
+
+#: 00040502.xhp#par_id3154285.5.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line</emph> tab"
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line</emph> tab"
+
+#: 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 "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
+
+#: 00040502.xhp#par_id3156023.8.help.text
+msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)"
+msgstr "Choose <emph>Format - Title - Borders</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3153061.9.help.text
+msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
+msgstr "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3155922.10.help.text
+msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)"
+msgstr "Choose <emph>Format - Axis - Line</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3147559.11.help.text
+msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)"
+msgstr "Choose <emph>Format - Grid - Line</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3154758.12.help.text
+msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
+msgstr "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3153960.13.help.text
+msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
+msgstr "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3154939.14.help.text
+msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
+msgstr "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
+
+#: 00040502.xhp#par_id3151293.15.help.text
+msgid "<variable id=\"linienstile\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line Styles</emph> tab </variable>"
+msgstr "<variable id=\"linienstile\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Line Styles</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3149317.16.help.text
+msgid "<variable id=\"linienenden\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Arrow Styles</emph> tab </variable>"
+msgstr "<variable id=\"linienenden\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Line - Arrow Styles</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3156082.17.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area</emph> "
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area</emph> "
+
+#: 00040502.xhp#par_id3148922.18.help.text
+msgctxt "00040502.xhp#par_id3148922.18.help.text"
+msgid "On <emph>Line and Filling</emph> Bar, click"
+msgstr "On <emph>Line and Filling</emph> Bar, click"
+
+#: 00040502.xhp#par_id3156424.help.text
+msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3150393.19.help.text
+msgid "Area"
+msgstr "Area"
+
+#: 00040502.xhp#par_id3154948.20.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Area</emph> tab"
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Area</emph> tab"
+
+#: 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 "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)"
+
+#: 00040502.xhp#par_id3152922.23.help.text
+msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3157894.24.help.text
+msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3144444.25.help.text
+msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3156543.26.help.text
+msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3150685.27.help.text
+msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3149664.120.help.text
+msgid "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
+msgstr "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
+
+#: 00040502.xhp#par_id3163820.28.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Colors</emph> tab"
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Colours</emph> tab"
+
+#: 00040502.xhp#par_id3152462.29.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph> tab"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph> tab"
+
+#: 00040502.xhp#par_id3154985.141.help.text
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
+msgstr "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
+
+#: 00040502.xhp#par_id3145365.142.help.text
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
+msgstr "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
+
+#: 00040502.xhp#par_id3151117.143.help.text
+msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3147326.144.help.text
+msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3154920.145.help.text
+msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3145591.146.help.text
+msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3145750.147.help.text
+msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
+
+#: 00040502.xhp#par_id3148556.148.help.text
+msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3163710.149.help.text
+msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3150487.150.help.text
+msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3154320.151.help.text
+msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3151113.152.help.text
+msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
+msgstr "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
+
+#: 00040502.xhp#par_id3149266.153.help.text
+msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
+msgstr "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
+
+#: 00040502.xhp#par_id3150011.30.help.text
+msgid "<variable id=\"schatte\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Shadow</emph> tab </variable>"
+msgstr "<variable id=\"schatte\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Shadow</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3147441.31.help.text
+msgid "<variable id=\"verlauf\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Gradients</emph> tab </variable>"
+msgstr "<variable id=\"verlauf\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Gradients</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3155308.32.help.text
+msgid "<variable id=\"schraffur\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Hatching</emph> tab </variable>"
+msgstr "<variable id=\"schraffur\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Hatching</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3145800.33.help.text
+msgid "<variable id=\"bitmap\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Bitmaps</emph> tab </variable>"
+msgstr "<variable id=\"bitmap\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Area - Bitmaps</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3145251.34.help.text
+msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline></variable>"
+msgstr "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline></variable>"
+
+#: 00040502.xhp#par_id3152810.35.help.text
+msgid "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text</emph> tab </variable>"
+msgstr "<variable id=\"text\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3151060.36.help.text
+msgid "<variable id=\"laufext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text Animation</emph> tab </variable>"
+msgstr "<variable id=\"laufext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - Text - Text Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph>- Text Animation</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3149911.37.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size</emph> "
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size</emph> "
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F4 key </caseinline><caseinline select=\"IMPRESS\">F4 key </caseinline></switchinline>"
+
+#: 00040502.xhp#par_id3153052.help.text
+msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3149938.39.help.text
+msgid "Position and Size"
+msgstr "Position and Size"
+
+#: 00040502.xhp#par_id3148833.170.help.text
+msgid "Open the context menu for the object - choose <emph>Name</emph>"
+msgstr "Open the context menu for the object - choose <emph>Name</emph>"
+
+#: 00040502.xhp#par_id411999.help.text
+msgid "Open the context menu for the object - choose <emph>Description</emph>"
+msgstr "Open the context menu for the object - choose <emph>Description</emph>"
+
+#: 00040502.xhp#par_id3153099.40.help.text
+msgid "<variable id=\"position2\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Position and Size</emph> tab </variable>"
+msgstr "<variable id=\"position2\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Position and Size</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3152973.42.help.text
+msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab"
+msgstr "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab"
+
+#: 00040502.xhp#par_id3148495.help.text
+msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3146790.44.help.text
+msgid "Rotate"
+msgstr "Rotate"
+
+#: 00040502.xhp#par_id3145666.45.help.text
+msgid "<variable id=\"ecke\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Slant & Corner Radius</emph> tab </variable>"
+msgstr "<variable id=\"ecke\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Slant & Corner Radius</emph> tab </variable>"
+
+#: 00040502.xhp#par_id3146081.46.help.text
+msgid "<variable id=\"legende\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Callout</emph> tab (only for textbox callouts, not for custom shapes callouts) </variable>"
+msgstr "<variable id=\"legende\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Object - </emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - </emph></caseinline></switchinline><emph>Position and Size - Callout</emph> tab (only for textbox callouts, not for custom shapes callouts) </variable>"
+
+#: 00040502.xhp#par_id3083283.172.help.text
+msgid "Choose <emph>Edit - Points</emph>"
+msgstr "Choose <emph>Edit - Points</emph>"
+
+#: 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 "<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>"
+
+#: 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 "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F8 key </caseinline><caseinline select=\"IMPRESS\">F8 key </caseinline></switchinline>"
+
+#: 00040502.xhp#par_id3150044.help.text
+msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3153966.49.help.text
+msgid "Edit Points"
+msgstr "Edit Points"
+
+#: 00040502.xhp#par_id3151248.50.help.text
+msgid "Choose <emph>Format - Character</emph> (drawing functions)"
+msgstr "Choose <emph>Format - Character</emph> (drawing functions)"
+
+#: 00040502.xhp#par_id3145229.121.help.text
+msgid "Open context menu - choose <emph>Character</emph>"
+msgstr "Open context menu - choose <emph>Character</emph>"
+
+#: 00040502.xhp#par_id3151342.122.help.text
+msgid "Open context menu - choose <emph>Size</emph>"
+msgstr "Open context menu - choose <emph>Size</emph>"
+
+#: 00040502.xhp#par_id3149255.123.help.text
+msgid "Open context menu - choose <emph>Style</emph>"
+msgstr "Open context menu - choose <emph>Style</emph>"
+
+#: 00040502.xhp#par_id3155177.124.help.text
+msgid "Open context menu - choose <emph>Style - Bold</emph>"
+msgstr "Open context menu - choose <emph>Style - Bold</emph>"
+
+#: 00040502.xhp#par_id3145766.help.text
+msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3147001.55.help.text
+msgid "Bold"
+msgstr "Bold"
+
+#: 00040502.xhp#par_id3151276.125.help.text
+msgid "Open context menu - choose <emph>Style - Italic</emph>"
+msgstr "Open context menu - choose <emph>Style - Italic</emph>"
+
+#: 00040502.xhp#par_id3159091.help.text
+msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3150234.58.help.text
+msgid "Italic"
+msgstr "Italic"
+
+#: 00040502.xhp#par_id3154589.126.help.text
+msgid "Open context menu - choose <emph>Style - Underline</emph> "
+msgstr "Open context menu - choose <emph>Style - Underline</emph> "
+
+#: 00040502.xhp#par_id3145223.help.text
+msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3154715.88.help.text
+msgid "Underline"
+msgstr "Underline"
+
+#: 00040502.xhp#par_id3145131.127.help.text
+msgid "Open context menu - choose <emph>Style - Strikethrough</emph>"
+msgstr "Open context menu - choose <emph>Style - Strikethrough</emph>"
+
+#: 00040502.xhp#par_id3158214.128.help.text
+msgid "Open context menu - choose <emph>Style - Shadow</emph>"
+msgstr "Open context menu - choose <emph>Style - Shadow</emph>"
+
+#: 00040502.xhp#par_id3150207.129.help.text
+msgid "Open context menu - choose <emph>Style - Contour</emph>"
+msgstr "Open context menu - choose <emph>Style - Contour</emph>"
+
+#: 00040502.xhp#par_id3154383.130.help.text
+msgid "Open context menu - choose <emph>Style - Superscript</emph>"
+msgstr "Open context menu - choose <emph>Style - Superscript</emph>"
+
+#: 00040502.xhp#par_id3152767.131.help.text
+msgid "Open context menu - choose <emph>Style - Subscript</emph>"
+msgstr "Open context menu - choose <emph>Style - Subscript</emph>"
+
+#: 00040502.xhp#par_id3155377.132.help.text
+msgid "Open context menu - choose <emph>Line Spacing</emph>"
+msgstr "Open context menu - choose <emph>Line Spacing</emph>"
+
+#: 00040502.xhp#par_id3154475.133.help.text
+msgid "Open context menu - choose <emph>Line Spacing - Single</emph>"
+msgstr "Open context menu - choose <emph>Line Spacing - Single</emph>"
+
+#: 00040502.xhp#par_id3150478.134.help.text
+msgid "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>"
+msgstr "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>"
+
+#: 00040502.xhp#par_id3147167.135.help.text
+msgid "Open context menu - choose <emph>Line Spacing - Double</emph>"
+msgstr "Open context menu - choose <emph>Line Spacing - Double</emph>"
+
+#: 00040502.xhp#par_id3146978.69.help.text
+msgid "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
+msgstr "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
+
+#: 00040502.xhp#par_id3153009.136.help.text
+msgid "Open context menu - choose <emph>Alignment - Left</emph>"
+msgstr "Open context menu - choose <emph>Alignment - Left</emph>"
+
+#: 00040502.xhp#par_id3147310.help.text
+msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3151336.71.help.text
+msgid "Align Left"
+msgstr "Align Left"
+
+#: 00040502.xhp#par_id3155823.72.help.text
+msgid "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
+msgstr "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
+
+#: 00040502.xhp#par_id3155762.137.help.text
+msgid "Open context menu - choose <emph>Alignment - Right</emph>"
+msgstr "Open context menu - choose <emph>Alignment - Right</emph>"
+
+#: 00040502.xhp#par_id3149408.help.text
+msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3153607.74.help.text
+msgid "Align Right"
+msgstr "Align Right"
+
+#: 00040502.xhp#par_id3149189.75.help.text
+msgid "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
+msgstr "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
+
+#: 00040502.xhp#par_id3154624.138.help.text
+msgid "Open context menu - choose <emph>Alignment - Center</emph>"
+msgstr "Open context menu - choose <emph>Alignment - Center</emph>"
+
+#: 00040502.xhp#par_id3153815.help.text
+msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3153076.77.help.text
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally </caseinline><defaultinline>Centered</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally </caseinline><defaultinline>Centered</defaultinline></switchinline>"
+
+#: 00040502.xhp#par_id3146151.78.help.text
+msgid "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
+msgstr "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
+
+#: 00040502.xhp#par_id3168612.139.help.text
+msgid "Open context menu - choose <emph>Alignment - Justified</emph>"
+msgstr "Open context menu - choose <emph>Alignment - Justified</emph>"
+
+#: 00040502.xhp#par_id3156189.help.text
+msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3153131.80.help.text
+msgid "Justified"
+msgstr "Justified"
+
+#: 00040502.xhp#par_id3150527.81.help.text
+msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar </variable>"
+msgstr "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar </variable>"
+
+#: 00040502.xhp#par_id3144503.103.help.text
+msgid "Choose <emph>Format - Group</emph>"
+msgstr "Choose <emph>Format - Group</emph>"
+
+#: 00040502.xhp#par_id3154854.140.help.text
+msgid "Open context menu - choose <emph>Group</emph>"
+msgstr "Open context menu - choose <emph>Group</emph>"
+
+#: 00040502.xhp#par_id3157985.83.help.text
+msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
+msgstr "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
+
+#: 00040502.xhp#par_id3157980.104.help.text
+msgid "Choose <emph>Modify - Group</emph> (drawing documents)"
+msgstr "Choose <emph>Modify - Group</emph> (drawing documents)"
+
+#: 00040502.xhp#par_id3149508.84.help.text
+msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)"
+msgstr "Open context menu - choose <emph>Group - Group</emph> (form objects)"
+
+#: 00040502.xhp#par_id3146858.help.text
+msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3149593.113.help.text
+msgid "Group"
+msgstr "Group"
+
+#: 00040502.xhp#par_id3153023.85.help.text
+msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
+msgstr "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
+
+#: 00040502.xhp#par_id3163378.105.help.text
+msgid "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
+msgstr "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
+
+#: 00040502.xhp#par_id3156038.86.help.text
+msgid "Open context menu - choose <emph>Ungroup</emph>"
+msgstr "Open context menu - choose <emph>Ungroup</emph>"
+
+#: 00040502.xhp#par_id3151300.help.text
+msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3146894.115.help.text
+msgid "Ungroup"
+msgstr "Ungroup"
+
+#: 00040502.xhp#par_id3153109.106.help.text
+msgid "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)"
+msgstr "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)"
+
+#: 00040502.xhp#par_id3145678.107.help.text
+msgid "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
+msgstr "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
+
+#: 00040502.xhp#par_id3152367.108.help.text
+msgid "Open context menu - choose <emph>Exit Group</emph>"
+msgstr "Open context menu - choose <emph>Exit Group</emph>"
+
+#: 00040502.xhp#par_id3158402.help.text
+msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3155347.117.help.text
+msgid "Exit Group"
+msgstr "Exit Group"
+
+#: 00040502.xhp#par_id3149129.109.help.text
+msgid "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)"
+msgstr "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)"
+
+#: 00040502.xhp#par_id3145354.110.help.text
+msgid "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
+msgstr "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
+
+#: 00040502.xhp#par_id3149946.111.help.text
+msgid "Open context menu - choose <emph>Enter Group</emph>"
+msgstr "Open context menu - choose <emph>Enter Group</emph>"
+
+#: 00040502.xhp#par_id3152388.help.text
+msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Icon</alt></image>"
+
+#: 00040502.xhp#par_id3152547.119.help.text
+msgid "Enter Group"
+msgstr "Enter Group"
+
+#: 00000010.xhp#tit.help.text
+msgctxt "00000010.xhp#tit.help.text"
+msgid "Context Menus"
+msgstr "Context Menus"
+
+#: 00000010.xhp#hd_id3160447.1.help.text
+msgctxt "00000010.xhp#hd_id3160447.1.help.text"
+msgid "Context Menus"
+msgstr "Context Menus"
+
+#: 00000010.xhp#hd_id3148765.45.help.text
+msgctxt "00000010.xhp#hd_id3148765.45.help.text"
+msgid "Cut"
+msgstr "Cut"
+
+#: 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 "Cuts out the selected object and stores it on the clipboard. The object can be reinserted from the clipboard by using <emph>Paste</emph>."
+
+#: 00000010.xhp#hd_id3156069.68.help.text
+msgctxt "00000010.xhp#hd_id3156069.68.help.text"
+msgid "Paste"
+msgstr "Paste"
+
+#: 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 "<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."
+
+#: 00000010.xhp#hd_id3149948.76.help.text
+msgid "Insert"
+msgstr "Insert"
+
+#: 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 "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."
+
+#: 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 "If you have selected an object in your document, then a new insertion will replace the selected object."
+
+#: 00000010.xhp#hd_id3145829.79.help.text
+msgid "Background"
+msgstr "Background"
+
+#: 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 "<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."
+
+#: 00000010.xhp#hd_id3153049.87.help.text
+msgctxt "00000010.xhp#hd_id3153049.87.help.text"
+msgid "Copy"
+msgstr "Copy"
+
+#: 00000010.xhp#par_id3150774.88.help.text
+msgid "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
+msgstr "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
+
+#: 00000010.xhp#hd_id3148620.91.help.text
+msgctxt "00000010.xhp#hd_id3148620.91.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 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 "<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>"
+
+#: 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 "The object is either physically deleted from the data carrier or the object display is removed, depending on context."
+
+#: 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 "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."
+
+#: 00000010.xhp#hd_id3150443.136.help.text
+msgid "Open"
+msgstr "Open"
+
+#: 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 "<ahelp visibility=\"visible\" hid=\"SID_EXPLORERCONTENT_OPEN_OBJECT\">Use the<emph> Open </emph>command to open the selected object in a new task.</ahelp>"
+
+#: 00000010.xhp#hd_id3149732.165.help.text
+msgid "Rename"
+msgstr "Rename"
+
+#: 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 "<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."
+
+#: 00000010.xhp#hd_id3155434.317.help.text
+msgid "Update"
+msgstr "Update"
+
+#: 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 "<ahelp hid=\"HID_GALLERY_ACTUALIZE\" visibility=\"visible\">Updates the view in the window or in the selected object.</ahelp>"
+
+#: 00000010.xhp#hd_id3147573.172.help.text
+msgctxt "00000010.xhp#hd_id3147573.172.help.text"
+msgid "Preview"
+msgstr "Preview"
+
+#: 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 "The element selected is displayed in the Gallery at maximum size. Double-click the preview to switch back to the normal Gallery view."
+
+#: 00000010.xhp#hd_id3157809.319.help.text
+msgid "Create Link"
+msgstr "Create Link"
+
+#: 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 "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."
+
+#: 00000215.xhp#tit.help.text
+msgctxt "00000215.xhp#tit.help.text"
+msgid "ASCII Filter Options"
+msgstr "ASCII Filter Options"
+
+#: 00000215.xhp#hd_id3146856.1.help.text
+msgctxt "00000215.xhp#hd_id3146856.1.help.text"
+msgid "ASCII Filter Options"
+msgstr "ASCII Filter Options"
+
+#: 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 "You can specify which options, such as basic font, language, character set, or break, are imported or exported with a text document. The dialogue 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."
+
+#: 00000215.xhp#hd_id3159217.3.help.text
+msgctxt "00000215.xhp#hd_id3159217.3.help.text"
+msgid "Properties"
+msgstr "Properties"
+
+#: 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 "Defines the settings for importing or exporting your file. When exporting, only the character set and paragraph break can be defined."
+
+#: 00000215.xhp#hd_id3146959.5.help.text
+msgctxt "00000215.xhp#hd_id3146959.5.help.text"
+msgid "Character set"
+msgstr "Character set"
+
+#: 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 "<ahelp hid=\"SW:LISTBOX:DLG_ASCII_FILTER:LB_CHARSET\">Specifies the character set of the file for export or import.</ahelp>"
+
+#: 00000215.xhp#hd_id3154926.7.help.text
+msgid "Default fonts"
+msgstr "Default fonts"
+
+#: 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>"
+msgstr "<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>"
+
+#: 00000215.xhp#hd_id3154894.9.help.text
+#, fuzzy
+msgctxt "00000215.xhp#hd_id3154894.9.help.text"
+msgid "Language"
+msgstr "Language"
+
+#: 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 "<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>"
+
+#: 00000215.xhp#hd_id3147143.11.help.text
+msgid "Paragraph break"
+msgstr "Paragraph break"
+
+#: 00000215.xhp#par_id3143281.12.help.text
+msgid "Defines the type of paragraph break for a text line."
+msgstr "Defines the type of paragraph break for a text line."
+
+#: 00000215.xhp#hd_id3150935.13.help.text
+msgid "CR & LF"
+msgstr "CR & LF"
+
+#: 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 "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CRLF\">Produces a \"Carriage Return\" and a \"Linefeed\". This option is the default.</ahelp>"
+
+#: 00000215.xhp#hd_id3153551.15.help.text
+msgid "CR"
+msgstr "CR"
+
+#: 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 "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CR\">Produces a \"Carriage Return\" as the paragraph break.</ahelp>"
+
+#: 00000215.xhp#hd_id3150713.17.help.text
+msgid "LF"
+msgstr "LF"
+
+#: 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 "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_LF\">Produces a \"Linefeed\" as the paragraph break.</ahelp>"
+
+#: 00000004.xhp#tit.help.text
+msgid "To access this command..."
+msgstr "To access this command..."
+
+#: 00000004.xhp#hd_id3160447.1.help.text
+msgid "<variable id=\"wie\">To access this command...</variable>"
+msgstr "<variable id=\"wie\">To access this command...</variable>"
+
+#: 00000004.xhp#par_id3147212.47.help.text
+msgid "<variable id=\"related\"><emph>Related Topics</emph></variable>"
+msgstr "<variable id=\"related\"><emph>Related Topics</emph></variable>"
+
+#: 00000004.xhp#par_id56935339.help.text
+msgid "Enable or disable the Help Agent on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
+msgstr "Enable or disable the Help Agent on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
+
+#: 00000004.xhp#par_id3154689.help.text
+msgid "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3146067.46.help.text
+msgctxt "00000004.xhp#par_id3146067.46.help.text"
+msgid "Font Color"
+msgstr "Font Colour"
+
+#: 00000004.xhp#par_id3157898.help.text
+msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3149893.7.help.text
+msgctxt "00000004.xhp#par_id3149893.7.help.text"
+msgid "Font Color"
+msgstr "Font Colour"
+
+#: 00000004.xhp#par_id3149750.help.text
+msgid "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3150693.8.help.text
+msgid "Line spacing: 1"
+msgstr "Line spacing: 1"
+
+#: 00000004.xhp#par_id3145382.help.text
+msgid "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163802\" src=\"cmd/sc_spacepara15.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163802\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3154173.9.help.text
+msgid "Line spacing: 1.5"
+msgstr "Line spacing: 1.5"
+
+#: 00000004.xhp#par_id3150131.help.text
+msgid "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3152824.10.help.text
+msgid "Line spacing: 2"
+msgstr "Line spacing: 2"
+
+#: 00000004.xhp#par_id3149820.help.text
+msgid "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153126\" src=\"cmd/sc_superscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153126\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3145121.11.help.text
+msgid "Superscript"
+msgstr "Superscript"
+
+#: 00000004.xhp#par_id3147077.help.text
+msgid "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3151385.12.help.text
+msgid "Subscript"
+msgstr "Subscript"
+
+#: 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 "<image id=\"img_id3149294\" src=\"res/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3152772.15.help.text
+msgid "Line Style"
+msgstr "Line Style"
+
+#: 00000004.xhp#par_id3153379.help.text
+msgid "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148401\" src=\"res/helpimg/feldcolo.png\" width=\"1.0417inch\" height=\"0.2398inch\"><alt id=\"alt_id3148401\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3149290.16.help.text
+msgid "Line Color"
+msgstr "Line Colour"
+
+#: 00000004.xhp#par_id3156214.help.text
+msgid "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149807\" src=\"res/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3163044.17.help.text
+msgid "Line Width"
+msgstr "Line Width"
+
+#: 00000004.xhp#par_id3154154.help.text
+msgid "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145152\" src=\"res/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3150650.18.help.text
+msgid "Area Style / Filling"
+msgstr "Area Style / Filling"
+
+#: 00000004.xhp#par_id3153367.help.text
+msgid "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3148557.20.help.text
+msgid "Align Top"
+msgstr "Align Top"
+
+#: 00000004.xhp#par_id3146923.help.text
+msgid "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150410\" src=\"cmd/sc_cellvertbottom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150410\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3149287.21.help.text
+msgid "Align Bottom"
+msgstr "Align Bottom"
+
+#: 00000004.xhp#par_id3153097.help.text
+msgid "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3150873.22.help.text
+msgid "Align Center Vertically"
+msgstr "Align Centre Vertically"
+
+#: 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 "<image id=\"img_id3159123\" src=\"svx/res/nu07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159123\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3147418.27.help.text
+msgctxt "00000004.xhp#par_id3147418.27.help.text"
+msgid "Apply"
+msgstr "Apply"
+
+#: 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 "<image id=\"img_id3145364\" src=\"svx/res/nu08.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145364\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3148617.28.help.text
+msgctxt "00000004.xhp#par_id3148617.28.help.text"
+msgid "Cancel"
+msgstr "Cancel"
+
+#: 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 "<image id=\"img_id3154096\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154096\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3145800.30.help.text
+msgctxt "00000004.xhp#par_id3145800.30.help.text"
+msgid "Up One Level"
+msgstr "Up One Level"
+
+#: 00000004.xhp#par_id3149412.help.text
+msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153279\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3154064.48.help.text
+msgctxt "00000004.xhp#par_id3154064.48.help.text"
+msgid "Create New Directory"
+msgstr "Create New Directory"
+
+#: 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 "<image id=\"img_id3153334\" src=\"svtools/res/up_small.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3145646.39.help.text
+msgctxt "00000004.xhp#par_id3145646.39.help.text"
+msgid "Up One Level"
+msgstr "Up One Level"
+
+#: 00000004.xhp#par_id3151320.help.text
+msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148833\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3153005.40.help.text
+msgctxt "00000004.xhp#par_id3153005.40.help.text"
+msgid "Create New Directory"
+msgstr "Create New Directory"
+
+#: 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 "<image id=\"img_id3147257\" src=\"fpicker/res/fp011.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147257\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3153949.41.help.text
+msgid "Default Directory"
+msgstr "Default Directory"
+
+#: 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 "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150656\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3146915.35.help.text
+msgid "<ahelp hid=\".\">Go to the previous comment</ahelp>"
+msgstr "<ahelp hid=\".\">Go to the previous comment</ahelp>"
+
+#: 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 "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154363\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3159184.36.help.text
+msgid "<ahelp hid=\".\">Go to the next comment</ahelp>"
+msgstr "<ahelp hid=\".\">Go to the next comment</ahelp>"
+
+#: 00000004.xhp#par_id3083285.help.text
+msgid "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3147339.37.help.text
+msgctxt "00000004.xhp#par_id3147339.37.help.text"
+msgid "Open File"
+msgstr "Open File"
+
+#: 00000004.xhp#par_id3151189.help.text
+msgid "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3149109.38.help.text
+msgctxt "00000004.xhp#par_id3149109.38.help.text"
+msgid "Save As"
+msgstr "Save As"
+
+#: 00000004.xhp#par_id3152946.help.text
+msgid "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155904\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155904\">Icon</alt></image>"
+
+#: 00000004.xhp#par_id3155336.76.help.text
+msgctxt "00000004.xhp#par_id3155336.76.help.text"
+msgid "Export Directly as PDF"
+msgstr "Export Directly as PDF"
+
+#: 00000002.xhp#tit.help.text
+msgid "Glossary of Internet Terms"
+msgstr "Glossary of Internet Terms"
+
+#: 00000002.xhp#bm_id3150702.help.text
+msgid "<bookmark_value>Internet glossary</bookmark_value><bookmark_value>common terms;Internet glossary</bookmark_value><bookmark_value>glossaries;Internet terms</bookmark_value><bookmark_value>terminology;Internet glossary</bookmark_value>"
+msgstr "<bookmark_value>Internet glossary</bookmark_value><bookmark_value>common terms;Internet glossary</bookmark_value><bookmark_value>glossaries;Internet terms</bookmark_value><bookmark_value>terminology;Internet glossary</bookmark_value>"
+
+#: 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 "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Glossary of Internet Terms</link>"
+
+#: 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 "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."
+
+#: 00000002.xhp#hd_id3153146.36.help.text
+msgid "Frames"
+msgstr "Frames"
+
+#: 00000002.xhp#par_id3157909.37.help.text
+msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\" 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 "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\" 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."
+
+#: 00000002.xhp#hd_id3147077.43.help.text
+msgid "FTP"
+msgstr "FTP"
+
+#: 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#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients."
+msgstr "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#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients."
+
+#: 00000002.xhp#bm_id3145609.help.text
+msgid "<bookmark_value>HTML; definition</bookmark_value>"
+msgstr "<bookmark_value>HTML; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3145609.56.help.text
+msgid "HTML"
+msgstr "HTML"
+
+#: 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#sgml\" name=\"SGML\">SGML</link> and integrates text, graphics, videos and sound."
+msgstr "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#sgml\" name=\"SGML\">SGML</link> and integrates text, graphics, videos and sound."
+
+#: 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. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. 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</emph> and not with the file type <emph>Web pages</emph>."
+msgstr "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. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. 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</emph> and not with the file type <emph>Web pages</emph>."
+
+#: 00000002.xhp#par_id3153960.244.help.text
+msgid "There are several references on the Internet providing an introduction to the HTML language."
+msgstr "There are several references on the Internet providing an introduction to the HTML language."
+
+#: 00000002.xhp#hd_id3147423.59.help.text
+msgid "HTTP"
+msgstr "HTTP"
+
+#: 00000002.xhp#par_id3153379.60.help.text
+msgid "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
+msgstr "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
+
+#: 00000002.xhp#bm_id3149290.help.text
+msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
+msgstr "<bookmark_value>hyperlinks; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3149290.61.help.text
+msgid "Hyperlink"
+msgstr "Hyperlink"
+
+#: 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."
+msgstr "Hyperlinks are cross-references, highlighted in text in various colours 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."
+
+#: 00000002.xhp#par_id3156281.63.help.text
+msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)."
+msgstr "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialogue icon on the Standard bar)."
+
+#: 00000002.xhp#bm_id3152805.help.text
+msgid "<bookmark_value>ImageMap; definition</bookmark_value>"
+msgstr "<bookmark_value>ImageMap; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3152805.64.help.text
+msgid "ImageMap"
+msgstr "ImageMap"
+
+#: 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#url\" 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 "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#url\" 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>."
+
+#: 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#html\" 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 server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
+msgstr "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\" 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 server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
+
+#: 00000002.xhp#par_id3150740.67.help.text
+msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
+msgstr "As ImageMaps can be used in different ways, they can be stored in different formats."
+
+#: 00000002.xhp#hd_id3146874.68.help.text
+msgid "ImageMap Formats"
+msgstr "ImageMap Formats"
+
+#: 00000002.xhp#par_id3145153.69.help.text
+msgid "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
+msgstr "ImageMaps are basically divided between those that are analyzed on the server (i. e. your Internet provider) and those analyzed on the web browser of the reader's computer."
+
+#: 00000002.xhp#bm_id3152881.help.text
+msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>Server Side ImageMap</bookmark_value>"
+
+#: 00000002.xhp#hd_id3152881.70.help.text
+msgid "Server Side ImageMaps"
+msgstr "Server Side ImageMaps"
+
+#: 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 "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:"
+
+#: 00000002.xhp#par_id3147502.72.help.text
+msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
+msgstr "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
+
+#: 00000002.xhp#par_id3154011.73.help.text
+msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
+msgstr "NCSA HTTP Server (Format type: MAP - NCSA)"
+
+#: 00000002.xhp#par_id3149483.74.help.text
+msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
+msgstr "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialogue 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."
+
+#: 00000002.xhp#bm_id3152418.help.text
+msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>Client Side ImageMap</bookmark_value>"
+
+#: 00000002.xhp#hd_id3152418.75.help.text
+msgid "Client Side ImageMap"
+msgstr "Client Side ImageMap"
+
+#: 00000002.xhp#par_id3151290.76.help.text
+msgid "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" 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 "The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href=\"text/shared/00/00000002.xhp#url\" 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."
+
+#: 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#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code."
+msgstr "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#html\" name=\"HTML\">HTML</link> format are inserted directly into the page in HTML code."
+
+#: 00000002.xhp#bm_id3159125.help.text
+msgid "<bookmark_value>Java; definition</bookmark_value>"
+msgstr "<bookmark_value>Java; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3159125.92.help.text
+msgid "Java"
+msgstr "Java"
+
+#: 00000002.xhp#par_id3153188.93.help.text
+msgid "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"."
+msgstr "The Java programming language is a platform independent programming language that is especially suited for use in the Internet. Web pages and applications programmed with Java class files can be used on all modern operating systems. Programs using Java programming language are usually developed in a Java development environment and then compiled to a \"byte code\"."
+
+#: 00000002.xhp#bm_id3159153.help.text
+msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
+msgstr "<bookmark_value>plug-ins; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3159153.107.help.text
+msgid "Plug-In"
+msgstr "Plug-In"
+
+#: 00000002.xhp#par_id3154127.109.help.text
+msgid "Extensions providing additional functionality in Web browsers are referred to as Plug-Ins."
+msgstr "Extensions providing additional functionality in Web browsers are referred to as Plug-Ins."
+
+#: 00000002.xhp#par_id3147484.108.help.text
+msgid "A Plug-In is a term used in various contexts:"
+msgstr "A Plug-In is a term used in various contexts:"
+
+#: 00000002.xhp#hd_id3168608.172.help.text
+msgid "Plug-Ins in $[officename]"
+msgstr "Plug-Ins in $[officename]"
+
+#: 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 formula into your text document, you see icons for editing the formula, in fact the same icons you see in formula documents. In this sense, we refer to the formula as a plug-in within the text document."
+msgstr "You will notice in $[officename] that the <emph>Formatting</emph> Bar changes after certain operations. For example, if you insert a formula into your text document, you see icons for editing the formula, in fact the same icons you see in formula documents. In this sense, we refer to the formula as a plug-in within the text document."
+
+#: 00000002.xhp#hd_id3148387.177.help.text
+msgid "Using Plug-Ins to extend your programs"
+msgstr "Using Plug-Ins to extend your programs"
+
+#: 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 "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."
+
+#: 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 "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 standardised interfaces. These plug-ins can be linked to $[officename] documents."
+
+#: 00000002.xhp#par_id3149420.179.help.text
+msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
+msgstr "Any Netscape plug-ins (32 bit) installed on your system are automatically recognised by $[officename]."
+
+#: 00000002.xhp#hd_id3145647.127.help.text
+msgid "Proxy"
+msgstr "Proxy"
+
+#: 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 "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."
+
+#: 00000002.xhp#bm_id3154729.help.text
+msgid "<bookmark_value>SGML; definition</bookmark_value>"
+msgstr "<bookmark_value>SGML; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3154729.229.help.text
+msgid "SGML"
+msgstr "SGML"
+
+#: 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 "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."
+
+#: 00000002.xhp#par_id3148747.231.help.text
+msgid "<link href=\"text/shared/00/00000002.xhp#html\" 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."
+msgstr "<link href=\"text/shared/00/00000002.xhp#html\" 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."
+
+#: 00000002.xhp#bm_id3153950.help.text
+msgid "<bookmark_value>search engines; definition</bookmark_value>"
+msgstr "<bookmark_value>search engines; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3153950.138.help.text
+msgid "Search Engines"
+msgstr "Search Engines"
+
+#: 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 "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."
+
+#: 00000002.xhp#bm_id3150751.help.text
+msgid "<bookmark_value>tags; definition</bookmark_value>"
+msgstr "<bookmark_value>tags; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3150751.141.help.text
+msgid "Tags"
+msgstr "Tags"
+
+#: 00000002.xhp#par_id3156360.142.help.text
+msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages 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 hyperlink references 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 "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages 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 hyperlink references 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."
+
+#: 00000002.xhp#bm_id3153766.help.text
+msgid "<bookmark_value>URL; definition</bookmark_value>"
+msgstr "<bookmark_value>URL; definition</bookmark_value>"
+
+#: 00000002.xhp#hd_id3153766.145.help.text
+msgid "URL"
+msgstr "URL"
+
+#: 00000002.xhp#par_id3152931.146.help.text
+msgid "The Uniform Resource Locator (URL) displays the address of a document or a server 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 "The Uniform Resource Locator (URL) displays the address of a document or a server 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."
+
+#: 00000021.xhp#tit.help.text
+msgid "XML File Formats"
+msgstr "XML File Formats"
+
+#: 00000021.xhp#bm_id3154408.help.text
+msgid "<bookmark_value>exporting; XML files</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 in $[officename]</bookmark_value> <bookmark_value>file formats; changing $[officename] defaults</bookmark_value> <bookmark_value>defaults;file formats in $[officename]</bookmark_value> <bookmark_value>file formats;OpenDocument/XML</bookmark_value> <bookmark_value>OpenDocument file formats</bookmark_value> <bookmark_value>ODF file formats</bookmark_value>"
+msgstr "<bookmark_value>exporting; XML files</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 in $[officename]</bookmark_value> <bookmark_value>file formats; changing $[officename] defaults</bookmark_value> <bookmark_value>defaults;file formats in $[officename]</bookmark_value> <bookmark_value>file formats;OpenDocument/XML</bookmark_value> <bookmark_value>OpenDocument file formats</bookmark_value> <bookmark_value>ODF file formats</bookmark_value>"
+
+#: 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 "<variable id=\"xmlformat\"><link href=\"text/shared/00/00000021.xhp\" name=\"XML File Formats\">XML File Formats</link></variable>"
+
+#: 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 "<ahelp hid=\"HID_DID_SAVE_PACKED_XML\">By default, $[officename] loads and saves files in the OpenDocument file format.</ahelp>"
+
+#: 00000021.xhp#par_idN10725.help.text
+msgid "The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
+msgstr "The OpenDocument file format (ODF) is a standardised file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
+
+#: 00000021.xhp#hd_id3156324.4.help.text
+msgid "OpenDocument file format names"
+msgstr "OpenDocument file format names"
+
+#: 00000021.xhp#par_id3154926.5.help.text
+msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
+msgstr "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
+
+#: 00000021.xhp#par_id3157898.6.help.text
+msgid "Document format"
+msgstr "Document format"
+
+#: 00000021.xhp#par_id3149549.7.help.text
+msgid "File extension"
+msgstr "File extension"
+
+#: 00000021.xhp#par_idN10762.help.text
+msgid "ODF Text "
+msgstr "ODF Text "
+
+#: 00000021.xhp#par_idN10767.help.text
+msgid "*.odt"
+msgstr "*.odt"
+
+#: 00000021.xhp#par_idN1076D.help.text
+msgid "ODF Text Template"
+msgstr "ODF Text Template"
+
+#: 00000021.xhp#par_idN10772.help.text
+msgid "*.ott"
+msgstr "*.ott"
+
+#: 00000021.xhp#par_idN10778.help.text
+msgid "ODF Master Document"
+msgstr "ODF Master Document"
+
+#: 00000021.xhp#par_idN1077D.help.text
+msgid "*.odm"
+msgstr "*.odm"
+
+#: 00000021.xhp#par_idN10783.help.text
+msgid "HTML Document"
+msgstr "HTML Document"
+
+#: 00000021.xhp#par_idN10788.help.text
+msgid "*.html"
+msgstr "*.html"
+
+#: 00000021.xhp#par_idN1078E.help.text
+msgid "HTML Document Template"
+msgstr "HTML Document Template"
+
+#: 00000021.xhp#par_idN10793.help.text
+msgid "*.oth"
+msgstr "*.oth"
+
+#: 00000021.xhp#par_idN10799.help.text
+msgid "ODF Spreadsheet"
+msgstr "ODF Spreadsheet"
+
+#: 00000021.xhp#par_idN1079E.help.text
+msgid "*.ods"
+msgstr "*.ods"
+
+#: 00000021.xhp#par_idN107A4.help.text
+msgid "ODF Spreadsheet Template"
+msgstr "ODF Spreadsheet Template"
+
+#: 00000021.xhp#par_idN107A9.help.text
+msgid "*.ots"
+msgstr "*.ots"
+
+#: 00000021.xhp#par_idN107AF.help.text
+msgid "ODF Drawing"
+msgstr "ODF Drawing"
+
+#: 00000021.xhp#par_idN107B4.help.text
+msgid "*.odg"
+msgstr "*.odg"
+
+#: 00000021.xhp#par_idN107BA.help.text
+msgid "ODF Drawing Template"
+msgstr "ODF Drawing Template"
+
+#: 00000021.xhp#par_idN107BF.help.text
+msgid "*.otg"
+msgstr "*.otg"
+
+#: 00000021.xhp#par_idN107C5.help.text
+msgid "ODF Presentation"
+msgstr "ODF Presentation"
+
+#: 00000021.xhp#par_idN107CA.help.text
+msgid "*.odp"
+msgstr "*.odp"
+
+#: 00000021.xhp#par_idN107D0.help.text
+msgid "ODF Presentation Template"
+msgstr "ODF Presentation Template"
+
+#: 00000021.xhp#par_idN107D5.help.text
+msgid "*.otp"
+msgstr "*.otp"
+
+#: 00000021.xhp#par_idN107DB.help.text
+msgid "ODF Formula"
+msgstr "ODF Formula"
+
+#: 00000021.xhp#par_idN107E0.help.text
+msgid "*.odf"
+msgstr "*.odf"
+
+#: 00000021.xhp#par_idN1085B.help.text
+msgid "ODF Database"
+msgstr "ODF Database"
+
+#: 00000021.xhp#par_idN10860.help.text
+msgid "*.odb"
+msgstr "*.odb"
+
+#: 00000021.xhp#par_id9756157.help.text
+msgid "%PRODUCTNAME Extension"
+msgstr "%PRODUCTNAME Extension"
+
+#: 00000021.xhp#par_id2089907.help.text
+msgid "*.oxt"
+msgstr "*.oxt"
+
+#: 00000021.xhp#par_idN1088F.help.text
+msgid "The HTML format is not an OpenDocument format."
+msgstr "The HTML format is not an OpenDocument format."
+
+#: 00000021.xhp#par_id4818872.help.text
+msgid "ODF Chart is the name of the file format for stand alone charts. This format with the extension *.odc is currently not in use."
+msgstr "ODF Chart is the name of the file format for stand alone charts. This format with the extension *.odc is currently not in use."
+
+#: 00000021.xhp#par_idN107E3.help.text
+msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
+
+#: 00000021.xhp#par_id0514200811525257.help.text
+msgid "The OpenDocument format evolves over time."
+msgstr "The OpenDocument format evolves over time."
+
+#: 00000021.xhp#par_id0514200811565671.help.text
+msgid "ODF version"
+msgstr "ODF version"
+
+#: 00000021.xhp#par_id0519200811530375.help.text
+msgid "Date of standard approval by OASIS"
+msgstr "Date of standard approval by OASIS"
+
+#: 00000021.xhp#par_id0519200811530491.help.text
+msgid "First supporting version of the software"
+msgstr "First supporting version of the software"
+
+#: 00000021.xhp#par_id0514200811565662.help.text
+msgid "ODF 1.0 "
+msgstr "ODF 1.0 "
+
+#: 00000021.xhp#par_id0519200811530487.help.text
+msgid "2005-05-01"
+msgstr "2005-05-01"
+
+#: 00000021.xhp#par_id0519200811530455.help.text
+msgid "OpenOffice.org 1.1.5 or StarOffice 7"
+msgstr "OpenOffice.org 1.1.5 or StarOffice 7"
+
+#: 00000021.xhp#par_id0514200811565787.help.text
+msgid "ODF 1.1 "
+msgstr "ODF 1.1 "
+
+#: 00000021.xhp#par_id0519200811530479.help.text
+msgid "2007-02-02"
+msgstr "2007-02-02"
+
+#: 00000021.xhp#par_id0519200811530467.help.text
+msgid "OpenOffice.org 2.2 or StarOffice 8 Update 4"
+msgstr "OpenOffice.org 2.2 or StarOffice 8 Update 4"
+
+#: 00000021.xhp#par_id0514200811565762.help.text
+msgid "ODF 1.2"
+msgstr "ODF 1.2"
+
+#: 00000021.xhp#par_id0519200811530440.help.text
+msgid "2011-09-30"
+msgstr ""
+
+#: 00000021.xhp#par_id0519200811530471.help.text
+msgid "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
+msgstr "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
+
+#: 00000021.xhp#par_id1001200912381153.help.text
+msgid "ODF 1.2 (Extended)"
+msgstr "ODF 1.2 (Extended)"
+
+#: 00000021.xhp#par_id100120091238112.help.text
+msgid "-"
+msgstr "-"
+
+#: 00000021.xhp#par_id1001200912381174.help.text
+msgid "OpenOffice.org 3.2 or StarOffice 9.2"
+msgstr "OpenOffice.org 3.2 or StarOffice 9.2"
+
+#: 00000021.xhp#par_id0514200811525591.help.text
+msgid "In current versions, you can select to save your documents using ODF 1.2 (default) or ODF 1.0/1.1 (for backward compatibility). Choose <item type=\"menuitem\">Tools - Options - Load/Save - General</item> and select the ODF format version."
+msgstr "In current versions, you can select to save your documents using ODF 1.2 (default) or ODF 1.0/1.1 (for backward compatibility). Choose <item type=\"menuitem\">Tools - Options - Load/Save - General</item> and select the ODF format version."
+
+#: 00000021.xhp#par_idN107E9.help.text
+msgid "If you want to exchange documents with users that still use OpenOffice.org 1 or StarOffice 7, save the document using the respectively named filter in the <emph>File type</emph> listbox."
+msgstr "If you want to exchange documents with users that still use OpenOffice.org 1 or StarOffice 7, save the document using the respectively named filter in the <emph>File type</emph> listbox."
+
+#: 00000021.xhp#par_id3146907.1.help.text
+msgid "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
+msgstr "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
+
+#: 00000021.xhp#hd_id3150398.28.help.text
+msgid "XML file structure"
+msgstr "XML file structure"
+
+#: 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 "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:"
+
+#: 00000021.xhp#par_id3153178.30.help.text
+msgid "The text content of the document is located in <emph>content.xml</emph>."
+msgstr "The text content of the document is located in <emph>content.xml</emph>."
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 ODF format</emph>."
+msgstr "By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimise the time for saving and opening the document. On the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> tab page you can activate the use of indentations and line breaks by clearing the check box <emph>Size optimisation for ODF format</emph>."
+
+#: 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 "The file <emph>meta.xml</emph> contains the meta information of the document, which you can enter under <emph>File - Properties</emph>."
+
+#: 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 "If you save a document with a password, <emph>meta.xml</emph> will not be encrypted."
+
+#: 00000021.xhp#par_id3150391.34.help.text
+msgid "The file <emph>settings.xml</emph> contains further information about the settings for this document."
+msgstr "The file <emph>settings.xml</emph> contains further information about the settings for this document."
+
+#: 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 "In <emph>styles.xml,</emph> you find the styles applied to the document that can be seen in the Styles and Formatting window."
+
+#: 00000021.xhp#par_id3153353.36.help.text
+msgid "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
+msgstr "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
+
+#: 00000021.xhp#par_id3153368.37.help.text
+msgid "Additional files and folders can be contained in the packed file format."
+msgstr "Additional files and folders can be contained in the packed file format."
+
+#: 00000021.xhp#hd_id3154299.38.help.text
+msgid "Definition of the XML formats"
+msgstr "Definition of the XML formats"
+
+#: 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 "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."
+
+#: 00000021.xhp#par_id3149561.39.help.text
+msgid "The DTD (Document Type Description) files for the older formats can be found in the installation folder."
+msgstr "The DTD (Document Type Description) files for the older formats can be found in the installation folder."
+
+#: 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 "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."
+
+#: 00000021.xhp#par_idN10AC5.help.text
+msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+msgstr "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+
+#: 01000000.xhp#tit.help.text
+msgctxt "01000000.xhp#tit.help.text"
+msgid "Showing and Hiding Docked Windows"
+msgstr "Showing and Hiding Docked Windows"
+
+#: 01000000.xhp#hd_id3085157.1.help.text
+msgctxt "01000000.xhp#hd_id3085157.1.help.text"
+msgid "Showing and Hiding Docked Windows"
+msgstr "Showing and Hiding Docked Windows"
+
+#: 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 "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."
+
+#: 01000000.xhp#par_id3150502.3.help.text
+msgid "To show or hide a docked window, click the icon."
+msgstr "To show or hide a docked window, click the icon."
+
+#: 01000000.xhp#hd_id3150465.13.help.text
+msgid "AutoShow and AutoHide Docked Windows"
+msgstr "AutoShow and AutoHide Docked Windows"
+
+#: 01000000.xhp#par_id3155504.14.help.text
+msgid "You can click the edge of a hidden docked window to open the window."
+msgstr "You can click the edge of a hidden docked window to open the window."
+
+#: 01000000.xhp#par_id3153257.15.help.text
+msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
+msgstr "The docked window closes automatically when you move the mouse pointer outside of the window."
+
+#: 01000000.xhp#par_id3154046.16.help.text
+msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
+msgstr "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
+
+#: 01000000.xhp#hd_id3145416.18.help.text
+msgid "Drag and Drop"
+msgstr "Drag and Drop"
+
+#: 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 "If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode."
+
+#: 00000001.xhp#tit.help.text
+msgctxt "00000001.xhp#tit.help.text"
+msgid "Frequently-Used Buttons"
+msgstr "Frequently-Used Buttons"
+
+#: 00000001.xhp#hd_id3152952.1.help.text
+msgctxt "00000001.xhp#hd_id3152952.1.help.text"
+msgid "Frequently-Used Buttons"
+msgstr "Frequently-Used Buttons"
+
+#: 00000001.xhp#hd_id3147617.4.help.text
+msgctxt "00000001.xhp#hd_id3147617.4.help.text"
+msgid "Cancel"
+msgstr "Cancel"
+
+#: 00000001.xhp#par_id3155913.5.help.text
+msgid "<ahelp hid=\".\">Clicking <emph>Cancel</emph> closes a dialog without saving any changes made.</ahelp>"
+msgstr "<ahelp hid=\".\">Clicking <emph>Cancel</emph> closes a dialogue without saving any changes made.</ahelp>"
+
+#: 00000001.xhp#hd_id2341685.help.text
+msgid "Finish"
+msgstr "Finish"
+
+#: 00000001.xhp#par_id6909390.help.text
+msgid "<ahelp hid=\".\">Applies all changes and closes the wizard.</ahelp>"
+msgstr "<ahelp hid=\".\">Applies all changes and closes the wizard.</ahelp>"
+
+#: 00000001.xhp#hd_id3147477.39.help.text
+msgctxt "00000001.xhp#hd_id3147477.39.help.text"
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: 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 "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>."
+
+#: 00000001.xhp#hd_id3152414.79.help.text
+msgid "Spin button"
+msgstr "Spin button"
+
+#: 00000001.xhp#par_id1094088.help.text
+msgid "In form controls, a spin button is a property of a numerical field, currency field, date field, or time field. If the property \"Spin button\" is enabled, the field shows a pair of symbols with arrows pointing to opposing directions, either vertically or horizontally."
+msgstr "In form controls, a spin button is a property of a numerical field, currency field, date field, or time field. If the property \"Spin button\" is enabled, the field shows a pair of symbols with arrows pointing to opposing directions, either vertically or horizontally."
+
+#: 00000001.xhp#par_id7493209.help.text
+msgid "In the Basic IDE, a spin button is the name used for the numerical field together with the two arrow symbols."
+msgstr "In the Basic IDE, a spin button is the name used for the numerical field together with the two arrow symbols."
+
+#: 00000001.xhp#par_id3155599.78.help.text
+msgid "You can type a numerical value into the field next to the spin button, or select the value with the up-arrow or down-arrow symbols on the spin button. On the keyboard you can press the up arrow and down arrow keys to increase or reduce the value. You can press the Page Up and Page Down keys to set the maximum and minimum value."
+msgstr "You can type a numerical value into the field next to the spin button, or select the value with the up-arrow or down-arrow symbols on the spin button. On the keyboard you can press the up arrow and down arrow keys to increase or reduce the value. You can press the Page Up and Page Down keys to set the maximum and minimum value."
+
+#: 00000001.xhp#par_id3150264.38.help.text
+msgid "If the field next to the spin button 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 "If the field next to the spin button 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\"."
+
+#: 00000001.xhp#hd_id3154232.76.help.text
+msgid "Convert"
+msgstr "Convert"
+
+#: 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 "<ahelp hid=\".\">If you click forward through the dialogue, 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>"
+
+#: 00000001.xhp#hd_id3145129.42.help.text
+msgctxt "00000001.xhp#hd_id3145129.42.help.text"
+msgid "Context Menu"
+msgstr "Context Menu"
+
+#: 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><defaultinline>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 "<variable id=\"context\">To activate the context menu of an object, first click the object with the <switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>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>"
+
+#: 00000001.xhp#hd_id3149180.24.help.text
+msgctxt "00000001.xhp#hd_id3149180.24.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 00000001.xhp#par_id3153750.25.help.text
+msgid "<ahelp hid=\".\">Deletes the selected element or elements after confirmation.</ahelp>"
+msgstr "<ahelp hid=\".\">Deletes the selected element or elements after confirmation.</ahelp>"
+
+#: 00000001.xhp#hd_id3147557.45.help.text
+msgctxt "00000001.xhp#hd_id3147557.45.help.text"
+msgid "Delete"
+msgstr "Delete"
+
+#: 00000001.xhp#par_id3155338.46.help.text
+msgid "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
+msgstr "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
+
+#: 00000001.xhp#hd_id3148620.6.help.text
+msgid "Metrics"
+msgstr "Metrics"
+
+#: 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 "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."
+
+#: 00000001.xhp#hd_id3155535.8.help.text
+msgctxt "00000001.xhp#hd_id3155535.8.help.text"
+msgid "Close"
+msgstr "Close"
+
+#: 00000001.xhp#par_id3147008.9.help.text
+msgid "<ahelp hid=\".\">Closes the dialog and saves all changes.</ahelp>"
+msgstr "<ahelp hid=\".\">Closes the dialogue and saves all changes.</ahelp>"
+
+#: 00000001.xhp#hd_id3147275.57.help.text
+msgctxt "00000001.xhp#hd_id3147275.57.help.text"
+msgid "Close"
+msgstr "Close"
+
+#: 00000001.xhp#par_id3153031.58.help.text
+msgid "<ahelp hid=\".\">Closes the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Closes the dialogue.</ahelp>"
+
+#: 00000001.xhp#hd_id3156113.16.help.text
+msgctxt "00000001.xhp#hd_id3156113.16.help.text"
+msgid "Apply"
+msgstr "Apply"
+
+#: 00000001.xhp#par_id3155341.17.help.text
+msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">Applies the modified or selected values without closing the dialogue.</ahelp>"
+
+#: 00000001.xhp#hd_id3153760.47.help.text
+msgid "Shrink / Maximize"
+msgstr "Shrink / Maximise"
+
+#: 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 "<ahelp hid=\".\">Click the<emph> Shrink </emph>icon to reduce the dialogue 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 dialogue to its original size.</ahelp>"
+
+#: 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 "The dialogue is automatically minimised when you click into a sheet with the mouse. As soon as you release the mouse button, the dialogue is restored and the reference range defined with the mouse is highlighted in the document by a blue frame."
+
+#: 00000001.xhp#par_id3157808.help.text
+msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>"
+
+#: 00000001.xhp#par_id3153321.50.help.text
+msgid "Shrink"
+msgstr "Shrink"
+
+#: 00000001.xhp#par_id3153349.help.text
+msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>"
+
+#: 00000001.xhp#par_id3155628.51.help.text
+msgid "Maximize"
+msgstr "Maximise"
+
+#: 00000001.xhp#hd_id3156192.34.help.text
+msgid "Preview Field"
+msgstr "Preview Field"
+
+#: 00000001.xhp#par_id3154046.35.help.text
+msgid "<ahelp hid=\".\">Displays a preview of the current selection.</ahelp>"
+msgstr "<ahelp hid=\".\">Displays a preview of the current selection.</ahelp>"
+
+#: 00000001.xhp#hd_id3145609.70.help.text
+msgid "Next"
+msgstr "Next"
+
+#: 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 "<ahelp hid=\".\">Click the<emph> Next </emph>button, and the wizard uses the current dialogue settings and proceeds to the next step. If you are on the last step, this button becomes <emph>Create</emph>.</ahelp>"
+
+#: 00000001.xhp#hd_id3149670.13.help.text
+msgctxt "00000001.xhp#hd_id3149670.13.help.text"
+msgid "Back"
+msgstr "Back"
+
+#: 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 "<ahelp hid=\"OFFMGR_PUSHBUTTON_RID_OFADLG_OPTIONS_TREE_PB_BACK\">Resets modified values back to the $[officename] default values.</ahelp>"
+
+#: 00000001.xhp#hd_id3148755.59.help.text
+msgctxt "00000001.xhp#hd_id3148755.59.help.text"
+msgid "Reset"
+msgstr "Reset"
+
+#: 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 "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets changes made to the current tab to those applicable when this dialogue was opened. A confirmation query does not appear when you close the dialogue.</ahelp>"
+
+#: 00000001.xhp#hd_id3143278.18.help.text
+msgctxt "00000001.xhp#hd_id3143278.18.help.text"
+msgid "Reset"
+msgstr "Reset"
+
+#: 00000001.xhp#par_id3150791.19.help.text
+msgid "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets modified values back to the default values.</ahelp>"
+msgstr "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets modified values back to the default values.</ahelp>"
+
+#: 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 "A confirmation query does not appear. If you confirm the dialogue with OK all settings in this dialogue are reset."
+
+#: 00000001.xhp#hd_id3145173.10.help.text
+msgctxt "00000001.xhp#hd_id3145173.10.help.text"
+msgid "Standard"
+msgstr "Standard"
+
+#: 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 "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Resets the values visible in the dialogue back to the default installation values.</ahelp>"
+
+#: 00000001.xhp#par_id3154299.12.help.text
+msgid "A confirmation does not appear before the defaults are reloaded."
+msgstr "A confirmation does not appear before the defaults are reloaded."
+
+#: 00000001.xhp#hd_id3147502.72.help.text
+msgctxt "00000001.xhp#hd_id3147502.72.help.text"
+msgid "Back"
+msgstr "Back"
+
+#: 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 "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">View the selections in the dialogue made in the previous step. The current settings remain unchanged.</ahelp> This button can only be activated from page two on."
+
+#: 00000001.xhp#hd_id3147352.52.help.text
+msgid "More"
+msgstr "More"
+
+#: 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 "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Click the<emph> More</emph> button to expand the dialogue to show further options. Click again to restore the dialogue.</ahelp>"
+
+#: 00000001.xhp#par_id3161659.41.help.text
+msgid "<variable id=\"siehe\">See also the following functions: </variable>"
+msgstr "<variable id=\"siehe\">See also the following functions: </variable>"
+
+#: 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>.</variable>"
+msgstr "<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 <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>.</variable>"
+
+#: 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 "<variable id=\"wahr\">If an error occurs, the function returns a logical or numerical value. </variable>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 00000001.xhp#par_id9345377.help.text
+msgid "<variable id=\"ShiftF1\">Press Shift+F1 and point to a control to learn more about that control. </variable>"
+msgstr "<variable id=\"ShiftF1\">Press Shift+F1 and point to a control to learn more about that control. </variable>"
+
+#: 00000210.xhp#tit.help.text
+msgctxt "00000210.xhp#tit.help.text"
+msgid "Warning Print Options"
+msgstr "Warning Print Options"
+
+#: 00000210.xhp#hd_id3145759.1.help.text
+msgctxt "00000210.xhp#hd_id3145759.1.help.text"
+msgid "Warning Print Options"
+msgstr "Warning Print Options"
+
+#: 00000210.xhp#par_id3152352.2.help.text
+msgid "<ahelp 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 "<ahelp hid=\"SD:MODALDIALOG:DLG_PRINT_WARNINGS\">The<emph> Warning Print Options </emph>dialogue 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."
+
+#: 00000210.xhp#hd_id3150620.3.help.text
+msgid "Print options"
+msgstr "Print options"
+
+#: 00000210.xhp#hd_id3156324.5.help.text
+msgid "Fit page to print range"
+msgstr "Fit page to print range"
+
+#: 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 "If you select the <emph>Fit page to print range </emph>option, the <emph>Warning Print Options</emph> dialogue will not appear in subsequent print runs of this document."
+
+#: 00000210.xhp#hd_id3156553.8.help.text
+msgid "Print on multiple pages"
+msgstr "Print on multiple pages"
+
+#: 00000210.xhp#par_id3154823.9.help.text
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER\">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages."
+msgstr "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER\">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages."
+
+#: 00000210.xhp#hd_id3147010.10.help.text
+msgid "Trim"
+msgstr "Trim"
+
+#: 00000210.xhp#par_id3151111.11.help.text
+msgid "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT\">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp>"
+msgstr "<ahelp hid=\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT\">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp>"
+
+#: 00000406.xhp#tit.help.text
+msgctxt "00000406.xhp#tit.help.text"
+msgid "Tools Menu"
+msgstr "Tools Menu"
+
+#: 00000406.xhp#hd_id3160447.1.help.text
+msgctxt "00000406.xhp#hd_id3160447.1.help.text"
+msgid "Tools Menu"
+msgstr "Tools Menu"
+
+#: 00000406.xhp#par_id3146765.123.help.text
+msgid "Choose <emph>Tools - Gallery</emph> or on <emph>Standard</emph> Bar, click"
+msgstr "Choose <emph>Tools - Gallery</emph> or on <emph>Standard</emph> Bar, click"
+
+#: 00000406.xhp#par_id3153323.help.text
+msgid "<image id=\"img_id3154894\" src=\"cmd/sc_gallery.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154894\" src=\"cmd/sc_gallery.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154894\">Icon</alt></image>"
+
+#: 00000406.xhp#par_id3153551.127.help.text
+msgid "Gallery"
+msgstr "Gallery"
+
+#: 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 "<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>"
+
+#: 00000406.xhp#par_id3166411.2.help.text
+msgid "Choose <emph>Tools - Spelling and Grammar</emph>"
+msgstr "Choose <emph>Tools - Spelling and Grammar</emph>"
+
+#: 00000406.xhp#par_id3148538.69.help.text
+msgid "F7 key"
+msgstr "F7 key"
+
+#: 00000406.xhp#par_id3155628.3.help.text
+msgid "On <emph>Standard</emph> bar, click"
+msgstr "On <emph>Standard</emph> bar, click"
+
+#: 00000406.xhp#par_id3153824.help.text
+msgid "<image id=\"img_id3153665\" src=\"cmd/sc_spelling.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153665\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153665\" src=\"cmd/sc_spelling.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153665\">Icon</alt></image>"
+
+#: 00000406.xhp#par_id3157809.4.help.text
+msgid "Spelling and Grammar"
+msgstr "Spelling and Grammar"
+
+#: 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 "<variable id=\"hangul\">Choose <emph>Tools - Language - Hangul/Hanja Conversion</emph> (Asian language support must be enabled)</variable>"
+
+#: 00000406.xhp#par_idN10705.help.text
+msgid "<variable id=\"chinese\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled)</variable>"
+msgstr "<variable id=\"chinese\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled)</variable>"
+
+#: 00000406.xhp#par_idN1071E.help.text
+msgid "<variable id=\"chineseedit\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled) - <emph>Edit terms</emph> button</variable>"
+msgstr "<variable id=\"chineseedit\">Choose <emph>Tools - Language - Chinese Conversion</emph> (Asian language support must be enabled) - <emph>Edit terms</emph> button</variable>"
+
+#: 00000406.xhp#par_id3155419.5.help.text
+msgid "<variable id=\"rechtschreibungmenue\">Choose <emph>Tools - Spelling and Grammar</emph></variable>"
+msgstr "<variable id=\"rechtschreibungmenue\">Choose <emph>Tools - Spelling and Grammar</emph></variable>"
+
+#: 00000406.xhp#par_id3150771.7.help.text
+msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling and Grammar</emph>, then click <emph>Options</emph></variable>"
+msgstr "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling and Grammar</emph>, then click <emph>Options</emph></variable>"
+
+#: 00000406.xhp#par_id3151338.8.help.text
+msgid "Choose <emph>Tools - Language - Thesaurus</emph>"
+msgstr "Choose <emph>Tools - Language - Thesaurus</emph>"
+
+#: 00000406.xhp#par_id3149884.70.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7"
+
+#: 00000406.xhp#par_id3153320.10.help.text
+msgid "Choose <emph>Tools - Color Replacer</emph> ($[officename] Draw and $[officename] Impress)"
+msgstr ""
+
+#: 00000406.xhp#par_idN107E9.help.text
+msgid "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph></variable>"
+msgstr "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph></variable>"
+
+#: 00000406.xhp#par_id3151385.13.help.text
+msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system)</variable>"
+msgstr "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system)</variable>"
+
+#: 00000406.xhp#par_id3149456.155.help.text
+msgid "Choose <emph>Tools - Macros - Record Macro</emph>"
+msgstr "Choose <emph>Tools - Macros - Record Macro</emph>"
+
+#: 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 "<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>"
+
+#: 00000406.xhp#par_idN10843.help.text
+msgid "<variable id=\"packagemanager\">Choose <emph>Tools - Extension Manager</emph></variable>"
+msgstr "<variable id=\"packagemanager\">Choose <emph>Tools - Extension Manager</emph></variable>"
+
+#: 00000406.xhp#par_id9988402.help.text
+msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Updates</emph> button</variable>"
+msgstr "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Updates</emph> button</variable>"
+
+#: 00000406.xhp#par_id3151106.161.help.text
+msgid "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph></variable>"
+msgstr "<variable id=\"xmlfilter\">Choose <emph>Tools - XML Filter Settings</emph></variable>"
+
+#: 00000406.xhp#par_id3153778.162.help.text
+msgid "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph></variable>"
+msgstr "<variable id=\"xmlfilteredit\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>New</emph> or <emph>Edit</emph></variable>"
+
+#: 00000406.xhp#par_id3148979.163.help.text
+msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph></variable>"
+msgstr "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</emph>, then click <emph>Test XSLTs</emph></variable>"
+
+#: 00000406.xhp#par_id3148672.15.help.text
+msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph></variable>"
+msgstr "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph></variable>"
+
+#: 00000406.xhp#par_id3147230.16.help.text
+msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menu</emph> tab</variable>"
+msgstr "<variable id=\"menue\">Choose <emph>Tools - Customize - Menu</emph> tab</variable>"
+
+#: 00000406.xhp#par_idN108E9.help.text
+msgid "<variable id=\"menuenew\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>New</emph></variable>"
+msgstr "<variable id=\"menuenew\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>New</emph></variable>"
+
+#: 00000406.xhp#par_idN10919.help.text
+msgid "<variable id=\"menuemove\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>Menu - Move</emph></variable>"
+msgstr "<variable id=\"menuemove\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>Menu - Move</emph></variable>"
+
+#: 00000406.xhp#par_id3145171.129.help.text
+msgid "<variable id=\"tastatur\">Choose <emph>Tools - Customize - Keyboard</emph> tab (a document must be opened)</variable>"
+msgstr "<variable id=\"tastatur\">Choose <emph>Tools - Customize - Keyboard</emph> tab (a document must be opened)</variable>"
+
+#: 00000406.xhp#par_id3153968.19.help.text
+msgid "<variable id=\"symbole\">Choose <emph>Tools - Customize - Toolbars</emph> tab</variable>"
+msgstr "<variable id=\"symbole\">Choose <emph>Tools - Customize - Toolbars</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3144432.22.help.text
+msgid "<variable id=\"events\">Choose <emph>Tools - Customize - Events</emph> tab</variable>"
+msgstr "<variable id=\"events\">Choose <emph>Tools - Customize - Events</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3157895.50.help.text
+msgid "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect Options</emph></variable>"
+msgstr "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect Options</emph></variable>"
+
+#: 00000406.xhp#par_id3153768.51.help.text
+msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options</emph> tab</variable>"
+msgstr "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options</emph> tab</variable>"
+
+#: 00000406.xhp#par_id1978514.help.text
+msgid "<variable id=\"autokosmarttags\">Choose <emph>Tools - AutoCorrect Options - Smart Tags</emph> tab</variable>"
+msgstr "<variable id=\"autokosmarttags\">Choose <emph>Tools - AutoCorrect Options - Smart Tags</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3155368.52.help.text
+msgid "<variable id=\"autokoersetzung\">Choose <emph>Tools - AutoCorrect Options - Replace</emph> tab</variable>"
+msgstr "<variable id=\"autokoersetzung\">Choose <emph>Tools - AutoCorrect Options - Replace</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3155860.53.help.text
+msgid "<variable id=\"autokoausnahmen\">Choose <emph>Tools - AutoCorrect Options - Exceptions</emph> tab</variable>"
+msgstr "<variable id=\"autokoausnahmen\">Choose <emph>Tools - AutoCorrect Options - Exceptions</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3153094.58.help.text
+msgid "<variable id=\"autokotyafz\">Choose <emph>Tools - AutoCorrect Options - Localized Options</emph> tab</variable>"
+msgstr "<variable id=\"autokotyafz\">Choose <emph>Tools - AutoCorrect Options - Localized Options</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3153945.114.help.text
+msgid "<variable id=\"autokoworterg\">Choose <emph>Tools - AutoCorrect Options - Word Completion</emph> tab</variable>"
+msgstr "<variable id=\"autokoworterg\">Choose <emph>Tools - AutoCorrect Options - Word Completion</emph> tab</variable>"
+
+#: 00000406.xhp#par_id3151352.80.help.text
+msgid "<variable id=\"exopas\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+msgstr "<variable id=\"exopas\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+
+#: 00000406.xhp#par_id3154127.88.help.text
+msgid "<variable id=\"etoplayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+msgstr "<variable id=\"etoplayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+
+#: 00000406.xhp#par_id3149664.93.help.text
+msgid "<variable id=\"etotm\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General</emph></variable>"
+msgstr "<variable id=\"etotm\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General</emph></variable>"
+
+#: 00000406.xhp#par_id3145112.125.help.text
+msgid "Path selection button in various wizards"
+msgstr "Path selection button in various wizards"
+
+#: 00000406.xhp#par_id3153953.126.help.text
+msgid "Click <emph>Edit</emph> button for a few entries under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+msgstr "Click <emph>Edit</emph> button for a few entries under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+
+#: 00000406.xhp#par_id3147295.23.help.text
+msgid "<variable id=\"optionen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph></variable>"
+msgstr "<variable id=\"optionen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph></variable>"
+
+#: 00000406.xhp#par_id3156006.24.help.text
+msgid "<variable id=\"optionenallgemein\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph></variable>"
+msgstr "<variable id=\"optionenallgemein\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph></variable>"
+
+#: 00000406.xhp#par_id3155308.25.help.text
+msgid "<variable id=\"benutzerdaten\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph></variable>"
+msgstr "<variable id=\"benutzerdaten\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph></variable>"
+
+#: 00000406.xhp#par_id3155312.136.help.text
+msgid "<variable id=\"allg\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph></variable>"
+msgstr "<variable id=\"allg\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph></variable>"
+
+#: 00000406.xhp#par_id3150032.147.help.text
+msgid "<variable id=\"arbeit\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory</emph></variable>"
+msgstr "<variable id=\"arbeit\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory</emph></variable>"
+
+#: 00000406.xhp#par_id3159153.61.help.text
+msgid "<variable id=\"ansicht\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph></variable>"
+msgstr "<variable id=\"ansicht\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph></variable>"
+
+#: 00000406.xhp#par_id3166413.137.help.text
+msgid "<variable id=\"drucken\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph></variable>"
+msgstr "<variable id=\"drucken\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph></variable>"
+
+#: 00000406.xhp#par_id3147330.26.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+
+#: 00000406.xhp#par_id3150036.54.help.text
+msgid "Choose <emph>Edit - AutoText - Path</emph>"
+msgstr "Choose <emph>Edit - AutoText - Path</emph>"
+
+#: 00000406.xhp#par_id3154696.30.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph>"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph>"
+
+#: 00000406.xhp#par_id3149581.31.help.text
+msgid "Choose <emph>Format - Area - Colors</emph> tab"
+msgstr "Choose <emph>Format - Area - Colours</emph> tab"
+
+#: 00000406.xhp#par_id3149270.65.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors - Edit</emph>"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors - Edit</emph>"
+
+#: 00000406.xhp#par_id3145729.66.help.text
+msgid "Choose <emph>Format - Area - Colors</emph> tab<emph> - Edit</emph> button"
+msgstr "Choose <emph>Format - Area - Colours</emph> tab<emph> - Edit</emph> button"
+
+#: 00000406.xhp#par_id3149488.67.help.text
+msgid "Choose <emph>Format - 3D Effects</emph> icon on the <emph>Illumination</emph> tab"
+msgstr "Choose <emph>Format - 3D Effects</emph> icon on the <emph>Illumination</emph> tab"
+
+#: 00000406.xhp#par_id3153876.help.text
+msgid "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon</alt></image>"
+
+#: 00000406.xhp#par_id3151037.68.help.text
+msgid "Select color on the <emph>Color</emph> tab page"
+msgstr "Select colour on the <emph>Colour</emph> tab page"
+
+#: 00000406.xhp#par_id3149403.72.help.text
+msgid "<variable id=\"schriers\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Fonts</emph></variable>"
+msgstr "<variable id=\"schriers\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Fonts</emph></variable>"
+
+#: 00000406.xhp#par_id3150717.43.help.text
+msgid "<variable id=\"scripting\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Security</emph></variable>"
+msgstr "<variable id=\"scripting\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Security</emph></variable>"
+
+#: 00000406.xhp#par_idN10C3D.help.text
+msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+msgstr "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
+#: 00000406.xhp#par_id3146989.152.help.text
+msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
+msgstr "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
+
+#: 00000406.xhp#par_id3144746.153.help.text
+msgid "<variable id=\"appearance\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Appearance</emph></variable>"
+msgstr "<variable id=\"appearance\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Appearance</emph></variable>"
+
+#: 00000406.xhp#par_id3156355.32.help.text
+msgid "<variable id=\"landen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph></variable>"
+msgstr "<variable id=\"landen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph></variable>"
+
+#: 00000406.xhp#par_id3147223.27.help.text
+msgid "<variable id=\"rsave\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph></variable>"
+msgstr "<variable id=\"rsave\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph></variable>"
+
+#: 00000406.xhp#par_id3153958.119.help.text
+msgid "<variable id=\"etsofi\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>VBA Properties</emph></variable>"
+msgstr "<variable id=\"etsofi\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>VBA Properties</emph></variable>"
+
+#: 00000406.xhp#par_id3153707.122.help.text
+msgid "<variable id=\"etsofi2\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>Microsoft Office</emph></variable>"
+msgstr "<variable id=\"etsofi2\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>Microsoft Office</emph></variable>"
+
+#: 00000406.xhp#par_id3145667.49.help.text
+msgid "<variable id=\"html\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>HTML Compatibility</emph></variable>"
+msgstr "<variable id=\"html\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>HTML Compatibility</emph></variable>"
+
+#: 00000406.xhp#par_id3146792.132.help.text
+msgid "<variable id=\"asiatypo\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings</emph></variable>"
+msgstr "<variable id=\"asiatypo\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings</emph></variable>"
+
+#: 00000406.xhp#par_id3157965.131.help.text
+msgid "<variable id=\"sprachen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph></variable>"
+msgstr "<variable id=\"sprachen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph></variable>"
+
+#: 00000406.xhp#par_id3155446.160.help.text
+msgid "<variable id=\"sprachenctl\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages - Complex Text Layout</emph></variable>"
+msgstr "<variable id=\"sprachenctl\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages - Complex Text Layout</emph></variable>"
+
+#: 00000406.xhp#par_id3150745.45.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>"
+
+#: 00000406.xhp#par_id3148407.134.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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 "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - 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>."
+
+#: 00000406.xhp#par_id3150324.157.help.text
+msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+msgstr "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+
+#: 00000406.xhp#par_id3145620.135.help.text
+msgid "<variable id=\"suchja\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Searching in Japanese</emph></variable>"
+msgstr "<variable id=\"suchja\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Searching in Japanese</emph></variable>"
+
+#: 00000406.xhp#par_id3147341.133.help.text
+msgid "<variable id=\"asialayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Asian Layout</emph></variable>"
+msgstr "<variable id=\"asialayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Asian Layout</emph></variable>"
+
+#: 00000406.xhp#par_id3147359.138.help.text
+msgid "<variable id=\"internet\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet</emph></variable>"
+msgstr "<variable id=\"internet\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet</emph></variable>"
+
+#: 00000406.xhp#par_id3156374.33.help.text
+msgid "<variable id=\"internet1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph></variable>"
+msgstr "<variable id=\"internet1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph></variable>"
+
+#: 00000406.xhp#par_id3159339.36.help.text
+msgid "<variable id=\"internet4\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Search</emph></variable>"
+msgstr "<variable id=\"internet4\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Search</emph></variable>"
+
+#: 00000406.xhp#par_id3149280.94.help.text
+msgid "<variable id=\"optionentextdokument\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph></variable>"
+msgstr "<variable id=\"optionentextdokument\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph></variable>"
+
+#: 00000406.xhp#par_idN10E4F.help.text
+msgid "<variable id=\"compatibility\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Compatibility</emph></variable>"
+msgstr "<variable id=\"compatibility\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Compatibility</emph></variable>"
+
+#: 00000406.xhp#par_id3148929.105.help.text
+msgid "<variable id=\"laden\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph></variable>"
+msgstr "<variable id=\"laden\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph></variable>"
+
+#: 00000406.xhp#par_idN10F2F.help.text
+msgid "<variable id=\"mailmergeemail\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Mail Merge E-mail</emph></variable>"
+msgstr "<variable id=\"mailmergeemail\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Mail Merge E-mail</emph></variable>"
+
+#: 00000406.xhp#par_id3149825.144.help.text
+msgid "<variable id=\"einfuegenbeschriftung\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph></variable>"
+msgstr "<variable id=\"einfuegenbeschriftung\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph></variable>"
+
+#: 00000406.xhp#par_id3155333.96.help.text
+msgid "<variable id=\"layout\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web </emph>- <emph>View</emph></variable>"
+msgstr "<variable id=\"layout\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web </emph>- <emph>View</emph></variable>"
+
+#: 00000406.xhp#par_id3146316.100.help.text
+msgid "<variable id=\"registerschattencursor\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web</emph> - <emph>Formatting Aids</emph></variable>"
+msgstr "<variable id=\"registerschattencursor\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web</emph> - <emph>Formatting Aids</emph></variable>"
+
+#: 00000406.xhp#par_id3153534.47.help.text
+msgid "<variable id=\"raster\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - Grid</emph></variable>"
+msgstr "<variable id=\"raster\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - Grid</emph></variable>"
+
+#: 00000406.xhp#par_id3155961.97.help.text
+msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Western)</emph>"
+msgstr "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Western)</emph>"
+
+#: 00000406.xhp#par_id3159313.151.help.text
+msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Asian)</emph> (only available if Asian language support is enabled)"
+msgstr "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Asian)</emph> (only available if Asian language support is enabled)"
+
+#: 00000406.xhp#par_id3155607.98.help.text
+msgid "<variable id=\"drucken1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web </emph>- <emph>Print</emph></variable>"
+msgstr "<variable id=\"drucken1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web </emph>- <emph>Print</emph></variable>"
+
+#: 00000406.xhp#par_id3988769.help.text
+msgid "<variable id=\"drucken2\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</variable>"
+msgstr "<variable id=\"drucken2\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</variable>"
+
+#: 00000406.xhp#par_id3145769.99.help.text
+msgid "<variable id=\"registertabelle\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table</emph></variable>"
+msgstr "<variable id=\"registertabelle\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table</emph></variable>"
+
+#: 00000406.xhp#par_id3147005.101.help.text
+msgid "<variable id=\"registeraenderungen\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Changes</emph></variable>"
+msgstr "<variable id=\"registeraenderungen\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Changes</emph></variable>"
+
+#: 00000406.xhp#par_id3159333.48.help.text
+msgid "<variable id=\"webbrowser1\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web</emph></variable>"
+msgstr "<variable id=\"webbrowser1\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web</emph></variable>"
+
+#: 00000406.xhp#par_id3149448.139.help.text
+msgid "<variable id=\"hinter\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - Background</emph></variable>"
+msgstr "<variable id=\"hinter\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - Background</emph></variable>"
+
+#: 00000406.xhp#par_id3149336.78.help.text
+msgid "<variable id=\"tabellendokument\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph></variable>"
+msgstr "<variable id=\"tabellendokument\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph></variable>"
+
+#: 00000406.xhp#par_id3152966.81.help.text
+msgid "<variable id=\"tabelleeingabe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph></variable>"
+msgstr "<variable id=\"tabelleeingabe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph></variable>"
+
+#: 00000406.xhp#par_id3149814.79.help.text
+msgid "<variable id=\"tabelleinhalte\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+msgstr "<variable id=\"tabelleinhalte\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+
+#: 00000406.xhp#par_id3154656.84.help.text
+msgid "<variable id=\"exopbe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph></variable>"
+msgstr "<variable id=\"exopbe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph></variable>"
+
+#: 00000406.xhp#par_id3154657.84.help.text
+msgid "<variable id=\"exopco\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Compatibility</emph></variable>"
+msgstr ""
+
+#: 00000406.xhp#par_id3152494.82.help.text
+msgid "<variable id=\"exopso\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph></variable>"
+msgstr "<variable id=\"exopso\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph></variable>"
+
+#: 00000406.xhp#par_id3152495.82.help.text
+msgid "<variable id=\"exopfo\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Formula</emph></variable>"
+msgstr ""
+
+#: 00000406.xhp#par_id3152496.82.help.text
+msgid "<variable id=\"exopde\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Defaults</emph></variable>"
+msgstr ""
+
+#: 00000406.xhp#par_id3149527.83.help.text
+msgid "<variable id=\"listekopieren\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists - Copy</emph> button</variable>"
+msgstr "<variable id=\"listekopieren\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists - Copy</emph> button</variable>"
+
+#: 00000406.xhp#par_id3154903.85.help.text
+msgid "<variable id=\"exopaen\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Changes</emph></variable>"
+msgstr "<variable id=\"exopaen\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Changes</emph></variable>"
+
+#: 00000406.xhp#par_id3152582.140.help.text
+msgid "<variable id=\"etotall\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress</emph></variable>"
+msgstr "<variable id=\"etotall\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress</emph></variable>"
+
+#: 00000406.xhp#par_id3148418.91.help.text
+msgid "<variable id=\"etopsonstiges\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph></variable>"
+msgstr "<variable id=\"etopsonstiges\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph></variable>"
+
+#: 00000406.xhp#par_id3150380.87.help.text
+msgid "<variable id=\"etopas\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+msgstr "<variable id=\"etopas\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+
+#: 00000406.xhp#par_id3166423.89.help.text
+msgid "<variable id=\"etopfe\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph></variable>"
+msgstr "<variable id=\"etopfe\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph></variable>"
+
+#: 00000406.xhp#par_id3148873.90.help.text
+msgid "<variable id=\"etopdk\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Print</emph></variable>"
+msgstr "<variable id=\"etopdk\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Print</emph></variable>"
+
+#: 00000406.xhp#par_id3145220.92.help.text
+msgid "<variable id=\"etotallz\">Open a drawing document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw</emph></variable>"
+msgstr "<variable id=\"etotallz\">Open a drawing document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw</emph></variable>"
+
+#: 00000406.xhp#par_id3149573.77.help.text
+msgid "<variable id=\"etsodr\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math</emph></variable>"
+msgstr "<variable id=\"etsodr\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math</emph></variable>"
+
+#: 00000406.xhp#par_id3145613.112.help.text
+msgid "<variable id=\"formeinst\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math - Settings</emph></variable>"
+msgstr "<variable id=\"formeinst\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math - Settings</emph></variable>"
+
+#: 00000406.xhp#par_id3155137.111.help.text
+msgid "<variable id=\"diagrfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts</emph></variable>"
+msgstr "<variable id=\"diagrfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts</emph></variable>"
+
+#: 00000406.xhp#par_id3149211.113.help.text
+msgid "<variable id=\"diagrgfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</emph></variable>"
+msgstr "<variable id=\"diagrgfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</emph></variable>"
+
+#: 00000406.xhp#par_id3150862.141.help.text
+msgid "<variable id=\"datenqu\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base</emph></variable>"
+msgstr "<variable id=\"datenqu\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base</emph></variable>"
+
+#: 00000406.xhp#par_id3147368.142.help.text
+msgid "<variable id=\"verbindungen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Connections</emph></variable>"
+msgstr "<variable id=\"verbindungen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Connections</emph></variable>"
+
+#: 00000406.xhp#par_idN1120D.help.text
+msgid "<variable id=\"registered\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph></variable>"
+msgstr "<variable id=\"registered\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph></variable>"
+
+#: 00000005.xhp#tit.help.text
+msgid "General Glossary"
+msgstr "General Glossary"
+
+#: 00000005.xhp#bm_id3154896.help.text
+msgid "<bookmark_value>common terms;glossaries</bookmark_value><bookmark_value>glossaries;common terms</bookmark_value><bookmark_value>terminology;general glossary</bookmark_value>"
+msgstr "<bookmark_value>common terms;glossaries</bookmark_value><bookmark_value>glossaries;common terms</bookmark_value><bookmark_value>terminology;general glossary</bookmark_value>"
+
+#: 00000005.xhp#hd_id3154896.1.help.text
+msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Glossary\">General Glossary</link>"
+msgstr "<link href=\"text/shared/00/00000005.xhp\" name=\"General Glossary\">General Glossary</link>"
+
+#: 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 "This glossary includes explanations of some of the most important terms you will come across in $[officename]."
+
+#: 00000005.xhp#par_id3154873.3.help.text
+msgid "Use the glossary to look up unfamiliar terms found in any $[officename] application."
+msgstr "Use the glossary to look up unfamiliar terms found in any $[officename] application."
+
+#: 00000005.xhp#bm_id3156192.help.text
+msgid "<bookmark_value>ASCII; definition</bookmark_value>"
+msgstr "<bookmark_value>ASCII; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3156192.22.help.text
+msgid "ASCII"
+msgstr "ASCII"
+
+#: 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 "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."
+
+#: 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. You can input extended ASCII code characters: the $[officename] export filter performs the necessary conversion."
+msgstr "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. You can input extended ASCII code characters: the $[officename] export filter performs the necessary conversion."
+
+#: 00000005.xhp#hd_id3151245.25.help.text
+msgid "Bézier Object"
+msgstr "Bézier Object"
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3146907.help.text
+msgid "<bookmark_value>CTL;definition</bookmark_value><bookmark_value>complex text layout;definition</bookmark_value><bookmark_value>complex text layout, see CTL</bookmark_value>"
+msgstr "<bookmark_value>CTL;definition</bookmark_value><bookmark_value>complex text layout;definition</bookmark_value><bookmark_value>complex text layout, see CTL</bookmark_value>"
+
+#: 00000005.xhp#hd_id3146907.169.help.text
+msgid "Complex Text Layout (CTL)"
+msgstr "Complex Text Layout (CTL)"
+
+#: 00000005.xhp#par_id3156081.166.help.text
+msgid "Languages with complex text layout may have some or all of the following features:"
+msgstr "Languages with complex text layout may have some or all of the following features:"
+
+#: 00000005.xhp#par_id3145116.167.help.text
+msgid "The language is written with characters or glyphs that are composed of several parts"
+msgstr "The language is written with characters or glyphs that are composed of several parts"
+
+#: 00000005.xhp#par_id3154630.168.help.text
+msgid "The text direction is from right to left."
+msgstr "The text direction is from right to left."
+
+#: 00000005.xhp#par_id3148677.170.help.text
+msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages."
+msgstr "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL languages."
+
+#: 00000005.xhp#par_id3151176.171.help.text
+msgid "Enable CTL support using <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgstr "Enable CTL support using <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+
+#: 00000005.xhp#par_idN108F1.help.text
+msgctxt "00000005.xhp#par_idN108F1.help.text"
+msgid "Context Menu"
+msgstr "Context Menu"
+
+#: 00000005.xhp#bm_id3147084.help.text
+msgid "<bookmark_value>DDE; definition</bookmark_value>"
+msgstr "<bookmark_value>DDE; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3147084.29.help.text
+msgid "DDE"
+msgstr "DDE"
+
+#: 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 "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."
+
+#: 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 "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> dialogue. 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."
+
+#: 00000005.xhp#hd_id3150439.156.help.text
+msgid "Direct and Style Formatting"
+msgstr "Direct and Style Formatting"
+
+#: 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 "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."
+
+#: 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 - Clear Direct Formatting</emph>."
+msgstr ""
+
+#: 00000005.xhp#bm_id3155132.help.text
+msgid "<bookmark_value>windows; docking definition</bookmark_value><bookmark_value>docking; definition</bookmark_value>"
+msgstr "<bookmark_value>windows; docking definition</bookmark_value><bookmark_value>docking; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3155132.6.help.text
+msgid "Docking"
+msgstr "Docking"
+
+#: 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 "<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>"
+
+#: 00000005.xhp#par_id3147233.127.help.text
+msgid "<variable id=\"andock2\">To undock and re-dock, holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, 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, while you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key.</variable>"
+msgstr "<variable id=\"andock2\">To undock and re-dock, holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, double-click a vacant area in the window. In the Styles and Formatting window, you can also double-click a grey part of the window next to the icons, while you hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key.</variable>"
+
+#: 00000005.xhp#hd_id3155306.10.help.text
+msgid "Docking (AutoHide)"
+msgstr "Docking (AutoHide)"
+
+#: 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 "On any window edge where another window is docked you will see a button which allows you to show or hide the window."
+
+#: 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 "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)."
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3163710.help.text
+msgid "<bookmark_value>formatting; definition</bookmark_value>"
+msgstr "<bookmark_value>formatting; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3163710.32.help.text
+msgid "Formatting"
+msgstr "Formatting"
+
+#: 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 "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]."
+
+#: 00000005.xhp#bm_id3156006.help.text
+msgid "<bookmark_value>IME; definition</bookmark_value>"
+msgstr "<bookmark_value>IME; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3156006.164.help.text
+msgid "IME"
+msgstr "IME"
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3151172.help.text
+msgid "<bookmark_value>JDBC; definition</bookmark_value>"
+msgstr "<bookmark_value>JDBC; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3151172.111.help.text
+msgid "JDBC"
+msgstr "JDBC"
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3151282.help.text
+msgid "<bookmark_value>kerning; definition</bookmark_value>"
+msgstr "<bookmark_value>kerning; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3151282.36.help.text
+msgid "Kerning"
+msgstr "Kerning"
+
+#: 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 "Kerning means increasing or decreasing the amount of space between pairs of letters to improve the overall appearance of the text."
+
+#: 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 "The kerning tables contain information on which pairs of letters require more spacing. These tables are generally a component of a font."
+
+#: 00000005.xhp#bm_id3150592.help.text
+msgid "<bookmark_value>links; definition</bookmark_value>"
+msgstr "<bookmark_value>links; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3150592.55.help.text
+msgid "Link"
+msgstr "Link"
+
+#: 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 a picture, for example, you can either insert the picture directly into the document or insert the picture as a link."
+msgstr "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 a picture, for example, you can either insert the picture directly into the document or insert the picture as a link."
+
+#: 00000005.xhp#par_id3145730.57.help.text
+msgid "When an object is inserted 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 "When an object is inserted 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."
+
+#: 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 "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."
+
+#: 00000005.xhp#par_id3153334.59.help.text
+msgid "Use <emph>Edit - Links</emph> to see which files are inserted as links. The links can be removed if required. This will break the link and insert the object directly."
+msgstr "Use <emph>Edit - Links</emph> to see which files are inserted as links. The links can be removed if required. This will break the link and insert the object directly."
+
+#: 00000005.xhp#hd_id3154512.107.help.text
+msgid "Number System"
+msgstr "Number System"
+
+#: 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 ten numbers (0..9), the binary system is based on the two numbers 0 and 1, the hexadecimal system is based on 16 characters (0...9 and A...F)."
+msgstr "A number system is determined by the number of characters available for representing numbers. The decimal system, for instance is based on the ten numbers (0..9), the binary system is based on the two numbers 0 and 1, the hexadecimal system is based on 16 characters (0...9 and A...F)."
+
+#: 00000005.xhp#bm_id3156358.help.text
+msgid "<bookmark_value>objects; definition</bookmark_value>"
+msgstr "<bookmark_value>objects; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3156358.41.help.text
+msgid "Object"
+msgstr "Object"
+
+#: 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 "An object is a screen element containing data. It can refer to application data, such as text or graphics."
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3152827.help.text
+msgid "<bookmark_value>ODBC; definition</bookmark_value>"
+msgstr "<bookmark_value>ODBC; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3152827.44.help.text
+msgid "ODBC"
+msgstr "ODBC"
+
+#: 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 "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]."
+
+#: 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 "<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>"
+
+#: 00000005.xhp#bm_id3154479.help.text
+msgid "<bookmark_value>OLE; definition</bookmark_value>"
+msgstr "<bookmark_value>OLE; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3154479.46.help.text
+msgid "OLE"
+msgstr "OLE"
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3154507.help.text
+msgid "<bookmark_value>OpenGL; definition</bookmark_value>"
+msgstr "<bookmark_value>OpenGL; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3154507.98.help.text
+msgid "OpenGL"
+msgstr "OpenGL"
+
+#: 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 "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."
+
+#: 00000005.xhp#hd_id3155764.91.help.text
+msgid "PNG"
+msgstr "PNG"
+
+#: 00000005.xhp#par_id3148993.92.help.text
+msgid "Portable Network Graphics (PNG) is a graphic file format. 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."
+msgstr "Portable Network Graphics (PNG) is a graphic file format. 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."
+
+#: 00000005.xhp#hd_id3083286.103.help.text
+msgid "Primary key"
+msgstr "Primary key"
+
+#: 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 "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."
+
+#: 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 context menu of a row header for the selected field."
+msgstr "In $[officename], you define the primary key in the design view of a table, by choosing the relevant command from the context menu of a row header for the selected field."
+
+#: 00000005.xhp#hd_id3147359.100.help.text
+msgid "Relational Database"
+msgstr "Relational Database"
+
+#: 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 "A relational database is a collection of data items organised 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. "
+
+#: 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 "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."
+
+#: 00000005.xhp#par_id3147535.102.help.text
+msgid "A good example of a relational database can be given with 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 "A good example of a relational database can be given with 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)."
+
+#: 00000005.xhp#bm_id3147315.help.text
+msgid "<bookmark_value>register-true; definition</bookmark_value>"
+msgstr "<bookmark_value>register-true; definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3147315.48.help.text
+msgid "Register-true"
+msgstr "Register-true"
+
+#: 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 "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 grey 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."
+
+#: 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 "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."
+
+#: 00000005.xhp#hd_id3156710.70.help.text
+msgid "RTF"
+msgstr "RTF"
+
+#: 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 "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."
+
+#: 00000005.xhp#hd_id3156372.117.help.text
+msgid "Saving Relatively and Absolutely"
+msgstr "Saving Relatively and Absolutely"
+
+#: 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 "In various dialogues (for example, <emph>Edit - AutoText</emph>) you can select whether you want to save files relatively or absolutely."
+
+#: 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 "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."
+
+#: 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 "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."
+
+#: 00000005.xhp#bm_id3149922.help.text
+msgid "<bookmark_value>SQL;definition</bookmark_value>"
+msgstr "<bookmark_value>SQL;definition</bookmark_value>"
+
+#: 00000005.xhp#hd_id3149922.53.help.text
+msgid "SQL"
+msgstr "SQL"
+
+#: 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 "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."
+
+#: 00000005.xhp#hd_id3147552.120.help.text
+msgid "SQL Database / SQL Server"
+msgstr "SQL Database / SQL Server"
+
+#: 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 "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."
+
+#: 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 through <link href=\"text/shared/00/00000005.xhp#odbc\">ODBC</link>, JDBC, or a native driver integrated into $[officename]."
+msgstr "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 through <link href=\"text/shared/00/00000005.xhp#odbc\">ODBC</link>, JDBC, or a native driver integrated into $[officename]."
+
+#: 00000005.xhp#hd_id3166423.51.help.text
+msgid "Widows and Orphans"
+msgstr "Widows and Orphans"
+
+#: 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 "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."
+
+#: 00000401.xhp#tit.help.text
+msgctxt "00000401.xhp#tit.help.text"
+msgid "File Menu"
+msgstr "File Menu"
+
+#: 00000401.xhp#hd_id3149976.1.help.text
+msgctxt "00000401.xhp#hd_id3149976.1.help.text"
+msgid "File Menu"
+msgstr "File Menu"
+
+#: 00000401.xhp#par_id389416.help.text
+msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
+msgstr "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
+
+#: 00000401.xhp#par_id3154812.50.help.text
+msgid "Choose <emph>File - New</emph>"
+msgstr "Choose <emph>File - New</emph>"
+
+#: 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 "<emph>New</emph> icon on the <emph>Standard</emph> Bar (the icon shows the type of the new document)"
+
+#: 00000401.xhp#par_id3150127.help.text
+msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156053\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156053\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3154232.199.help.text
+msgid "New"
+msgstr "New"
+
+#: 00000401.xhp#par_id3154894.179.help.text
+msgid "Key <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+msgstr "Key <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+
+#: 00000401.xhp#par_id3157898.82.help.text
+msgid "Menu <emph>File - New</emph><emph>- Templates and Documents</emph>."
+msgstr "Menu <emph>File - New</emph><emph>- Templates and Documents</emph>."
+
+#: 00000401.xhp#par_id3149140.187.help.text
+msgid "Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+msgstr "Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+
+#: 00000401.xhp#par_id3149798.160.help.text
+msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></variable>"
+msgstr "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></variable>"
+
+#: 00000401.xhp#par_id3147226.161.help.text
+msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
+msgstr "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3154522.162.help.text
+msgid "Choose <emph>File - New - Labels - Format</emph> tab"
+msgstr "Choose <emph>File - New - Labels - Format</emph> tab"
+
+#: 00000401.xhp#par_id3154983.163.help.text
+msgid "Choose <emph>File - New - Business Cards - Format</emph> tab"
+msgstr "Choose <emph>File - New - Business Cards - Format</emph> tab"
+
+#: 00000401.xhp#par_id3157958.164.help.text
+msgid "Choose <emph>File - New - Labels - Options</emph> tab"
+msgstr "Choose <emph>File - New - Labels - Options</emph> tab"
+
+#: 00000401.xhp#par_id3153311.165.help.text
+msgid "Choose <emph>File - New - Business Cards - Options</emph> tab"
+msgstr "Choose <emph>File - New - Business Cards - Options</emph> tab"
+
+#: 00000401.xhp#par_id3152780.166.help.text
+msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
+msgstr "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
+
+#: 00000401.xhp#par_id3156346.167.help.text
+msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
+msgstr "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3152824.168.help.text
+msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
+msgstr "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3149819.169.help.text
+msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
+msgstr "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3154897.170.help.text
+msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
+msgstr "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3146137.7.help.text
+msgid "Choose <emph>File - Open</emph>"
+msgstr "Choose <emph>File - Open</emph>"
+
+#: 00000401.xhp#par_id3152944.83.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
+
+#: 00000401.xhp#par_id3155341.8.help.text
+msgctxt "00000401.xhp#par_id3155341.8.help.text"
+msgid "On the <emph>Standard</emph> Bar, click"
+msgstr "On the <emph>Standard</emph> Bar, click"
+
+#: 00000401.xhp#par_id3155419.help.text
+msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149415\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3149415\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3156003.9.help.text
+msgctxt "00000401.xhp#par_id3156003.9.help.text"
+msgid "Open File"
+msgstr "Open File"
+
+#: 00000401.xhp#par_id3155388.174.help.text
+msgid "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
+msgstr "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
+
+#: 00000401.xhp#par_id3154174.175.help.text
+msgid "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
+msgstr "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
+
+#: 00000401.xhp#par_id3145609.109.help.text
+msgid "<variable id=\"autobrief\">Choose <emph>File - Wizards</emph></variable>"
+msgstr "<variable id=\"autobrief\">Choose <emph>File - Wizards</emph></variable>"
+
+#: 00000401.xhp#par_id3149245.110.help.text
+msgid "<variable id=\"autopilotbrief\">Choose <emph>File - Wizards - Letter</emph></variable>"
+msgstr "<variable id=\"autopilotbrief\">Choose <emph>File - Wizards - Letter</emph></variable>"
+
+#: 00000401.xhp#par_id3154758.111.help.text
+msgid "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
+msgstr "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
+
+#: 00000401.xhp#par_id3152360.112.help.text
+msgid "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
+msgstr "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
+
+#: 00000401.xhp#par_id3159413.113.help.text
+msgid "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
+msgstr "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
+
+#: 00000401.xhp#par_id3152771.114.help.text
+msgid "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
+msgstr "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
+
+#: 00000401.xhp#par_id3153524.115.help.text
+msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
+msgstr "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
+
+#: 00000401.xhp#par_id3154224.116.help.text
+msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
+msgstr "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
+
+#: 00000401.xhp#par_id3144760.120.help.text
+msgid "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
+msgstr "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
+
+#: 00000401.xhp#par_id3147085.121.help.text
+msgid "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
+msgstr "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
+
+#: 00000401.xhp#par_id3151042.209.help.text
+msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
+msgstr "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
+
+#: 00000401.xhp#par_id3154330.122.help.text
+msgid "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
+msgstr "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
+
+#: 00000401.xhp#par_id3150651.123.help.text
+msgid "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
+msgstr "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
+
+#: 00000401.xhp#par_id3154685.124.help.text
+msgid "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
+msgstr "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
+
+#: 00000401.xhp#par_id3153190.131.help.text
+msgid "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
+msgstr "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
+
+#: 00000401.xhp#par_id3155860.132.help.text
+msgid "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
+msgstr "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
+
+#: 00000401.xhp#par_id3146906.133.help.text
+msgid "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
+msgstr "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
+
+#: 00000401.xhp#par_id3152578.134.help.text
+msgid "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
+msgstr "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
+
+#: 00000401.xhp#par_id3155368.135.help.text
+msgid "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
+msgstr "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
+
+#: 00000401.xhp#par_id3146923.205.help.text
+msgid "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
+msgstr "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
+
+#: 00000401.xhp#par_id3149066.136.help.text
+msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
+msgstr "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
+
+#: 00000401.xhp#par_id3149288.102.help.text
+msgid "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
+msgstr "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
+
+#: 00000401.xhp#par_id3146986.103.help.text
+msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
+msgstr "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
+
+#: 00000401.xhp#par_id3154919.104.help.text
+msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
+msgstr "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
+
+#: 00000401.xhp#par_id3151351.105.help.text
+msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
+msgstr "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
+
+#: 00000401.xhp#par_id3147317.106.help.text
+msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
+msgstr "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
+
+#: 00000401.xhp#par_id3145592.107.help.text
+msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
+msgstr "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
+
+#: 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 "<variable id=\"autopilotformular\">Click <emph>Use Wizard to Create Form</emph> in a database file window.</variable>"
+
+#: 00000401.xhp#par_idN10C5F.help.text
+msgid "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
+msgstr "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
+
+#: 00000401.xhp#par_idN10C24.help.text
+msgid "<variable id=\"webwizard\">Choose <emph>File - Wizards - Web Page</emph></variable>"
+msgstr "<variable id=\"webwizard\">Choose <emph>File - Wizards - Web Page</emph></variable>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 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 "<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>"
+
+#: 00000401.xhp#par_id3153417.150.help.text
+msgid "<variable id=\"autopilotmsimport\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"autopilotmsimport\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+
+#: 00000401.xhp#par_id3150715.151.help.text
+msgid "<variable id=\"autopilotmsimport1\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"autopilotmsimport1\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+
+#: 00000401.xhp#par_id3154274.149.help.text
+msgid "<variable id=\"autopilotmsimport2\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"autopilotmsimport2\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+
+#: 00000401.xhp#par_id3146912.171.help.text
+msgid "<variable id=\"euro\">Choose <emph>File - Wizards - Euro Converter</emph></variable>"
+msgstr "<variable id=\"euro\">Choose <emph>File - Wizards - Euro Converter</emph></variable>"
+
+#: 00000401.xhp#par_id3152962.198.help.text
+msgid "Menu <emph>File - Wizards - Address Data Source</emph>"
+msgstr "Menu <emph>File - Wizards - Address Data Source</emph>"
+
+#: 00000401.xhp#par_id3145206.191.help.text
+msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
+msgstr "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
+
+#: 00000401.xhp#par_id3154756.192.help.text
+msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
+msgstr "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
+
+#: 00000401.xhp#par_id3153924.193.help.text
+msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
+msgstr "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
+
+#: 00000401.xhp#par_id3148995.194.help.text
+msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
+msgstr "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
+
+#: 00000401.xhp#par_id3147338.57.help.text
+msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
+msgstr "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
+
+#: 00000401.xhp#par_id3156717.10.help.text
+msgid "Choose <emph>File - Save</emph>"
+msgstr "Choose <emph>File - Save</emph>"
+
+#: 00000401.xhp#par_id3147533.84.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
+
+#: 00000401.xhp#par_id3148930.11.help.text
+msgid "On Standard or Table Data Bar, click"
+msgstr "On Standard or Table Data Bar, click"
+
+#: 00000401.xhp#par_id3156712.help.text
+msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155939\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3149109.12.help.text
+msgid "Save"
+msgstr "Save"
+
+#: 00000401.xhp#par_idN10F11.help.text
+msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8276619\">Icon</alt></image>"
+msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id8276619\">Icon</alt></image>"
+
+#: 00000401.xhp#par_idN10F2E.help.text
+msgctxt "00000401.xhp#par_idN10F2E.help.text"
+msgid "Save As"
+msgstr "Save As"
+
+#: 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 "<variable id=\"htmlspeichern\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select \"HTML Document\" file type, this dialogue opens automatically</variable>"
+
+#: 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 "<variable id=\"htmlspeichern1\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 1 of the wizard</variable>"
+
+#: 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 "<variable id=\"htmlspeichern2\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 2 of the wizard</variable>"
+
+#: 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 "<variable id=\"htmlspeichern3\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 3 of the wizard</variable>"
+
+#: 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 "<variable id=\"htmlspeichern4\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 4 of the wizard</variable>"
+
+#: 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 "<variable id=\"htmlspeichern5\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 5 of the wizard</variable>"
+
+#: 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 "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 6 of the wizard</variable>"
+
+#: 00000401.xhp#par_id3149735.help.text
+#, fuzzy
+msgid "<variable id=\"exportgraphic\">Choose <emph>File - Export</emph>, select a graphics file type, dialog opens automatically</variable>"
+msgstr "<variable id=\"epsexport\">Choose <emph>File - Export</emph>, if EPS is selected as file type, this dialogue opens automatically</variable>"
+
+#: 00000401.xhp#par_id3154901.58.help.text
+msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
+msgstr "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
+
+#: 00000401.xhp#par_id3152479.59.help.text
+msgid "<variable id=\"saveas\">Choose <emph>File - Save As</emph></variable>"
+msgstr "<variable id=\"saveas\">Choose <emph>File - Save As</emph></variable>"
+
+#: 00000401.xhp#par_id3148392.60.help.text
+msgid "Choose <emph>File - Reload</emph>"
+msgstr "Choose <emph>File - Reload</emph>"
+
+#: 00000401.xhp#par_id3166425.61.help.text
+msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
+msgstr "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
+
+#: 00000401.xhp#par_id3150381.62.help.text
+msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
+msgstr "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
+
+#: 00000401.xhp#par_idN11163.help.text
+msgid "Choose <emph>File - Digital Signatures</emph>"
+msgstr "Choose <emph>File - Digital Signatures</emph>"
+
+#: 00000401.xhp#par_idN11168.help.text
+msgid "Choose <emph>Tools - Macros - Digital Signature</emph>"
+msgstr "Choose <emph>Tools - Macros - Digital Signature</emph>"
+
+#: 00000401.xhp#par_idN11156.help.text
+msgid "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button "
+msgstr "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button "
+
+#: 00000401.xhp#par_idN1117E.help.text
+msgid "Double-click the Signature field on the Status Bar."
+msgstr "Double-click the Signature field on the Status Bar."
+
+#: 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 "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button, then click <emph>Add</emph> button</variable>"
+
+#: 00000401.xhp#par_id3150662.63.help.text
+msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
+msgstr "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3153792.64.help.text
+msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
+msgstr "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3153701.65.help.text
+msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
+msgstr "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
+
+#: 00000401.xhp#par_id315370199.help.text
+msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
+msgstr "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3149570.66.help.text
+msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
+msgstr "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
+
+#: 00000401.xhp#par_id3154275.67.help.text
+msgid "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
+msgstr "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
+
+#: 00000401.xhp#par_id3153199.68.help.text
+msgid "<variable id=\"verwalten\">Choose <emph>File - Templates - Organize</emph></variable>"
+msgstr "<variable id=\"verwalten\">Choose <emph>File - Templates - Organize</emph></variable>"
+
+#: 00000401.xhp#par_id3157970.176.help.text
+msgid "Choose <emph>File - Templates - Organize - Address Book</emph> button"
+msgstr "Choose <emph>File - Templates - Organize - Address Book</emph> button"
+
+#: 00000401.xhp#par_id3155377.178.help.text
+msgid "Choose <emph>File - Templates - Address Book Source</emph>"
+msgstr "Choose <emph>File - Templates - Address Book Source</emph>"
+
+#: 00000401.xhp#par_id3154386.177.help.text
+msgid "Menu <emph>File - Templates - Address Book Source, </emph>then <emph>Configure</emph> button"
+msgstr "Menu <emph>File - Templates - Address Book Source, </emph>then <emph>Configure</emph> button"
+
+#: 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 "<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>"
+
+#: 00000401.xhp#par_id3150516.172.help.text
+msgid "<variable id=\"dokuspei\">Choose <emph>File - Templates - Save</emph></variable>"
+msgstr "<variable id=\"dokuspei\">Choose <emph>File - Templates - Save</emph></variable>"
+
+#: 00000401.xhp#par_id3149917.173.help.text
+msgid "<variable id=\"dokubear\">Choose <emph>File - Templates - Edit</emph></variable>"
+msgstr "<variable id=\"dokubear\">Choose <emph>File - Templates - Edit</emph></variable>"
+
+#: 00000401.xhp#par_id3154930.69.help.text
+msgid "Menu<emph> File - Page Preview</emph>"
+msgstr "Menu<emph> File - Page Preview</emph>"
+
+#: 00000401.xhp#par_idN11366.help.text
+msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id2603534\">Icon</alt></image>"
+msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id2603534\">Icon</alt></image>"
+
+#: 00000401.xhp#par_idN11384.help.text
+msgid "Page Preview"
+msgstr "Page Preview"
+
+#: 00000401.xhp#par_id3163722.70.help.text
+msgid "Choose <emph>File - Printer Settings</emph>"
+msgstr "Choose <emph>File - Printer Settings</emph>"
+
+#: 00000401.xhp#par_id3148752.71.help.text
+msgid "Choose <emph>File - Templates - Organize - Commands (button)- Printer Settings</emph>"
+msgstr "Choose <emph>File - Templates - Organize - Commands (button)- Printer Settings</emph>"
+
+#: 00000401.xhp#par_id3155529.17.help.text
+msgid "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
+msgstr "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
+
+#: 00000401.xhp#par_id3145386.18.help.text
+msgid "Choose <emph>File - Send - Document as E-mail</emph>"
+msgstr "Choose <emph>File - Send - Document as E-mail</emph>"
+
+#: 00000401.xhp#par_idN113AB.help.text
+msgid "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">Icon</alt></image>"
+msgstr "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">Icon</alt></image>"
+
+#: 00000401.xhp#par_idN113C8.help.text
+msgid "Document as E-mail"
+msgstr "Document as E-mail"
+
+#: 00000401.xhp#par_id3145269.222.help.text
+msgid "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
+msgstr "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
+
+#: 00000401.xhp#par_id3166421.219.help.text
+msgid "Choose <emph>File - Export as PDF</emph>"
+msgstr "Choose <emph>File - Export as PDF</emph>"
+
+#: 00000401.xhp#par_id3150521.help.text
+msgid "<image id=\"img_id3147306\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3147306\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147306\" src=\"cmd/sc_exportdirecttopdf.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3147306\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3155763.220.help.text
+msgctxt "00000401.xhp#par_id3155763.220.help.text"
+msgid "Export Directly as PDF"
+msgstr "Export Directly as PDF"
+
+#: 00000401.xhp#par_id3145410.210.help.text
+msgid "Choose <emph>File - Send - E-mail as PDF</emph>"
+msgstr "Choose <emph>File - Send - E-mail as PDF</emph>"
+
+#: 00000401.xhp#par_id3159160.74.help.text
+msgid "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
+msgstr "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
+
+#: 00000401.xhp#par_id3149951.13.help.text
+msgid "Choose <emph>File - Print</emph>"
+msgstr "Choose <emph>File - Print</emph>"
+
+#: 00000401.xhp#par_id3155259.85.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+P"
+
+#: 00000401.xhp#par_id3153830.3.help.text
+msgid "On Standard Bar, click"
+msgstr "On Standard Bar, click"
+
+#: 00000401.xhp#par_id3155187.help.text
+msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153318\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3153318\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3151268.4.help.text
+msgid "Print File Directly"
+msgstr "Print File Directly"
+
+#: 00000401.xhp#par_id3153581.5.help.text
+msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
+msgstr "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
+
+#: 00000401.xhp#par_id3153068.help.text
+msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155362\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155362\">Icon</alt></image>"
+
+#: 00000401.xhp#par_id3151239.6.help.text
+msgid "Print Page Preview"
+msgstr "Print Page Preview"
+
+#: 00000401.xhp#par_id3155869.72.help.text
+msgid "Choose <emph>File - Exit</emph>"
+msgstr "Choose <emph>File - Exit</emph>"
+
+#: 00000401.xhp#par_id3152382.86.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
+
+#: 00000401.xhp#par_id3149328.75.help.text
+msgid "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
+msgstr "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
+
+#: 00000401.xhp#par_id3145827.76.help.text
+msgid "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\" "
+msgstr "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\" "
+
+#: 00000401.xhp#par_id6071352.help.text
+msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
+msgstr "Choose <emph>Data - Text to Columns</emph> (Calc)"
+
+#: 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 "<variable id=\"epsexport\">Choose <emph>File - Export</emph>, if EPS is selected as file type, this dialogue opens automatically</variable>"
+
+#: 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 "<variable id=\"pbmppmpgm\">Choose <emph>File - Export</emph>, if PBM, PPM or PGM is selected as file type, the dialogue opens automatically</variable>"
+
+#: 00000401.xhp#par_id3145305.96.help.text
+msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
+msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
+
+#: 00000003.xhp#tit.help.text
+msgctxt "00000003.xhp#tit.help.text"
+msgid "Conversion of measurement units"
+msgstr "Conversion of measurement units"
+
+#: 00000003.xhp#bm_id3147543.help.text
+msgid "<bookmark_value>measurement units; converting</bookmark_value><bookmark_value>units; converting</bookmark_value><bookmark_value>converting;metrics</bookmark_value><bookmark_value>metrics;converting</bookmark_value>"
+msgstr "<bookmark_value>measurement units; converting</bookmark_value><bookmark_value>units; converting</bookmark_value><bookmark_value>converting;metrics</bookmark_value><bookmark_value>metrics;converting</bookmark_value>"
+
+#: 00000003.xhp#hd_id3147543.1.help.text
+msgctxt "00000003.xhp#hd_id3147543.1.help.text"
+msgid "Conversion of measurement units"
+msgstr "Conversion of measurement units"
+
+#: 00000003.xhp#par_idN1069F.help.text
+msgid "In some dialogs, you can enter measurement values into input boxes. If you just enter a numerical value, the default measurement unit is used."
+msgstr "In some dialogues, you can enter measurement values into input boxes. If you just enter a numerical value, the default measurement unit is used."
+
+#: 00000003.xhp#par_idN106A2.help.text
+msgid "You define the default measurement unit for Writer text documents in the dialog that you get by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
+msgstr "You define the default measurement unit for Writer text documents in the dialogue that you get by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
+
+#: 00000003.xhp#par_idN106AD.help.text
+msgid "In input boxes for length units you can also add the unit abbreviation according to the following list:"
+msgstr "In input boxes for length units you can also add the unit abbreviation according to the following list:"
+
+#: 00000003.xhp#par_idN106BA.help.text
+msgid "Unit abbreviation"
+msgstr "Unit abbreviation"
+
+#: 00000003.xhp#par_idN106C0.help.text
+msgid "Explanation"
+msgstr "Explanation"
+
+#: 00000003.xhp#par_idN106C7.help.text
+msgctxt "00000003.xhp#par_idN106C7.help.text"
+msgid "mm"
+msgstr "mm"
+
+#: 00000003.xhp#par_idN106CD.help.text
+msgctxt "00000003.xhp#par_idN106CD.help.text"
+msgid "Millimeter"
+msgstr "Millimeter"
+
+#: 00000003.xhp#par_idN106D4.help.text
+msgctxt "00000003.xhp#par_idN106D4.help.text"
+msgid "cm"
+msgstr "cm"
+
+#: 00000003.xhp#par_idN106DA.help.text
+msgctxt "00000003.xhp#par_idN106DA.help.text"
+msgid "Centimeter"
+msgstr "Centimeter"
+
+#: 00000003.xhp#par_idN106E1.help.text
+msgid "in or \""
+msgstr "in or \""
+
+#: 00000003.xhp#par_idN106E7.help.text
+msgctxt "00000003.xhp#par_idN106E7.help.text"
+msgid "Inch"
+msgstr "Inch"
+
+#: 00000003.xhp#par_idN106EE.help.text
+msgid "pi"
+msgstr "pi"
+
+#: 00000003.xhp#par_idN106F4.help.text
+msgctxt "00000003.xhp#par_idN106F4.help.text"
+msgid "Pica"
+msgstr "Pica"
+
+#: 00000003.xhp#par_idN106FB.help.text
+msgctxt "00000003.xhp#par_idN106FB.help.text"
+msgid "pt"
+msgstr "pt"
+
+#: 00000003.xhp#par_idN10701.help.text
+msgctxt "00000003.xhp#par_idN10701.help.text"
+msgid "Point"
+msgstr "Point"
+
+#: 00000003.xhp#par_idN10704.help.text
+msgid "The following formulas convert the units:"
+msgstr "The following formulae convert the units:"
+
+#: 00000003.xhp#par_idN1070A.help.text
+msgid "1 cm = 10 mm"
+msgstr "1 cm = 10 mm"
+
+#: 00000003.xhp#par_idN1070E.help.text
+msgid "1 inch = 2.54 cm"
+msgstr "1 inch = 2.54 cm"
+
+#: 00000003.xhp#par_idN10712.help.text
+msgid "1 inch = 6 Pica = 72 Point"
+msgstr "1 inch = 6 Pica = 72 Point"
+
+#: 00000003.xhp#par_idN10715.help.text
+msgid "For example, in a text document, open <emph>Format - Paragraph - Indents & Spacing</emph>. To indent the current paragraph by one inch, enter <item type=\"literal\">1 in</item> or <item type=\"literal\">1\"</item> into the \"Before text\" box. To indent the paragraph by 1 cm, enter <item type=\"literal\">1 cm</item> into the input box."
+msgstr "For example, in a text document, open <emph>Format - Paragraph - Indents & Spacing</emph>. To indent the current paragraph by one inch, enter <item type=\"literal\">1 in</item> or <item type=\"literal\">1\"</item> into the \"Before text\" box. To indent the paragraph by 1 cm, enter <item type=\"literal\">1 cm</item> into the input box."
+
+#: 00000003.xhp#par_idN1074C.help.text
+msgid "To input the maximum or minimum allowed value respectively, click the current value and then press the <item type=\"keycode\">Page Up</item> or <item type=\"keycode\">Page Down</item> key."
+msgstr "To input the maximum or minimum allowed value respectively, click the current value and then press the <item type=\"keycode\">Page Up</item> or <item type=\"keycode\">Page Down</item> key."
+
+#: 00040501.xhp#tit.help.text
+msgctxt "00040501.xhp#tit.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 00040501.xhp#hd_id3145759.1.help.text
+msgctxt "00040501.xhp#hd_id3145759.1.help.text"
+msgid "Format Menu"
+msgstr "Format Menu"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040501.xhp#par_id3154923.2.help.text
+msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
+msgstr "Open <emph>Toolbox</emph> bar in Basic dialogue editor, click"
+
+#: 00040501.xhp#par_id3151054.help.text
+msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3154836.4.help.text
+msgctxt "00040501.xhp#par_id3154836.4.help.text"
+msgid "Properties"
+msgstr "Properties"
+
+#: 00040501.xhp#par_id3149292.74.help.text
+msgid "Open context menu of a selected form element - choose <emph>Form</emph>"
+msgstr "Open context menu of a selected form element - choose <emph>Form</emph>"
+
+#: 00040501.xhp#par_id3152933.help.text
+msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3144760.76.help.text
+msgid "Form"
+msgstr "Form"
+
+#: 00040501.xhp#par_id3150447.97.help.text
+msgid "Open context menu of a selected form element - choose <emph>Form - General</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Form - General</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Form</emph> icon - <emph>General</emph> tab"
+
+#: 00040501.xhp#par_id3145786.100.help.text
+msgid "Open context menu of a selected form element - choose <emph>Form - Data</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Form - Data</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Form </emph>icon - <emph>Data</emph> tab"
+
+#: 00040501.xhp#par_id1979125.help.text
+msgid "Open context menu of a selected control on an XML Form document, choose <emph>Control - Data</emph> tab"
+msgstr "Open context menu of a selected control on an XML Form document, choose <emph>Control - Data</emph> tab"
+
+#: 00040501.xhp#par_id1769463.help.text
+msgid "Open Form Controls toolbar of an XML Form document, click <emph>Control</emph> icon - <emph>Data</emph> tab"
+msgstr "Open Form Controls toolbar of an XML Form document, click <emph>Control</emph> icon - <emph>Data</emph> tab"
+
+#: 00040501.xhp#par_id3145364.103.help.text
+msgid "Open context menu of a selected form element - choose <emph>Form - Events</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Form - Events</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Form </emph>icon - <emph>Events</emph> tab"
+
+#: 00040501.xhp#par_id3147234.78.help.text
+msgid "Open context menu of a selected form element - choose <emph>Control</emph>"
+msgstr "Open context menu of a selected form element - choose <emph>Control</emph>"
+
+#: 00040501.xhp#par_id3153953.help.text
+msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3156442.80.help.text
+msgid "Control"
+msgstr "Control"
+
+#: 00040501.xhp#par_id3153943.106.help.text
+msgid "Open context menu of a selected form element - choose <emph>Control - General</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Control - General</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>General</emph> tab"
+
+#: 00040501.xhp#par_id3153203.109.help.text
+msgid "Open context menu of a selected form element - choose <emph>Control - Data</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Control - Data</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>Data</emph> tab"
+
+#: 00040501.xhp#par_id3153334.112.help.text
+msgid "Open context menu of a selected form element - choose <emph>Control - Events</emph> tab"
+msgstr "Open context menu of a selected form element - choose <emph>Control - Events</emph> tab"
+
+#: 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 "Open Form Controls toolbar or Form Design toolbar, click <emph>Control</emph> icon - <emph>Events</emph> tab"
+
+#: 00040501.xhp#par_id6058839.help.text
+msgctxt "00040501.xhp#par_id6058839.help.text"
+msgid "Open Form Design toolbar, click"
+msgstr "Open Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3157874.help.text
+msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3146926.82.help.text
+msgid "Activation Order"
+msgstr "Activation Order"
+
+#: 00040501.xhp#par_id2709433.help.text
+msgctxt "00040501.xhp#par_id2709433.help.text"
+msgid "Open Form Design toolbar, click"
+msgstr "Open Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3156439.help.text
+msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3144747.84.help.text
+msgid "Add Field"
+msgstr "Add Field"
+
+#: 00040501.xhp#par_id9929502.help.text
+msgctxt "00040501.xhp#par_id9929502.help.text"
+msgid "Open Form Design toolbar, click"
+msgstr "Open Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3150749.help.text
+msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">Icon</alt></image>"
+msgstr "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3147237.88.help.text
+msgid "Form Navigator"
+msgstr "Form Navigator"
+
+#: 00040501.xhp#par_id4886928.help.text
+msgid "Open Form Controls toolbar or Form Design toolbar, click"
+msgstr "Open Form Controls toolbar or Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3156056.help.text
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3153767.86.help.text
+msgid "Design Mode on/off"
+msgstr "Design Mode on/off"
+
+#: 00040501.xhp#par_id3148828.114.help.text
+msgid "Open Form Navigator - select form - open context menu - choose <emph>Open in design mode</emph>"
+msgstr "Open Form Navigator - select form - open context menu - choose <emph>Open in design mode</emph>"
+
+#: 00040501.xhp#par_id8177434.help.text
+msgctxt "00040501.xhp#par_id8177434.help.text"
+msgid "Open Form Design toolbar, click"
+msgstr "Open Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3149822.help.text
+msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3147321.116.help.text
+msgid "Open in Design Mode"
+msgstr "Open in Design Mode"
+
+#: 00040501.xhp#par_id3147533.117.help.text
+msgid "Open Form Control toolbar, click"
+msgstr "Open Form Control toolbar, click"
+
+#: 00040501.xhp#par_id3152948.help.text
+msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3155939.118.help.text
+msgid "Wizards On/Off"
+msgstr "Wizards On/Off"
+
+#: 00040501.xhp#par_id3147244.5.help.text
+msgid "Choose <emph>Format - Arrange</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Arrange</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3159334.125.help.text
+msgid "Open context menu - choose <emph>Arrange</emph> ($[officename] Impress, $[officename] Draw)"
+msgstr "Open context menu - choose <emph>Arrange</emph> ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3154023.6.help.text
+msgid "Choose <emph>Modify - Arrange</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Arrange</emph> ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3155578.help.text
+msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">Icon</alt></image>"
+msgstr "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3152496.8.help.text
+msgid "Arrange"
+msgstr "Arrange"
+
+#: 00040501.xhp#par_id3148459.9.help.text
+msgid "Choose <emph>Format - Arrange - Bring to Front</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Arrange - Bring to Front</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3148425.10.help.text
+msgid "Choose <emph>Modify - Arrange - Bring to Front</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Arrange - Bring to Front</emph> ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3153268.89.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3154206.126.help.text
+msgid "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[officename] Impress)"
+msgstr "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[officename] Impress)"
+
+#: 00040501.xhp#par_id3151213.help.text
+msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3149571.12.help.text
+msgid "Bring to Front"
+msgstr "Bring to Front"
+
+#: 00040501.xhp#par_id3147092.13.help.text
+msgid "Choose <emph>Format - Arrange - Bring Forward</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Arrange - Bring Forward</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3148396.14.help.text
+msgid "Choose <emph>Modify - Arrange - Bring Forward</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Arrange - Bring Forward</emph> ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3149528.90.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+plus sign ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3154658.127.help.text
+msgid "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[officename] Impress)"
+msgstr "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[officename] Impress)"
+
+#: 00040501.xhp#par_id3159121.help.text
+msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3155848.69.help.text
+msgid "Bring Forward"
+msgstr "Bring Forward"
+
+#: 00040501.xhp#par_id3154815.15.help.text
+msgid "Choose <emph>Format - Arrange - Send Backward</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Arrange - Send Backward</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3150428.16.help.text
+msgid "Choose <emph>Modify - Arrange - Send Backward</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Arrange - Send Backward</emph> ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3156064.91.help.text
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3159107.128.help.text
+msgid "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[officename] Impress)"
+msgstr "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[officename] Impress)"
+
+#: 00040501.xhp#par_id3152994.help.text
+msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">Icon</alt></image>"
+msgstr "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3152795.70.help.text
+msgid "Send Backward"
+msgstr "Send Backward"
+
+#: 00040501.xhp#par_id3149493.17.help.text
+msgid "Choose <emph>Format - Arrange - Send to Back</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Arrange - Send to Back</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3148595.18.help.text
+msgid "Choose <emph>Modify - Arrange - Send to Back</emph> ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Arrange - Send to Back</emph> ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3150690.92.help.text
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
+msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+minus sign ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3154486.129.help.text
+msgid "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officename] Impress)"
+msgstr "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officename] Impress)"
+
+#: 00040501.xhp#par_id3145384.help.text
+msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3155260.20.help.text
+msgid "Send to Back"
+msgstr "Send to Back"
+
+#: 00040501.xhp#par_id3145410.21.help.text
+msgid "Choose <emph>Format - Arrange - To Foreground</emph>"
+msgstr "Choose <emph>Format - Arrange - To Foreground</emph>"
+
+#: 00040501.xhp#par_id3149408.help.text
+msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3153607.24.help.text
+msgid "To Foreground"
+msgstr "To Foreground"
+
+#: 00040501.xhp#par_id3159626.25.help.text
+msgid "Choose <emph>Format - Arrange - To Background</emph>"
+msgstr "Choose <emph>Format - Arrange - To Background</emph>"
+
+#: 00040501.xhp#par_id3153815.help.text
+msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">Icon</alt></image>"
+msgstr "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3152900.28.help.text
+msgid "To Background"
+msgstr "To Background"
+
+#: 00040501.xhp#par_id3146854.29.help.text
+msgid "Choose <emph>Format - Alignment</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3153914.56.help.text
+msgid "Choose <emph>Modify - Alignment</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3153185.130.help.text
+msgid "Open context menu - choose <emph>Alignment</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+msgstr "Open context menu - choose <emph>Alignment</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3168611.30.help.text
+msgid "Choose <emph>Format - Alignment - Left</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment - Left</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3083450.57.help.text
+msgid "Choose <emph>Modify - Alignment - Left</emph> (selected objects) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Left</emph> (selected objects) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3150257.131.help.text
+msgid "Open context menu - choose <emph>Alignment - Left</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+msgstr "Open context menu - choose <emph>Alignment - Left</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3146786.31.help.text
+msgctxt "00040501.xhp#par_id3146786.31.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3153373.help.text
+msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">Icon</alt></image>"
+msgstr "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3151231.33.help.text
+msgid "Left"
+msgstr "Left"
+
+#: 00040501.xhp#par_id3150268.34.help.text
+msgctxt "00040501.xhp#par_id3150268.34.help.text"
+msgid "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3157978.59.help.text
+msgctxt "00040501.xhp#par_id3157978.59.help.text"
+msgid "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3150139.35.help.text
+msgctxt "00040501.xhp#par_id3150139.35.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3149519.help.text
+msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">Icon</alt></image>"
+msgstr "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3150704.36.help.text
+msgctxt "00040501.xhp#par_id3150704.36.help.text"
+msgid "Centered"
+msgstr "Centered"
+
+#: 00040501.xhp#par_id3156546.37.help.text
+msgid "Choose <emph>Format - Alignment - Right</emph>"
+msgstr "Choose <emph>Format - Alignment - Right</emph>"
+
+#: 00040501.xhp#par_id3145073.61.help.text
+msgid "Choose <emph>Modify - Alignment - Right</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Right</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3146953.38.help.text
+msgctxt "00040501.xhp#par_id3146953.38.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3155436.help.text
+msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3150834.39.help.text
+msgid "Right"
+msgstr "Right"
+
+#: 00040501.xhp#par_id3153109.40.help.text
+msgid "Choose <emph>Format - Alignment - Top</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment - Top</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3150213.63.help.text
+msgid "Choose <emph>Modify - Alignment - Top</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Top</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3155093.134.help.text
+msgid "Open context menu - choose <emph>Alignment - Top</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+msgstr "Open context menu - choose <emph>Alignment - Top</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3151303.41.help.text
+msgctxt "00040501.xhp#par_id3151303.41.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3155386.help.text
+msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3157550.42.help.text
+msgid "Top"
+msgstr "Top"
+
+#: 00040501.xhp#par_id3153976.43.help.text
+msgctxt "00040501.xhp#par_id3153976.43.help.text"
+msgid "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment - Centered</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3153246.65.help.text
+msgctxt "00040501.xhp#par_id3153246.65.help.text"
+msgid "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Centered</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3154614.135.help.text
+msgid "Open context menu - choose <emph>Alignment - Centered</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+msgstr "Open context menu - choose <emph>Alignment - Centered</emph> (objects selected) ($[officename] Impress, $[officename] Draw)"
+
+#: 00040501.xhp#par_id3149196.44.help.text
+msgctxt "00040501.xhp#par_id3149196.44.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3145755.help.text
+msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3146943.45.help.text
+msgctxt "00040501.xhp#par_id3146943.45.help.text"
+msgid "Centered"
+msgstr "Centered"
+
+#: 00040501.xhp#par_id3149896.46.help.text
+msgid "Choose <emph>Format - Alignment - Bottom</emph> ($[officename] Writer, $[officename] Calc)"
+msgstr "Choose <emph>Format - Alignment - Bottom</emph> ($[officename] Writer, $[officename] Calc)"
+
+#: 00040501.xhp#par_id3156049.67.help.text
+msgid "Choose <emph>Modify - Alignment - Bottom</emph> (objects selected) ($[officename] Draw)"
+msgstr "Choose <emph>Modify - Alignment - Bottom</emph> (objects selected) ($[officename] Draw)"
+
+#: 00040501.xhp#par_id3152545.47.help.text
+msgctxt "00040501.xhp#par_id3152545.47.help.text"
+msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+msgstr "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw), click"
+
+#: 00040501.xhp#par_id3154057.help.text
+msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3145601.48.help.text
+msgid "Bottom"
+msgstr "Bottom"
+
+#: 00040501.xhp#par_id3145197.49.help.text
+msgid "Choose <emph>Format - Anchor</emph>"
+msgstr "Choose <emph>Format - Anchor</emph>"
+
+#: 00040501.xhp#par_id2851649.help.text
+msgctxt "00040501.xhp#par_id2851649.help.text"
+msgid "Open Form Design toolbar, click"
+msgstr "Open Form Design toolbar, click"
+
+#: 00040501.xhp#par_id3151122.help.text
+msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">Icon</alt></image>"
+
+#: 00040501.xhp#par_id3154763.51.help.text
+msgid "Change Anchor"
+msgstr "Change Anchor"
+
+#: 00040501.xhp#par_id3148899.52.help.text
+msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph></variable>"
+msgstr "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph></variable>"
+
+#: 00040501.xhp#par_id3149342.53.help.text
+msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph></variable>"
+msgstr "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph></variable>"
+
+#: 00040501.xhp#par_id3155147.54.help.text
+msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph></variable>"
+msgstr "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph></variable>"
+
+#: 00040501.xhp#par_id3153042.72.help.text
+msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph></variable>"
+msgstr "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph></variable>"
+
+#: 00040501.xhp#par_id3146964.71.help.text
+msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph></variable>"
+msgstr "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph></variable>"
+
+#: 00040501.xhp#par_id3150781.55.help.text
+msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph></variable>"
+msgstr "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph></variable>"
+
+#: 00000007.xhp#tit.help.text
+msgctxt "00000007.xhp#tit.help.text"
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: 00000007.xhp#hd_id3155620.1.help.text
+msgctxt "00000007.xhp#hd_id3155620.1.help.text"
+msgid "Toolbars"
+msgstr "Toolbars"
+
+#: 00000007.xhp#par_id3152823.4.help.text
+msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
+msgstr "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
+
+#: 00000007.xhp#par_id3152352.5.help.text
+msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
+
+#: 00000007.xhp#par_id3151370.7.help.text
+msgid "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>"
+
+#: 00000007.xhp#par_id3149748.9.help.text
+msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
+
+#: 00000007.xhp#par_id3156553.10.help.text
+msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
+msgstr "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
+
+#: 00000007.xhp#par_id3153551.11.help.text
+msgid "Asian Language Support"
+msgstr "Asian Language Support"
+
+#: 00000007.xhp#par_id3156326.12.help.text
+msgid "These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgstr "These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+
+#: 00000450.xhp#tit.help.text
+msgctxt "00000450.xhp#tit.help.text"
+msgid "Database"
+msgstr "Database"
+
+#: 00000450.xhp#hd_id3154689.1.help.text
+msgctxt "00000450.xhp#hd_id3154689.1.help.text"
+msgid "Database"
+msgstr "Database"
+
+#: 00000450.xhp#par_id3152876.7.help.text
+msgid "<variable id=\"DBTab\">In a database file window, choose <emph>Tools - Table Filter</emph></variable>"
+msgstr "<variable id=\"DBTab\">In a database file window, choose <emph>Tools - Table Filter</emph></variable>"
+
+#: 00000450.xhp#par_id3153244.57.help.text
+msgid "<variable id=\"DBAbfragen\"><emph>View - Database Objects - Queries</emph></variable>"
+msgstr "<variable id=\"DBAbfragen\"><emph>View - Database Objects - Queries</emph></variable>"
+
+#: 00000450.xhp#par_id3147294.4.help.text
+msgid "<variable id=\"Typ\">In a database file window, choose <emph>Edit - Database - Properties - Advanced Settings</emph> tab</variable>"
+msgstr ""
+
+#: 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 - Connection Type</variable>"
+msgstr ""
+
+#: 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><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph></variable>"
+msgstr "<variable id=\"Verzeichnis\">Path selection button in various Wizards / <emph>Edit</emph> Buttons for some entries in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph></variable>"
+
+#: 00000450.xhp#par_id3154497.8.help.text
+#, fuzzy
+msgid "<variable id=\"ODBC\">In a database file window of type ODBC, choose Edit - Database - Connection Type</variable>"
+msgstr "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 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 ""
+
+#: 00000450.xhp#par_id3157896.9.help.text
+msgid "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3148548.81.help.text
+msgid "<variable id=\"mysql\">In a database file window of type MySQL, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"mysql\">In a database file window of type MySQL, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3149346.10.help.text
+msgid "<variable id=\"dBase\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"dBase\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3147043.11.help.text
+msgid "<variable id=\"dBasein\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph>, click <emph>Indexes</emph></variable>"
+msgstr "<variable id=\"dBasein\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph>, click <emph>Indexes</emph></variable>"
+
+#: 00000450.xhp#par_id3154317.12.help.text
+msgid "<variable id=\"Text\">In a database file window of type Text, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"Text\">In a database file window of type Text, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3150774.20.help.text
+msgid "<variable id=\"ADO\">In a database file window of type MS ADO, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"ADO\">In a database file window of type MS ADO, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3151110.21.help.text
+msgid "<variable id=\"SQLStatement\">In a database file window, choose <emph>Tools - SQL</emph></variable>"
+msgstr "<variable id=\"SQLStatement\">In a database file window, choose <emph>Tools - SQL</emph></variable>"
+
+#: 00000450.xhp#par_id3147209.22.help.text
+msgid "<variable id=\"Abfragen\">In a database file window, click the <emph>Queries</emph> icon</variable>"
+msgstr ""
+
+#: 00000450.xhp#par_id3153880.62.help.text
+msgid "<variable id=\"Tabellen\">In a database file window, click the <emph>Tables</emph> icon</variable>"
+msgstr ""
+
+#: 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 "<variable id=\"tabellenentwurf\">In a database file window, click the Tables icon. Choose Insert -<emph> Table Design</emph> or <emph>Edit - Edit</emph></variable>"
+
+#: 00000450.xhp#par_id3156329.65.help.text
+msgid "<variable id=\"indexentwurf\">In a database file window, click the Tables icon. Choose <emph>Insert - Table Design</emph> or <emph>Edit - Edit</emph></variable>"
+msgstr "<variable id=\"indexentwurf\">In a database file window, click the Tables icon. Choose <emph>Insert - Table Design</emph> or <emph>Edit - Edit</emph></variable>"
+
+#: 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 "<variable id=\"AbfrageNeu\">In a database file window, choose <emph>Insert - Query (Design view)</emph></variable>"
+
+#: 00000450.xhp#par_id3149579.24.help.text
+msgid "<variable id=\"entwab\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph></variable>"
+msgstr "<variable id=\"entwab\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph></variable>"
+
+#: 00000450.xhp#par_id3149902.25.help.text
+msgid "<variable id=\"FehlendesElement\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph>. When referenced fields no longer exist, you see this dialog</variable>"
+msgstr ""
+
+#: 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 ""
+
+#: 00000450.xhp#par_id3151245.help.text
+msgid "<image id=\"img_id3153063\" src=\"cmd/sc_addtable.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153063\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153063\" src=\"cmd/sc_addtable.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153063\">Icon</alt></image>"
+
+#: 00000450.xhp#par_id3153896.41.help.text
+msgid "Insert Tables"
+msgstr "Insert Tables"
+
+#: 00000450.xhp#par_id3149457.help.text
+msgid "<image id=\"img_id3147282\" src=\"cmd/sc_dbaddrelation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147282\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147282\" src=\"cmd/sc_dbaddrelation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147282\">Icon</alt></image>"
+
+#: 00000450.xhp#par_id3159085.43.help.text
+msgid "New Relation"
+msgstr "New Relation"
+
+#: 00000450.xhp#par_id3150414.47.help.text
+msgid "<emph>Find Record</emph> icon on the Table Data bar and Form Design bar"
+msgstr "<emph>Find Record</emph> icon on the Table Data bar and Form Design bar"
+
+#: 00000450.xhp#par_id3157962.help.text
+msgid "<image id=\"img_id3145419\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145419\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145419\" src=\"cmd/sc_recsearch.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145419\">Icon</alt></image>"
+
+#: 00000450.xhp#par_id3157322.48.help.text
+msgid "Find Record"
+msgstr "Find Record"
+
+#: 00000450.xhp#par_id3150870.49.help.text
+msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
+msgstr "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
+
+#: 00000450.xhp#par_id3150393.help.text
+#, fuzzy
+msgid "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145606\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>"
+
+#: 00000450.xhp#par_id3145745.50.help.text
+msgid "Sort Order"
+msgstr "Sort Order"
+
+#: 00000450.xhp#par_id3145171.55.help.text
+msgid "<variable id=\"allgemein\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"allgemein\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3159252.63.help.text
+msgid "<variable id=\"tabellecopy\">Drag and drop a table or a query into the table part of another database file window</variable>"
+msgstr ""
+
+#: 00000450.xhp#par_id3148560.66.help.text
+msgid "<variable id=\"formularneu\">In a database file window, choose<emph> Insert - Form</emph></variable>"
+msgstr "<variable id=\"formularneu\">In a database file window, choose<emph> Insert - Form</emph></variable>"
+
+#: 00000450.xhp#par_id3155430.67.help.text
+msgid "<variable id=\"benutzereinstellungen\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+msgstr "<variable id=\"benutzereinstellungen\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+
+#: 00000450.xhp#par_id3147441.69.help.text
+msgid "<variable id=\"relationen\">In a database file window, choose <emph>Tools - Relationships</emph></variable>"
+msgstr "<variable id=\"relationen\">In a database file window, choose <emph>Tools - Relationships</emph></variable>"
+
+#: 00000408.xhp#tit.help.text
+msgctxt "00000408.xhp#tit.help.text"
+msgid "Help Menu"
+msgstr "Help Menu"
+
+#: 00000408.xhp#hd_id3154689.1.help.text
+msgctxt "00000408.xhp#hd_id3154689.1.help.text"
+msgid "Help Menu"
+msgstr "Help Menu"
+
+#: 00000408.xhp#par_id3150960.2.help.text
+msgid "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
+msgstr "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
+
+#: 00000408.xhp#par_id3147240.14.help.text
+msgid "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
+msgstr "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
+
+#: 00000408.xhp#par_id3151387.15.help.text
+msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
+msgstr "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
+
+#: 00000408.xhp#par_id3153808.16.help.text
+msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
+msgstr "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
+
+#: 00000206.xhp#tit.help.text
+msgctxt "00000206.xhp#tit.help.text"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgstr "Dif Import/Export/ Lotus import/ dBASE import"
+
+#: 00000206.xhp#hd_id3155354.1.help.text
+msgctxt "00000206.xhp#hd_id3155354.1.help.text"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgstr "Dif Import/Export/ Lotus import/ dBASE import"
+
+#: 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 "Defines the options for import/export. These dialogues will be automatically shown if the corresponding file type is selected."
+
+#: 00000206.xhp#hd_id3149000.2.help.text
+msgctxt "00000206.xhp#hd_id3149000.2.help.text"
+msgid "Character set"
+msgstr "Character set"
+
+#: 00000206.xhp#par_id3152790.5.help.text
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\">Select the character set from the options used for import/export.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\">Select the character set from the options used for import/export.</ahelp>"
+
+#: 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 "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>."
+
+#: icon_alt.xhp#tit.help.text
+msgid "Standard Icons Alt Texts to be Embedded"
+msgstr "Standard Icons Alt Texts to be Embedded"
+
+#: icon_alt.xhp#par_idN10546.help.text
+msgid "<variable id=\"alt_icon\">Icon </variable>"
+msgstr "<variable id=\"alt_icon\">Icon </variable>"
+
+#: icon_alt.xhp#par_idN10555.help.text
+msgid "<variable id=\"alt_warning\">Warning Icon </variable>"
+msgstr "<variable id=\"alt_warning\">Warning Icon </variable>"
+
+#: icon_alt.xhp#par_idN10564.help.text
+msgid "<variable id=\"alt_tip\">Tip Icon </variable>"
+msgstr "<variable id=\"alt_tip\">Tip Icon </variable>"
+
+#: icon_alt.xhp#par_idN10573.help.text
+msgid "<variable id=\"alt_note\">Note Icon </variable>"
+msgstr "<variable id=\"alt_note\">Note Icon </variable>"
diff --git a/source/en-ZA/helpcontent2/source/text/shared/01.po b/source/en-ZA/helpcontent2/source/text/shared/01.po
new file mode 100644
index 00000000000..483f4466804
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/shared/01.po
@@ -0,0 +1,22752 @@
+#. extracted from helpcontent2/source/text/shared/01.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"PO-Revision-Date: 2012-06-16 13:56+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_ZA\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: 06150000.xhp#tit.help.text
+msgid "XML Filter Settings"
+msgstr "XML Filter Settings"
+
+#: 06150000.xhp#bm_id3153272.help.text
+msgid "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
+msgstr "<bookmark_value>filters; XML filter settings</bookmark_value><bookmark_value>XML filters; settings</bookmark_value>"
+
+#: 06150000.xhp#hd_id3153272.2.help.text
+msgid "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
+msgstr "<link href=\"text/shared/01/06150000.xhp\" name=\"XML Filter Settings\">XML Filter Settings</link>"
+
+#: 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 "<ahelp hid=\".uno:OpenXMLFilterSettings\">Opens the <emph>XML Filter Settings </emph>dialogue, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp>"
+
+#: 06150000.xhp#par_idN10646.help.text
+msgctxt "06150000.xhp#par_idN10646.help.text"
+msgid "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 "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."
+
+#: 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 "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>."
+
+#: 06150000.xhp#par_id3149495.4.help.text
+msgctxt "06150000.xhp#par_id3149495.4.help.text"
+msgid "Term"
+msgstr "Term"
+
+#: 06150000.xhp#par_id3149549.5.help.text
+msgctxt "06150000.xhp#par_id3149549.5.help.text"
+msgid "Description"
+msgstr "Description"
+
+#: 06150000.xhp#par_id3144758.6.help.text
+msgid "XML"
+msgstr "XML"
+
+#: 06150000.xhp#par_id3152425.7.help.text
+msgid "Extensible Markup Language"
+msgstr "Extensible Markup Language"
+
+#: 06150000.xhp#par_id3155355.8.help.text
+msgid "XSL"
+msgstr "XSL"
+
+#: 06150000.xhp#par_id3145071.9.help.text
+msgid "Extensible Stylesheet Language"
+msgstr "Extensible Stylesheet Language"
+
+#: 06150000.xhp#par_id3156426.10.help.text
+msgid "XSLT"
+msgstr "XSLT"
+
+#: 06150000.xhp#par_id3154983.11.help.text
+msgid "Extensible Stylesheet Language Transformation. XSLT files are also called XSLT stylesheets."
+msgstr "Extensible Stylesheet Language Transformation. XSLT files are also called XSLT stylesheets."
+
+#: 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 "The XHTML export filter produces valid \"XHTML 1.0 Strict\" output for Writer, Calc, Draw, and Impress documents."
+
+#: 06150000.xhp#hd_id3145382.12.help.text
+msgctxt "06150000.xhp#hd_id3145382.12.help.text"
+msgid "Filter list"
+msgstr "Filter list"
+
+#: 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 "<ahelp hid=\"HID_XML_FILTER_LIST\">Select one or more filters, then click one of the buttons.</ahelp>"
+
+#: 06150000.xhp#par_idN10711.help.text
+msgctxt "06150000.xhp#par_idN10711.help.text"
+msgid "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 "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."
+
+#: 06150000.xhp#par_id3153032.33.help.text
+msgid "The lists shows the name and the type of the installed filters."
+msgstr "The lists shows the name and the type of the installed filters."
+
+#: 06150000.xhp#par_id3154577.14.help.text
+msgid "Click a filter to select it."
+msgstr "Click a filter to select it."
+
+#: 06150000.xhp#par_id3149885.15.help.text
+msgid "Shift-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click to select several filters."
+msgstr "Shift-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click to select several filters."
+
+#: 06150000.xhp#par_id3149784.16.help.text
+msgid "Double-click a name to edit the filter."
+msgstr "Double-click a name to edit the filter."
+
+#: 06150000.xhp#hd_id3159400.17.help.text
+msgctxt "06150000.xhp#hd_id3159400.17.help.text"
+msgid "New"
+msgstr "New"
+
+#: 06150000.xhp#par_id3149516.18.help.text
+msgid "<ahelp hid=\"HID_XML_FILTER_NEW\">Opens a dialog with the name of a new filter.</ahelp>"
+msgstr "<ahelp hid=\"HID_XML_FILTER_NEW\">Opens a dialogue with the name of a new filter.</ahelp>"
+
+#: 06150000.xhp#hd_id3143270.19.help.text
+msgctxt "06150000.xhp#hd_id3143270.19.help.text"
+msgid "Edit"
+msgstr "Edit"
+
+#: 06150000.xhp#par_id3156192.20.help.text
+msgid "<ahelp hid=\"HID_XML_FILTER_EDIT\">Opens a dialog with the name of the selected file.</ahelp>"
+msgstr "<ahelp hid=\"HID_XML_FILTER_EDIT\">Opens a dialogue with the name of the selected file.</ahelp>"
+