aboutsummaryrefslogtreecommitdiff
path: root/source/dz/helpcontent2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-06-20 16:11:21 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-06-20 16:11:53 +0200
commit755fc723ca53063e9481f8ca26b14e6b00d46d38 (patch)
tree4f299884bd84384a0c5ba4dbb658f7390fa7bc94 /source/dz/helpcontent2
parentcf2e53f45d2727aa4c1b587362eb2e5f1a83f498 (diff)
update translations for 24-8/master HEADmaster
and force-fix errors using pocheck Change-Id: If076c515de168ad573ccd927faf405d15c6dff34
Diffstat (limited to 'source/dz/helpcontent2')
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po11
-rw-r--r--source/dz/helpcontent2/source/text/shared/06.po11
-rw-r--r--source/dz/helpcontent2/source/text/shared/help.po11
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po435
5 files changed, 334 insertions, 208 deletions
diff --git a/source/dz/helpcontent2/source/text/scalc/01.po b/source/dz/helpcontent2/source/text/scalc/01.po
index c5b108ccebd..61625b350ea 100644
--- a/source/dz/helpcontent2/source/text/scalc/01.po
+++ b/source/dz/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-06-10 14:48+0200\n"
+"POT-Creation-Date: 2024-06-20 13:14+0200\n"
"PO-Revision-Date: 2024-06-16 09:45+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Dzongkha <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/dz/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.4.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542029292.000000\n"
#. sZfWF
@@ -54592,13 +54592,13 @@ msgctxt ""
msgid "This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the <link href=\"text/scalc/01/03080000.xhp\">value highlighting</link> feature."
msgstr ""
-#. DB6XT
+#. s37P8
#: common_func.xhp
msgctxt ""
"common_func.xhp\n"
"par_id431716730587722\n"
"help.text"
-msgid "Any of the optional arguments can be omitted. An optional argument is required to be preceded by the preceding separators."
+msgid "Any of the optional arguments can be omitted. An optional argument requires all preceding separators to be present."
msgstr ""
#. GAPGX
@@ -57166,13 +57166,13 @@ msgctxt ""
msgid "This function is always recalculated whenever a recalculation occurs."
msgstr ""
-#. fSXNw
+#. GC9sp
#: ful_func.xhp
msgctxt ""
"ful_func.xhp\n"
"par_id711715953325962\n"
"help.text"
-msgid "The function is always <emph>case insensitive</emph>, independent from the setting of <emph>Case sensitive</emph> checkbox in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\"><menuitem>%PRODUCTNAME Calc - Calculate</menuitem></link>."
+msgid "The function is always <emph>case insensitive</emph>, independent from the setting of <emph>Case sensitive</emph> checkbox in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\"><menuitem>%PRODUCTNAME Calc - Calculate</menuitem></link>. You can however, use the mode modifier <emph>(?-i)</emph> in <link href=\"text/shared/01/02100001.xhp\">regular expressions</link> to force search for a case-sensitive match."
msgstr ""
#. 8DbP2
@@ -71737,13 +71737,13 @@ msgctxt ""
msgid "Searches for a value in an array and returns a reference to a cell or range of cells."
msgstr ""
-#. bywFk
+#. mekaB
#: func_xlookup.xhp
msgctxt ""
"func_xlookup.xhp\n"
"par_id631708282151776\n"
"help.text"
-msgid "XLOOKUP function is a modern and flexible replacement for older functions like <link href=\"text/scalc/01/04060109.xhp#Section9\">VLOOKUP</link>, <link href=\"text/scalc/01/04060109.xhp#Section17\">HLOOKUP</link>, and <link href=\"text/scalc/01/04060109.xhp#Section14\">LOOKUP</link>. XLOOKUP supports approximate and exact matching, wildcards (* ?) for partial matches, and lookups in vertical or horizontal ranges. XLOOKUP can perform a reverse search and offers a fast binary search option when working with large datasets."
+msgid "XLOOKUP function is a modern and flexible replacement for older functions like <link href=\"text/scalc/01/04060109.xhp#Section9\">VLOOKUP</link>, <link href=\"text/scalc/01/04060109.xhp#Section17\">HLOOKUP</link>, and <link href=\"text/scalc/01/04060109.xhp#Section14\">LOOKUP</link>. XLOOKUP supports approximate and exact matching, wildcards (* ?) or regular expressions for partial matches, and lookups in vertical or horizontal ranges. XLOOKUP can perform a reverse search and offers a fast binary search option when working with large datasets."
msgstr ""
#. TwFcc
@@ -71836,13 +71836,13 @@ msgctxt ""
msgid "<emph>1</emph>: attempt exact match. If <emph>Lookup</emph> value is not found, then return the next larger item."
msgstr ""
-#. JJ3M2
+#. DEt3s
#: func_xlookup.xhp
msgctxt ""
"func_xlookup.xhp\n"
"par_id881708281558005\n"
"help.text"
-msgid "<emph>2</emph>: a <link href=\"text/scalc/guide/wildcards.xhp\">wildcard</link> match where characters *, ?, and ~ have special meanings."
+msgid "<emph>2</emph>: a <link href=\"text/scalc/guide/wildcards.xhp\">wildcard</link> match where characters *, ?, and ~ have special meanings, or a match using <link href=\"text/shared/01/02100001.xhp\">regular expressions</link>."
msgstr ""
#. EqTBc
@@ -71890,6 +71890,15 @@ msgctxt ""
msgid "<emph>-2</emph>: binary search that relies on <emph>Array</emph> being sorted in descending order. If not sorted, invalid results will be returned."
msgstr ""
+#. jo6AY
+#: func_xlookup.xhp
+msgctxt ""
+"func_xlookup.xhp\n"
+"par_id551718627629229\n"
+"help.text"
+msgid "<emph>MatchType</emph> value 2 cannot be combined with binary search (<emph>SearchMode</emph> value <emph>2</emph> or <emph>-2</emph>)."
+msgstr ""
+
#. fHQrZ
#: func_xlookup.xhp
msgctxt ""
@@ -72007,6 +72016,51 @@ msgctxt ""
msgid "<emph>Array</emph>: is the reference of the array or range to search."
msgstr ""
+#. yxFjM
+#: func_xmatch.xhp
+msgctxt ""
+"func_xmatch.xhp\n"
+"par_id121708281643207\n"
+"help.text"
+msgid "<emph>MatchType</emph>: (optional) specifies the match type. Values can be:"
+msgstr ""
+
+#. jmwqp
+#: func_xmatch.xhp
+msgctxt ""
+"func_xmatch.xhp\n"
+"par_id111708281542144\n"
+"help.text"
+msgid "<emph>0</emph>: exact match (default). If <emph>Lookup</emph> value is not found, then return the #N/A error."
+msgstr ""
+
+#. 9SMUK
+#: func_xmatch.xhp
+msgctxt ""
+"func_xmatch.xhp\n"
+"par_id851708281548335\n"
+"help.text"
+msgid "<emph>-1</emph>: attempt exact match. If <emph>Lookup</emph> value is not found, then return the next smaller item."
+msgstr ""
+
+#. hwonA
+#: func_xmatch.xhp
+msgctxt ""
+"func_xmatch.xhp\n"
+"par_id801708281553430\n"
+"help.text"
+msgid "<emph>1</emph>: attempt exact match. If <emph>Lookup</emph> value is not found, then return the next larger item."
+msgstr ""
+
+#. y5cx9
+#: func_xmatch.xhp
+msgctxt ""
+"func_xmatch.xhp\n"
+"par_id881708281558005\n"
+"help.text"
+msgid "<emph>2</emph>: a <link href=\"text/scalc/guide/wildcards.xhp\">wildcard</link> match where characters *, ?, and ~ have special meanings, or a match using <link href=\"text/shared/01/02100001.xhp\">regular expressions</link>."
+msgstr ""
+
#. WMXaP
#: func_xmatch.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/00.po b/source/dz/helpcontent2/source/text/shared/00.po
index 4e26aba9a3d..3817dd5dcaf 100644
--- a/source/dz/helpcontent2/source/text/shared/00.po
+++ b/source/dz/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-05-27 12:59+0200\n"
+"POT-Creation-Date: 2024-06-20 13:14+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11473,6 +11473,15 @@ msgctxt ""
msgid "<variable id=\"rsave\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph>.</variable>"
msgstr ""
+#. ADrwF
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id251718731059379\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> tab, click the <menuitem>Options</menuitem> button, then open <menuitem>Load/Save - General</menuitem>."
+msgstr ""
+
#. aFtes
#: 00000406.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/06.po b/source/dz/helpcontent2/source/text/shared/06.po
index a816099651a..900eb2481b7 100644
--- a/source/dz/helpcontent2/source/text/shared/06.po
+++ b/source/dz/helpcontent2/source/text/shared/06.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-11-14 14:36+0100\n"
+"POT-Creation-Date: 2024-06-20 13:14+0200\n"
"PO-Revision-Date: 2018-09-03 12:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -133,15 +133,6 @@ msgctxt ""
msgid "<image src=\"media/screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png\" id=\"img_id131592783734368\"><alt id=\"alt_id271534783734367\">Options Accessibility Dialog Image</alt></image>"
msgstr ""
-#. XPDyx
-#: optionen_screenshots.xhp
-msgctxt ""
-"optionen_screenshots.xhp\n"
-"par_id431564381734366\n"
-"help.text"
-msgid "<image src=\"media/screenshots/cui/ui/optsavepage/OptSavePage.png\" id=\"img_id231592783734368\"><alt id=\"alt_id271534783734367\">Options Save Dialog Image</alt></image>"
-msgstr ""
-
#. FAeBR
#: optionen_screenshots.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/help.po b/source/dz/helpcontent2/source/text/shared/help.po
index c7f1abd71f6..070eda994f9 100644
--- a/source/dz/helpcontent2/source/text/shared/help.po
+++ b/source/dz/helpcontent2/source/text/shared/help.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-12-21 13:21+0100\n"
+"POT-Creation-Date: 2024-06-20 13:14+0200\n"
"PO-Revision-Date: 2018-11-12 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,6 +25,15 @@ msgctxt ""
msgid "Help Page Strings"
msgstr ""
+#. FnLQe
+#: browserhelp.xhp
+msgctxt ""
+"browserhelp.xhp\n"
+"par_id901718636072828\n"
+"help.text"
+msgid "<variable id=\"books\">LibreOffice Books</variable>"
+msgstr ""
+
#. 2kVTU
#: browserhelp.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/optionen.po b/source/dz/helpcontent2/source/text/shared/optionen.po
index 3867bc51fc9..01774f356e1 100644
--- a/source/dz/helpcontent2/source/text/shared/optionen.po
+++ b/source/dz/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-05-27 12:59+0200\n"
+"POT-Creation-Date: 2024-06-20 13:14+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -925,22 +925,22 @@ msgctxt ""
msgid "A timer starts for a document when it is first modified. AutoRecovery information is saved after the specified time (while %PRODUCTNAME is idle). The timer then restarts with the next modification in the document."
msgstr ""
-#. uhR9g
+#. AZgpd
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3154909\n"
"help.text"
-msgid "Automatically save the document too"
+msgid "Automatically save the document instead"
msgstr ""
-#. ARBVm
+#. jFSiz
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"par_id3149561\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that %PRODUCTNAME saves all modified documents when saving AutoRecovery information. Uses the time interval specified in <menuitem>Minutes</menuitem>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that LibreOffice saves the modified document itself instead of creating a temporary AutoRecovery version. Uses the time interval specified in <menuitem>Minutes</menuitem>.</ahelp>"
msgstr ""
#. CxT6b
@@ -9502,13 +9502,13 @@ msgctxt ""
msgid "View"
msgstr ""
-#. wXB9R
+#. gFRG7
#: 01060100.xhp
msgctxt ""
"01060100.xhp\n"
"bm_id3147242\n"
"help.text"
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value> <bookmark_value>cells;formula indicator in cell</bookmark_value> <bookmark_value>cells;formula hint</bookmark_value> <bookmark_value>displaying; comment authorship</bookmark_value> <bookmark_value>pointer;themed</bookmark_value> <bookmark_value>pointer;system</bookmark_value> <bookmark_value>find all;displaying search summary</bookmark_value> <bookmark_value>cells;highlighting</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value> <bookmark_value>cells;formula indicator in cell</bookmark_value> <bookmark_value>cells;formula hint</bookmark_value> <bookmark_value>displaying; comment authorship</bookmark_value> <bookmark_value>pointer;themed</bookmark_value> <bookmark_value>pointer;system</bookmark_value> <bookmark_value>find all;displaying search summary</bookmark_value> <bookmark_value>cells;highlighting</bookmark_value>"
msgstr ""
#. uCp3Q
@@ -9547,132 +9547,6 @@ msgctxt ""
msgid "Press <input>Alt+F12</input> then choose <menuitem>%PRODUCTNAME Calc - View</menuitem>."
msgstr ""
-#. uGmMv
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id3153682\n"
-"help.text"
-msgid "Visual aids"
-msgstr "མཐོང་ཆས།"
-
-#. wC3Lt
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id3153311\n"
-"help.text"
-msgid "Specifies which lines are displayed."
-msgstr "གྲལ་ཐིག་ག་འདི་བཀྲམ་སྟོན་འབད་ཡོདཔ་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན།"
-
-#. Nfd2b
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id3147242\n"
-"help.text"
-msgid "Grid lines"
-msgstr "གིརིཌི་གྲལ་ཐིག་ཚུ།"
-
-#. ZU82E
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id3153088\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/grid\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page Style - </emph><link href=\"text/scalc/01/05070500.xhp\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
-msgstr ""
-
-#. BFFBw
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id131715608178914\n"
-"help.text"
-msgid "Pointer"
-msgstr ""
-
-#. ucn54
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id471715608193873\n"
-"help.text"
-msgid "Specifies whether %PRODUCTNAME Calc displays the pointer in the system default style, or the style which matches the icon theme."
-msgstr ""
-
-#. io6DW
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id221715609620456\n"
-"help.text"
-msgid "Themed"
-msgstr ""
-
-#. AwDnq
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id331715609634665\n"
-"help.text"
-msgid "Shows the pointer as defined by the icon theme, typically as a fat cross."
-msgstr ""
-
-#. hCRGM
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id1001715609641174\n"
-"help.text"
-msgid "System"
-msgstr ""
-
-#. EhJuR
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id31715609645437\n"
-"help.text"
-msgid "Shows the pointer as the system default, typically as an arrow."
-msgstr ""
-
-#. y2GVB
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id3152349\n"
-"help.text"
-msgid "Page breaks"
-msgstr "ཤོག་ལེབ་ཀྱི་མཚམས་ཚུ།"
-
-#. svCrA
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id3151245\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/break\">Specifies whether to view the page breaks within a defined print area.</ahelp>"
-msgstr ""
-
-#. tZFL4
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id3149669\n"
-"help.text"
-msgid "Helplines While Moving"
-msgstr ""
-
-#. cFxtH
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id3148550\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/guideline\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
-msgstr ""
-
#. 4eD3Z
#: 01060100.xhp
msgctxt ""
@@ -9745,6 +9619,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/annot\">Specifies that a small triangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under <emph>%PRODUCTNAME - General</emph> in the Options dialog box.</ahelp>"
msgstr ""
+#. 48K7Q
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id801718821081514\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/comment_indicator.png\" id=\"img_id501718821081517\" width=\"159px\" height=\"96px\"><alt id=\"alt_id91718821081519\">Comment indicator</alt></image>"
+msgstr ""
+
#. T4iFp
#: 01060100.xhp
msgctxt ""
@@ -9772,13 +9655,13 @@ msgctxt ""
msgid "Comment authorship"
msgstr ""
-#. kKKAD
+#. RjWVM
#: 01060100.xhp
msgctxt ""
"01060100.xhp\n"
"par_id111715605983990\n"
"help.text"
-msgid "If this box is checked, the author of the comment and the date and time at which the comment was made will appear in the comment window, when you mouseover a comment."
+msgid "If this box is checked, the author of the comment and the date and time at which the comment was made will appear in the comment window, when you mouse over a comment."
msgstr ""
#. tYLiN
@@ -9808,6 +9691,15 @@ msgctxt ""
msgid "Draws a blue triangle in the bottom-left corner of a cell that contains a formula. When pointing over the blue triangle, the formula is shown in a tool tip even if a different cell is selected."
msgstr ""
+#. dDPB8
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id381718821990330\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/formula_indicator.png\" id=\"img_id631718821990332\" width=\"120px\" height=\"58px\"><alt id=\"alt_id141718821990334\">Formula indicator</alt></image>"
+msgstr ""
+
#. qmC7Q
#: 01060100.xhp
msgctxt ""
@@ -9853,6 +9745,15 @@ msgctxt ""
msgid "When this command is active, the column and row of a selected cell is highlighted. If multiple cells are selected, only the column and row of the first cell is highlighted."
msgstr ""
+#. PEjWg
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id381718822527122\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/row_col_highlight.png\" id=\"img_id251718822527124\" width=\"280px\" height=\"146px\"><alt id=\"alt_id571718822527126\">Column/Row highlighting</alt></image>"
+msgstr ""
+
#. JRrmN
#: 01060100.xhp
msgctxt ""
@@ -9871,6 +9772,15 @@ msgctxt ""
msgid "When this command is active, the background of a cell is highlighted when it is in edit mode."
msgstr ""
+#. Tg7iF
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id311718822104991\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/edit_highlight.png\" id=\"img_id661718822104993\" width=\"163px\" height=\"66px\"><alt id=\"alt_id941718822104996\">Edit cell highlight</alt></image>"
+msgstr ""
+
#. mKCDj
#: 01060100.xhp
msgctxt ""
@@ -9889,22 +9799,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/anchor\">Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected.</ahelp>"
msgstr ""
-#. zgfrG
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id3146898\n"
-"help.text"
-msgid "Text overflow"
-msgstr "ཚིག་ཡིག་ལུད་ལུདཔ།"
-
-#. Q8W4V
+#. 4GEe4
#: 01060100.xhp
msgctxt ""
"01060100.xhp\n"
-"par_id3153707\n"
+"par_id141718822193497\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/clipmark\">If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues.</ahelp>"
+msgid "<image src=\"media/helpimg/scalc/anchor.png\" id=\"img_id721718822193499\" width=\"308px\" height=\"255px\"><alt id=\"alt_id551718822193501\">Image anchor</alt></image>"
msgstr ""
#. eMNiE
@@ -9925,6 +9826,159 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/rangefind\">Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing.</ahelp>"
msgstr ""
+#. nz5sA
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id531718822934064\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/refs_in_color.png\" id=\"img_id181718822934066\" width=\"326px\" height=\"156px\"><alt id=\"alt_id121718822934068\">References in color</alt></image>"
+msgstr ""
+
+#. uGmMv
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3153682\n"
+"help.text"
+msgid "Visual aids"
+msgstr "མཐོང་ཆས།"
+
+#. wC3Lt
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153311\n"
+"help.text"
+msgid "Specifies which lines are displayed."
+msgstr "གྲལ་ཐིག་ག་འདི་བཀྲམ་སྟོན་འབད་ཡོདཔ་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན།"
+
+#. Nfd2b
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3147242\n"
+"help.text"
+msgid "Grid lines"
+msgstr "གིརིཌི་གྲལ་ཐིག་ཚུ།"
+
+#. ZU82E
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3153088\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/grid\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page Style - </emph><link href=\"text/scalc/01/05070500.xhp\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
+msgstr ""
+
+#. BFFBw
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id131715608178914\n"
+"help.text"
+msgid "Pointer"
+msgstr ""
+
+#. ucn54
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id471715608193873\n"
+"help.text"
+msgid "Specifies whether %PRODUCTNAME Calc displays the pointer in the system default style, or the style which matches the icon theme."
+msgstr ""
+
+#. io6DW
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id221715609620456\n"
+"help.text"
+msgid "Themed"
+msgstr ""
+
+#. AwDnq
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id331715609634665\n"
+"help.text"
+msgid "Shows the pointer as defined by the icon theme, typically as a fat cross."
+msgstr ""
+
+#. LMvd3
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id351718822706632\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/cursor_themed.png\" id=\"img_id281718822706634\" width=\"86px\" height=\"55px\"><alt id=\"alt_id171718822706636\">Themed cursor</alt></image>"
+msgstr ""
+
+#. hCRGM
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id1001715609641174\n"
+"help.text"
+msgid "System"
+msgstr ""
+
+#. EhJuR
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id31715609645437\n"
+"help.text"
+msgid "Shows the pointer as the system default, typically as an arrow."
+msgstr ""
+
+#. 4n7Uj
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id951718822797834\n"
+"help.text"
+msgid "<image src=\"media/helpimg/scalc/cursor_system.png\" id=\"img_id681718822797836\" width=\"71px\" height=\"72px\"><alt id=\"alt_id41718822797838\">System cursor</alt></image>"
+msgstr ""
+
+#. y2GVB
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3152349\n"
+"help.text"
+msgid "Page breaks"
+msgstr "ཤོག་ལེབ་ཀྱི་མཚམས་ཚུ།"
+
+#. svCrA
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3151245\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/break\">Specifies whether to view the page breaks within a defined print area.</ahelp>"
+msgstr ""
+
+#. tZFL4
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id3149669\n"
+"help.text"
+msgid "Helplines While Moving"
+msgstr ""
+
+#. cFxtH
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id3148550\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/guideline\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
+msgstr ""
+
#. AL2Gp
#: 01060100.xhp
msgctxt ""
@@ -9943,14 +9997,14 @@ msgctxt ""
msgid "Defines whether to display or hide objects for up to three object groups."
msgstr "དངོས་པོའི་སྡེ་ཚན་གསུམ་ཚུན་ཚོད་ལུ་ ས་གནས་འཛིན་མི་ཚུ་ལག་ལེན་འཐབ་ནི་ཨིན་ན་ ཡང་ན་ དངོས་པོ་ཚུ་གསང་བཞག་ནི་ ཡང་ན་ བཀྲམ་སྟོན་འབད་ནི་ཨིན་ན་ངེས་འཛིན་འབདཝ་ཨིན།"
-#. QzArL
+#. ZyF26
#: 01060100.xhp
msgctxt ""
"01060100.xhp\n"
"hd_id3150043\n"
"help.text"
-msgid "Objects/Graphics"
-msgstr "དངོས་པོ་ཚུ་/ཚད་རིས་ཚུ།"
+msgid "Objects/Images"
+msgstr ""
#. DMhEf
#: 01060100.xhp
@@ -9997,33 +10051,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/draw\">Defines if drawing objects in your document are shown or hidden.</ahelp>"
msgstr ""
-#. RT3qR
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id0909200810585828\n"
-"help.text"
-msgid "Zoom"
-msgstr ""
-
-#. ihBVU
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"hd_id0909200810585881\n"
-"help.text"
-msgid "Synchronize sheets"
-msgstr "མཉམ་འབྱུང་འབད་ནིའི་ཚད་ཐིག་ཚུ།"
-
-#. Gq9P8
-#: 01060100.xhp
-msgctxt ""
-"01060100.xhp\n"
-"par_id0909200810585870\n"
-"help.text"
-msgid "<ahelp hid=\".\">If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor.</ahelp>"
-msgstr ""
-
#. FRGCQ
#: 01060100.xhp
msgctxt ""
@@ -10186,6 +10213,33 @@ msgctxt ""
msgid "Unchecking the <menuitem>Show this dialog</menuitem> box in the Search Results window disables this feature."
msgstr ""
+#. RT3qR
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id0909200810585828\n"
+"help.text"
+msgid "Zoom"
+msgstr ""
+
+#. ihBVU
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"hd_id0909200810585881\n"
+"help.text"
+msgid "Synchronize sheets"
+msgstr "མཉམ་འབྱུང་འབད་ནིའི་ཚད་ཐིག་ཚུ།"
+
+#. Gq9P8
+#: 01060100.xhp
+msgctxt ""
+"01060100.xhp\n"
+"par_id0909200810585870\n"
+"help.text"
+msgid "<ahelp hid=\".\">If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor.</ahelp>"
+msgstr ""
+
#. bBVnj
#: 01060300.xhp
msgctxt ""
@@ -16117,15 +16171,6 @@ msgctxt ""
msgid "Expert Configuration"
msgstr ""
-#. rmYbp
-#: expertconfig.xhp
-msgctxt ""
-"expertconfig.xhp\n"
-"par_id0609201521430059\n"
-"help.text"
-msgid "Choose <menuitem>Tools - Options - %PRODUCTNAME - Advanced - Open Expert Configuration</menuitem>."
-msgstr ""
-
#. 7CGay
#: expertconfig.xhp
msgctxt ""
@@ -16144,6 +16189,24 @@ msgctxt ""
msgid "The Expert Configuration dialog lets you access, edit and save configuration preferences that can harm your %PRODUCTNAME user profile. It can turn the user profile of %PRODUCTNAME unstable, inconsistent or even unusable. Proceed only if you know what you are doing."
msgstr ""
+#. jdAYS
+#: expertconfig.xhp
+msgctxt ""
+"expertconfig.xhp\n"
+"par_id0609201521430059\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem>- %PRODUCTNAME - Advanced - Open Expert Configuration</menuitem>."
+msgstr ""
+
+#. eEkqQ
+#: expertconfig.xhp
+msgctxt ""
+"expertconfig.xhp\n"
+"par_id331718738212144\n"
+"help.text"
+msgid "On the <menuitem>Tools</menuitem> tab click on the <menuitem>Options</menuitem> button, then <menuitem>%PRODUCTNAME - Advanced - Open Expert Configuration</menuitem>."
+msgstr ""
+
#. 8f9cm
#: expertconfig.xhp
msgctxt ""