diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-06-20 16:11:21 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-06-28 11:55:33 +0200 |
commit | 2a10dee4e8e1b17c922d5327898d5e8f80c4de46 (patch) | |
tree | 51407dc665fd8844814bdbdedbfd9271dca5f04c /source/sid/helpcontent2 | |
parent | 8be0b107f84d9ea94a5d04146d54426366fe4ee5 (diff) |
update translations for 24-8/master
and force-fix errors using pocheck
Change-Id: If076c515de168ad573ccd927faf405d15c6dff34
(cherry picked from commit 755fc723ca53063e9481f8ca26b14e6b00d46d38)
Diffstat (limited to 'source/sid/helpcontent2')
-rw-r--r-- | source/sid/helpcontent2/source/text/scalc/01.po | 74 | ||||
-rw-r--r-- | source/sid/helpcontent2/source/text/shared/00.po | 11 | ||||
-rw-r--r-- | source/sid/helpcontent2/source/text/shared/06.po | 11 | ||||
-rw-r--r-- | source/sid/helpcontent2/source/text/shared/help.po | 11 | ||||
-rw-r--r-- | source/sid/helpcontent2/source/text/shared/optionen.po | 425 |
5 files changed, 329 insertions, 203 deletions
diff --git a/source/sid/helpcontent2/source/text/scalc/01.po b/source/sid/helpcontent2/source/text/scalc/01.po index 556b2b87ddc..e2a49b4e962 100644 --- a/source/sid/helpcontent2/source/text/scalc/01.po +++ b/source/sid/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: Sidamo <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/sid/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 5.4.3\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1565288371.000000\n" @@ -54593,13 +54593,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 @@ -57167,13 +57167,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 @@ -71738,13 +71738,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 @@ -71837,13 +71837,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 @@ -71891,6 +71891,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 "" @@ -72008,6 +72017,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/sid/helpcontent2/source/text/shared/00.po b/source/sid/helpcontent2/source/text/shared/00.po index 0a7163c6858..a2fba7477a8 100644 --- a/source/sid/helpcontent2/source/text/shared/00.po +++ b/source/sid/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: 2020-10-30 22:35+0000\n" "Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n" "Language-Team: sid (generated) <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/sid/>\n" @@ -11474,6 +11474,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/sid/helpcontent2/source/text/shared/06.po b/source/sid/helpcontent2/source/text/shared/06.po index 24ecbb71701..9cd437ae21d 100644 --- a/source/sid/helpcontent2/source/text/shared/06.po +++ b/source/sid/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 13:25+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/sid/helpcontent2/source/text/shared/help.po b/source/sid/helpcontent2/source/text/shared/help.po index 6281c5c5406..4f4160dfc3a 100644 --- a/source/sid/helpcontent2/source/text/shared/help.po +++ b/source/sid/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 14:05+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/sid/helpcontent2/source/text/shared/optionen.po b/source/sid/helpcontent2/source/text/shared/optionen.po index 4cbae81ad3b..02cbfedd197 100644 --- a/source/sid/helpcontent2/source/text/shared/optionen.po +++ b/source/sid/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: 2019-08-08 18:21+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Malaate Alemu\n" @@ -926,22 +926,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 @@ -9503,13 +9503,13 @@ msgctxt "" msgid "View" msgstr "Illacha" -#. 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 @@ -9548,382 +9548,436 @@ msgctxt "" msgid "Press <input>Alt+F12</input> then choose <menuitem>%PRODUCTNAME Calc - View</menuitem>." msgstr "" -#. uGmMv +#. 4eD3Z #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3153682\n" +"hd_id3152920\n" "help.text" -msgid "Visual aids" +msgid "Display" +msgstr "Leellishi" + +#. CEeJP +#: 01060100.xhp +msgctxt "" +"01060100.xhp\n" +"par_id3125864\n" +"help.text" +msgid "Select various options for the screen display." msgstr "" -#. wC3Lt +#. JAh2c #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3153311\n" +"hd_id3154218\n" "help.text" -msgid "Specifies which lines are displayed." +msgid "Formulas" +msgstr "Afirmala" + +#. BZgyM +#: 01060100.xhp +msgctxt "" +"01060100.xhp\n" +"par_id3150440\n" +"help.text" +msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/formula\">Specifies whether to show formulas instead of results in the cells.</ahelp>" msgstr "" -#. Nfd2b +#. xzGqW #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3147242\n" +"hd_id3155132\n" "help.text" -msgid "Grid lines" +msgid "Zero values" msgstr "" -#. ZU82E +#. FTLxZ #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3153088\n" +"par_id3147318\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." +msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/nil\">Specifies whether to show numbers with the value of 0.</ahelp>" msgstr "" -#. BFFBw +#. Nd6HL #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id131715608178914\n" +"hd_id3147348\n" "help.text" -msgid "Pointer" +msgid "Comment indicator" msgstr "" -#. ucn54 +#. Bx8yt #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id471715608193873\n" +"par_id3146974\n" "help.text" -msgid "Specifies whether %PRODUCTNAME Calc displays the pointer in the system default style, or the style which matches the icon theme." +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 "" -#. io6DW +#. 48K7Q #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id221715609620456\n" +"par_id801718821081514\n" "help.text" -msgid "Themed" +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 "" -#. AwDnq +#. T4iFp #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id331715609634665\n" +"par_id3150487\n" "help.text" -msgid "Shows the pointer as defined by the icon theme, typically as a fat cross." +msgid "<ahelp hid=\".uno:NoteVisible\">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp>" msgstr "" -#. hCRGM +#. Dk85Q #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id1001715609641174\n" +"par_id3149667\n" "help.text" -msgid "System" +msgid "You can type and edit comments with the <link href=\"text/shared/01/04050000.xhp\"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment." +msgstr "<link href=\"text/shared/01/04050000.xhp\"><emph>Hedo - Surki</emph></link> hajajonni hedubba borreessa nna muccisa dandaatto. Uurrishunni leellitanno hedubba hedote saaxine kisatennimuccisama dandiitanno. <emph>Amadubba</emph> eo hundaanni Doyisaancho kisi nna muli bortaje giddo baala hedubba la\"a dandaatto. Doyisaanchu giddo hedo lameegge-kisitenni, wirrisu aantino hedo amaddino bisiccowa kubbanno." + +#. T78Zm +#: 01060100.xhp +msgctxt "" +"01060100.xhp\n" +"hd_id261715605964558\n" +"help.text" +msgid "Comment authorship" msgstr "" -#. EhJuR +#. RjWVM #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id31715609645437\n" +"par_id111715605983990\n" "help.text" -msgid "Shows the pointer as the system default, typically as an arrow." +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 "" -#. y2GVB +#. tYLiN #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3152349\n" +"par_id611716209450981\n" "help.text" -msgid "Page breaks" +msgid "The comment author name appears as it appears in the <emph>First Name</emph> and <emph>Last Name</emph> fields in the <link href=\"text/shared/optionen/01010100.xhp#name\"><emph>User Data</emph></link> dialog. If those fields are blank, the author name appears as \"Unknown Author\". Updating the user data only affects comments made after the update." msgstr "" -#. svCrA +#. rRMZW #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3151245\n" +"hd_id171694714728232\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/break\">Specifies whether to view the page breaks within a defined print area.</ahelp>" +msgid "Formula indicator and hint" msgstr "" -#. tZFL4 +#. YE3Zg #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3149669\n" +"par_id971694714844904\n" "help.text" -msgid "Helplines While Moving" -msgstr "Hadha geeshsha kaa'lotexuruurra" +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 "" -#. cFxtH +#. dDPB8 #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3148550\n" +"par_id381718821990330\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." +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 "" -#. 4eD3Z +#. qmC7Q #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3152920\n" +"hd_id3150872\n" "help.text" -msgid "Display" -msgstr "Leellishi" +msgid "Value highlighting" +msgstr "Hornyote kuulsiisamme" -#. CEeJP +#. 8aPEg #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3125864\n" +"par_id3154792\n" "help.text" -msgid "Select various options for the screen display." +msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/value\">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted.</ahelp>" msgstr "" -#. JAh2c +#. qEmEC #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3154218\n" +"par_id3151319\n" "help.text" -msgid "Formulas" -msgstr "Afirmala" +msgid "When this command is active, any colors assigned in the document will not be displayed until the function is deactivated." +msgstr "Tini hajajo baqisantanno wote, bortajete gaamantinoti ayee kuulla assiishshu jallaaga geeshsha dileellanno." -#. BZgyM +#. qjxpC #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3150440\n" +"hd_id441715869656096\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/formula\">Specifies whether to show formulas instead of results in the cells.</ahelp>" +msgid "Column/Row highlighting" msgstr "" -#. xzGqW +#. 95fif #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3155132\n" +"par_id311715869701090\n" "help.text" -msgid "Zero values" +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 "" -#. FTLxZ +#. PEjWg #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3147318\n" +"par_id381718822527122\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/nil\">Specifies whether to show numbers with the value of 0.</ahelp>" +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 "" -#. Nd6HL +#. JRrmN #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3147348\n" +"hd_id301715869411090\n" "help.text" -msgid "Comment indicator" +msgid "Edit cell highlighting" msgstr "" -#. Bx8yt +#. ZwybY #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3146974\n" +"par_id221715869527909\n" "help.text" -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>" +msgid "When this command is active, the background of a cell is highlighted when it is in edit mode." msgstr "" -#. T4iFp +#. Tg7iF #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3150487\n" +"par_id311718822104991\n" "help.text" -msgid "<ahelp hid=\".uno:NoteVisible\">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp>" +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 "" -#. Dk85Q +#. mKCDj #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3149667\n" +"hd_id3157846\n" "help.text" -msgid "You can type and edit comments with the <link href=\"text/shared/01/04050000.xhp\"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment." -msgstr "<link href=\"text/shared/01/04050000.xhp\"><emph>Hedo - Surki</emph></link> hajajonni hedubba borreessa nna muccisa dandaatto. Uurrishunni leellitanno hedubba hedote saaxine kisatennimuccisama dandiitanno. <emph>Amadubba</emph> eo hundaanni Doyisaancho kisi nna muli bortaje giddo baala hedubba la\"a dandaatto. Doyisaanchu giddo hedo lameegge-kisitenni, wirrisu aantino hedo amaddino bisiccowa kubbanno." +msgid "Anchor" +msgstr "Dagacho" -#. T78Zm +#. AkAj6 #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id261715605964558\n" +"par_id3147494\n" "help.text" -msgid "Comment authorship" +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 "" -#. kKKAD +#. 4GEe4 #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id111715605983990\n" +"par_id141718822193497\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 "<image src=\"media/helpimg/scalc/anchor.png\" id=\"img_id721718822193499\" width=\"308px\" height=\"255px\"><alt id=\"alt_id551718822193501\">Image anchor</alt></image>" msgstr "" -#. tYLiN +#. eMNiE #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id611716209450981\n" +"hd_id3150327\n" "help.text" -msgid "The comment author name appears as it appears in the <emph>First Name</emph> and <emph>Last Name</emph> fields in the <link href=\"text/shared/optionen/01010100.xhp#name\"><emph>User Data</emph></link> dialog. If those fields are blank, the author name appears as \"Unknown Author\". Updating the user data only affects comments made after the update." +msgid "Show references in color" +msgstr "Kuulu giddo maqishuwa leellishi" + +#. T24A7 +#: 01060100.xhp +msgctxt "" +"01060100.xhp\n" +"par_id3153766\n" +"help.text" +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 "" -#. rRMZW +#. nz5sA #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id171694714728232\n" +"par_id531718822934064\n" "help.text" -msgid "Formula indicator and hint" +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 "" -#. YE3Zg +#. uGmMv #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id971694714844904\n" +"hd_id3153682\n" "help.text" -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." +msgid "Visual aids" msgstr "" -#. qmC7Q +#. wC3Lt #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3150872\n" +"par_id3153311\n" "help.text" -msgid "Value highlighting" -msgstr "Hornyote kuulsiisamme" +msgid "Specifies which lines are displayed." +msgstr "" -#. 8aPEg +#. Nfd2b #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3154792\n" +"hd_id3147242\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/value\">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted.</ahelp>" +msgid "Grid lines" msgstr "" -#. qEmEC +#. ZU82E #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3151319\n" +"par_id3153088\n" "help.text" -msgid "When this command is active, any colors assigned in the document will not be displayed until the function is deactivated." -msgstr "Tini hajajo baqisantanno wote, bortajete gaamantinoti ayee kuulla assiishshu jallaaga geeshsha dileellanno." +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 "" -#. qjxpC +#. BFFBw #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id441715869656096\n" +"hd_id131715608178914\n" "help.text" -msgid "Column/Row highlighting" +msgid "Pointer" msgstr "" -#. 95fif +#. ucn54 #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id311715869701090\n" +"par_id471715608193873\n" "help.text" -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." +msgid "Specifies whether %PRODUCTNAME Calc displays the pointer in the system default style, or the style which matches the icon theme." msgstr "" -#. JRrmN +#. io6DW #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id301715869411090\n" +"hd_id221715609620456\n" "help.text" -msgid "Edit cell highlighting" +msgid "Themed" msgstr "" -#. ZwybY +#. AwDnq #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id221715869527909\n" +"par_id331715609634665\n" "help.text" -msgid "When this command is active, the background of a cell is highlighted when it is in edit mode." +msgid "Shows the pointer as defined by the icon theme, typically as a fat cross." msgstr "" -#. mKCDj +#. LMvd3 #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3157846\n" +"par_id351718822706632\n" "help.text" -msgid "Anchor" -msgstr "Dagacho" +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 "" -#. AkAj6 +#. hCRGM #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3147494\n" +"hd_id1001715609641174\n" "help.text" -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>" +msgid "System" msgstr "" -#. zgfrG +#. EhJuR #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3146898\n" +"par_id31715609645437\n" "help.text" -msgid "Text overflow" -msgstr "Borrote du'nama" +msgid "Shows the pointer as the system default, typically as an arrow." +msgstr "" -#. Q8W4V +#. 4n7Uj #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3153707\n" +"par_id951718822797834\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/cursor_system.png\" id=\"img_id681718822797836\" width=\"71px\" height=\"72px\"><alt id=\"alt_id41718822797838\">System cursor</alt></image>" msgstr "" -#. eMNiE +#. y2GVB #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"hd_id3150327\n" +"hd_id3152349\n" "help.text" -msgid "Show references in color" -msgstr "Kuulu giddo maqishuwa leellishi" +msgid "Page breaks" +msgstr "" -#. T24A7 +#. svCrA #: 01060100.xhp msgctxt "" "01060100.xhp\n" -"par_id3153766\n" +"par_id3151245\n" "help.text" -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>" +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 "Hadha geeshsha kaa'lotexuruurra" + +#. 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 @@ -9944,14 +9998,14 @@ msgctxt "" msgid "Defines whether to display or hide objects for up to three object groups." msgstr "Sase uduunnu gaamubba geeshsha uduunnu leella woy maaxamme tiranno." -#. QzArL +#. ZyF26 #: 01060100.xhp msgctxt "" "01060100.xhp\n" "hd_id3150043\n" "help.text" -msgid "Objects/Graphics" -msgstr "Uduunne/Giraafubba" +msgid "Objects/Images" +msgstr "" #. DMhEf #: 01060100.xhp @@ -9998,33 +10052,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 "Kee'misi" - -#. ihBVU -#: 01060100.xhp -msgctxt "" -"01060100.xhp\n" -"hd_id0909200810585881\n" -"help.text" -msgid "Synchronize sheets" -msgstr "Subbino shittuwa" - -#. 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 "<ahelp hid=\".\">Buuxamiro, baala shittuwa mittu dani kee'misate uduunnichinni leellitanno. Buuxama hoogiro, mitte mittenti shitte umiseha ke'misate uduunne afidhino.</ahelp>" - #. FRGCQ #: 01060100.xhp msgctxt "" @@ -10187,6 +10214,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 "Kee'misi" + +#. ihBVU +#: 01060100.xhp +msgctxt "" +"01060100.xhp\n" +"hd_id0909200810585881\n" +"help.text" +msgid "Synchronize sheets" +msgstr "Subbino shittuwa" + +#. 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 "<ahelp hid=\".\">Buuxamiro, baala shittuwa mittu dani kee'misate uduunnichinni leellitanno. Buuxama hoogiro, mitte mittenti shitte umiseha ke'misate uduunne afidhino.</ahelp>" + #. bBVnj #: 01060300.xhp msgctxt "" @@ -16118,15 +16172,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 "" @@ -16145,6 +16190,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 "" |