From cc24a4e892c5f8b1f5ee88c927013ffe4ab4c061 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 31 Jan 2022 19:26:46 +0100 Subject: update translations for master and force-fix errors using pocheck Change-Id: I5ee0866633d20e924f2a3a885ae04419b4f4a125 --- source/bs/helpcontent2/source/text/sbasic/guide.po | 6 +- .../bs/helpcontent2/source/text/sbasic/python.po | 22 +- .../bs/helpcontent2/source/text/sbasic/shared.po | 2402 +++++----- .../helpcontent2/source/text/sbasic/shared/03.po | 1194 ++++- source/bs/helpcontent2/source/text/scalc/00.po | 24 +- source/bs/helpcontent2/source/text/scalc/01.po | 1248 ++--- source/bs/helpcontent2/source/text/scalc/05.po | 10 +- source/bs/helpcontent2/source/text/scalc/guide.po | 18 +- source/bs/helpcontent2/source/text/sdatabase.po | 4807 +++++++++++++++++--- source/bs/helpcontent2/source/text/shared.po | 227 +- source/bs/helpcontent2/source/text/shared/01.po | 513 ++- .../bs/helpcontent2/source/text/shared/autopi.po | 15 +- .../source/text/shared/explorer/database.po | 2861 ------------ source/bs/helpcontent2/source/text/shared/guide.po | 369 +- .../bs/helpcontent2/source/text/shared/optionen.po | 37 +- source/bs/helpcontent2/source/text/smath/guide.po | 488 +- source/bs/helpcontent2/source/text/swriter.po | 16 +- source/bs/helpcontent2/source/text/swriter/00.po | 6 +- source/bs/helpcontent2/source/text/swriter/01.po | 292 +- .../bs/helpcontent2/source/text/swriter/guide.po | 96 +- 20 files changed, 8937 insertions(+), 5714 deletions(-) delete mode 100644 source/bs/helpcontent2/source/text/shared/explorer/database.po (limited to 'source/bs/helpcontent2') diff --git a/source/bs/helpcontent2/source/text/sbasic/guide.po b/source/bs/helpcontent2/source/text/sbasic/guide.po index d2b0b5c8d47..b1a6ecfbf1c 100644 --- a/source/bs/helpcontent2/source/text/sbasic/guide.po +++ b/source/bs/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-20 13:08+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-04-25 12:31+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1645,13 +1645,13 @@ msgctxt "" msgid "Global Function for Loading Dialogs" msgstr "" -#. uCCWG +#. uREk8 #: sample_code.xhp msgctxt "" "sample_code.xhp\n" "par_id3153032\n" "help.text" -msgid "LoadDialog function is stored in Tools.ModuleControls available from %PRODUCTNAME Macros and Dialogs." +msgid "LoadDialog function is stored in Tools.ModuleControls available from Application Macros and Dialogs." msgstr "" #. kBLFU diff --git a/source/bs/helpcontent2/source/text/sbasic/python.po b/source/bs/helpcontent2/source/text/sbasic/python.po index 2fd28039424..d51c7926da0 100644 --- a/source/bs/helpcontent2/source/text/sbasic/python.po +++ b/source/bs/helpcontent2/source/text/sbasic/python.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: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -76,13 +76,13 @@ msgctxt "" msgid "You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME." msgstr "" -#. g2dUC +#. nytCF #: main0000.xhp msgctxt "" "main0000.xhp\n" "par_id131568902936659\n" "help.text" -msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools - Macros - Run Macro and checking %PRODUCTNAME Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." +msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting Tools - Macros - Run Macro and checking Application Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python." msgstr "" #. naZBV @@ -400,22 +400,22 @@ msgctxt "" msgid "Opening a Dialog with Python" msgstr "" -#. WAuH7 +#. MZJA9 #: python_dialogs.xhp msgctxt "" "python_dialogs.xhp\n" "N0337\n" "help.text" -msgid "%PRODUCTNAME static dialogs are created with the Dialog editor and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other %PRODUCTNAME supported language for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity." +msgid "%PRODUCTNAME static dialogs are created with the Dialog editor and are stored in varying places according to their personal (My Macros), shared (Application Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other %PRODUCTNAME supported language for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity." msgstr "" -#. BNxEA +#. AbdfS #: python_dialogs.xhp msgctxt "" "python_dialogs.xhp\n" "N0338\n" "help.text" -msgid "My Macros or %PRODUCTNAME Macros dialogs" +msgid "My Macros or Application Macros dialogs" msgstr "" #. pcUEy @@ -2227,13 +2227,13 @@ msgctxt "" msgid "My Macros: personal macros available for the %PRODUCTNAME user" msgstr "" -#. BB8K2 +#. VGmNv #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "par_id471636114847530\n" "help.text" -msgid "%PRODUCTNAME Macros: system macros distributed with LibreOffice for every computer user" +msgid "Application Macros: system macros distributed with LibreOffice for every computer user" msgstr "" #. kVY4C @@ -2263,13 +2263,13 @@ msgctxt "" msgid "Refer to Getting Session Information in order to get programmatic access to Python script locations." msgstr "" -#. 2NPrE +#. GDrUs #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "hd_id591544049572647\n" "help.text" -msgid "%PRODUCTNAME Macros" +msgid "Application Macros" msgstr "" #. xBzRT diff --git a/source/bs/helpcontent2/source/text/sbasic/shared.po b/source/bs/helpcontent2/source/text/sbasic/shared.po index b136d78384a..28970eb49ad 100644 --- a/source/bs/helpcontent2/source/text/sbasic/shared.po +++ b/source/bs/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-10-21 20:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -538,13 +538,13 @@ msgctxt "" msgid "Open Tools - Macros - Organize Dialogs and select %PRODUCTNAME Dialogs container." msgstr "" -#. C3yvQ +#. QFmDV #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id631529000528928\n" "help.text" -msgid "Open Tools - Macros - %PRODUCTNAME Basic - Edit and select %PRODUCTNAME Macros container." +msgid "Open Tools - Macros - %PRODUCTNAME Basic - Edit and select Application Macros container." msgstr "" #. 7wPgQ @@ -2041,13 +2041,13 @@ msgctxt "" msgid "Using Variables" msgstr "String Varijable" -#. Wdrgx +#. gaCJC #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "names of variables variables; using types of variables declaring variables values;of variables literals;date literals;integer literals;hexadecimal literals;integer literals;octal literals;&h notation literals;&o notation literals;floating-point constants arrays;declaring defining;constants" +msgid "names of variables variables; using types of variables declaring variables values;of variables literals;date literals;integer literals;integer literals;floating point constants arrays;declaring defining;constants" msgstr "" #. VAkCC @@ -2581,6 +2581,15 @@ msgctxt "" msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with Dateserial, Datevalue, Timeserial or Timevalue are automatically converted to the internal format. Date-variables are converted to normal numbers by using the Day, Month, Year or the Hour, Minute, Second 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 Date." msgstr "Date varijable mogu sadržati samo datume i vrijednosti za vrijeme pohranjene u internom formatu. Vrijednosti dodijeljene varijablama Date sa Dateserial, Datevalue, Timeserial ili Timevalue su automatski pretvorene u interni format. Varijable Date su pretvorene u normalne brojeve koristeći Day, Mjesec, Godina or the Hour, Minute, Second funkcijom. Interni format omogućava usporedbu vrijednosti datuma i vremena računanjem razlike između dva broja. Ove varijable se mogu deklarisati samo ključnom rječju Datum." +#. RzVub +#: 01020100.xhp +msgctxt "" +"01020100.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "ampersand symbol; in literal notation literals;hexadecimal literals;octal literals;&h notation literals;&o notation" +msgstr "" + #. x883R #: 01020100.xhp msgctxt "" @@ -4039,13 +4048,13 @@ msgctxt "" msgid "%PRODUCTNAME Basic libraries can be stored in 3 different containers:" msgstr "" -#. HYjJE +#. dAbrb #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id571574079618609\n" "help.text" -msgid "%PRODUCTNAME Macros: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." +msgid "Application Macros: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory." msgstr "" #. UG2dG @@ -4066,13 +4075,13 @@ msgctxt "" msgid "Document: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document." msgstr "" -#. GCWxT +#. fP4ya #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id881574081445896\n" "help.text" -msgid "To access macros stored in libraries of %PRODUCTNAME Macros or My Macros from another container, including the document container, use the GlobalScope specifier." +msgid "To access macros stored in libraries of Application Macros or My Macros from another container, including the document container, use the GlobalScope specifier." msgstr "" #. bGzjL @@ -4111,14 +4120,14 @@ msgctxt "" msgid "Click the Libraries tab." msgstr "Kliknite Libraries tipku." -#. 4ERU5 +#. htC8c #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149664\n" "help.text" -msgid "Select to where you want to attach the library in the Location 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 "Odaberite gdje želite dodati biblioteku iz Lokacija liste. Ukoliko izaberete %PRODUCTNAME Macros & Dialogue boxes, biblioteka će pripadati $[officename] aplikaciji i biće dostupna za sve dokumente. Ukoliko izaberete dokument biblioteka će biti dodana tom dokumentu i dostupna samo odatle." +msgid "Select to where you want to attach the library in the Location list. If you select Application 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 "" #. PCjRC #: 01030400.xhp @@ -4156,14 +4165,14 @@ msgctxt "" msgid "Click the Libraries tab." msgstr "Kliknite Libraries tipku." -#. 5jXQ8 +#. 7w5hH #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3145640\n" "help.text" -msgid "Select to where you want to import the library in the Location 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 imported to this document and only available from there." -msgstr "Odaberite gdje želite dodati biblioteku iz Lokacija liste. Ukoliko izaberete %PRODUCTNAME Macros & Dialogue boxes, biblioteka će pripadati $[officename] aplikaciji i biti dostupna za sve dokumente. Ukoliko izaberete dokument biblioteka će biti dodana tom dokumentu i biti dostupna samo odatle." +msgid "Select to where you want to import the library in the Location list. If you select Application 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 imported to this document and only available from there." +msgstr "" #. dUvoX #: 01030400.xhp @@ -8800,23 +8809,14 @@ msgctxt "" msgid "Returns the blue component of the specified composite color code." msgstr "" -#. VLvxx -#: 03010301.xhp -msgctxt "" -"03010301.xhp\n" -"hd_id3149670\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. 6NsAv +#. qNGaq #: 03010301.xhp msgctxt "" "03010301.xhp\n" -"hd_id3149656\n" +"par_id3149457\n" "help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "Blue (Color As Long)" +msgstr "plava (Colour As Long)" #. vGp8m #: 03010301.xhp @@ -8827,15 +8827,6 @@ msgctxt "" msgid "Integer" msgstr "Cjelobrojno" -#. GiJXy -#: 03010301.xhp -msgctxt "" -"03010301.xhp\n" -"hd_id3156423\n" -"help.text" -msgid "Parameter:" -msgstr "Parametar:" - #. JY6Z8 #: 03010301.xhp msgctxt "" @@ -8845,14 +8836,14 @@ msgctxt "" msgid "Color value: Long integer expression that specifies any composite color code for which to return the blue component." msgstr "" -#. roGL5 +#. NEqxG #: 03010301.xhp msgctxt "" "03010301.xhp\n" -"hd_id3153091\n" +"par_id671639922129017\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "Under VBA compatibility mode (Option VBASupport 1), the function Blue() is incompatible with VBA colors, when color from previous call to function RGB [VBA] is passed." +msgstr "" #. a3s7N #: 03010301.xhp @@ -8926,23 +8917,14 @@ msgctxt "" msgid "Returns the Green component of the given composite color code." msgstr "" -#. qAgBp -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3154140\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. q3DPS +#. yGCYn #: 03010302.xhp msgctxt "" "03010302.xhp\n" -"hd_id3154124\n" +"par_id3153969\n" "help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "Green (Color As Long)" +msgstr "zelena Green (Colour As Long)" #. wbFdA #: 03010302.xhp @@ -8953,15 +8935,6 @@ msgctxt "" msgid "Integer" msgstr "Cjelobrojno" -#. rGUxM -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3154909\n" -"help.text" -msgid "Parameter:" -msgstr "Parametar:" - #. YKcLU #: 03010302.xhp msgctxt "" @@ -8971,15 +8944,6 @@ msgctxt "" msgid "Color: Long integer expression that specifies a composite color code for which to return the Green component." msgstr "" -#. DBLfM -#: 03010302.xhp -msgctxt "" -"03010302.xhp\n" -"hd_id3149664\n" -"help.text" -msgid "Example:" -msgstr "Primjer:" - #. 6vcEb #: 03010302.xhp msgctxt "" @@ -9052,23 +9016,14 @@ msgctxt "" msgid "Returns the Red component of the specified composite color code." msgstr "" -#. YSmcx +#. 3nHCU #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"hd_id3148799\n" +"par_id3150448\n" "help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. nbbWR -#: 03010303.xhp -msgctxt "" -"03010303.xhp\n" -"hd_id3151042\n" -"help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "Red (ColorNumber As Long)" +msgstr "crvena Red (ColourNumber As Long)" #. XD3jj #: 03010303.xhp @@ -9079,15 +9034,6 @@ msgctxt "" msgid "Integer" msgstr "Cjelobrojno" -#. HzvQ6 -#: 03010303.xhp -msgctxt "" -"03010303.xhp\n" -"hd_id3154685\n" -"help.text" -msgid "Parameter:" -msgstr "Parametar:" - #. 8TeVm #: 03010303.xhp msgctxt "" @@ -9097,23 +9043,23 @@ msgctxt "" msgid "ColorNumber: Long integer expression that specifies any composite color code for which to return the Red component." msgstr "" -#. iiUNB +#. YDBFF #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"par_id961588421825749\n" +"par_id671639922129017\n" "help.text" -msgid "The color picker dialog details the red, green and blue components of a composite color code, as well as its hexadecimal expression. Changing the color of text and selecting Custom color displays the color picker dialog." +msgid "Under VBA compatibility mode (Option VBASupport 1), the function Red() is incompatible with VBA colors, when color from previous call to function RGB [VBA] is passed." msgstr "" -#. DsCGZ +#. iiUNB #: 03010303.xhp msgctxt "" "03010303.xhp\n" -"hd_id3148575\n" +"par_id961588421825749\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "The color picker dialog details the red, green and blue components of a composite color code, as well as its hexadecimal expression. Changing the color of text and selecting Custom color displays the color picker dialog." +msgstr "" #. 4txDN #: 03010303.xhp @@ -9187,32 +9133,14 @@ msgctxt "" msgid "Returns the RGB color code of the color passed as a color value through an older MS-DOS based programming system." msgstr "Returns the RGB colour code of the colour passed as a colour value through an older MS-DOS based programming system." -#. sAgxm -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3154140\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. 32yR4 +#. scoHN #: 03010304.xhp msgctxt "" "03010304.xhp\n" -"hd_id3145172\n" -"help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" - -#. Z9k2a -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3156560\n" +"par_id3151042\n" "help.text" -msgid "Parameter:" -msgstr "Parametar:" +msgid "QBColor (ColorNumber As Integer)" +msgstr "QBColor (ColourNumber As Integer)" #. pTA5y #: 03010304.xhp @@ -9385,15 +9313,6 @@ msgctxt "" 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 "ova funkcije pretvara MS-DOS koji koriste boje iznad, Vraca long indicirajuci na boju koja treba u $[officename] IDE." -#. a9cbE -#: 03010304.xhp -msgctxt "" -"03010304.xhp\n" -"hd_id3148406\n" -"help.text" -msgid "Example:" -msgstr "Primjer:" - #. GPDgr #: 03010304.xhp msgctxt "" @@ -9439,32 +9358,14 @@ msgctxt "" msgid "Returns a Long integer color value consisting of red, green, and blue components." msgstr "" -#. MiCPe -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"hd_id3147229\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. T8jX4 -#: 03010305.xhp -msgctxt "" -"03010305.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" - -#. FRE8M +#. rd647 #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"hd_id3154013\n" +"par_id3155132\n" "help.text" -msgid "Parameter:" -msgstr "Parametar:" +msgid "RGB (Red, Green, Blue)" +msgstr "" #. QM73e #: 03010305.xhp @@ -9493,23 +9394,32 @@ msgctxt "" msgid "blue: Any integer expression that represents the blue component (0-255) of the composite color." msgstr "" -#. cFpDD +#. c4KCL #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"par_id211587653651037\n" +"par_id101639922410794\n" "help.text" -msgid "The color picker dialog helps computing red, green and blue components of a composite color. Changing the color of text and selecting Custom color displays the color picker dialog." +msgid "The resulting Long value is calculated with the following formula:
Result = red×65536 + green×256 + blue." msgstr "" -#. Vn6Jr +#. iDgoc #: 03010305.xhp msgctxt "" "03010305.xhp\n" -"hd_id3147435\n" +"par_id671639922129017\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "Under VBA compatibility mode (Option VBASupport 1), the Long value is calculated as
Result = red + green×256 + blue×65536
See RGB Function [VBA]" +msgstr "" + +#. cFpDD +#: 03010305.xhp +msgctxt "" +"03010305.xhp\n" +"par_id211587653651037\n" +"help.text" +msgid "The color picker dialog helps computing red, green and blue components of a composite color. Changing the color of text and selecting Custom color displays the color picker dialog." +msgstr "" #. GWhFy #: 03010305.xhp @@ -9547,6 +9457,60 @@ msgctxt "" msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\"" msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colours\"" +#. 4pPor +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"tit\n" +"help.text" +msgid "RGB Function [VBA]" +msgstr "" + +#. JbDc8 +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"bm_id851576768070903\n" +"help.text" +msgid "RGB function [VBA]" +msgstr "" + +#. RSnVb +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"hd_id3150792\n" +"help.text" +msgid "RGB Function [VBA]" +msgstr "" + +#. ZMjZi +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id3150447\n" +"help.text" +msgid "Returns a Long integer color value consisting of red, green, and blue components, according to VBA color formula." +msgstr "" + +#. LNVC5 +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id671639922129017\n" +"help.text" +msgid "Because of the VBA compatibility mode (Option VBASupport 1), the Long value is calculated as
Result = red + green×256 + blue×65536." +msgstr "" + +#. cDKcg +#: 03010306.xhp +msgctxt "" +"03010306.xhp\n" +"par_id621639924528952\n" +"help.text" +msgid "Print lVar; ' returns 13107328" +msgstr "" + #. kpKGV #: 03020000.xhp msgctxt "" @@ -9646,6 +9610,15 @@ msgctxt "" msgid "Close Statement diagram" msgstr "" +#. FEDAa +#: 03020101.xhp +msgctxt "" +"03020101.xhp\n" +"par_id3147265\n" +"help.text" +msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]" +msgstr "" + #. gdqMu #: 03020101.xhp msgctxt "" @@ -10015,6 +9988,15 @@ msgctxt "" msgid "Get Statement diagram" msgstr "" +#. xBhKA +#: 03020201.xhp +msgctxt "" +"03020201.xhp\n" +"par_id3150792\n" +"help.text" +msgid "Get [#]fileNum, [recordNum|filePos], variable" +msgstr "" + #. UM9CG #: 03020201.xhp msgctxt "" @@ -10438,6 +10420,15 @@ msgctxt "" msgid "Put Statement diagram" msgstr "" +#. RBpeh +#: 03020204.xhp +msgctxt "" +"03020204.xhp\n" +"par_id3155132\n" +"help.text" +msgid "Put [#]fileNum, [recordNum|filePos], variable" +msgstr "" + #. bSFd2 #: 03020204.xhp msgctxt "" @@ -10645,6 +10636,15 @@ msgctxt "" msgid "Determines if the file pointer has reached the end of a file." msgstr "" +#. KmauZ +#: 03020301.xhp +msgctxt "" +"03020301.xhp\n" +"par_id3147399\n" +"help.text" +msgid "Eof (intexpression As Integer)" +msgstr "" + #. 4WM7u #: 03020301.xhp msgctxt "" @@ -10717,6 +10717,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. K5Bo8 +#: 03020302.xhp +msgctxt "" +"03020302.xhp\n" +"par_id3150768\n" +"help.text" +msgid "Loc(FileNumber)" +msgstr "Loc(FajlNumber)" + #. 2TN73 #: 03020302.xhp msgctxt "" @@ -10798,6 +10807,15 @@ msgctxt "" msgid "Returns the size of an open file in bytes." msgstr "Vraca vrijednost otvorene datoteke u bajtovima." +#. 43MqD +#: 03020303.xhp +msgctxt "" +"03020303.xhp\n" +"par_id3150359\n" +"help.text" +msgid "Lof (FileNumber)" +msgstr "Lof (FajlBroj)" + #. BBamj #: 03020303.xhp msgctxt "" @@ -10888,6 +10906,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. kDJUc +#: 03020304.xhp +msgctxt "" +"03020304.xhp\n" +"par_id3145365\n" +"help.text" +msgid "Seek (FileNumber)" +msgstr "Tarzi (FajlBroj)" + #. CPK2A #: 03020304.xhp msgctxt "" @@ -10978,6 +11005,15 @@ msgctxt "" msgid "Seek Statement diagram" msgstr "" +#. PjcAp +#: 03020305.xhp +msgctxt "" +"03020305.xhp\n" +"par_id3145273\n" +"help.text" +msgid "Seek [#]filePos, {filePos|recordNum}" +msgstr "" + #. vwzuK #: 03020305.xhp msgctxt "" @@ -11653,6 +11689,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. LnQdV +#: 03020406.xhp +msgctxt "" +"03020406.xhp\n" +"par_id3146957\n" +"help.text" +msgid "FileCopy TextFrom As String, TextTo As String" +msgstr "FileCopy TextFrom kao znak, TextTo Kao Znak" + #. CjRbT #: 03020406.xhp msgctxt "" @@ -11743,6 +11788,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. CPCBG +#: 03020407.xhp +msgctxt "" +"03020407.xhp\n" +"par_id3154124\n" +"help.text" +msgid "FileDateTime (Text As String)" +msgstr "FileDateTime (Tekst Kao Znak)" + #. meGd2 #: 03020407.xhp msgctxt "" @@ -11824,6 +11878,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. MoBSd +#: 03020408.xhp +msgctxt "" +"03020408.xhp\n" +"par_id3149656\n" +"help.text" +msgid "FileLen (Text As String)" +msgstr "FileLen (Tekst kao Znak)" + #. LVwBo #: 03020408.xhp msgctxt "" @@ -11914,6 +11977,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. 45fLv +#: 03020409.xhp +msgctxt "" +"03020409.xhp\n" +"par_id3150359\n" +"help.text" +msgid "GetAttr (Text As String)" +msgstr "Asc (Tekst Kao String)" + #. mBMu7 #: 03020409.xhp msgctxt "" @@ -12400,6 +12472,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. AUhBt +#: 03020412.xhp +msgctxt "" +"03020412.xhp\n" +"par_id3153381\n" +"help.text" +msgid "Name OldName As String As NewName As String" +msgstr "" + #. 7AwQo #: 03020412.xhp msgctxt "" @@ -12481,6 +12562,15 @@ msgctxt "" msgid "RmDir Statement diagram" msgstr "" +#. uE7FC +#: 03020413.xhp +msgctxt "" +"03020413.xhp\n" +"par_id3154367\n" +"help.text" +msgid "RmDir Text As String" +msgstr "MkDir tekst kao string" + #. 2mpBg #: 03020413.xhp msgctxt "" @@ -12544,6 +12634,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. CrLq9 +#: 03020414.xhp +msgctxt "" +"03020414.xhp\n" +"par_id3154365\n" +"help.text" +msgid "SetAttr FileName As String, Attribute As Integer" +msgstr "" + #. 7arWD #: 03020414.xhp msgctxt "" @@ -12706,6 +12805,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. Tvkos +#: 03020415.xhp +msgctxt "" +"03020415.xhp\n" +"par_id3154685\n" +"help.text" +msgid "FileExists(FileName As String | DirectoryName As String)" +msgstr "" + #. iTkt5 #: 03020415.xhp msgctxt "" @@ -12859,6 +12967,15 @@ msgctxt "" msgid "Returns a Date value for a specified year, month, or day." msgstr "Vraća Datum vrijednost za specifiranu godinu, mijesec, ili dan." +#. 5G7kZ +#: 03030101.xhp +msgctxt "" +"03030101.xhp\n" +"par_id3149670\n" +"help.text" +msgid "DateSerial (year, month, day)" +msgstr "" + #. xroUB #: 03030101.xhp msgctxt "" @@ -12976,40 +13093,76 @@ msgctxt "" msgid "DateValue Function" msgstr "" -#. K3nhZ +#. CDPDz #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3150542\n" "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 "Vraća vrijednost datuma kao datumski niz karaktera. Datumski niz karaktera je kompletan datum u jednoj numeričkoj vrijednosti. Možete također koristiti ovaj serijski broj da odredite razliku između datuma." +msgid "Returns a Date object from a string representing a date." +msgstr "" + +#. Svwc6 +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"par_id671643046319326\n" +"help.text" +msgid "The returned object is represented internally as a single numeric value corresponding to the specified date. This value can be used to calculate the number of days between two dates." +msgstr "" -#. PxEGo +#. DCJAK #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3154910\n" "help.text" -msgid "DateValue(date)" +msgid "DateValue(date As String)" msgstr "" -#. vxxyq +#. rK8mE #: 03030102.xhp msgctxt "" "03030102.xhp\n" "par_id3153770\n" "help.text" -msgid "Date: String expression that contains the date that you want to calculate. In contrast to the DateSerial function that passes years, months and days as separate numeric values, the DateValue function requests the date string to be according to either one of the date acceptance patterns defined for your locale setting (see %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages) or to ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted)." +msgid "date: A string that contains the date that will be converted to a Date object." msgstr "" -#. KmwFZ +#. fAM5v #: 03030102.xhp msgctxt "" "03030102.xhp\n" -"par_id3153194\n" +"par_id841643046880968\n" "help.text" -msgid "The computed date." +msgid "The string passed to DateValue must be expressed in one of the date formats defined by your locale setting (see %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages) or using the ISO date format \"yyyy-mm-dd\" (year, month and day separated by hyphens)." +msgstr "" + +#. aGJzN +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id461643047301827\n" +"help.text" +msgid "' Prints the localized date" +msgstr "" + +#. tSeu3 +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id616430473023063\n" +"help.text" +msgid "' Extracts the year, month and day from the date object" +msgstr "" + +#. NkfKq +#: 03030102.xhp +msgctxt "" +"03030102.xhp\n" +"bas_id601643047303420\n" +"help.text" +msgid "' Prints the numeric value corresponding to the date (as Long type)" msgstr "" #. wDviP @@ -14308,6 +14461,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. cPRUh +#: 03030111.xhp +msgctxt "" +"03030111.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoDate(aDate)" +msgstr "" + #. iGwfJ #: 03030111.xhp msgctxt "" @@ -14488,6 +14650,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. ABYMv +#: 03030113.xhp +msgctxt "" +"03030113.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoTime(aDate)" +msgstr "" + #. N7qeB #: 03030113.xhp msgctxt "" @@ -14578,6 +14749,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. EQoqi +#: 03030114.xhp +msgctxt "" +"03030114.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateFromUnoTime(aTime)" +msgstr "" + #. QreGF #: 03030114.xhp msgctxt "" @@ -14668,6 +14848,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. TMAGP +#: 03030115.xhp +msgctxt "" +"03030115.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateToUnoDateTime(aDate)" +msgstr "" + #. 9vAhc #: 03030115.xhp msgctxt "" @@ -14758,6 +14947,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. qhgq3 +#: 03030116.xhp +msgctxt "" +"03030116.xhp\n" +"par_id3149497\n" +"help.text" +msgid "CDateFromUnoDateTime(aDateTime)" +msgstr "" + #. kjYF8 #: 03030116.xhp msgctxt "" @@ -14839,6 +15037,15 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date values." msgstr "" +#. AzmeS +#: 03030120.xhp +msgctxt "" +"03030120.xhp\n" +"par_idN10648\n" +"help.text" +msgid "DateDiff (interval As String, date1 As Date, date2 As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Double" +msgstr "" + #. BPDH8 #: 03030120.xhp msgctxt "" @@ -15181,6 +15388,15 @@ msgctxt "" msgid "The DatePart function returns a specified part of a date." msgstr "" +#. GWMCJ +#: 03030130.xhp +msgctxt "" +"03030130.xhp\n" +"par_idN105E8\n" +"help.text" +msgid "DatePart (interval As String, date As Date [, firstDayOfWeek As Integer [, firstWeekOfYear As Integer]]) As Long" +msgstr "" + #. wi5B9 #: 03030130.xhp msgctxt "" @@ -15739,6 +15955,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. rBHrY +#: 03030205.xhp +msgctxt "" +"03030205.xhp\n" +"par_id3150792\n" +"help.text" +msgid "TimeSerial (hour, minute, second)" +msgstr "" + #. mCg7g #: 03030205.xhp msgctxt "" @@ -15937,6 +16162,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. WPuDv +#: 03030206.xhp +msgctxt "" +"03030206.xhp\n" +"par_id3156282\n" +"help.text" +msgid "TimeValue (Text As String)" +msgstr "Val (Tekst Kao String)" + #. NQV5A #: 03030206.xhp msgctxt "" @@ -17197,6 +17431,15 @@ msgctxt "" msgid "On Error Statement diagram" msgstr "" +#. CKJJr +#: 03050500.xhp +msgctxt "" +"03050500.xhp\n" +"par_id3145173\n" +"help.text" +msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}" +msgstr "" + #. CmqUN #: 03050500.xhp msgctxt "" @@ -17269,14 +17512,14 @@ msgctxt "" msgid "Logical Operators" msgstr "" -#. R8Yqr +#. 8jdra #: 03060000.xhp msgctxt "" "03060000.xhp\n" "hd_id3147559\n" "help.text" -msgid "Logical Operators" -msgstr "operatori uporedivanja" +msgid "Logical Operators" +msgstr "" #. E9c8W #: 03060000.xhp @@ -17341,6 +17584,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. jairQ +#: 03060100.xhp +msgctxt "" +"03060100.xhp\n" +"par_id3156344\n" +"help.text" +msgid "Result = Expression1 And Expression2" +msgstr "Resultat = Izrar_1 MOD Izraz_2" + #. Nfu49 #: 03060100.xhp msgctxt "" @@ -17494,6 +17746,15 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" +#. m9bM6 +#: 03060200.xhp +msgctxt "" +"03060200.xhp\n" +"par_id3154910\n" +"help.text" +msgid "Result = Expression1 Eqv Expression2" +msgstr "Resultat = Izrar_1 MOD Izraz_2" + #. 7fkPv #: 03060200.xhp msgctxt "" @@ -18160,14 +18421,14 @@ msgctxt "" msgid "Mathematical Operators" msgstr "Matematičke operacije" -#. e5AQV +#. LGC5F #: 03070000.xhp msgctxt "" "03070000.xhp\n" "hd_id3149234\n" "help.text" -msgid "Mathematical Operators" -msgstr "operatori uporedivanja" +msgid "Mathematical Operators" +msgstr "" #. YBZiW #: 03070000.xhp @@ -18826,6 +19087,114 @@ msgctxt "" msgid "MOD Function" msgstr "" +#. zzEFW +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"tit\n" +"help.text" +msgid "\"\\\" Operator" +msgstr "" + +#. wFv3P +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"hd_id3150669\n" +"help.text" +msgid "\"\\\" Operator" +msgstr "" + +#. tUDMG +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3149670\n" +"help.text" +msgid "Performs the integer division on two numbers and returns the result." +msgstr "" + +#. azS7k +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "Operators;Integer division (\\) \"\\\" operator (mathematical)" +msgstr "" + +#. KDgG2 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3153360\n" +"help.text" +msgid "result = expression1 \\ expression2" +msgstr "" + +#. jSHq3 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3154141\n" +"help.text" +msgid "result: A numerical value that contains the result of the integer division." +msgstr "" + +#. K3YrU +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id3150448\n" +"help.text" +msgid "expression1, expression2: Dividend and diviser operands of the integer division." +msgstr "" + +#. 8WPwU +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_id951642689912087\n" +"help.text" +msgid "Before integer division, both operands are rounded to the nearest integer down. The fractional part of the result is dropped." +msgstr "" + +#. nDd3u +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471776\n" +"help.text" +msgid "Print 15 / 4 ' prints 3.75" +msgstr "" + +#. GMudb +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471777\n" +"help.text" +msgid "Print -15 \\ 4 ' prints -3" +msgstr "" + +#. D9q99 +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471778\n" +"help.text" +msgid "Print 16.9 / 5.6 ' prints 3.017857114" +msgstr "" + +#. SNhKe +#: 03070700.xhp +msgctxt "" +"03070700.xhp\n" +"par_idm1341471779\n" +"help.text" +msgid "Print 16.9 \\ -5.6 ' prints -3" +msgstr "" + #. cFFCi #: 03080000.xhp msgctxt "" @@ -18943,15 +19312,6 @@ msgctxt "" msgid "Atn (Number As Double) As Double" msgstr "" -#. nnJyb -#: 03080101.xhp -msgctxt "" -"03080101.xhp\n" -"par_id3150359\n" -"help.text" -msgid "Double" -msgstr "" - #. rLBjg #: 03080101.xhp msgctxt "" @@ -19114,15 +19474,6 @@ msgctxt "" msgid "Cos (Number As Double) As Double" msgstr "" -#. 5SNwE -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"par_id3150449\n" -"help.text" -msgid "Double" -msgstr "" - #. jbCKb #: 03080102.xhp msgctxt "" @@ -19285,15 +19636,6 @@ msgctxt "" msgid "Sin (Number As Double) As Double" msgstr "" -#. q3Gct -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"par_id3150870\n" -"help.text" -msgid "Double" -msgstr "" - #. VeDqk #: 03080103.xhp msgctxt "" @@ -19456,15 +19798,6 @@ msgctxt "" msgid "Tan (Number As Double) As Double" msgstr "" -#. XMyAh -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"par_id3156281\n" -"help.text" -msgid "Double" -msgstr "" - #. BJjuJ #: 03080104.xhp msgctxt "" @@ -19654,15 +19987,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. fxbBA -#: 03080201.xhp -msgctxt "" -"03080201.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Double" -msgstr "" - #. ohN8G #: 03080201.xhp msgctxt "" @@ -19762,15 +20086,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. K67vi -#: 03080202.xhp -msgctxt "" -"03080202.xhp\n" -"par_id3150791\n" -"help.text" -msgid "Double" -msgstr "" - #. fCeUd #: 03080202.xhp msgctxt "" @@ -20041,15 +20356,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. Ge9kH -#: 03080302.xhp -msgctxt "" -"03080302.xhp\n" -"par_id3154365\n" -"help.text" -msgid "Double" -msgstr "" - #. 4W4JJ #: 03080302.xhp msgctxt "" @@ -20212,15 +20518,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. ToCoX -#: 03080401.xhp -msgctxt "" -"03080401.xhp\n" -"par_id3156343\n" -"help.text" -msgid "Double" -msgstr "" - #. RB3SF #: 03080401.xhp msgctxt "" @@ -20329,15 +20626,6 @@ msgctxt "" msgid "Fix (Expression)" msgstr "Popravna (Izraz)" -#. XGeET -#: 03080501.xhp -msgctxt "" -"03080501.xhp\n" -"par_id3148947\n" -"help.text" -msgid "Double" -msgstr "" - #. T274X #: 03080501.xhp msgctxt "" @@ -20437,15 +20725,6 @@ msgctxt "" msgid "Int (Number)" msgstr "Int (Broj)" -#. x8Eh5 -#: 03080502.xhp -msgctxt "" -"03080502.xhp\n" -"par_id3150400\n" -"help.text" -msgid "Double" -msgstr "" - #. byiBG #: 03080502.xhp msgctxt "" @@ -20698,15 +20977,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. Egjc2 -#: 03080601.xhp -msgctxt "" -"03080601.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Double" -msgstr "" - #. Duhzt #: 03080601.xhp msgctxt "" @@ -20860,15 +21130,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. xpsBz -#: 03080701.xhp -msgctxt "" -"03080701.xhp\n" -"par_id3150359\n" -"help.text" -msgid "Integer" -msgstr "Cjelobrojno" - #. hBAHj #: 03080701.xhp msgctxt "" @@ -20887,13 +21148,13 @@ msgctxt "" msgid "Number: Numeric expression that determines the value that is returned by the function." msgstr "" -#. xdxDc +#. R8M7A #: 03080701.xhp msgctxt "" "03080701.xhp\n" "par_id3150767\n" "help.text" -msgid "NumExpression" +msgid "Number" msgstr "" #. ZhDdh @@ -22984,14 +23245,14 @@ msgctxt "" msgid "Parameters:" msgstr "Parametri:" -#. m7HGU +#. XzZKD #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3148664\n" "help.text" -msgid "Index: A numeric expression that specifies the value to return." -msgstr "Index:Numerički izraz koji određuje vrijednosti da se vrati." +msgid "Index: Integer value starting at 1 that specifies which of the possible choices to return." +msgstr "" #. NBqbi #: 03090402.xhp @@ -23002,14 +23263,14 @@ msgctxt "" msgid "Selection1: Any expression that contains one of the possible choices." msgstr "Selection1: Bilo koji izraz koji sadrži jedan od mogućih izbora." -#. nFWBz +#. EnHLY #: 03090402.xhp msgctxt "" "03090402.xhp\n" "par_id3151043\n" "help.text" -msgid "The Choose 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 Izaberite funkcija vraća vrijednost iz popisa izraza na temelju indeksa vrijednosti. Ako Indeks = 1, funkcija vraća prvi izraz u popis, ako je indeks i = 2, vraća drugi izraz i tako dalje." +msgid "The Choose 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 = 2, it returns the second expression, and so on." +msgstr "" #. FovWL #: 03090402.xhp @@ -23650,15 +23911,6 @@ msgctxt "" msgid "Specifies that a program line is a comment." msgstr "Specificira da je linija programa comentar." -#. CBchn -#: 03090407.xhp -msgctxt "" -"03090407.xhp\n" -"par_id3154141\n" -"help.text" -msgid "Rem Text" -msgstr "Rem Tekst" - #. P5CAo #: 03090407.xhp msgctxt "" @@ -23929,15 +24181,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. ubwpM -#: 03090410.xhp -msgctxt "" -"03090410.xhp\n" -"par_id3149579\n" -"help.text" -msgid "sGender = GetGenderIndex( \"John\" )" -msgstr "" - #. wjCDQ #: 03090410.xhp msgctxt "" @@ -24289,13 +24532,13 @@ msgctxt "" msgid "CCur function" msgstr "CCur funkcija" -#. FbuTr +#. dj5DM #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN10541\n" "help.text" -msgid "CCur Function" +msgid "CCur Function" msgstr "" #. iR5VT @@ -24307,32 +24550,14 @@ msgctxt "" msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols." msgstr "Konvertuje znakovnu frazu u kursnu . Lokalna podesavanja se koriste za decimalna razdvajanja I kursne simbole." -#. 8ZHR9 -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN10548\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. qHMVC +#. 4E7mH #: 03100050.xhp msgctxt "" "03100050.xhp\n" "par_idN105E8\n" "help.text" -msgid "CCur(Expression)" -msgstr "CCur(Izraz)" - -#. F5gzk -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN105EB\n" -"help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "CCur(Expression As Variant) As Currency" +msgstr "" #. R6AfV #: 03100050.xhp @@ -24343,23 +24568,14 @@ msgctxt "" msgid "Currency" msgstr "Kurs" -#. M8Tpx -#: 03100050.xhp -msgctxt "" -"03100050.xhp\n" -"par_idN105F2\n" -"help.text" -msgid "Parameter:" -msgstr "Parametar:" - -#. YRdHq +#. FnhL7 #: 03100050.xhp msgctxt "" "03100050.xhp\n" -"par_idN105F6\n" +"par_id3145068\n" "help.text" -msgid "Expression: Any string or numeric expression that you want to convert." -msgstr "Izraz: Bilo koji znak ili brojni izraz koji zelis konvertovati." +msgid "Expression: Any string or a numeric expression that you want to convert to a number.
CCur(EMPTY) returns 0." +msgstr "" #. KyDFD #: 03100060.xhp @@ -24649,122 +24865,113 @@ msgctxt "" msgid "CBool function" msgstr "CBool funkcija" -#. 8cv5m +#. wkGF9 #: 03100100.xhp msgctxt "" "03100100.xhp\n" "hd_id3150616\n" "help.text" -msgid "CBool Function" +msgid "CBool Function" msgstr "" -#. LbrGN +#. fENzo #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3145136\n" "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 "Konvertuje poredjenje znaka ili brojnog izraza u Boolean izraz, ili konvertuje jedan brojni izraz u Boolean izraz." +msgid "Converts an expression or a set of expressions into a boolean. An expression is composed of strings, numbers and operators. Comparison, logical or mathematical operators are allowed inside expressions." +msgstr "" -#. 4ZGU9 +#. VXn7B #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3153345\n" +"par_id681638266349216\n" "help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. gALnc -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"par_id3149514\n" -"help.text" -msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)" -msgstr "CBool (Izraz_1 {= | <> | < | > | <= | >=} Izraz_2) or CBool (Number)" +msgid "expression can be a number or a set of combined expressions." +msgstr "" -#. aFAKM +#. EDCrC #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3156152\n" +"par_id3155419\n" "help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "Boolean" +msgstr "" -#. DciQf +#. ZqnCA #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3155419\n" +"par_id791636986444058\n" "help.text" -msgid "Bool" +msgid "expression: A logical expression, a mathematical formula, a numeric expression or a set of expressions combined with operators. During expression evaluation logical operators take preceedence over comparison operators, which in turn take preceedence over mathematical operators." msgstr "" -#. E8Bpf +#. LEuzF #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3147530\n" +"par_id1001638264728895\n" "help.text" -msgid "Parameters:" -msgstr "Parametri:" +msgid "The expression can be a number or mathematical formula. When equals to 0, False is returned, otherwise True is returned." +msgstr "" -#. nsCwH +#. 4jZzA #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3156344\n" +"par_id3149655\n" "help.text" -msgid "Expression1, Expression2: Any string or numeric expressions that you want to compare. If the expressions match, the CBool function returns True, otherwise False is returned." -msgstr "izraz_1, izraz_2: Bilo koji znak ili numericki izraz koji zelis konvertovati.ako se izrazi poklapaju, CBool funkcija vraca True, u drugom slucaju Netačno je vracena." +msgid "Multiple expressions such as expr1 [[{operator] expr2]..] can be combined. expr1 and expr2 can be any string or numeric expressions that you want to evaluate. CBool combines the expressions and returns either True or False. operator can be a mathematical operator, logical operator or comparison operator." +msgstr "" -#. hQiDG +#. wMSZE #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3149655\n" +"par_id3145171\n" "help.text" -msgid "Number: Any numeric expression that you want to convert. If the expression equals 0, False is returned, otherwise True is returned." -msgstr "Number: Brojni izraz koji zelis konvertovati. Ako je izraz jedank 0, Netačno je vracena, u drugom slucaju True je vracena." +msgid "The following examples computes a logical expression and a mathematical formula. It uses the CBool function to evaluate the value that is returned by the Instr function. The function checks if the word \"and\" is found in the sentence that was entered by the user." +msgstr "" -#. ybBL2 +#. 2SpGu #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"par_id3145171\n" +"bas_id961636989038747\n" "help.text" -msgid "The following example uses the CBool function to evaluate the value that is returned by the Instr function. The function checks if the word \"and\" is found in the sentence that was entered by the user." -msgstr "Slijedeci primjerkoristi CBool funkciju da procijeni vrijednost koja je vracena Instr funkcijom. Funkcija provjerava ako je rijec \"i\"nadjena u recenici koja je unesena od korisnika." +msgid "Print CBool( 1>2 Xor 44 ) ' computes to True" +msgstr "" -#. WAM8E +#. bjPRQ #: 03100100.xhp msgctxt "" "03100100.xhp\n" -"hd_id3156212\n" +"bas_id991636996682074\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "Print CBool( expression := 15 /2 -7.5 ) ' displays False as expression equals 0" +msgstr "" -#. 2yvsi +#. xxrvS #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155132\n" "help.text" -msgid "sText = InputBox(\"Please enter a short sentence:\")" -msgstr "sTektst = PoljeUnosa(\"Molimo unesite kratku recenicu:\")" +msgid "txt = InputBox(\"Please enter a short sentence:\")" +msgstr "" -#. Aq5CG +#. FPJDk #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3155855\n" "help.text" -msgid "' Proof if the word »and« appears in the sentence." -msgstr "REM Dokazi ukoliko je rijec »i« pojavljivana u recenici." +msgid "' Proof if the character \"a\" appears in the sentence." +msgstr "" #. GFk66 #: 03100100.xhp @@ -24775,15 +24982,6 @@ msgctxt "" msgid "' Instead of the command line" msgstr "REM Umjesto komandne linije" -#. WQ7VE -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"par_id3148576\n" -"help.text" -msgid "' If Instr(Input, \"and\")<>0 Then..." -msgstr "REM ako Instr(Unos, \"i\")<>0 onda..." - #. fCMAJ #: 03100100.xhp msgctxt "" @@ -24793,23 +24991,14 @@ msgctxt "" msgid "' the CBool function is applied as follows:" msgstr "REM the CBool je primjenjena kao sto slijedi:" -#. DXRy4 -#: 03100100.xhp -msgctxt "" -"03100100.xhp\n" -"par_id3155413\n" -"help.text" -msgid "If CBool(Instr(sText, \"and\")) Then" -msgstr "If CBool(Instr(sTekst, \"i\")) onda" - -#. FKuLf +#. TgisK #: 03100100.xhp msgctxt "" "03100100.xhp\n" "par_id3152940\n" "help.text" -msgid "MsgBox \"The word »and« appears in the sentence you entered!\"" -msgstr "poruka_polje \"Rijec »i« se pojavljuje u recenici koju ste unijeli!\"" +msgid "MsgBox \"The character »a« appears in the sentence you entered!\"" +msgstr "" #. 8FnUJ #: 03100300.xhp @@ -24865,15 +25054,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. 9g6CX -#: 03100300.xhp -msgctxt "" -"03100300.xhp\n" -"par_id3159414\n" -"help.text" -msgid "Date" -msgstr "Datum" - #. 3E4Gd #: 03100300.xhp msgctxt "" @@ -24955,15 +25135,6 @@ msgctxt "" msgid "Return value" msgstr "Vrati vrijednost" -#. Pypm7 -#: 03100400.xhp -msgctxt "" -"03100400.xhp\n" -"par_id3145068\n" -"help.text" -msgid "Double" -msgstr "" - #. LM9Ye #: 03100400.xhp msgctxt "" @@ -25054,15 +25225,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. oLemu -#: 03100500.xhp -msgctxt "" -"03100500.xhp\n" -"par_id3147560\n" -"help.text" -msgid "Integer" -msgstr "Cjelobrojno" - #. a2YC7 #: 03100500.xhp msgctxt "" @@ -25225,15 +25387,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. WbDFK -#: 03100600.xhp -msgctxt "" -"03100600.xhp\n" -"par_id3153897\n" -"help.text" -msgid "Long" -msgstr "" - #. pC3ZX #: 03100600.xhp msgctxt "" @@ -25513,15 +25666,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. jtGVk -#: 03100900.xhp -msgctxt "" -"03100900.xhp\n" -"par_id3153750\n" -"help.text" -msgid "Single" -msgstr "" - #. cSsM4 #: 03100900.xhp msgctxt "" @@ -25612,15 +25756,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. FhYA8 -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153897\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. cHP4B #: 03101000.xhp msgctxt "" @@ -25648,15 +25783,6 @@ msgctxt "" msgid "Expression Types and Conversion Returns" msgstr "Vrste izraza I Rezultat konvertovanja" -#. gA73v -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153192\n" -"help.text" -msgid "Boolean :" -msgstr "" - #. wjcDB #: 03101000.xhp msgctxt "" @@ -25666,15 +25792,6 @@ msgctxt "" msgid "String that evaluates to either True or False." msgstr "String that evaluates to either True or Netačno." -#. yuw3Z -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3147287\n" -"help.text" -msgid "Date :" -msgstr "" - #. CrwVu #: 03101000.xhp msgctxt "" @@ -25684,15 +25801,6 @@ msgctxt "" msgid "String that contains the date and time." msgstr "Znak koji sadrzi datum i vrijeme" -#. QE5bi -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3147428\n" -"help.text" -msgid "Null :" -msgstr "nula :" - #. ZATnW #: 03101000.xhp msgctxt "" @@ -25702,15 +25810,6 @@ msgctxt "" msgid "Run-time error." msgstr "Run-time greska." -#. DWkQW -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3153953\n" -"help.text" -msgid "Empty :" -msgstr "Prazno :" - #. SfQUa #: 03101000.xhp msgctxt "" @@ -25720,15 +25819,6 @@ msgctxt "" msgid "String without any characters." msgstr "Znak bez karaktera" -#. rmvhR -#: 03101000.xhp -msgctxt "" -"03101000.xhp\n" -"par_id3149260\n" -"help.text" -msgid "Any :" -msgstr "Bilo koji :" - #. vzaXy #: 03101000.xhp msgctxt "" @@ -26872,15 +26962,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. mBAAA -#: 03102200.xhp -msgctxt "" -"03102200.xhp\n" -"par_id3154685\n" -"help.text" -msgid "Bool" -msgstr "" - #. 4tEeP #: 03102200.xhp msgctxt "" @@ -26971,15 +27052,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. 7vqAp -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3147560\n" -"help.text" -msgid "Bool" -msgstr "" - #. D758U #: 03102300.xhp msgctxt "" @@ -27007,24 +27079,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. ymgXU -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3150869\n" -"help.text" -msgid "Print IsDate(sDateVar) ' Returns True" -msgstr "" - -#. oxti5 -#: 03102300.xhp -msgctxt "" -"03102300.xhp\n" -"par_id3147288\n" -"help.text" -msgid "Print IsDate(sDateVar) ' Returns False" -msgstr "" - #. pVhKT #: 03102400.xhp msgctxt "" @@ -27088,15 +27142,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. EdFoX -#: 03102400.xhp -msgctxt "" -"03102400.xhp\n" -"par_id3156344\n" -"help.text" -msgid "Bool" -msgstr "" - #. BrRWw #: 03102400.xhp msgctxt "" @@ -27124,15 +27169,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. EmyBP -#: 03102400.xhp -msgctxt "" -"03102400.xhp\n" -"par_id3154863\n" -"help.text" -msgid "Print IsEmpty(sVar) ' Returns True" -msgstr "" - #. dr2Py #: 03102450.xhp msgctxt "" @@ -27277,15 +27313,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. f4EB6 -#: 03102600.xhp -msgctxt "" -"03102600.xhp\n" -"par_id3145609\n" -"help.text" -msgid "Bool" -msgstr "" - #. 2r2f2 #: 03102600.xhp msgctxt "" @@ -27385,15 +27412,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. FRiSB -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3148944\n" -"help.text" -msgid "Bool" -msgstr "" - #. doi6A #: 03102700.xhp msgctxt "" @@ -27421,24 +27439,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. FWWbs -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3147230\n" -"help.text" -msgid "Print IsNumeric(vVar) ' Returns False" -msgstr "" - -#. F4fqG -#: 03102700.xhp -msgctxt "" -"03102700.xhp\n" -"par_id3154910\n" -"help.text" -msgid "Print IsNumeric(vVar) ' Returns True" -msgstr "" - #. vieWA #: 03102800.xhp msgctxt "" @@ -27700,15 +27700,6 @@ msgctxt "" msgid "UBound (ArrayName [, Dimension])" msgstr "" -#. xVQ87 -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3149670\n" -"help.text" -msgid "Long" -msgstr "" - #. Svuit #: 03103000.xhp msgctxt "" @@ -27727,42 +27718,6 @@ msgctxt "" msgid "[Dimension]: Integer that specifies which dimension to return the upper(Ubound) or lower (LBound) boundary for. If no value is specified, the boundary of the first dimension is returned." msgstr "" -#. HPb5a -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_idm1206768352\n" -"help.text" -msgid "Print LBound(v()) ' returns 10" -msgstr "" - -#. aaaDh -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3145365\n" -"help.text" -msgid "Print LBound(t), UBound(t()) ' returns 10 20" -msgstr "" - -#. fqeRG -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3149665\n" -"help.text" -msgid "Print LBound(t(),2) ' returns - 5" -msgstr "" - -#. TBxHC -#: 03103000.xhp -msgctxt "" -"03103000.xhp\n" -"par_id3159154\n" -"help.text" -msgid "Print UBound(t,2) ' returns 70" -msgstr "" - #. QHhrj #: 03103100.xhp msgctxt "" @@ -28321,15 +28276,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "" -#. gaAwa -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3148947\n" -"help.text" -msgid "String; Integer" -msgstr "" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28339,13 +28285,13 @@ msgctxt "" msgid "Variable: The variable that you want to determine the type of. You can use the following values:" msgstr "" -#. oxuiK +#. AJ9RG #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "keyword" +msgid "Keyword" msgstr "" #. EAezL @@ -28357,15 +28303,6 @@ msgctxt "" msgid "Named constant" msgstr "" -#. rJXbZ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"par_id3156212\n" -"help.text" -msgid "VarType" -msgstr "" - #. ZyZMD #: 03103600.xhp msgctxt "" @@ -29032,14 +28969,14 @@ msgctxt "" msgid "Returns the type Variant with a data field." msgstr "Vraca tip Promjenjiv sa poljem podatka." -#. hVxRf +#. XYnnC #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3153126\n" "help.text" -msgid "Array ( Argument list)" -msgstr "Niz ( lista Argumenata)" +msgid "Array (ArgumentList)" +msgstr "" #. EuCLG #: 03104200.xhp @@ -29050,24 +28987,15 @@ msgctxt "" msgid "See also DimArray" msgstr "Takode pogledaj DimArray" -#. ZsSRT +#. VXL3Y #: 03104200.xhp msgctxt "" "03104200.xhp\n" "par_id3145609\n" "help.text" -msgid "Argument list: A list of any number of arguments that are separated by commas." +msgid "ArgumentList: A list of any number of arguments that are separated by commas." msgstr "" -#. EhDw8 -#: 03104200.xhp -msgctxt "" -"03104200.xhp\n" -"par_id3153525\n" -"help.text" -msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")" -msgstr "A = Niz(\"Fred\",\"Tom\",\"Bill\")" - #. 2d2eF #: 03104300.xhp msgctxt "" @@ -29113,14 +29041,14 @@ msgctxt "" msgid "Syntax:" msgstr "Sintaksa:" -#. f4XPA +#. D2Tbd #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3148473\n" "help.text" -msgid "DimArray ( Argument list)" -msgstr "DimNiz ( lista Argumenata)" +msgid "DimArray (ArgumentList)" +msgstr "" #. xfuoC #: 03104300.xhp @@ -29149,13 +29077,13 @@ msgctxt "" msgid "Parameters:" msgstr "Parametri:" -#. 8cqdA +#. B7CBa #: 03104300.xhp msgctxt "" "03104300.xhp\n" "par_id3159414\n" "help.text" -msgid "Argument list: A list of any number of arguments that are separated by commas." +msgid "ArgumentList: A list of any number of arguments that are separated by commas." msgstr "" #. wCCAj @@ -29230,15 +29158,6 @@ msgctxt "" msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])" msgstr "ImaUnoSucelja( oTest, Uno-Sucelje-Ime 1 [, Uno-Sucelje-Ime 2, ...])" -#. TCBDe -#: 03104400.xhp -msgctxt "" -"03104400.xhp\n" -"par_id3148538\n" -"help.text" -msgid "Bool" -msgstr "" - #. qxagP #: 03104400.xhp msgctxt "" @@ -29302,15 +29221,6 @@ msgctxt "" msgid "IsUnoStruct( Uno type )" msgstr "JeliUnoStruct( Uno tip )" -#. MDtGg -#: 03104500.xhp -msgctxt "" -"03104500.xhp\n" -"par_id3145315\n" -"help.text" -msgid "Bool" -msgstr "" - #. uXjgH #: 03104500.xhp msgctxt "" @@ -29554,77 +29464,50 @@ msgctxt "" msgid "Comparison Operators" msgstr "" -#. HvC8D +#. eBuGF #: 03110100.xhp msgctxt "" "03110100.xhp\n" "bm_id3150682\n" "help.text" -msgid "comparison operators;%PRODUCTNAME Basic operators;comparisons" -msgstr "operatori upoređivanja;%PRODUCTNAME Basicoperatori;upoređivanje" +msgid "comparison operators;%PRODUCTNAME Basic Operators;comparison Operators;equal sign (=) Operators;greater than (>) Operators;greater than or equal to (>=) Operators;less than (<>) Operators;less than or equal to (<=) Operators;not equal to (<>)" +msgstr "" -#. ABXhw +#. k9nDv #: 03110100.xhp msgctxt "" "03110100.xhp\n" "hd_id3150682\n" "help.text" -msgid "Comparison Operators" +msgid "Comparison Operators" msgstr "" -#. Xi8Hg +#. vzC53 #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3156042\n" "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 "Operatori uporedivanja porede dva izraza. Rezultat je vracen kao Boolean izraz koji odreduje da li je poredenje Tacno (-1) ili Netacno (0)." - -#. eCMr5 -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3147291\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" - -#. rzJup -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"par_id3149177\n" -"help.text" -msgid "Result = Expression1 { = | < | > | <= | >= } Expression2" -msgstr "Rezultat = Izraz_1 { = | < | > | <= | >= } Izraz_2" - -#. Grmm6 -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3145316\n" -"help.text" -msgid "Parameters:" -msgstr "Parametri:" +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 "" -#. CoGtG +#. ikYGG #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3147573\n" "help.text" -msgid "Result: Boolean expression that specifies the result of the comparison (True, or False)" -msgstr "Rezultat: Boolean izraz koji odreduje rezultat poredenja (Tacno, ili Netacno)" +msgid "result: Boolean that specifies the result of the comparison (True, or False)" +msgstr "" -#. djWb8 +#. GYpPy #: 03110100.xhp msgctxt "" "03110100.xhp\n" "par_id3148686\n" "help.text" -msgid "Expression1, Expression2: Any numeric values or strings that you want to compare." -msgstr "Izraz_1, Izraz_2: Brojne vrijednosti ili stringovi koje želite da uporedite." +msgid "expression1, expression2: Any numeric values or strings that you want to compare." +msgstr "" #. VeMGA #: 03110100.xhp @@ -29689,15 +29572,6 @@ msgctxt "" msgid "<> : Not equal to" msgstr "<> : Nejednako" -#. 2whHT -#: 03110100.xhp -msgctxt "" -"03110100.xhp\n" -"hd_id3154686\n" -"help.text" -msgid "Example:" -msgstr "Primjer:" - #. 4F32A #: 03110100.xhp msgctxt "" @@ -29896,31 +29770,31 @@ msgctxt "" msgid "Returns the character that corresponds to the specified character code." msgstr "Varca karakter koji odgovara odredenom kodu karaktera." -#. cR5b8 +#. Q8gEU #: 03120102.xhp msgctxt "" "03120102.xhp\n" -"par_id3150669\n" +"bas_id91642668171601\n" "help.text" -msgid "Chr[$](expression As Integer) As String" +msgid "Chr[$](charcode As Integer) As String" msgstr "" -#. 4nv5b +#. 6bDTr #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3149295\n" "help.text" -msgid "Expression: a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like Chr(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" +msgid "charcode: a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like Chr(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)" msgstr "" -#. RKtSB +#. Xyjgr #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id991552913928635\n" "help.text" -msgid "When VBA compatibility mode is enabled (OPTION VBASUPPORT 1), Expression is a numeric expression that represents a valid 8-bit ASCII value (0-255) only." +msgid "When VBA compatibility mode is enabled (Option VBASupport 1), charcode is a numeric expression that represents a valid 8-bit ASCII value (0-255) only." msgstr "" #. sw8rF @@ -29950,13 +29824,13 @@ msgctxt "" msgid "' This example inserts quotation marks (ASCII value 34) in a string." msgstr "REM Ovaj primjer unosi navodnike (ASCII value 34) u stringu." -#. PpQfe +#. rTCjE #: 03120102.xhp msgctxt "" "03120102.xhp\n" "par_id3151380\n" "help.text" -msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr(34)+\" trip.\"" +msgid "MsgBox \"A \" + Chr$(34) + \"short\" + Chr(34) + \" trip.\"" msgstr "" #. iCsGw @@ -29968,6 +29842,15 @@ msgctxt "" msgid "' The printout appears in the dialog as: A \"short\" trip." msgstr "REM Ispis se prikazuje u dijalogu kao: \"Kratko\" putovanje." +#. TeaSB +#: 03120102.xhp +msgctxt "" +"03120102.xhp\n" +"bas_id481642668824226\n" +"help.text" +msgid "MsgBox Chr(charcode := 64) ' \"@\" sign" +msgstr "" + #. bzZDz #: 03120103.xhp msgctxt "" @@ -29986,95 +29869,122 @@ msgctxt "" msgid "Str function" msgstr "Str funkcija" -#. vHDFf +#. 29Gzu #: 03120103.xhp msgctxt "" "03120103.xhp\n" "hd_id3143272\n" "help.text" -msgid "Str Function" +msgid "Str Function" msgstr "" -#. sMBFZ +#. Z8JfH #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3155100\n" "help.text" -msgid "Converts a numeric expression into a string." -msgstr "pretvara brojne izraze u string." +msgid "The Str function converts the contents of variables into a string. It handles numeric values, dates, strings and currency values." +msgstr "" -#. AtDCX +#. Zxy4r #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3109850\n" +"par_id3146958\n" "help.text" -msgid "Syntax:" -msgstr "Sintaksa:" +msgid "Positive numbers are preceded by a blank space. Negative numbers are preceded by a minus sign." +msgstr "" -#. FCB5S +#. A5Fyi #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3149497\n" +"par_id331641237252390\n" "help.text" -msgid "Str (Expression)" -msgstr "Str (Izraz)" +msgid "For numeric values the string returned by the Str function is locale-independent. Hence the dot is used as the decimal separator when needed." +msgstr "" -#. euwuq +#. HjAty #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3150040\n" +"par_id601641237849695\n" "help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "If a string is passed as argument, it is returned without any changes." +msgstr "" -#. GFLxD +#. nfPG2 #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3146117\n" +"par_id231641251937406\n" "help.text" -msgid "String" -msgstr "Stringovi" +msgid "Dates are converted into locale-dependent strings." +msgstr "" -#. gC8ux +#. NEAum #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3155805\n" +"par_id3149497\n" "help.text" -msgid "Parameters:" -msgstr "Parametri:" +msgid "Str (Value As Variant)" +msgstr "" -#. MUTuz +#. BPCDW #: 03120103.xhp msgctxt "" "03120103.xhp\n" "par_id3149178\n" "help.text" -msgid "Expression: Any numeric expression." -msgstr "Izraz: Brojni izraz." +msgid "Value: Any value to be converted into a string." +msgstr "" -#. i56aX +#. hHwSa #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"par_id3146958\n" +"par_id401641251970766\n" "help.text" -msgid "The Str 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 "Str funkcija pretvara brojne varijable, ili rezultat kalkulacija u string. Negativnim brojevima predhodi znak minus. Pzitivnim brojevima predhodi praznina (umjesto znaka plus)." +msgid "Below are some numeric examples using the Str function." +msgstr "" -#. Ewk3i +#. viBgo #: 03120103.xhp msgctxt "" "03120103.xhp\n" -"hd_id3155419\n" +"bas_id831641238784987\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "' Note the blank space at the beginning of the returned strings" +msgstr "" + +#. A8Cbc +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"bas_id991641238830710\n" +"help.text" +msgid "' Strings passed as arguments are left unchanged" +msgstr "" + +#. kjJa8 +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"par_id601641238259787\n" +"help.text" +msgid "Use the LTrim function to remove the blank space at the beginning of the returned string." +msgstr "" + +#. FDMfX +#: 03120103.xhp +msgctxt "" +"03120103.xhp\n" +"par_id881641252036753\n" +"help.text" +msgid "The Str function can also handle Date variables." +msgstr "" #. vYQmG #: 03120104.xhp @@ -30094,32 +30004,32 @@ msgctxt "" msgid "Val function" msgstr "Val funkcija" -#. qLhSm +#. h82YR #: 03120104.xhp msgctxt "" "03120104.xhp\n" "hd_id3149205\n" "help.text" -msgid "Val Function" +msgid "Val Function" msgstr "" -#. BCyui +#. VDZFx #: 03120104.xhp msgctxt "" "03120104.xhp\n" "par_id3153345\n" "help.text" -msgid "Converts a string to a numeric expression." -msgstr "Pretvara string u brojni izraz." +msgid "Use the Val function to convert a string that represents a number into numeric data type." +msgstr "" -#. 4Jho2 +#. aQ5EY #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3159157\n" +"par_id281641235880765\n" "help.text" -msgid "Syntax:" -msgstr "Sintaksa:" +msgid "The string passed to the Val function is locale-independent. This means that commas are interpreted as thousands separators and a dot is used as the decimal separator." +msgstr "" #. Rk6u2 #: 03120104.xhp @@ -30130,59 +30040,59 @@ msgctxt "" msgid "Val (Text As String)" msgstr "Val (Tekst Kao String)" -#. ZBgwS +#. Gi4Ag #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3150669\n" +"par_id3143228\n" "help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" +msgid "Double" +msgstr "" -#. Gi4Ag +#. DmE2F #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3143228\n" +"par_id3154348\n" "help.text" -msgid "Double" -msgstr "" +msgid "Text: String that represents a number." +msgstr "Text: String koji oznacava broj." -#. 9YWca +#. e9c9u #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3156024\n" +"par_id3149670\n" "help.text" -msgid "Parameters:" -msgstr "Parametri:" +msgid "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 then Val returns 0." +msgstr "" -#. DmE2F +#. JLvDd #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3154348\n" +"bas_id131641236938068\n" "help.text" -msgid "Text: String that represents a number." -msgstr "Text: String koji oznacava broj." +msgid "' Below 123,1 is interpreted as 1231 since \",\" is the thousands separator" +msgstr "" -#. 9ZYpb +#. qMAhh #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"par_id3149670\n" +"bas_id681641252873197\n" "help.text" -msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the Str 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 Val function returns the value 0." -msgstr "Koristeci Val funkciju, možete pretvoriti string koji oznacava broj u brojni izraz. Ovo je inverzija od Str funkcije. Ako jedini dio stringa sadržava brojeve, samo se prvi odgovarajuci karakteri stringa pretvaraju. Ako string ne sadrži brojeve, Val funkcija vraca vrijednost 0." +msgid "' All numbers are considered until a non-numeric character is reached" +msgstr "" -#. zEtva +#. i9otK #: 03120104.xhp msgctxt "" "03120104.xhp\n" -"hd_id3154365\n" +"bas_id911641237027667\n" "help.text" -msgid "Example:" -msgstr "Primjer:" +msgid "' The example below returns 0 (zero) since the string provided does not start with a number" +msgstr "" #. MeApW #: 03120105.xhp @@ -30202,77 +30112,50 @@ msgctxt "" msgid "CByte function" msgstr "CByte funkcija" -#. MBuSG +#. VkMAp #: 03120105.xhp msgctxt "" "03120105.xhp\n" "hd_id3156027\n" "help.text" -msgid "CByte Function" +msgid "CByte Function" msgstr "" -#. WtRZK +#. qP4eK #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3143267\n" "help.text" -msgid "Converts a string or a numeric expression to the type Byte." -msgstr "Pretvara string ili brojnu vrijednost u Byte." - -#. KBtph -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"hd_id3149811\n" -"help.text" -msgid "Syntax:" -msgstr "Sintaksa:" +msgid "Converts a string or a numeric expression to the Byte type." +msgstr "" -#. y5eP6 +#. 8h2Wu #: 03120105.xhp msgctxt "" "03120105.xhp\n" "par_id3147573\n" "help.text" -msgid "Cbyte( expression )" -msgstr "Cbyte( izraz )" - -#. c9ZeV -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"hd_id3145315\n" -"help.text" -msgid "Return value:" -msgstr "Vrati vrijednost:" - -#. uBqQC -#: 03120105.xhp -msgctxt "" -"03120105.xhp\n" -"par_id3148473\n" -"help.text" -msgid "Byte" +msgid "Cbyte( expression As Variant) As Byte" msgstr "" -#. y52Yv +#. 4vJi5 #: 03120105.xhp msgctxt "" "03120105.xhp\n" -"hd_id3147530\n" +"par_id3145068\n" "help.text" -msgid "Parameters:" -msgstr "Parametri:" +msgid "Expression: Any string or a numeric expression that can be evaluated to a number. Decimal values are rounded to the nearest tenth. Valid values range from 0 to 256." +msgstr "" -#. YE4pG +#. dfezQ #: 03120105.xhp msgctxt "" "03120105.xhp\n" -"par_id3145068\n" +"bas_id941637751110886\n" "help.text" -msgid "Expression: A string or a numeric expression." -msgstr "Expression: String ili brojna vrijednost." +msgid "' Above expressions are computed as 16, 0 and 3" +msgstr "" #. svGqi #: 03120111.xhp @@ -30391,15 +30274,6 @@ msgctxt "" msgid "Returns the Unicode character that corresponds to the specified character code." msgstr "" -#. X2EkR -#: 03120112.xhp -msgctxt "" -"03120112.xhp\n" -"par_id3150669\n" -"help.text" -msgid "ChrW(Expression As Integer) As String" -msgstr "" - #. mA9x6 #: 03120112.xhp msgctxt "" @@ -30409,13 +30283,13 @@ msgctxt "" msgid "String" msgstr "" -#. WzBnm +#. iFApG #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3149295\n" "help.text" -msgid "Expression: Numeric variables that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like ChrW(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0,65535] returns error code 6." +msgid "charcode: Numeric expression that represent a valid 16 bit Unicode value (0-65535). (To support expressions with a nominally negative argument like ChrW(&H8000) in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.) An empty value returns error code 5. A value out of the range [0 to 65535] returns error code 6." msgstr "" #. 8DF8a @@ -30427,13 +30301,13 @@ msgctxt "" msgid "' This example inserts the Greek letters alpha and omega in a string." msgstr "" -#. AGZSD +#. ZtgsJ #: 03120112.xhp msgctxt "" "03120112.xhp\n" "par_id3151380\n" "help.text" -msgid "MsgBox \"From \"+ ChrW(913)+\" to \" + ChrW(937)" +msgid "MsgBox \"From \" + ChrW(913) + \" to \" + ChrW(937)" msgstr "" #. zPJDa @@ -30445,6 +30319,15 @@ msgctxt "" msgid "' The printout appears in the dialog as: From Α to Ω" msgstr "" +#. eE9Nq +#: 03120112.xhp +msgctxt "" +"03120112.xhp\n" +"bas_id181642669411658\n" +"help.text" +msgid "MsgBox ChrW(charcode := 116) ' \"t\" lowercase T letter" +msgstr "" + #. E7Eoi #: 03120200.xhp msgctxt "" @@ -30634,15 +30517,6 @@ msgctxt "" msgid "Editing String Contents" msgstr "" -#. 5nF4q -#: 03120300.xhp -msgctxt "" -"03120300.xhp\n" -"bm_id7499008\n" -"help.text" -msgid "ampersand symbol in StarBasic" -msgstr "" - #. qvgJA #: 03120300.xhp msgctxt "" @@ -30652,13 +30526,22 @@ msgctxt "" msgid "Editing String Contents" msgstr "Uredi dužinu Stringa" -#. hU6eu +#. pHEcz #: 03120300.xhp msgctxt "" "03120300.xhp\n" "par_id3149178\n" "help.text" -msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings." +msgid "The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings." +msgstr "" + +#. PG2TT +#: 03120300.xhp +msgctxt "" +"03120300.xhp\n" +"bm_id3150669\n" +"help.text" +msgid "ampersand symbol; in string handling Operators;concatenation (& or +) \"& or +\" concatenation (strings)" msgstr "" #. hAn8q @@ -31075,15 +30958,6 @@ msgctxt "" msgid "LCase (Text As String)" msgstr "UCase (Tekst kao string)" -#. 8RHAp -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3144760\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. 2dpqA #: 03120302.xhp msgctxt "" @@ -31093,24 +30967,6 @@ msgctxt "" msgid "Text: Any string expression that you want to convert." msgstr "Text2: String izraz koji želite pretraživati." -#. HcFTs -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3146121\n" -"help.text" -msgid "Print LCase(sVar) ' Returns \"las vegas\"" -msgstr "Štampaj: LCase(sVar) REM \"blackpool\"" - -#. F9rGM -#: 03120302.xhp -msgctxt "" -"03120302.xhp\n" -"par_id3146986\n" -"help.text" -msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\"" -msgstr "Štampaj UCase(sVar) REM vraca \"BLACKPOOL\"" - #. UGH3C #: 03120303.xhp msgctxt "" @@ -31363,15 +31219,6 @@ msgctxt "" msgid "LTrim (Text As String)" msgstr "Len (Tekst kao String)" -#. LyUCE -#: 03120305.xhp -msgctxt "" -"03120305.xhp\n" -"par_id3151056\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. x85WJ #: 03120305.xhp msgctxt "" @@ -31795,15 +31642,6 @@ msgctxt "" msgid "RTrim (Text As String)" msgstr "Trim(Tekst kao String)" -#. awasf -#: 03120309.xhp -msgctxt "" -"03120309.xhp\n" -"par_id3153381\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. UW5Fx #: 03120309.xhp msgctxt "" @@ -31867,15 +31705,6 @@ msgctxt "" msgid "UCase (Text As String)" msgstr "UCase (Tekst kao string)" -#. 8fcKn -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3146795\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. TgevM #: 03120310.xhp msgctxt "" @@ -31885,24 +31714,6 @@ msgctxt "" msgid "Text: Any string expression that you want to convert." msgstr "Text2: String izraz koji želite pretraživati." -#. MmcFn -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3149204\n" -"help.text" -msgid "Print LCase(sVar) ' returns \"las vegas\"" -msgstr "Štampaj: LCase(sVar) REM \"blackpool\"" - -#. dNrts -#: 03120310.xhp -msgctxt "" -"03120310.xhp\n" -"par_id3156280\n" -"help.text" -msgid "Print UCase(sVar) ' returns \"LAS VEGAS\"" -msgstr "Štampaj UCase(sVar) REM vraca \"BLACKPOOL\"" - #. 9APfU #: 03120311.xhp msgctxt "" @@ -31948,15 +31759,6 @@ msgctxt "" msgid "Trim( Text As String )" msgstr "Trim(Tekst kao String)" -#. f9pGG -#: 03120311.xhp -msgctxt "" -"03120311.xhp\n" -"par_id3143228\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. kLdYS #: 03120311.xhp msgctxt "" @@ -32011,32 +31813,14 @@ msgctxt "" msgid "ConvertToURL(filename)" msgstr "Pretvori u URL funkciju(ime fajla)" -#. V6WhB -#: 03120312.xhp -msgctxt "" -"03120312.xhp\n" -"par_id3147530\n" -"help.text" -msgid "String" -msgstr "Stringovi" - -#. Dka3U +#. ycPs6 #: 03120312.xhp msgctxt "" "03120312.xhp\n" "par_id3148947\n" "help.text" -msgid "Filename: A file name as string." -msgstr "Filename: Ime fajla kao string." - -#. AHBLc -#: 03120312.xhp -msgctxt "" -"03120312.xhp\n" -"par_id3150792\n" -"help.text" -msgid "systemFile$ = \"c:\\folder\\mytext.txt\"" -msgstr "sistemskiFajl$ = \"c:\\folder\\mytext.txt\"" +msgid "filename: A file name as string." +msgstr "" #. Fgfbo #: 03120313.xhp @@ -32083,23 +31867,14 @@ msgctxt "" msgid "ConvertFromURL(filename)" msgstr "PretvoriIzURL(ime fajla)" -#. ESx7C -#: 03120313.xhp -msgctxt "" -"03120313.xhp\n" -"par_id3150669\n" -"help.text" -msgid "String" -msgstr "Stringovi" - -#. 8R25b +#. HRYNv #: 03120313.xhp msgctxt "" "03120313.xhp\n" "par_id3156023\n" "help.text" -msgid "Filename: A file name as a string." -msgstr "Filename: Ime fajla kao string." +msgid "filename: A file name as a string." +msgstr "" #. b5PSp #: 03120314.xhp @@ -32227,15 +32002,6 @@ msgctxt "" msgid "Join (Text As String Array, delimiter)" msgstr "Join (Tekst kao red Stringova, granicnik)" -#. Sx96w -#: 03120315.xhp -msgctxt "" -"03120315.xhp\n" -"par_id3150359\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. sEXB3 #: 03120315.xhp msgctxt "" @@ -32353,15 +32119,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. g3ECS -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3149763\n" -"help.text" -msgid "Integer" -msgstr "Cjelobrojno" - #. AHBXf #: 03120401.xhp msgctxt "" @@ -32425,24 +32182,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. 6BbAy -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3144760\n" -"help.text" -msgid "sInput = \"Office\"" -msgstr "" - -#. 97MNg -#: 03120401.xhp -msgctxt "" -"03120401.xhp\n" -"par_id3154125\n" -"help.text" -msgid "iPos = Instr(sInput,\"c\")" -msgstr "" - #. ZG3QS #: 03120402.xhp msgctxt "" @@ -32506,15 +32245,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. t6pbk -#: 03120402.xhp -msgctxt "" -"03120402.xhp\n" -"par_id3143270\n" -"help.text" -msgid "Long" -msgstr "" - #. FyaMN #: 03120402.xhp msgctxt "" @@ -32542,15 +32272,6 @@ msgctxt "" msgid "Example:" msgstr "Primjer:" -#. PDnri -#: 03120402.xhp -msgctxt "" -"03120402.xhp\n" -"par_id3156214\n" -"help.text" -msgid "MsgBox Len(sText) REM Returns 9" -msgstr "MsgBox Len(sText) REM Vraca 9" - #. pCc2y #: 03120403.xhp msgctxt "" @@ -32614,15 +32335,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. PhXU3 -#: 03120403.xhp -msgctxt "" -"03120403.xhp\n" -"par_id3156152\n" -"help.text" -msgid "Integer" -msgstr "Cjelobrojno" - #. swgoh #: 03120403.xhp msgctxt "" @@ -32758,15 +32470,6 @@ msgctxt "" msgid "InStrRev (Text1 As String, Text2 As String [,Start As Long] [, Compare As Integer])" msgstr "" -#. Mirn4 -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id3149763\n" -"help.text" -msgid "Long" -msgstr "" - #. aUMEF #: 03120411.xhp msgctxt "" @@ -32830,42 +32533,24 @@ msgctxt "" msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." msgstr "" -#. yABaM +#. GExuT #: 03120411.xhp msgctxt "" "03120411.xhp\n" -"par_id3144760\n" -"help.text" -msgid "sInput = \"The book is on the table\"" -msgstr "" - -#. z9KNH -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id3154125\n" +"par_id31541255547\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,1) ' Returns 1, search is case-insensitive" msgstr "" -#. caoEj +#. Yxhru #: 03120411.xhp msgctxt "" "03120411.xhp\n" -"par_id051920170322141162\n" +"par_id05192017032\n" "help.text" msgid "iPos = InStrRev(sInput,\"the\",10,0) ' Returns 0, search is case-sensitive" msgstr "" -#. HSqzK -#: 03120411.xhp -msgctxt "" -"03120411.xhp\n" -"par_id051920170316395065\n" -"help.text" -msgid "InStr" -msgstr "" - #. YWCD7 #: 03120412.xhp msgctxt "" @@ -32911,15 +32596,6 @@ msgctxt "" msgid "StrReverse (Text1 As String)" msgstr "" -#. 2YT7g -#: 03120412.xhp -msgctxt "" -"03120412.xhp\n" -"par_id3149763\n" -"help.text" -msgid "String" -msgstr "" - #. x74Dw #: 03120412.xhp msgctxt "" @@ -33415,15 +33091,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. 2Yv2V -#: 03130700.xhp -msgctxt "" -"03130700.xhp\n" -"par_id3149762\n" -"help.text" -msgid "Long" -msgstr "" - #. FmsU2 #: 03130700.xhp msgctxt "" @@ -33514,15 +33181,6 @@ msgctxt "" msgid "Return value:" msgstr "Vrati vrijednost:" -#. 4DpFE -#: 03130800.xhp -msgctxt "" -"03130800.xhp\n" -"par_id3148473\n" -"help.text" -msgid "String" -msgstr "Stringovi" - #. 5aaU3 #: 03130800.xhp msgctxt "" @@ -34099,15 +33757,6 @@ msgctxt "" msgid "' display \"live\" dialog" msgstr "prikazi\"live\" dialogue box" -#. GkzVk -#: 03131900.xhp -msgctxt "" -"03131900.xhp\n" -"tit\n" -"help.text" -msgid "GlobalScope" -msgstr "" - #. Rdvas #: 03131900.xhp msgctxt "" @@ -34126,13 +33775,13 @@ msgctxt "" msgid "GlobalScope specifier" msgstr "" -#. BKWJA +#. Bp3q2 #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id991572457387308\n" "help.text" -msgid "To manage personal or shared library containers (%PRODUCTNAME Macros or My Macros) from within a document, use the GlobalScope specifier." +msgid "To manage personal or shared library containers (Application Macros or My Macros) from within a document, use the GlobalScope specifier." msgstr "" #. Jz8ET @@ -34180,13 +33829,13 @@ msgctxt "" msgid "Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs." msgstr "" -#. eBUEF +#. XUR24 #: 03131900.xhp msgctxt "" "03131900.xhp\n" "par_id3150543\n" "help.text" -msgid "BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier." +msgid "BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in Application Macros or My Macros) from within a document, you must use the GlobalScope specifier." msgstr "" #. BDRji @@ -34342,15 +33991,6 @@ msgctxt "" msgid "In this example, the Listener-Interface uses the following methods:" msgstr "U sljedecem primjeru,Listener-Interface koristi sljedece metode:" -#. miuA2 -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3151176\n" -"help.text" -msgid "disposing:" -msgstr "raspolaganja:" - #. yK2Er #: 03132000.xhp msgctxt "" @@ -34360,15 +34000,6 @@ msgctxt "" msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces" msgstr "Listener base interface (com.sun.star.lang.XEventListener): osnovni interface za sve Listener Interfaces" -#. 2HzDU -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3156212\n" -"help.text" -msgid "elementInserted:" -msgstr "" - #. MrmiF #: 03132000.xhp msgctxt "" @@ -34378,15 +34009,6 @@ msgctxt "" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Metoda com.sun.star.container.XContainerListener interface" -#. TjuCT -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3147287\n" -"help.text" -msgid "elementRemoved:" -msgstr "elementUklonjen:" - #. RDU7w #: 03132000.xhp msgctxt "" @@ -34396,15 +34018,6 @@ msgctxt "" msgid "Method of the com.sun.star.container.XContainerListener interface" msgstr "Metoda com.sun.star.container.XContainerListener interface" -#. tkbYn -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153951\n" -"help.text" -msgid "elementReplaced:" -msgstr "elementUklonjen:" - #. SusGE #: 03132000.xhp msgctxt "" @@ -34423,42 +34036,6 @@ msgctxt "" msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:" msgstr "U ovom primjeru , prefix is ContListener_. Sljedeci potprogrami moraju biti implementirani u osnovi:" -#. SGZEE -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3155411\n" -"help.text" -msgid "ContListener_disposing" -msgstr "" - -#. 6mUaL -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3146923\n" -"help.text" -msgid "ContListener_elementInserted" -msgstr "" - -#. qpmso -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3147318\n" -"help.text" -msgid "ContListener_elementRemoved" -msgstr "" - -#. nSKDC -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3152578\n" -"help.text" -msgid "ContListener_elementReplaced" -msgstr "" - #. DkGAT #: 03132000.xhp msgctxt "" @@ -34468,42 +34045,6 @@ msgctxt "" 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 "vrsta događaja struktura koja sadrži informacije o događaju postoji za svaki tip listener. kad se zove listener metoda, primjer ovogdogađaj je prošao na način kao parametar. osnovne listener metode također se mogu nazvati kao objekti, tako dugo dok odgovarajući parametar nije prošao u sub deklaraciji. na primjer:" -#. 2KgyV -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153876\n" -"help.text" -msgid "MsgBox \"disposing\"" -msgstr "" - -#. VexRZ -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3154098\n" -"help.text" -msgid "MsgBox \"elementInserted\"" -msgstr "" - -#. nDpha -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3153947\n" -"help.text" -msgid "MsgBox \"elementRemoved\"" -msgstr "" - -#. LAA8q -#: 03132000.xhp -msgctxt "" -"03132000.xhp\n" -"par_id3148915\n" -"help.text" -msgid "MsgBox \"elementReplaced\"" -msgstr "" - #. LEsCM #: 03132000.xhp msgctxt "" @@ -38428,13 +37969,13 @@ msgctxt "" msgid "' Always use the function name in English" msgstr "" -#. x87Fg +#. TDuCT #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id241629988142878\n" "help.text" -msgid "The macro below presents an example of how the MyVlook function can be called. If first creates a 5-by-2 data array and then calls the function MyVlook and shows the returned value using MsgBox." +msgid "The macro below presents an example of how the MyVlook function can be called. It first creates a 5-by-2 data array and then calls the function MyVlook and shows the returned value using MsgBox." msgstr "" #. XincG @@ -38563,13 +38104,13 @@ msgctxt "" msgid "Calling Add-In Calc Functions in BASIC" msgstr "" -#. ufZSW +#. q7CYD #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id261592359338681\n" "help.text" -msgid "The Calc Add-In functions are in service com.sun.star.sheet.addin.Analysis." +msgid "The Calc Add-In functions are in the UNO services com.sun.star.sheet.addin.Analysis, com.sun.star.sheet.addin.DateFunctions and com.sun.star.sheet.addin.PricingFunctions." msgstr "" #. 94wim @@ -38635,22 +38176,40 @@ msgctxt "" msgid "REM Cell A1 displays the localized function name" msgstr "" -#. mYEEy +#. gtxdC #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "hd_id661632676716180\n" "help.text" -msgid "Add-In Functions UNO service Names" +msgid "UNO Service Names for Analysis Add-In Functions" msgstr "" -#. PsFhU +#. SBEpf #: calc_functions.xhp msgctxt "" "calc_functions.xhp\n" "par_id651629988674793\n" "help.text" -msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgid "The table below presents a list of all Calc Analysis Add-In functions and their respective UNO service names." +msgstr "" + +#. 2NxGD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511592356505781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. b2FSD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471592356505782\n" +"help.text" +msgid "UNO service name" msgstr "" #. emGWD @@ -39562,22 +39121,265 @@ msgctxt "" msgid "YIELDMAT" msgstr "" -#. MqMrx -#: classmodule.xhp +#. 9EfRH +#: calc_functions.xhp msgctxt "" -"classmodule.xhp\n" -"tit\n" +"calc_functions.xhp\n" +"hd_id661632676736180\n" "help.text" -msgid "Option ClassModule" +msgid "UNO Service Names for Date Add-In Functions" msgstr "" -#. HFQ4r -#: classmodule.xhp +#. QMryg +#: calc_functions.xhp msgctxt "" -"classmodule.xhp\n" -"N0082\n" +"calc_functions.xhp\n" +"par_id751629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Date Add-In functions and their respective UNO service names." +msgstr "" + +#. dcQK3 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511593356505781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. TEzJG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471593356505782\n" +"help.text" +msgid "UNO service name" +msgstr "" + +#. J6Jdh +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id721593355432992\n" +"help.text" +msgid "DAYSINMONTH" +msgstr "" + +#. yW5C5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641413741892\n" +"help.text" +msgid "DAYSINYEAR" +msgstr "" + +#. 377AZ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id361641413741893\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDaysInMonth" +msgstr "" + +#. vXhZ9 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id11641413916930\n" +"help.text" +msgid "MONTHS" +msgstr "" + +#. ug6Q2 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id261641413916931\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffMonths" +msgstr "" + +#. gWTY8 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641413962003\n" +"help.text" +msgid "WEEKS" +msgstr "" + +#. EEsD8 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id811641413962004\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffWeeks" +msgstr "" + +#. DjCEK +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id71641413988924\n" +"help.text" +msgid "YEARS" +msgstr "" + +#. 2bFJG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id401641413988926\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getDiffYears" +msgstr "" + +#. bNKK9 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id341641414018758\n" +"help.text" +msgid "ROT13" +msgstr "" + +#. XPK2a +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id831641414018760\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getRot13" +msgstr "" + +#. A7nYJ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id171641414040589\n" +"help.text" +msgid "WEEKSINYEAR" +msgstr "" + +#. sQKRo +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id391641414040590\n" +"help.text" +msgid "com.sun.star.sheet.addin.DateFunctions.getWeeksInYear" +msgstr "" + +#. qqkuj +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"hd_id661632676732180\n" +"help.text" +msgid "UNO Service Names for Pricing Add-In Functions" +msgstr "" + +#. ErZSq +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629983674793\n" "help.text" -msgid "Option ClassModule" +msgid "The table below presents a list of all Calc Pricing Add-In functions and their respective UNO service names." +msgstr "" + +#. mwzeA +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id511593356506781\n" +"help.text" +msgid "Calc Function name" +msgstr "" + +#. TRZn5 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id471593356505762\n" +"help.text" +msgid "UNO service name" +msgstr "" + +#. rQJPp +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id701641414383401\n" +"help.text" +msgid "OPT_BARRIER" +msgstr "" + +#. F3AGd +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id761641414383403\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptBarrier" +msgstr "" + +#. zF653 +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id131641414493411\n" +"help.text" +msgid "OPT_PROB_HIT" +msgstr "" + +#. NCqSi +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id191641414493413\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbHit" +msgstr "" + +#. 2xAys +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id81641414542294\n" +"help.text" +msgid "OPT_PROB_INMONEY" +msgstr "" + +#. GwG8J +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id861641414542296\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptProbInMoney" +msgstr "" + +#. WKVoC +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id711641414594816\n" +"help.text" +msgid "OPT_TOUCH" +msgstr "" + +#. kRZEk +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id561641414594817\n" +"help.text" +msgid "com.sun.star.sheet.addin.PrincingFunctions.getOptTouch" msgstr "" #. WS3B9 @@ -39607,15 +39409,6 @@ msgctxt "" msgid "This statement must be used jointly with Option Compatible statement or Option VBASupport 1, the former is enabling VBA compatibility mode, while the latter is enforcing VBA support on top of compatibility." msgstr "" -#. dmcDt -#: classmodule.xhp -msgctxt "" -"classmodule.xhp\n" -"N0086\n" -"help.text" -msgid "Option ClassModule" -msgstr "" - #. UoERn #: classmodule.xhp msgctxt "" @@ -39697,15 +39490,6 @@ msgctxt "" msgid "Multiple thorough class examples are available from Access2Base shared Basic library." msgstr "" -#. Z2Mg6 -#: code-stubs.xhp -msgctxt "" -"code-stubs.xhp\n" -"tit\n" -"help.text" -msgid "BasicCodeStubs" -msgstr "" - #. vSapF #: collection.xhp msgctxt "" @@ -40075,13 +39859,13 @@ msgctxt "" msgid "CompatibilityMode() Function" msgstr "" -#. KwAAR +#. ipFPG #: compatibilitymode.xhp msgctxt "" "compatibilitymode.xhp\n" "N0120\n" "help.text" -msgid "CompatibilityMode() function is controlling runtime mode and affects all code executed after setting or resetting the mode." +msgid "CompatibilityMode() function controls runtime mode and affects all code executed after setting or resetting the mode." msgstr "" #. YSokk @@ -40138,6 +39922,15 @@ msgctxt "" msgid "Changing behavior of Basic Dir command. The directory flag (16) for the Dir command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned." msgstr "" +#. DMpTx +#: compatibilitymode.xhp +msgctxt "" +"compatibilitymode.xhp\n" +"par_id901639929393688\n" +"help.text" +msgid "Color components calculation with the Red and Blue functions which are interchanged (The Green function is not affected)." +msgstr "" + #. piCTC #: compatibilitymode.xhp msgctxt "" @@ -40201,22 +39994,13 @@ msgctxt "" msgid "Variables scope modification in Using Procedures and Functions with CompatibilityMode() function." msgstr "" -#. 8pEXC -#: compatible.xhp -msgctxt "" -"compatible.xhp\n" -"tit\n" -"help.text" -msgid "Option Compatible" -msgstr "" - -#. NVDrC +#. YwBF4 #: compatible.xhp msgctxt "" "compatible.xhp\n" "N0103\n" "help.text" -msgid "Option Compatible VBA compatibility option" +msgid "VBA compatibility option" msgstr "" #. imVdb diff --git a/source/bs/helpcontent2/source/text/sbasic/shared/03.po b/source/bs/helpcontent2/source/text/sbasic/shared/03.po index 0161fa369d3..f252d52e5a8 100644 --- a/source/bs/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/bs/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-07-12 14:26+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1078,13 +1078,13 @@ msgctxt "" msgid "ScriptForge.Array service" msgstr "" -#. SyLSL +#. jMjFA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582454416549\n" "help.text" -msgid "Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing to and exporting from text files." +msgid "Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing from and exporting to text files." msgstr "" #. WjgHr @@ -1708,6 +1708,33 @@ msgctxt "" msgid "Consider the CSV file \"myFile.csv\" with the following contents:" msgstr "" +#. T6E8L +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id281626980354105\n" +"help.text" +msgid "Name,DateOfBirth,Address,City" +msgstr "" + +#. FRZKB +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id301626980648833\n" +"help.text" +msgid "Anna,2002/03/31,\"Rue de l'église, 21\",Toulouse" +msgstr "" + +#. g2r8f +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id881626980658900\n" +"help.text" +msgid "Fred,1998/05/04,\"Rue Albert Einstein, 113A\",Carcassonne" +msgstr "" + #. xNCNA #: sf_array.xhp msgctxt "" @@ -1717,6 +1744,78 @@ msgctxt "" msgid "The examples below in Basic and Python read the contents of the CSV file into an Array object." msgstr "" +#. F4yYB +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id531585561482408\n" +"help.text" +msgid "arr = SF_Array.ImportFromCSVFile(\"C:\\Temp\\myFile.csv\", DateFormat := \"YYYY/MM/DD\")" +msgstr "" + +#. wyEqv +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id621585561482783\n" +"help.text" +msgid "MsgBox arr(0, 3) ' City" +msgstr "" + +#. tDMNL +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id21585564425349\n" +"help.text" +msgid "MsgBox arr(1, 2) ' Rue de l'église, 21" +msgstr "" + +#. SBfVW +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id831585564433851\n" +"help.text" +msgid "MsgBox arr(1, 3) ' Toulouse" +msgstr "" + +#. DpxfS +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id511626979992999\n" +"help.text" +msgid "arr = svc.ImportFromCSVFile(r\"C:\\Temp\\myFile.csv\", dateformat = \"YYYY/MM/DD\")" +msgstr "" + +#. asqiD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id211626979993191\n" +"help.text" +msgid "bas.MsgBox(arr[0][3]) # City" +msgstr "" + +#. 2gFXA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id671626979993408\n" +"help.text" +msgid "bas.MsgBox(arr[1][2]) # Rue de l'église, 21" +msgstr "" + +#. kYfmG +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"pyc_id481626979993648\n" +"help.text" +msgid "bas.MsgBox(arr[1][3]) # Toulouse" +msgstr "" + #. xCx7D #: sf_array.xhp msgctxt "" @@ -2644,13 +2743,13 @@ msgctxt "" msgid "' ... Run queries, SQL statements, ..." msgstr "" -#. DA8ob +#. eRmFK #: sf_base.xhp msgctxt "" "sf_base.xhp\n" "pyc_id351623104861223\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "# ... Run queries, SQL statements, ..." msgstr "" #. mBphD @@ -4786,13 +4885,13 @@ msgctxt "" msgid "If only sheetname is specified, an zero-based array of strings containing the names of all charts is returned." msgstr "" -#. pGvVW +#. CLbLn #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id371635438509045\n" "help.text" -msgid "If a chartname is provided, than a single object corresponding to the desired chart is returned. The specified chart must exist." +msgid "If a chartname is provided, then a single object corresponding to the desired chart is returned. The specified chart must exist." msgstr "" #. T2e3d @@ -5587,13 +5686,13 @@ msgctxt "" msgid "The language is English/US, which implies that the decimal separator is \".\" and the thousands separator is \",\"." msgstr "" -#. TX82d +#. tDYGo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id531611757154931\n" "help.text" -msgid "To learn more about the CSV Filter Options, refer to the Filter Options Wiki page." +msgid "To learn more about the CSV Filter Options, refer to the CSV Filter Options help page." msgstr "" #. vPPYx @@ -6460,13 +6559,13 @@ msgctxt "" msgid "Moves a given range of cells downwards by inserting empty rows. The current selection is not affected." msgstr "" -#. VTxxB +#. 5qm5w #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929435655\n" "help.text" -msgid "Depending on the value of the wholerows argument the inserted rows can either span the width of the specified range or span all columns in the row." +msgid "Depending on the value of the wholerow argument the inserted rows can either span the width of the specified range or span all columns in the row." msgstr "" #. uvH4j @@ -6559,13 +6658,13 @@ msgctxt "" msgid "Deletes the leftmost columns of a given range and moves to the left all cells to the right of the affected range. The current selection is not affected." msgstr "" -#. iawBn +#. EzzWo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929460261\n" "help.text" -msgid "Depending on the value of the wholecolumns argument the deleted columns can either span the height of the specified range or span all rows in the column." +msgid "Depending on the value of the wholecolumn argument the deleted columns can either span the height of the specified range or span all rows in the column." msgstr "" #. BXEkG @@ -6640,13 +6739,13 @@ msgctxt "" msgid "Deletes the topmost rows of a given range and moves upwards all cells below the affected range. The current selection is not affected." msgstr "" -#. kb5h3 +#. zkYo7 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929435361\n" "help.text" -msgid "Depending on the value of the wholerows argument the deleted rows can either span the width of the specified range or span all columns in the row." +msgid "Depending on the value of the wholerow argument the deleted rows can either span the width of the specified range or span all columns in the row." msgstr "" #. s9Nfb @@ -6721,13 +6820,13 @@ msgctxt "" msgid "Moves a given range of cells to the right by inserting empty columns. The current selection is not affected." msgstr "" -#. RxvcF +#. CDi3E #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id801637929335255\n" "help.text" -msgid "Depending on the value of the wholecolumns argument the inserted columns can either span the height of the specified range or span all rows in the column." +msgid "Depending on the value of the wholecolumn argument the inserted columns can either span the height of the specified range or span all rows in the column." msgstr "" #. Fh33o @@ -6883,22 +6982,22 @@ msgctxt "" msgid "'Sort range based on columns A (ascending) and C (descending)" msgstr "" -#. rGNeZ +#. HyPhE #: sf_chart.xhp msgctxt "" "sf_chart.xhp\n" "tit\n" "help.text" -msgid "ScriptForge.Chart service" +msgid "SFDocuments.Chart service" msgstr "" -#. UFBLD +#. bv49k #: sf_chart.xhp msgctxt "" "sf_chart.xhp\n" "bm_id681600788076499\n" "help.text" -msgid "ScriptForge.Chart service" +msgid "SFDocuments.Chart service" msgstr "" #. nPHDK @@ -10843,13 +10942,13 @@ msgctxt "" msgid "alignments: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Center), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns." msgstr "" -#. FCNEg +#. CK6RC #: sf_dialogcontrol.xhp msgctxt "" "sf_dialogcontrol.xhp\n" "par_id381638569172413\n" "help.text" -msgid "The following example assumes that the dialog myDialog has a TableControl named Grid1 with \"Show header row\" and \"Show column row\" properties set to \"Yes\"." +msgid "The following example assumes that the dialog myDialog has a TableControl named Grid1 with \"Show row header\" and \"Show column header\" properties set to \"Yes\"." msgstr "" #. N9Byz @@ -10879,15 +10978,6 @@ msgctxt "" msgid "MsgBox \"Row \" & oTable.ListIndex & \" is selected.\"" msgstr "" -#. yyATt -#: sf_dialogcontrol.xhp -msgctxt "" -"sf_dialogcontrol.xhp\n" -"pyc_id111638569958471\n" -"help.text" -msgid "dlg = CreateScriptService(\"Dialog\", \"GlobalScope\", \"Standard\", \"myDialog\")" -msgstr "" - #. HNmmm #: sf_dialogcontrol.xhp msgctxt "" @@ -11347,13 +11437,13 @@ msgctxt "" msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the CreateScriptService method." msgstr "" -#. wTUQt +#. oZEpN #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id421610393306916\n" "help.text" -msgid "Many services and methods in the UNO library take in parameters represented using the PropertyValue struct, which is part of the LibreOffice API." +msgid "Many services and methods in the UNO library take in parameters represented using the PropertyValue struct, which is part of the %PRODUCTNAME API." msgstr "" #. 3afLF @@ -11455,13 +11545,13 @@ msgctxt "" msgid "Inserts the contents of an array of PropertyValue objects into the current dictionary. PropertyValue Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns True if successful." msgstr "" -#. 95A5W +#. BQybf #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "propertyvalues: A zero-based 1-dimensional array containing com.sun.star.beans.PropertyValue objects. This parameter may also be a single propertyvalue object not contained in an Array." +msgid "propertyvalues: A zero-based 1-dimensional array containing com.sun.star.beans.PropertyValue objects. This parameter may also be a single PropertyValue object not contained in an Array." msgstr "" #. g5bHm @@ -11491,13 +11581,13 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns Empty." msgstr "" -#. CGLFi +#. MV7Wq #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "key: Not case-sensitive. Must exist in the dictionary, otherwise an UNKNOWNKEYERROR error is raised." +msgid "key: Not case-sensitive. If it does not exist, Empty value is returned." msgstr "" #. rGqyT @@ -12085,6 +12175,105 @@ msgctxt "" msgid "saveask : If True (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" +#. RhAbC +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id651589200121080\n" +"help.text" +msgid "Creates a new menu entry in the menubar of a given document window." +msgstr "" + +#. A7owo +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id981611149616155\n" +"help.text" +msgid "This method returns an instance of the SFWidgets.Menu service." +msgstr "" + +#. GKeq5 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id721643121487974\n" +"help.text" +msgid "The menu created is only available during the current %PRODUCTNAME session and is not saved neither in the document nor in the global application settings. Hence closing the document window will make the menu disappear. It will only reappear when the macro that creates the menu is executed again." +msgstr "" + +#. szVYB +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200120316\n" +"help.text" +msgid "menuheader: The toplevel name of the new menu." +msgstr "" + +#. iCSZE +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200129686\n" +"help.text" +msgid "before: The name (as a string) or position (as an integer starting at 1) of an existing menu before which the new menu will be placed. If no value is defined for this argument, the menu will be created at the last position in the menubar." +msgstr "" + +#. LX4b9 +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200122507\n" +"help.text" +msgid "submenuchar: The delimiter used to create menu trees when calling methods as AddItem from the Menu service. The default value is \">\"." +msgstr "" + +#. FhwFZ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id751622827903865\n" +"help.text" +msgid "Set oMenu = oDoc.CreateMenu(\"My Menu\")" +msgstr "" + +#. iDefE +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id391643120224507\n" +"help.text" +msgid "' Add items to the menu" +msgstr "" + +#. t4cXb +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id100164312025160\n" +"help.text" +msgid "' After creating the menu, the service instance can be disposed of" +msgstr "" + +#. WuNHU +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id221622827943208\n" +"help.text" +msgid "menu = doc.CreateMenu(\"My Menu\")" +msgstr "" + +#. Jx4RF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id271643139068194\n" +"help.text" +msgid "Refer to the SFWidgets.Menu help page to learn more about how to create/remove menus in %PRODUCTNAME document windows." +msgstr "" + #. CGKZA #: sf_document.xhp msgctxt "" @@ -12211,6 +12400,60 @@ msgctxt "" msgid "copies: The number of copies. Default is 1." msgstr "" +#. VDMiZ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id651589200165470\n" +"help.text" +msgid "Removes a toplevel menu from the menubar of a given document window." +msgstr "" + +#. wfDbr +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id981611149610695\n" +"help.text" +msgid "Returns True if the specified menu could be removed. If the specified menu does not exist, the method returns False." +msgstr "" + +#. eNVDJ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id571643121106014\n" +"help.text" +msgid "This method can be used to remove any menu entry from the document window, including default menus. However, none of these changes in the menubar are saved to the document or to the application settings. To restore the menubar to the default settings, simply close and reopen the document window." +msgstr "" + +#. E6ahL +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id361589200121156\n" +"help.text" +msgid "menuheader: The toplevel name of the menu to be removed." +msgstr "" + +#. yRoDW +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"bas_id391643120223147\n" +"help.text" +msgid "oDoc.RemoveMenu(\"My Menu\")" +msgstr "" + +#. BnmiF +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"pyc_id221622827946338\n" +"help.text" +msgid "doc.RemoveMenu(\"My Menu\")" +msgstr "" + #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -18925,134 +19168,809 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the GetText method:" msgstr "" -#. yYNtX -#: sf_methods.xhp +#. yD78g +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" +"sf_menu.xhp\n" "tit\n" "help.text" -msgid "ScriptForge Method Signatures" +msgid "SFWidgets.Menu service" msgstr "" -#. ycA6s -#: sf_methods.xhp +#. F5KPb +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"hd_id31529004750471\n" +"sf_menu.xhp\n" +"bm_id681600788076499\n" "help.text" -msgid "ScriptForge Method Signatures" +msgid "SFWidgets.Menu service" msgstr "" -#. gEAos -#: sf_methods.xhp +#. FqGPg +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"bm_id491529070339774\n" +"sf_menu.xhp\n" +"par_id181600788076612\n" "help.text" -msgid "ScriptForge; Method signatures" +msgid "The Menu service can be used to create and remove menus from the menubar of a %PRODUCTNAME document window. Each menu entry can be associated with a script or with a UNO command. This service provides the following capabilities:" msgstr "" -#. Xq2N5 -#: sf_methods.xhp +#. UYDdv +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id681619700336879\n" +"sf_menu.xhp\n" +"par_id301600788076785\n" "help.text" -msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgid "Creation of menus with custom entries, checkboxes, radio buttons and separators." msgstr "" -#. paARG -#: sf_methods.xhp +#. KB9XF +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id681623415196030\n" +"sf_menu.xhp\n" +"par_id1001600788076848\n" "help.text" -msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgid "Decoration of menu items with icons and tooltips." msgstr "" -#. 4dWnv -#: sf_methods.xhp +#. JSwJW +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id401623415235965\n" +"sf_menu.xhp\n" +"par_id581643133675012\n" "help.text" -msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgid "Menus created with this service are available only for a specified document window. They are not saved into the document or as application settings. Closing and opening the document will restore the default menubar settings." msgstr "" -#. McY36 -#: sf_methods.xhp +#. FEfWE +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"hd_id1001623415980365\n" +"sf_menu.xhp\n" +"par_id291643224925643\n" "help.text" -msgid "Basic only service method" +msgid "When OLE objects such as Math formulas or Calc charts are edited from within a document, %PRODUCTNAME reconfigures the menubar according to the object. When this happens, the menus created with the Menu service are removed and are not be restored after editing the OLE object." msgstr "" -#. tCvuL -#: sf_methods.xhp +#. GftK9 +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id791623418737799\n" +"sf_menu.xhp\n" +"hd_id281600788076359\n" "help.text" -msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgid "Service invocation" msgstr "" -#. FkDFy -#: sf_methods.xhp +#. DzDmt +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"hd_id711623416000470\n" +"sf_menu.xhp\n" +"par_id321614902851541\n" "help.text" -msgid "Python or Basic service methods" +msgid "The Menu service is instantiated by calling the CreateMenu method from the Document service. The code snippet below creates a menu named My Menu in the current document window with two entries Item A and Item B." msgstr "" -#. 8C6EM -#: sf_methods.xhp +#. pf7FV +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id221623415475781\n" +"sf_menu.xhp\n" +"bas_id261643134374056\n" "help.text" -msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgid "Set oMenu = oDoc.CreateMenu(\"My Menu\")" msgstr "" -#. aSSDq -#: sf_methods.xhp +#. Hoh4Q +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id661623417427142\n" +"sf_menu.xhp\n" +"bas_id431643134582213\n" "help.text" -msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgid ".AddItem(\"Item A\", Command := \"About\")" msgstr "" -#. 534sD -#: sf_methods.xhp +#. u52BY +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id351623417430814\n" +"sf_menu.xhp\n" +"bas_id571643134582396\n" "help.text" -msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgid ".AddItem(\"Item B\", Script := \"vnd.sun.star.script:Standard.Module1.ItemB_Listener?language=Basic&location=application\")" msgstr "" -#. kFDAg -#: sf_methods.xhp +#. nd5od +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id781623417432494\n" +"sf_menu.xhp\n" +"par_id371643135157996\n" "help.text" -msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgid "After creating the menu, it is recommended to call the Dispose method to free the resources used by the Menu service instance." msgstr "" -#. bmVjq -#: sf_methods.xhp +#. 2VDkD +#: sf_menu.xhp msgctxt "" -"sf_methods.xhp\n" -"par_id741623417433319\n" +"sf_menu.xhp\n" +"par_id341636718182262\n" "help.text" -msgid "Basic data types and Python annotations are syntactically transposed as:" +msgid "In the example above, Item A is associated with the UNO command .uno:About whereas Item B is associated with the script ItemB_Listener defined in Module1 of the Standard library of the My Macros container." msgstr "" -#. GGeNU -#: sf_methods.xhp +#. 9G7de +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id851635274721129\n" +"help.text" +msgid "The following example defines ItemB_Listener that will be called when Item B is clicked. This listener simply splits the argument string passed to the Sub and shows them in a message box." +msgstr "" + +#. AFHBG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id716431354225603\n" +"help.text" +msgid "' Process the argument string passed to the listener" +msgstr "" + +#. GzLwF +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id901643135423012\n" +"help.text" +msgid "MsgBox \"Menu name: \" & sArgs(0) & Chr(13) & _" +msgstr "" + +#. qGB7L +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id301643136028263\n" +"help.text" +msgid "\"Menu item: \" & sArgs(1) & Chr(13) & _" +msgstr "" + +#. wFTww +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id181643136028557\n" +"help.text" +msgid "\"Item ID: \" & sArgs(2) & Chr(13) & _" +msgstr "" + +#. 9SGVd +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id561643136028710\n" +"help.text" +msgid "\"Item status: \" & sArgs(3)" +msgstr "" + +#. MQJ7M +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id531636493797707\n" +"help.text" +msgid "As shown in the example above, menu entries associated with a script receive a comma-separated string argument with the following values:" +msgstr "" + +#. uprfo +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id921643136489994\n" +"help.text" +msgid "The toplevel name of the menu." +msgstr "" + +#. 7Jxz9 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id611643136491059\n" +"help.text" +msgid "The string ID of the selected menu entry." +msgstr "" + +#. hENoG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id961643136491491\n" +"help.text" +msgid "The numeric ID of the selected menu entry." +msgstr "" + +#. nYABy +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id381643136494580\n" +"help.text" +msgid "The current state of the menu item. This is useful for checkboxes and radio buttons. If the item is checked, the value \"1\" is returned, otherwise \"0\" is returned." +msgstr "" + +#. HHjiV +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id131635275172617\n" +"help.text" +msgid "The examples above can be written in Python as follows:" +msgstr "" + +#. ENT7Q +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id981636717957632\n" +"help.text" +msgid "msg = f\"Menu item: {s_args[0]}\\n\"" +msgstr "" + +#. 8MYNj +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id851636718008427\n" +"help.text" +msgid "msg += f\"Menu name: {s_args[1]}\\n\"" +msgstr "" + +#. EfEaE +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id331636727047102\n" +"help.text" +msgid "msg += f\"Item ID: {s_args[2]}\\n\"" +msgstr "" + +#. FPzcf +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id71643137333404\n" +"help.text" +msgid "msg += f\"Item status: {s_args[3]}\"" +msgstr "" + +#. XxChZ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id711600788076834\n" +"help.text" +msgid "Properties" +msgstr "" + +#. 98USM +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id461600788076917\n" +"help.text" +msgid "Name" +msgstr "" + +#. fT8mQ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id221600788076591\n" +"help.text" +msgid "Readonly" +msgstr "" + +#. DGBgA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id761600788076328\n" +"help.text" +msgid "Type" +msgstr "" + +#. 2EE9k +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id67160078807636\n" +"help.text" +msgid "Description" +msgstr "" + +#. qnRDA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id49160078807654\n" +"help.text" +msgid "No" +msgstr "" + +#. LE27e +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id81600788076419\n" +"help.text" +msgid "Character used to define the access key of a menu item. The default character is \"~\"." +msgstr "" + +#. GSJAG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id311600788076756\n" +"help.text" +msgid "No" +msgstr "" + +#. fb3iG +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id441600788076826\n" +"help.text" +msgid "Character or string that defines how menu items are nested. The default character is \">\"." +msgstr "" + +#. bDCZ8 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id181636719707892\n" +"help.text" +msgid "Menu and Submenus" +msgstr "" + +#. YE5FL +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id741636719725402\n" +"help.text" +msgid "To create a menu with submenus, use the character defined in the SubmenuCharacter property while creating the menu entry to define where it will be placed. For instance, consider the following menu/submenu hierarchy." +msgstr "" + +#. Y4ETY +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id211636720111489\n" +"help.text" +msgid "The code below uses the default submenu character \">\" to create the menu/submenu hierarchy defined above:" +msgstr "" + +#. WkCis +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id121636721243578\n" +"help.text" +msgid "The string \"---\" is used to define line separators in menus or submenus." +msgstr "" + +#. CYbLC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"hd_id501582887473754\n" +"help.text" +msgid "Methods" +msgstr "" + +#. Lofgb +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id891611613601554\n" +"help.text" +msgid "List of Methods in the Menu Service" +msgstr "" + +#. aDqJH +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919969864\n" +"help.text" +msgid "Inserts a check box in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. T8Fkq +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203996\n" +"help.text" +msgid "menuitem: Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. SkMmC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203116\n" +"help.text" +msgid "name: String value used to identify the menu item. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. 7zhpM +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203133\n" +"help.text" +msgid "status: Defines whether the item is selected when the menu is created (Default = False)." +msgstr "" + +#. JPboo +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653313\n" +"help.text" +msgid "icon: Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. YzJwB +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653208\n" +"help.text" +msgid "tooltip: Text to be displayed as tooltip." +msgstr "" + +#. 3WPXT +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653328\n" +"help.text" +msgid "command: The name of a UNO command without the .uno: prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. LaF26 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653107\n" +"help.text" +msgid "script: The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + +#. PTXhK +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id31643198954204\n" +"help.text" +msgid "The arguments command and script are mutually exclusive, hence only one of them can be set for each menu item." +msgstr "" + +#. 7fb2n +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id31643148484084\n" +"help.text" +msgid "Read Scripting Framework URI Specification to learn more about the URI syntax used in the script argument." +msgstr "" + +#. Aj8cF +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id191643306748853\n" +"help.text" +msgid "' Menu entry associated with the .uno:Paste command" +msgstr "" + +#. gQCkK +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id271643147793320\n" +"help.text" +msgid "' Runs the Basic script Standard.Module1.MyListener stored in the document" +msgstr "" + +#. zSD5u +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id801643306742620\n" +"help.text" +msgid "' Runs the Python script MysListener located in file myScripts.py in the user scripts folder" +msgstr "" + +#. uAbp9 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919963364\n" +"help.text" +msgid "Inserts a label entry in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. tCHcD +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203021\n" +"help.text" +msgid "menuitem: Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. yFQns +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203026\n" +"help.text" +msgid "name: String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. DMEeJ +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652886\n" +"help.text" +msgid "icon: Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. aZPNP +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653118\n" +"help.text" +msgid "tooltip: Text to be displayed as tooltip." +msgstr "" + +#. 23fax +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653314\n" +"help.text" +msgid "command: The name of a UNO command without the .uno: prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. wysyV +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652057\n" +"help.text" +msgid "script: The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + +#. QYzCL +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"bas_id41158919969106\n" +"help.text" +msgid "oMenu.AddItem(\"Item A\", Tooltip := \"A descriptive message\")" +msgstr "" + +#. dxYAv +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"pyc_id321621534170554\n" +"help.text" +msgid "oMenu.AddItem(\"Item A\", tooltip = \"A descriptive message\")" +msgstr "" + +#. qB7zU +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id93158919969399\n" +"help.text" +msgid "Inserts a radio button entry in the menu. Returns an integer value that identifies the inserted item." +msgstr "" + +#. FTrvY +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203501\n" +"help.text" +msgid "menuitem: Defines the text to be displayed in the menu. This argument also defines the hierarchy of the item inside the menu by using the submenu character." +msgstr "" + +#. syjtC +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631228716\n" +"help.text" +msgid "name: String value to be returned when the item is clicked. By default, the last component of the menu hierarchy is used." +msgstr "" + +#. 7WBgE +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id821591631203643\n" +"help.text" +msgid "status: Defines whether the item is selected when the menu is created (Default = False)." +msgstr "" + +#. 4uxXA +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653228\n" +"help.text" +msgid "icon: Path and name of the icon to be displayed without the leading path separator. The actual icon shown depends on the icon set being used." +msgstr "" + +#. ZfFDR +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653114\n" +"help.text" +msgid "tooltip: Text to be displayed as tooltip." +msgstr "" + +#. Sx9Bm +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721653447\n" +"help.text" +msgid "command: The name of a UNO command without the .uno: prefix. If the command name does not exist, nothing happens." +msgstr "" + +#. AEnA6 +#: sf_menu.xhp +msgctxt "" +"sf_menu.xhp\n" +"par_id11636721652598\n" +"help.text" +msgid "script: The URI for a Basic or Python script that will be executed when the item is clicked." +msgstr "" + +#. yYNtX +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. ycA6s +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id31529004750471\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. gEAos +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"bm_id491529070339774\n" +"help.text" +msgid "ScriptForge; Method signatures" +msgstr "" + +#. Xq2N5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681619700336879\n" +"help.text" +msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgstr "" + +#. paARG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623415196030\n" +"help.text" +msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgstr "" + +#. 4dWnv +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id401623415235965\n" +"help.text" +msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgstr "" + +#. McY36 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id1001623415980365\n" +"help.text" +msgid "Basic only service method" +msgstr "" + +#. tCvuL +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id791623418737799\n" +"help.text" +msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgstr "" + +#. FkDFy +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id711623416000470\n" +"help.text" +msgid "Python or Basic service methods" +msgstr "" + +#. 8C6EM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id221623415475781\n" +"help.text" +msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgstr "" + +#. aSSDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id661623417427142\n" +"help.text" +msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgstr "" + +#. 534sD +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623417430814\n" +"help.text" +msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgstr "" + +#. kFDAg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id781623417432494\n" +"help.text" +msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgstr "" + +#. bmVjq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id741623417433319\n" +"help.text" +msgid "Basic data types and Python annotations are syntactically transposed as:" +msgstr "" + +#. GGeNU +#: sf_methods.xhp msgctxt "" "sf_methods.xhp\n" "par_id441613838858931\n" @@ -19582,22 +20500,22 @@ msgctxt "" msgid "Platform information with INFO(\"system\") Calc formula" msgstr "" -#. 3RZGR +#. h6atN #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "tit\n" "help.text" -msgid "ScriptForge.PopupMenu service" +msgid "SFWidgets.PopupMenu service" msgstr "" -#. NWwqN +#. QADne #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "bm_id681600788076499\n" "help.text" -msgid "ScriptForge.PopupMenu service" +msgid "SFWidgets.PopupMenu service" msgstr "" #. DGbZ3 @@ -19789,40 +20707,40 @@ msgctxt "" msgid "Description" msgstr "" -#. G2c6G +#. qnMK2 #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id311600788076756\n" +"par_id49160078807654\n" "help.text" msgid "No" msgstr "" -#. bcd7a +#. zYGVp #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id441600788076826\n" +"par_id81600788076419\n" "help.text" -msgid "Character or string that defines how menu items are nested. The default character is \">\"." +msgid "Character used to define the access key of a menu item. The default character is \"~\"." msgstr "" -#. qnMK2 +#. G2c6G #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id49160078807654\n" +"par_id311600788076756\n" "help.text" msgid "No" msgstr "" -#. zYGVp +#. bcd7a #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" -"par_id81600788076419\n" +"par_id441600788076826\n" "help.text" -msgid "Character used to define the access key of a menu item. The default character is \"~\"." +msgid "Character or string that defines how menu items are nested. The default character is \">\"." msgstr "" #. drBFS @@ -19870,13 +20788,13 @@ msgctxt "" msgid "Using icons" msgstr "" -#. ddHxQ +#. UKLV5 #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "par_id981636723485402\n" "help.text" -msgid "Items in the popup menu can have icons, which are specified as arguments in the AddCheckBox, AddItem and AddRadioButton methods." +msgid "Items in the menu can have icons, which are specified as arguments in the AddCheckBox, AddItem and AddRadioButton methods." msgstr "" #. TLDpD @@ -20050,13 +20968,13 @@ msgctxt "" msgid "myPopup.AddItem(\"Item A\", Tooltip := \"A descriptive message\")" msgstr "" -#. 4euLD +#. VDLFK #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "pyc_id321621534170554\n" "help.text" -msgid "myPopup.AddItem(\"Item A\", tooltip = \"A descriptive message\")" +msgid "my_popup.AddItem(\"Item A\", tooltip = \"A descriptive message\")" msgstr "" #. U2vBb @@ -20122,13 +21040,13 @@ msgctxt "" msgid "Displays the popup menu and waits for a user action. Returns the item clicked by the user." msgstr "" -#. GruyE +#. qwwKx #: sf_popupmenu.xhp msgctxt "" "sf_popupmenu.xhp\n" "par_id101636726249788\n" "help.text" -msgid "If the user clicks outside the popup menu ou presses the Esc key, then no item is selected. In such cases, the returned value depends on the returnid parameter. If returnid = True and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string \"\" is returned." +msgid "If the user clicks outside the popup menu or presses the Esc key, then no item is selected. In such cases, the returned value depends on the returnid parameter. If returnid = True and no item is selected, then the value 0 (zero) is returned. Otherwise an empty string \"\" is returned." msgstr "" #. EFriZ @@ -21598,6 +22516,15 @@ msgctxt "" msgid "You can use the properties above to identify or insert the corresponding characters inside strings. For example, the Linefeed can be replaced by SF_String.sfLF." msgstr "" +#. DDXd3 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id891611613601554\n" +"help.text" +msgid "List of Methods in the String Service" +msgstr "" + #. TFfR3 #: sf_string.xhp msgctxt "" @@ -25207,15 +26134,6 @@ msgctxt "" msgid "Some methods are generic for all types of documents and are inherited from the SF_Document module, whereas other methods that are specific for Writer documents are defined in the SF_Writer module." msgstr "" -#. ojZFF -#: sf_writer.xhp -msgctxt "" -"sf_writer.xhp\n" -"par_id591589189364267\n" -"help.text" -msgid "The SF_Writer module is focused on:" -msgstr "" - #. LTpqJ #: sf_writer.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/scalc/00.po b/source/bs/helpcontent2/source/text/scalc/00.po index fdb5ad0fce3..b34e18b3856 100644 --- a/source/bs/helpcontent2/source/text/scalc/00.po +++ b/source/bs/helpcontent2/source/text/scalc/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: 2021-09-27 19:09+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -286,6 +286,15 @@ msgctxt "" msgid "Choose View - Page Break." msgstr "" +#. YeaFw +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id3155383\n" +"help.text" +msgid "Choose View - Function List." +msgstr "" + #. yDXA6 #: 00000404.xhp msgctxt "" @@ -583,15 +592,6 @@ msgctxt "" msgid "Insert - Function - Category Add-In" msgstr "Ubaci - Funkcija - Kategorija Dodaci" -#. g8EoH -#: 00000404.xhp -msgctxt "" -"00000404.xhp\n" -"par_id3155383\n" -"help.text" -msgid "Choose Insert - Function List." -msgstr "" - #. UQGrR #: 00000404.xhp msgctxt "" @@ -601,13 +601,13 @@ msgctxt "" msgid "Choose Insert - Named Range or Expression." msgstr "" -#. VLxrw +#. mQLYV #: 00000404.xhp msgctxt "" "00000404.xhp\n" "par_id3146776\n" "help.text" -msgid "Choose Sheet - Link to External Data." +msgid "Choose Sheet - External Links." msgstr "" #. ECgNS diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po index 69dd3071306..fc2d5dce3f3 100644 --- a/source/bs/helpcontent2/source/text/scalc/01.po +++ b/source/bs/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: 2021-12-20 13:20+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-12-31 12:36+0000\n" "Last-Translator: serval2412 \n" "Language-Team: Bosnian \n" @@ -8278,13 +8278,13 @@ msgctxt "" msgid "Always \"Windows (32-bit) NT 5.01\", for compatibility reasons" msgstr "" -#. WNv2d +#. cFWJe #: 04060104.xhp msgctxt "" "04060104.xhp\n" "par_id9841608\n" "help.text" -msgid "The type of the operating system:
\"AIX\" for Advanced Interactive Executive IBM computer operating systems
\"ANDROID\" for Google mobile operating system
\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD
\"EMSCRIPTEM\" for browser WebAssembly system
\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)
\"HAIKU\" for BeOS compatible operating system
\"iOS\" for Apple mobile operating system
\"LINUX\" for GNU/Linux based operating systems
\"MACOSX\" for Apple Mac OS X
\"SOLARIS\" for Oracle Solaris operating system
\"WNT\" for Microsoft Windows" +msgid "The type of the operating system:
\"AIX\" for Advanced Interactive Executive IBM computer operating systems
\"ANDROID\" for Google mobile operating system
\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD
\"EMSCRIPTEN\" for browser WebAssembly system
\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)
\"HAIKU\" for BeOS compatible operating system
\"iOS\" for Apple mobile operating system
\"LINUX\" for GNU/Linux based operating systems
\"MACOSX\" for Apple Mac OS X
\"SOLARIS\" for Oracle Solaris operating system
\"WNT\" for Microsoft Windows" msgstr "" #. zcvAx @@ -10951,13 +10951,13 @@ msgctxt "" msgid "mathematical functions Function Wizard; mathematical functions; mathematical functions trigonometric functions" msgstr "" -#. 9umC6 +#. BJjDo #: 04060106.xhp msgctxt "" "04060106.xhp\n" "hd_id3147124\n" "help.text" -msgid "Mathematical Functions" +msgid "Mathematical Functions" msgstr "" #. jjDha @@ -12832,103 +12832,13 @@ msgctxt "" msgid "=COMBINA(3;2) returns 6." msgstr "=DELTA(1; 2) vraca 0." -#. qUACJ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3156086\n" -"help.text" -msgid "TRUNC function decimal places;cutting off" -msgstr "TRUNC funkcijadecimalna mjesta; odsjecanje" - -#. mD8uc -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3156086\n" -"help.text" -msgid "TRUNC" -msgstr "TRUNC" - -#. svW2j -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3157866\n" -"help.text" -msgid "Truncates a number by removing decimal places." -msgstr "" - -#. MNndx -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3148511\n" -"help.text" -msgid "TRUNC(Number[; Count])" -msgstr "" - -#. TXm3Z -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3150796\n" -"help.text" -msgid "Returns Number with at most Count decimal places. Excess decimal places are simply removed, irrespective of sign." -msgstr "" - -#. XA6JV -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3150816\n" -"help.text" -msgid "TRUNC(Number; 0) behaves as INT(Number) for positive numbers, but effectively rounds towards zero for negative numbers." -msgstr "" - -#. SyxhC -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3148548\n" -"help.text" -msgid "The visible decimal places of the result are specified in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate." -msgstr "" - -#. grGeQ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3152569\n" -"help.text" -msgid "=TRUNC(1.239;2) returns 1.23. The 9 is lost." -msgstr "" - -#. DJRaY -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id7050080\n" -"help.text" -msgid "=TRUNC(-1.234999;3) returns -1.234. All the 9s are lost." -msgstr "" - -#. wGT5E +#. ABMYW #: 04060106.xhp msgctxt "" "04060106.xhp\n" -"par_id441635243969504\n" +"hd_id561641930400206\n" "help.text" -msgid "=TRUNC(-45.67) returns -45. The default value for Count is 0." -msgstr "" - -#. gMj5a -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id151635245092041\n" -"help.text" -msgid "Refer to the TRUNC wiki page for more details about this function." +msgid "TRUNC" msgstr "" #. MQVNf @@ -13777,96 +13687,15 @@ msgctxt "" msgid "=ROUND(987.65;-2) returns 1000." msgstr "=ODD(1.2) vraca 3." -#. igSF4 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3145991\n" -"help.text" -msgid "ROUNDDOWN function" -msgstr "ROUNDDOWN funkcija" - -#. pGdu6 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3145991\n" -"help.text" -msgid "ROUNDDOWN" -msgstr "ROUNDDOWN" - -#. 8CrTA -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3146020\n" -"help.text" -msgid "Rounds a number down, toward zero, to a certain precision." -msgstr "" - -#. MnKJo -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3146051\n" -"help.text" -msgid "ROUNDDOWN(Number [; Count])" -msgstr "" - -#. EXn4P +#. 6qDk5 #: 04060106.xhp msgctxt "" "04060106.xhp\n" -"par_id3146064\n" +"hd_id561641930400105\n" "help.text" -msgid "Returns Number rounded down (towards zero) to Count 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." +msgid "ROUNDDOWN" msgstr "" -#. nFwPP -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id2188787\n" -"help.text" -msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives." -msgstr "" - -#. ZpuBm -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163178\n" -"help.text" -msgid "=ROUNDDOWN(1.234;2) returns 1.23." -msgstr "=ODD(1.2) vraca 3." - -#. DGvAw -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id5833307\n" -"help.text" -msgid "=ROUNDDOWN(45.67;0) returns 45." -msgstr "=ODD(-3.1)vraca -5." - -#. H6KYd -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id7726676\n" -"help.text" -msgid "=ROUNDDOWN(-45.67) returns -45." -msgstr "=ODD(-3.1)vraca -5." - -#. hYEdB -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3729361\n" -"help.text" -msgid "=ROUNDDOWN(987.65;-2) returns 900." -msgstr "=ODD(1.2) vraca 3." - #. HBbDL #: 04060106.xhp msgctxt "" @@ -19789,13 +19618,13 @@ msgctxt "" msgid "When you click a cell that contains the HYPERLINK function, the hyperlink opens." msgstr "" -#. 8js8d +#. ciAoA #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN11800\n" "help.text" -msgid "If you use the optional CellText parameter, the formula locates the URL, and then displays the text or number." +msgid "If you use the optional CellValue parameter, the formula locates the URL, and then displays the text or number." msgstr "" #. 7DGBz @@ -19807,22 +19636,22 @@ msgctxt "" 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 Open Hyperlink." msgstr "" -#. BzM9o +#. YFNSo #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN1180E\n" "help.text" -msgid "HYPERLINK(\"URL\" [; \"CellText\"])" +msgid "HYPERLINK(\"URL\" [; CellValue])" msgstr "" -#. UbAEY +#. weY4K #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_idN11811\n" "help.text" -msgid "URL specifies the link target. The optional CellText parameter is the text or a number that is displayed in the cell and will be returned as the result. If the CellText parameter is not specified, the URL is displayed in the cell text and will be returned as the result." +msgid "URL specifies the link target. The optional CellValue parameter is the text or a number that is displayed in the cell and will be returned as the result. If the CellValue parameter is not specified, the URL is displayed in the cell text and will be returned as the result." msgstr "" #. GdBa8 @@ -23047,31 +22876,103 @@ msgctxt "" msgid "WEEKS(StartDate; EndDate; Type)" msgstr "" -#. DGrw3 +#. uwhoB #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3151387\n" "help.text" -msgid "StartDate is the first date" +msgid "StartDate is the start date in the interval." msgstr "" -#. VLEPK +#. AGYKD #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3146324\n" "help.text" -msgid "EndDate is the second date" +msgid "EndDate is the end date in the interval. The end date must be greater than the start date, or else an error is returned." msgstr "" -#. YHupv +#. PcBbC #: 04060111.xhp msgctxt "" "04060111.xhp\n" "par_id3166467\n" "help.text" -msgid "Type calculates the type of difference. The possible values are 0 (interval) and 1 (in numbers of weeks)." +msgid "Type specifies the type of difference to be calculated. Possible values are 0 (time interval) or 1 (calendar weeks)." +msgstr "" + +#. QaW6B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id81641990941192\n" +"help.text" +msgid "If Type = 0 the function will assume that 7 days is equivalent to one week without considering any specific day to mark the beginning of a week." +msgstr "" + +#. geCV7 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id31641991010650\n" +"help.text" +msgid "If Type = 1 the function will consider Monday to be the first day of the week. Therefore, except for the start date, each occurrence of a Monday in the interval is counted as an additional week." +msgstr "" + +#. CF4K3 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id971641990480242\n" +"help.text" +msgid "This function considers Monday to be the first day of the week regardless of the current locale settings." +msgstr "" + +#. H2Gpc +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id671641994821992\n" +"help.text" +msgid "In the following examples, dates are passed as strings. However, they can also be stored in separate cells and be passed as references." +msgstr "" + +#. SyEBP +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991391639\n" +"help.text" +msgid "=WEEKS(\"01/12/2022\",\"01/17/2022\",0) returns 0 because Type was set to 0 and there are only 5 days in the interval." +msgstr "" + +#. zVfY3 +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991390039\n" +"help.text" +msgid "=WEEKS(\"01/12/2022\",\"01/19/2022\",0) returns 1 because Type was set to 0 and there are 7 days in the interval." +msgstr "" + +#. rABLZ +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991391123\n" +"help.text" +msgid "=WEEKS(\"01/12/2022\",\"01/17/2022\",1) returns 1 because Type was set to 1 and the interval contains a Monday, since 01/12/2022 is a Wednesday and 01/17/2022 is a Monday." +msgstr "" + +#. AxokT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id71641991332523\n" +"help.text" +msgid "=WEEKS(\"01/10/2022\",\"01/15/2022\",1) returns 0 because Type was set to 1 and the interval does not contain any Mondays, except for the start date." msgstr "" #. 94JhK @@ -33154,186 +33055,6 @@ msgctxt "" msgid "DataE is the range of the expected values." msgstr "" -#. KmntJ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3154096\n" -"help.text" -msgid "Data_B (observed)" -msgstr "" - -#. ByU5t -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3152948\n" -"help.text" -msgid "Data_E (expected)" -msgstr "" - -#. jFpGp -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3152876\n" -"help.text" -msgid "1" -msgstr "" - -#. yVGtC -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3159279\n" -"help.text" -msgid "195" -msgstr "0.00 novcanih jedinica" - -#. ZGbzD -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149105\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. ZiBjZ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149922\n" -"help.text" -msgid "2" -msgstr "" - -#. zDgpW -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148621\n" -"help.text" -msgid "151" -msgstr "0.00 novcanih jedinica" - -#. RVD5R -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148987\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. FbArc -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149417\n" -"help.text" -msgid "3" -msgstr "" - -#. BzCPW -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148661\n" -"help.text" -msgid "148" -msgstr "0.00 novcanih jedinica" - -#. FMqUi -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3151128\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. SnMGY -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3148467\n" -"help.text" -msgid "4" -msgstr "" - -#. pMLAc -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149237\n" -"help.text" -msgid "189" -msgstr "0.00 novcanih jedinica" - -#. MSsKd -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3145304\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. HztMb -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3149927\n" -"help.text" -msgid "5" -msgstr "" - -#. 9cTzf -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3150630\n" -"help.text" -msgid "183" -msgstr "0.00 novcanih jedinica" - -#. 4XAhh -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3150423\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. bZFnZ -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3143275\n" -"help.text" -msgid "6" -msgstr "" - -#. P6GPe -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3144750\n" -"help.text" -msgid "154" -msgstr "0.00 novcanih jedinica" - -#. WpLSG -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id3153947\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - #. rEABj #: 04060181.xhp msgctxt "" @@ -33424,168 +33145,6 @@ msgctxt "" msgid "Data_E (expected)" msgstr "" -#. M2NhH -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2952876\n" -"help.text" -msgid "1" -msgstr "" - -#. mEBPP -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2959279\n" -"help.text" -msgid "195" -msgstr "0.00 novcanih jedinica" - -#. dToZL -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949105\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. EWS97 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949922\n" -"help.text" -msgid "2" -msgstr "" - -#. DWkBk -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948621\n" -"help.text" -msgid "151" -msgstr "0.00 novcanih jedinica" - -#. DEGVA -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948987\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. Wwt2C -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949417\n" -"help.text" -msgid "3" -msgstr "" - -#. 7qHtk -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948661\n" -"help.text" -msgid "148" -msgstr "0.00 novcanih jedinica" - -#. Ked6Y -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2951128\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. BSjh8 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2948467\n" -"help.text" -msgid "4" -msgstr "" - -#. te7qv -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949237\n" -"help.text" -msgid "189" -msgstr "0.00 novcanih jedinica" - -#. HHXxw -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2945304\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. wEAU9 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2949927\n" -"help.text" -msgid "5" -msgstr "" - -#. 5PwZu -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2950630\n" -"help.text" -msgid "183" -msgstr "0.00 novcanih jedinica" - -#. GCF9s -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2950423\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - -#. 4mWE7 -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2943275\n" -"help.text" -msgid "6" -msgstr "" - -#. BkDtt -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2944750\n" -"help.text" -msgid "154" -msgstr "0.00 novcanih jedinica" - -#. a278z -#: 04060181.xhp -msgctxt "" -"04060181.xhp\n" -"par_id2953947\n" -"help.text" -msgid "170" -msgstr "0.00 novcanih jedinica" - #. CCSNU #: 04060181.xhp msgctxt "" @@ -42973,13 +42532,13 @@ msgctxt "" msgid "Inserts the selected function into the document." msgstr "" -#. CHa3i +#. fMNek #: 04090000.xhp msgctxt "" "04090000.xhp\n" "tit\n" "help.text" -msgid "Link to External Data" +msgid "External Links" msgstr "" #. Fnwpz @@ -42991,13 +42550,13 @@ msgctxt "" msgid "Open a file dialog to locate the file containing the data you want to insert." msgstr "" -#. kcfuM +#. rGHoi #: 04090000.xhp msgctxt "" "04090000.xhp\n" "hd_id3145785\n" "help.text" -msgid "Link to External Data" +msgid "External Links" msgstr "" #. SaAut @@ -45358,22 +44917,31 @@ msgctxt "" msgid "Conditional Formatting" msgstr "Uslovno oblikovanje" -#. wjrDJ +#. qb52L #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3163710\n" "help.text" -msgid "Choose Conditional Formatting to define format styles depending on certain conditions. If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. There are several types of conditional formatting that can be used." +msgid "Use Conditional Formatting to define range-based conditions that determine which cell style will be applied to each cell in a given range based on its contents. The cell style corresponding to the first condition that evaluates to true is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the Formatting Bar or the Styles sidebar." msgstr "" -#. aG8CH +#. 2GWTv #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3163711\n" "help.text" -msgid "You can enter several conditions that query the contents of cell values or formulas. The conditions are evaluated from the first to the last. If the condition 1 matches the condition, the defined style will be used. Otherwise, condition 2 is evaluated, and its defined style is used. If this style does not match, then the next condition is evaluated and so on." +msgid "You can enter several conditions that query the cell values or results of formulas. The conditions are evaluated from first to the last. If Condition 1 is true based on the current cell contents, the corresponding cell style is applied. Otherwise, Condition 2 is evaluated to determine if its corresponding style will be applied. If none of the conditions match cell contents, then no changes are made to the cell format." +msgstr "" + +#. GNdvU +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"par_id431642031216368\n" +"help.text" +msgid "Conditional formats do no overwrite cell styles and direct formatting applied manually. They remain saved as cell properties and are applied when the cell matches no conditions or when you remove all conditional formats." msgstr "" #. AMXCn @@ -53161,6 +52729,132 @@ msgctxt "" msgid "Commands to calculate formula cells." msgstr "" +#. 9AbDs +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"tit\n" +"help.text" +msgid "Calculation Accuracy" +msgstr "" + +#. 8Bv3f +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"bm_id741642020503366\n" +"help.text" +msgid "calculation;accuracy precision;calculation" +msgstr "" + +#. 4gPte +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"hd_id961642017927878\n" +"help.text" +msgid "%PRODUCTNAME Calculation Accuracy" +msgstr "" + +#. sW5fH +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"hd_id941642017968835\n" +"help.text" +msgid "Inherent Accuracy Problem" +msgstr "" + +#. hov7p +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id541642018071800\n" +"help.text" +msgid "%PRODUCTNAME Calc, just like most other spreadsheet software, uses floating-point math capabilities available on hardware. Given that most contemporary hardware uses binary floating-point arithmetic with limited precision defined in IEEE 754 standard, many decimal numbers - including as simple as 0.1 - cannot be precisely represented in %PRODUCTNAME Calc (which uses 64-bit double-precision numbers internally)." +msgstr "" + +#. YPbto +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id191642019423811\n" +"help.text" +msgid "Calculations with those numbers necessarily results in rounding errors, and those accumulate with every calculation." +msgstr "" + +#. dvRFz +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id221642019437175\n" +"help.text" +msgid "This is not a bug, but is expected and currently unavoidable without using complex calculations in software, which would incur inappropriate performance penalties, and thus is out of question. Users need to account for that, and use rounding and comparisons with machine epsilon (or unit roundoff) as necessary." +msgstr "" + +#. ncGy5 +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642019531438\n" +"help.text" +msgid "An example with numbers:" +msgstr "" + +#. BpnPy +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id761642018318896\n" +"help.text" +msgid "This will result in -999.129999999997 in A3, instead of expected -999.13 (you might need to increase shown decimal places in cell format to see this)." +msgstr "" + +#. kDcn9 +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id221642020132399\n" +"help.text" +msgid "An example with dates and times:" +msgstr "" + +#. aWCYz +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642018326882\n" +"help.text" +msgid "Due to the specific of time representation in Calc, this also applies to all calculations involving times. For example, the cells A1 and A2 below show the date and time data as entered (in ISO 8601 format):" +msgstr "" + +#. rcuhc +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id101643312991679\n" +"help.text" +msgid "Cell A3 will show 00:10:00 if the default formatting [HH]:MM:SS is applied to the cell. However, cell A3 will show 00:09:59.999999 instead of expected 00:10:00.000000 if formatted using [HH]:MM:SS.000000 format string. This happens despite only whole numbers of hours and minutes were used, because internally, any time is a fraction of a day, 12:00 (noon) being represented as 0.5." +msgstr "" + +#. EZjhJ +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id921642020011065\n" +"help.text" +msgid "The data in A1 is represented internally as 43934.5125, and in A2 as 43934.5055555555591126903891563 (which is not exact representation of the entered datetime, which would be 43934.505555555555555555...)." +msgstr "" + +#. QY6Ti +#: calculation_accuracy.xhp +msgctxt "" +"calculation_accuracy.xhp\n" +"par_id801642020017858\n" +"help.text" +msgid "Their subtraction results in 0.00694444443287037, a value slightly less than expected 0.00694444444444..., which is 10 minutes." +msgstr "" + #. J8xZD #: cell_styles.xhp msgctxt "" @@ -53215,6 +52909,24 @@ msgctxt "" msgid "Examples" msgstr "" +#. XAFa7 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id301640873452726\n" +"help.text" +msgid "Technical information" +msgstr "" + +#. 7AVhU +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"par_id251640873774457\n" +"help.text" +msgid "This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -54376,22 +54088,22 @@ msgctxt "" msgid "values (mandatory): A numeric array or range. values are the historical values, for which you want to forecast the next points." msgstr "" -#. qBdZB +#. S6DPQ #: exponsmooth_embd.xhp msgctxt "" "exponsmooth_embd.xhp\n" "par_id0403201618594553\n" "help.text" -msgid "timeline (mandatory): A numeric array or range. The time line (x-value) range for the historical values." +msgid "timeline (mandatory): A numeric array or range. The timeline (x-value) range for the historical values." msgstr "" -#. wE7cv +#. Re7Cm #: exponsmooth_embd.xhp msgctxt "" "exponsmooth_embd.xhp\n" "par_id040320161859450\n" "help.text" -msgid "The time line doesn't have to to be sorted, the functions will sort it for calculations.
The time line values must have a consistent step between them.
If a constant step can't be identified in the sorted time line, the functions will return the #NUM! error.
If the ranges of the time line and historical values aren't of same size, the functions will return the #N/A error.
If the time line contains less than 2 periods of data, the functions will return the #VALUE! Error." +msgid "The timeline does not have to be sorted, the functions will sort it for calculations.
The timeline values must have a consistent step between them.
If a constant step cannot be identified in the sorted timeline, the functions will return the #NUM! error.
If the ranges of both the timeline and the historical values are not the same size, the functions will return the #N/A error.
If the timeline contains fewer than 2 data periods, the functions will return the #VALUE! error." msgstr "" #. AbNWD @@ -58057,6 +57769,15 @@ msgctxt "" msgid "Torr" msgstr "" +#. CNDuZ +#: func_convert.xhp +msgctxt "" +"func_convert.xhp\n" +"par_id911641306487164\n" +"help.text" +msgid "1 - The \"at\" unit is deprecated. Use \"atm\" instead." +msgstr "" + #. vWzBh #: func_convert.xhp msgctxt "" @@ -58606,6 +58327,15 @@ msgctxt "" msgid "Cubic yard" msgstr "" +#. EsueL +#: func_convert.xhp +msgctxt "" +"func_convert.xhp\n" +"par_id671641306535516\n" +"help.text" +msgid "2 - These units are not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard for the CONVERT function. They are preserved for backward compatibility." +msgstr "" + #. ej2DE #: func_convert.xhp msgctxt "" @@ -59020,13 +58750,13 @@ msgctxt "" msgid "This function returns the number of whole days, months or years between Start date and End date." msgstr "" -#. hDLZF +#. zRWUX #: func_datedif.xhp msgctxt "" "func_datedif.xhp\n" -"par_id3150474\n" +"par_id531642776283977\n" "help.text" -msgid "DATEDIF(Start date; End date; Interval)" +msgid "DATEDIF(Start date; End date; Interval)" msgstr "" #. CMjse @@ -59047,13 +58777,13 @@ msgctxt "" msgid "End date is the date until the calculation is carried out. End date must be later, than Start date." msgstr "" -#. FH5g5 +#. PZGXK #: func_datedif.xhp msgctxt "" "func_datedif.xhp\n" "par_id3153183\n" "help.text" -msgid "Interval is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"." +msgid "Interval is a string that determines how the difference will be calculated. Possible values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\" regardless of the current language settings." msgstr "" #. Lxgdp @@ -60676,13 +60406,13 @@ msgctxt "" msgid "FORECAST.ETS.MULT function" msgstr "EASTERSUNDAY funkcija" -#. GByS5 +#. LnXao #: func_forecastetsmult.xhp msgctxt "" "func_forecastetsmult.xhp\n" "hd_id0603201610022291\n" "help.text" -msgid " FORECAST.ETS.MULT Function" +msgid "FORECAST.ETS.MULT Function" msgstr "" #. tYAjY @@ -64150,13 +63880,13 @@ msgctxt "" msgid "rawsubtract;subtraction RAWSUBTRACT function" msgstr "" -#. fYK6C +#. e3VEx #: func_rawsubtract.xhp msgctxt "" "func_rawsubtract.xhp\n" "hd_2016112109231\n" "help.text" -msgid "RAWSUBTRACT" +msgid "RAWSUBTRACT" msgstr "" #. CoCx7 @@ -64609,6 +64339,132 @@ msgctxt "" msgid "=ROMAN(0) returns \"\" (empty text)." msgstr "" +#. aU68a +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"tit\n" +"help.text" +msgid "ROUNDDOWN function" +msgstr "" + +#. riRPe +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "ROUNDDOWN function numbers;rounding down" +msgstr "" + +#. sroq5 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "ROUNDDOWN function" +msgstr "" + +#. dFaB6 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id841641927277474\n" +"help.text" +msgid "Rounds down a number while keeping a specified number of decimal digits." +msgstr "" + +#. gchGZ +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id701642530512560\n" +"help.text" +msgid "This function is equivalent to the TRUNC function." +msgstr "" + +#. soLKp +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id341641927560587\n" +"help.text" +msgid "ROUNDDOWN(Number [; Count])" +msgstr "" + +#. zMhAG +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id11641927688319\n" +"help.text" +msgid "Number: The number to be rounded down." +msgstr "" + +#. CkVAE +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id861641927715672\n" +"help.text" +msgid "Count: Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)." +msgstr "" + +#. rJEFs +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id911641928545976\n" +"help.text" +msgid "Use negative values for Count to round the integer part of the original Number. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth." +msgstr "" + +#. WfEbN +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id181641929609906\n" +"help.text" +msgid "In %PRODUCTNAME the Count parameter is optional whereas in MS Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the Count parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility." +msgstr "" + +#. BCmT8 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id901641928192870\n" +"help.text" +msgid "=ROUNDDOWN(21.89) returns 21. Note that this example uses the default value for Count which is 0." +msgstr "" + +#. aGJYK +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id901641928192110\n" +"help.text" +msgid "=ROUNDDOWN(103.37,1) returns 103.3." +msgstr "" + +#. bzN7A +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id171641928456743\n" +"help.text" +msgid "=ROUNDDOWN(0.664,2) returns 0.66." +msgstr "" + +#. e4fx9 +#: func_rounddown.xhp +msgctxt "" +"func_rounddown.xhp\n" +"par_id641641928712287\n" +"help.text" +msgid "=ROUNDDOWN(214.2,-1) returns 210. Note the negative value for Count, which causes the first integer value before the decimal separator to be rounded towards zero." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -64627,13 +64483,13 @@ msgctxt "" msgid "ROUNDSIG Function" msgstr "" -#. jcZEL +#. UCpWh #: func_roundsig.xhp msgctxt "" "func_roundsig.xhp\n" "hd_id351519154702177\n" "help.text" -msgid "ROUNDSIG" +msgid "ROUNDSIG" msgstr "" #. jJKBA @@ -65725,6 +65581,132 @@ msgctxt "" msgid "TODAY() returns the current computer system date." msgstr "TODAY() vraca thenutni sistemski datum." +#. Y2uYG +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"tit\n" +"help.text" +msgid "TRUNC function" +msgstr "" + +#. UkBEB +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "TRUNC function decimal places;cutting off numbers;truncate" +msgstr "" + +#. CQ5Zg +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "TRUNC function" +msgstr "" + +#. dkTrh +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id841641927277474\n" +"help.text" +msgid "Truncates a number while keeping a specified number of decimal digits." +msgstr "" + +#. Hxed7 +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id701642530512560\n" +"help.text" +msgid "This function is equivalent to the ROUNDDOWN function." +msgstr "" + +#. oZAWU +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id321641927458888\n" +"help.text" +msgid "The rounding method used by this function is known as rounding towards zero. The resulting number will always be smaller than or equal to the original number." +msgstr "" + +#. SqCQv +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id341641927560587\n" +"help.text" +msgid "TRUNC(Number [; Count])" +msgstr "" + +#. RryDW +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id11641927688319\n" +"help.text" +msgid "Number: The number to be truncated." +msgstr "" + +#. Hg6mt +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id861641927715672\n" +"help.text" +msgid "Count: Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)." +msgstr "" + +#. HKrSh +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id911641928545976\n" +"help.text" +msgid "Use negative values for Count to round the integer part of the original Number. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth." +msgstr "" + +#. EJFZd +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id901641928192870\n" +"help.text" +msgid "=TRUNC(21.89) returns 21. Note that this example uses the default value for Count which is 0." +msgstr "" + +#. ccEGa +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id901641928192110\n" +"help.text" +msgid "=TRUNC(103.37,1) returns 103.3." +msgstr "" + +#. jJvgo +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id171641928456743\n" +"help.text" +msgid "=TRUNC(0.664,2) returns 0.66." +msgstr "" + +#. Qf3R9 +#: func_trunc.xhp +msgctxt "" +"func_trunc.xhp\n" +"par_id641641928712287\n" +"help.text" +msgid "=TRUNC(214.2,-1) returns 210. Note the negative value for Count, which causes the first integer value before the decimal separator to be rounded towards zero." +msgstr "" + #. w86Dm #: func_value.xhp msgctxt "" @@ -67363,13 +67345,157 @@ msgctxt "" msgid "Create live data streams for spreadsheets." msgstr "" -#. Zsu3z +#. GmNXG #: live_data_stream.xhp msgctxt "" "live_data_stream.xhp\n" "par_id240920171007389295\n" "help.text" -msgid "Menu Data – Streams..." +msgid "Choose Data – Streams" +msgstr "" + +#. aV8Lc +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id221641995264796\n" +"help.text" +msgid "Data streaming is the continuous flow of data generated by various sources. In %PRODUCTNAME Calc, data streams can be processed, stored, analyzed, and acted upon as it's generated in real-time." +msgstr "" + +#. KANFG +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id831641996045238\n" +"help.text" +msgid "Some real-life examples of streaming data include use cases in every industry, including real-time stock trades, up-to-the-minute retail inventory management, social media feeds, multiplayer game interactions, and ride-sharing apps." +msgstr "" + +#. sWHpE +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id791641995257145\n" +"help.text" +msgid "Source stream" +msgstr "" + +#. dyVdA +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id931641998122172\n" +"help.text" +msgid "URL" +msgstr "" + +#. oYvgF +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id31641995269740\n" +"help.text" +msgid "URL of the source document in the local file system or internet." +msgstr "" + +#. 3Bdbh +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id811641996480534\n" +"help.text" +msgid "Interpret stream data as" +msgstr "" + +#. QpvTc +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id591641996318461\n" +"help.text" +msgid "value1,value2,...,valueN, and fill into range:" +msgstr "" + +#. iB5Fv +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id441641996322078\n" +"help.text" +msgid "address,value:" +msgstr "" + +#. JYyrF +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id241641998151807\n" +"help.text" +msgid "Empty lines trigger UI refresh" +msgstr "" + +#. CEui4 +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id341641995330350\n" +"help.text" +msgid "When new data arrives" +msgstr "" + +#. snU6R +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id731641995339462\n" +"help.text" +msgid "There are three features of this option:" +msgstr "" + +#. GLs5t +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id471641995370002\n" +"help.text" +msgid "Move existing data down: the existing data is moved down in index and the empty space is filled by arriving data. In short, we deal in fix range of indexes." +msgstr "" + +#. nfgHU +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id841641995386510\n" +"help.text" +msgid "Move the range down: the arriving data is appended at the end of existing data and range of indexes to be processed is shifted." +msgstr "" + +#. 4zg6F +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id1001641996559358\n" +"help.text" +msgid "Overwrite existing data: the arriving data overrides the existing data." +msgstr "" + +#. ZHiEZ +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"hd_id121641995404922\n" +"help.text" +msgid "Maximal Amount of Rows" +msgstr "" + +#. GTkWu +#: live_data_stream.xhp +msgctxt "" +"live_data_stream.xhp\n" +"par_id961641995414472\n" +"help.text" +msgid "Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the %PRODUCTNAME Calc row limit." msgstr "" #. k7H5Y diff --git a/source/bs/helpcontent2/source/text/scalc/05.po b/source/bs/helpcontent2/source/text/scalc/05.po index 388351b5532..92e0b05078f 100644 --- a/source/bs/helpcontent2/source/text/scalc/05.po +++ b/source/bs/helpcontent2/source/text/scalc/05.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: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2020-07-28 14:34+0000\n" "Last-Translator: sophie \n" "Language-Team: Bosnian \n" @@ -430,13 +430,13 @@ msgctxt "" msgid "519
#VALUE!" msgstr "" -#. ESdqW +#. c9Gyw #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3155954\n" "help.text" -msgid "No result (instead of Err:519 cell displays #VALUE!)" +msgid "No value (instead of Err:519 cell displays #VALUE!)" msgstr "" #. cf6oh @@ -529,13 +529,13 @@ msgctxt "" msgid "524
#REF!" msgstr "" -#. ioqDF +#. aHB3e #: 02140000.xhp msgctxt "" "02140000.xhp\n" "par_id3154634\n" "help.text" -msgid "invalid references (instead of Err:524 cell displays #REF!)" +msgid "Not a valid reference (instead of Err:524 cell displays #REF!)" msgstr "" #. iGGQE diff --git a/source/bs/helpcontent2/source/text/scalc/guide.po b/source/bs/helpcontent2/source/text/scalc/guide.po index 9b4de112e40..dccc805aadf 100644 --- a/source/bs/helpcontent2/source/text/scalc/guide.po +++ b/source/bs/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:48+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1870,13 +1870,13 @@ msgctxt "" msgid "Area Selection" msgstr "" -#. CB8nY +#. y55CS #: cell_enter.xhp msgctxt "" "cell_enter.xhp\n" "par_id2011780\n" "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." +msgid "Select the area where you want to input values. Now you can start to input values from the cursor position in the selected area. Press the Tab key to advance to the next cell or Shift + Tab to move backward. At the edges of the selected area the tab key jumps inside the selected area. You will not leave the selected area." msgstr "" #. HbCtq @@ -1888,13 +1888,13 @@ msgctxt "" msgid "area selection" msgstr "" -#. Lgtau +#. CCcpp #: cell_enter.xhp msgctxt "" "cell_enter.xhp\n" "par_id3232520\n" "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." +msgid "Select the area from B3 to E7. Now B3 is waiting for your input. Press Tab to advance to the next cell within the selected area." msgstr "" #. pbEDF @@ -2635,13 +2635,13 @@ msgctxt "" msgid "In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data." msgstr "U $[officename] Calc dokumentu, postavite kursor u ćeliju u koju želite unijeti podatke izvana (externe podatke)." -#. HRaaG +#. 5JKBf #: cellreferences_url.xhp msgctxt "" "cellreferences_url.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose Sheet - Link to External Data. The External Data dialog appears." +msgid "Choose Sheet - External Links. The External Data dialog appears." msgstr "" #. EQzxX @@ -13363,13 +13363,13 @@ msgctxt "" msgid "Set the cell cursor at the cell where the new content will be inserted." msgstr "" -#. AFBCH +#. SCn3P #: webquery.xhp msgctxt "" "webquery.xhp\n" "par_id3145750\n" "help.text" -msgid "Choose Sheet - Link to External Data. This opens the External Data dialog." +msgid "Choose Sheet - External Links. This opens the External Data dialog." msgstr "" #. AGj3g diff --git a/source/bs/helpcontent2/source/text/sdatabase.po b/source/bs/helpcontent2/source/text/sdatabase.po index 86748e23fa2..6102fa4fb68 100644 --- a/source/bs/helpcontent2/source/text/sdatabase.po +++ b/source/bs/helpcontent2/source/text/sdatabase.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: 2021-11-19 15:44+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2785,13 +2785,13 @@ msgctxt "" msgid "Natural" msgstr "" -#. 44FEn +#. jNw6g #: 02010101.xhp msgctxt "" "02010101.xhp\n" "par_id0305200912031977\n" "help.text" -msgid "In a natural join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns." +msgid "In a natural join, the keyword NATURAL is inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns." msgstr "" #. pK6MV @@ -7825,15 +7825,6 @@ msgctxt "" msgid "Set up Microsoft Access or Microsoft Access 2007 connection" msgstr "" -#. NCWx8 -#: dabawiz01.xhp -msgctxt "" -"dabawiz01.xhp\n" -"par_idN1063A\n" -"help.text" -msgid "Set up LDAP connection" -msgstr "" - #. 6qgTE #: dabawiz01.xhp msgctxt "" @@ -9067,6 +9058,150 @@ msgctxt "" msgid "Authentication" msgstr "" +#. MBZfJ +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"tit\n" +"help.text" +msgid "PostgreSQL Connection" +msgstr "" + +#. JBJjz +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"bm_id861587404584956\n" +"help.text" +msgid "PostgreSQL settings (Base)" +msgstr "" + +#. e9apS +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"hd_id971643043442131\n" +"help.text" +msgid "PostgreSQL Connection" +msgstr "" + +#. mReEM +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id811643043442133\n" +"help.text" +msgid "Specifies the options for connecting to PostgreSQL databases." +msgstr "" + +#. Chhvj +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"hd_id321643044241406\n" +"help.text" +msgid "DBMS/driver-specific connection string" +msgstr "" + +#. Tb6Ng +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id341643044249556\n" +"help.text" +msgid "Enter the driver specific connection string. The connection string is sequence of keyword/value pairs separated by spaces. For example" +msgstr "" + +#. wHmxd +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id471643044279530\n" +"help.text" +msgid "dbname=MyDatabase host=myHost port=5432" +msgstr "" + +#. HCUdA +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id301643045873140\n" +"help.text" +msgid "where" +msgstr "" + +#. okKGB +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id511643044303340\n" +"help.text" +msgid "dbname: the name of the database hosted in the DBMS server." +msgstr "" + +#. 4GHUU +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id331643044364699\n" +"help.text" +msgid "host: the fully qualified name of the RDBMS server" +msgstr "" + +#. 2gktB +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id931643044367236\n" +"help.text" +msgid "port: the server port. The default port for PostgreSQL is 5432." +msgstr "" + +#. GYeTa +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id421643049901759\n" +"help.text" +msgid "You can also enter the connection string as" +msgstr "" + +#. qAHKg +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id51643050033680\n" +"help.text" +msgid "postgresql://myHost:port/MyDatabase." +msgstr "" + +#. J8uHf +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id71643046088031\n" +"help.text" +msgid "Refer to the database server administrator for the correct values of the keywords passed in the connection string. Values for user= and password= are ignored but will be requested at connection time." +msgstr "" + +#. bsUA3 +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id131643048856194\n" +"help.text" +msgid "The connection string is displayed in the %PRODUCTNAME Base status bar." +msgstr "" + +#. FupET +#: dabawiz02pgsql.xhp +msgctxt "" +"dabawiz02pgsql.xhp\n" +"par_id571643046067450\n" +"help.text" +msgid "List of all keyword/value pairs for PostgreSQL 13 connection string. Not every pair is handled by the %PRODUCTNAME driver manager." +msgstr "" + #. XoiBM #: dabawiz02spreadsheet.xhp msgctxt "" @@ -10201,13 +10336,13 @@ msgctxt "" msgid "Report" msgstr "" -#. MT4CQ +#. jiTyY #: menuinsert.xhp msgctxt "" "menuinsert.xhp\n" "par_idN1058F\n" "help.text" -msgid "Starts the Report Builder window for the selected table, view, or query." +msgid "Starts the Report Builder window for the selected table, view, or query." msgstr "" #. 99GPr @@ -10705,1091 +10840,4547 @@ msgctxt "" msgid "Refreshes the tables. " msgstr "" -#. eDFFK -#: tablewizard00.xhp +#. kyYMn +#: migrate_macros.xhp msgctxt "" -"tablewizard00.xhp\n" +"migrate_macros.xhp\n" "tit\n" "help.text" -msgid "Table Wizard" +msgid "Migrate Macros" msgstr "" -#. CU3Fy -#: tablewizard00.xhp +#. KDtEB +#: migrate_macros.xhp msgctxt "" -"tablewizard00.xhp\n" -"bm_id6009094\n" +"migrate_macros.xhp\n" +"bm_id6009095\n" "help.text" -msgid "wizards;database tables (Base)Table Wizard (Base)" +msgid "wizards;macros (Base) Macro Wizard (Base) macros;attaching new (Base) migrating macros (Base)" msgstr "" -#. TStMh -#: tablewizard00.xhp +#. tjLuE +#: migrate_macros.xhp msgctxt "" -"tablewizard00.xhp\n" -"par_idN1054C\n" +"migrate_macros.xhp\n" +"hd_id0112200902353472\n" "help.text" -msgid "Table Wizard" +msgid "Migrate Macros" msgstr "" -#. rBE4D -#: tablewizard00.xhp +#. xMVrd +#: migrate_macros.xhp msgctxt "" -"tablewizard00.xhp\n" -"par_idN1055C\n" +"migrate_macros.xhp\n" +"par_id0112200902353466\n" "help.text" -msgid "The Table Wizard helps you to create a database table." +msgid "The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area." msgstr "" -#. UBG57 -#: tablewizard00.xhp +#. ajASD +#: migrate_macros.xhp msgctxt "" -"tablewizard00.xhp\n" -"par_idN105AF\n" +"migrate_macros.xhp\n" +"par_id0224200911454780\n" "help.text" -msgid "Table Wizard - Select fields" +msgid "Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name." msgstr "" -#. GgEVx -#: tablewizard01.xhp +#. M7aSL +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"tit\n" +"migrate_macros.xhp\n" +"par_id022420091145472\n" "help.text" -msgid "Table Wizard - Select Fields" +msgid "The list shows all changes that were applied to the database file." msgstr "" -#. ZFKJc -#: tablewizard01.xhp +#. hee9q +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10546\n" +"migrate_macros.xhp\n" +"par_id0112200902353542\n" "help.text" -msgid "Table Wizard - Select Fields" +msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view." msgstr "" -#. 4HLFY -#: tablewizard01.xhp +#. DhC2o +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10556\n" +"migrate_macros.xhp\n" +"par_id0112200903075865\n" "help.text" -msgid "Select fields from the provided sample tables as a starting point to create your own table." +msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area." msgstr "" -#. csKoV -#: tablewizard01.xhp +#. mtCb7 +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10559\n" +"migrate_macros.xhp\n" +"par_id0112200903075830\n" "help.text" -msgid "Business" +msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed." msgstr "" -#. TRDAu -#: tablewizard01.xhp +#. RJUfX +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN1055D\n" +"migrate_macros.xhp\n" +"par_id0112200903075951\n" "help.text" -msgid "Select the business category to see only business sample tables." +msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this." msgstr "" -#. dCJP5 -#: tablewizard01.xhp +#. pSFRn +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10560\n" +"migrate_macros.xhp\n" +"par_id0112200903075915\n" "help.text" -msgid "Private" +msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged." msgstr "" -#. 9fJfk -#: tablewizard01.xhp +#. WCGZK +#: migrate_macros.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10564\n" +"migrate_macros.xhp\n" +"par_id0112200902353554\n" "help.text" -msgid "Select the private category to see only private sample tables." +msgid "An in depth explanation by the developers (Wiki)." msgstr "" -#. dEiyC -#: tablewizard01.xhp +#. WG9NH +#: password.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN10567\n" +"password.xhp\n" +"tit\n" "help.text" -msgid "Sample tables" +msgid "User Name and Password Required" msgstr "" -#. AhZXR -#: tablewizard01.xhp +#. WekVB +#: password.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN1056B\n" +"password.xhp\n" +"par_idN10541\n" "help.text" -msgid "Select one of the sample tables. Then select fields from that table from the left list box. Repeat this step until you have selected all the fields that you need." +msgid "User Name and Password Required" msgstr "" -#. jJf8M -#: tablewizard01.xhp +#. LCLTp +#: password.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN1059E\n" +"password.xhp\n" +"par_idN1054D\n" "help.text" -msgid "Selected Fields" +msgid "User name" msgstr "" -#. pj8q2 -#: tablewizard01.xhp +#. Rx3tD +#: password.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN105A4\n" +"password.xhp\n" +"par_idN10551\n" "help.text" -msgid "Displays all fields that will be included in the new table." +msgid "Enter the user name to connect to the data source." msgstr "" -#. 4LVS2 -#: tablewizard01.xhp +#. dQH7s +#: password.xhp msgctxt "" -"tablewizard01.xhp\n" -"par_idN105A9\n" +"password.xhp\n" +"par_idN10568\n" "help.text" -msgid "Table Wizard - Set types and formats" +msgid "Password" msgstr "" -#. EYiHW -#: tablewizard02.xhp +#. dqjRr +#: password.xhp msgctxt "" -"tablewizard02.xhp\n" -"tit\n" +"password.xhp\n" +"par_idN1056C\n" "help.text" -msgid "Table Wizard - Set Types and Formats" +msgid "Enter the password to connect to the data source." msgstr "" -#. yC4de -#: tablewizard02.xhp +#. TudyG +#: password.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10552\n" +"password.xhp\n" +"par_idN10583\n" "help.text" -msgid "Table Wizard - Set Types and Formats" +msgid "Remember password till end of session" msgstr "" -#. r3sex -#: tablewizard02.xhp +#. KYrgJ +#: password.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10562\n" +"password.xhp\n" +"par_idN10587\n" "help.text" -msgid "Specifies the field information for your selected fields." +msgid "Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session." msgstr "" -#. GmqTu -#: tablewizard02.xhp +#. EWAYC +#: querywizard00.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10565\n" +"querywizard00.xhp\n" +"tit\n" "help.text" -msgid "Selected fields" +msgid "Query Wizard" msgstr "" -#. 3HRfy -#: tablewizard02.xhp +#. VGUsH +#: querywizard00.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10569\n" +"querywizard00.xhp\n" +"par_idN1054C\n" "help.text" -msgid "Select a field in order to edit the field information." +msgid "Query Wizard" msgstr "" -#. C6Hj6 -#: tablewizard02.xhp +#. 7eeqf +#: querywizard00.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10574\n" +"querywizard00.xhp\n" +"par_idN1055C\n" "help.text" -msgid "−" +msgid "The Query Wizard helps you to design a database query. The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command." msgstr "" -#. uhA3i -#: tablewizard02.xhp +#. SCN34 +#: querywizard00.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10578\n" +"querywizard00.xhp\n" +"par_idN105D2\n" "help.text" -msgid "Remove the selected field from the list box." +msgid "Query Wizard - Field selection" msgstr "" -#. bDhR7 -#: tablewizard02.xhp +#. qKgrF +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1057B\n" +"querywizard01.xhp\n" +"tit\n" "help.text" -msgid "+" +msgid "Query Wizard - Field Selection" msgstr "" -#. oRB9f -#: tablewizard02.xhp +#. ago2e +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1057F\n" +"querywizard01.xhp\n" +"par_idN10546\n" "help.text" -msgid "Add a new data field to the list box." +msgid "Query Wizard - Field Selection" msgstr "" -#. t3DZP -#: tablewizard02.xhp +#. zvnWy +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10582\n" +"querywizard01.xhp\n" +"par_idN10556\n" "help.text" -msgid "Field information" +msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query." msgstr "" -#. 32RqX -#: tablewizard02.xhp +#. bjRCe +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10586\n" +"querywizard01.xhp\n" +"par_idN10559\n" "help.text" -msgid "Field name" +msgid "Tables" msgstr "" -#. CemcB -#: tablewizard02.xhp +#. RBgge +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1058A\n" +"querywizard01.xhp\n" +"par_idN1055D\n" "help.text" -msgid "Displays the name of the selected data field. If you want, you can enter a new name." +msgid "Specifies the table for which the query is to be created." msgstr "" -#. iACxs -#: tablewizard02.xhp +#. BFXtZ +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1058D\n" +"querywizard01.xhp\n" +"par_idN10590\n" "help.text" -msgid "Field type" +msgid "Fields in the Query" msgstr "" -#. FpeCt -#: tablewizard02.xhp +#. n6cwc +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10591\n" +"querywizard01.xhp\n" +"par_idN10594\n" "help.text" -msgid "Select a field type." +msgid "Displays all fields that will be included in the new query." msgstr "" -#. dBDH3 -#: tablewizard02.xhp +#. MJBo8 +#: querywizard01.xhp msgctxt "" -"tablewizard02.xhp\n" -"hd_id5486922\n" +"querywizard01.xhp\n" +"par_idN10597\n" "help.text" -msgid "AutoValue" +msgid "Query Wizard - Sorting order" msgstr "" -#. mhvS4 -#: tablewizard02.xhp +#. T7jwS +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Sorting Order" +msgstr "" + +#. 6jtTb +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Query Wizard - Sorting Order" +msgstr "" + +#. hv6wL +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies the sorting order for the data records in your query." +msgstr "" + +#. eVr57 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Sort by" +msgstr "" + +#. CRtP3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105B2\n" +"help.text" +msgid "Specifies the field by which the created query is sorted." +msgstr "" + +#. xUjcF +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "Ascending" +msgstr "" + +#. aSXt6 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Click to sort in alphabetically or numerically ascending order." +msgstr "" + +#. pR3aG +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Descending" +msgstr "" + +#. 9BtoZ +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105CC\n" +"help.text" +msgid "Click to sort in alphabetically or numerically descending order." +msgstr "" + +#. 6U4wS +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN10568\n" +"help.text" +msgid "And then by" +msgstr "" + +#. CqmF3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN105D9\n" +"help.text" +msgid "Specifies additional fields by which the created query is sorted, if previous sort fields are equal." +msgstr "" + +#. pEGB3 +#: querywizard02.xhp +msgctxt "" +"querywizard02.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Query Wizard - Search conditions" +msgstr "" + +#. Ezdjv +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Search Conditions" +msgstr "" + +#. usSAE +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Query Wizard - Search Conditions" +msgstr "" + +#. Axn74 +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies the search conditions to filter the query." +msgstr "" + +#. MBS9h +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Match all of the following" +msgstr "" + +#. eGvAt +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105B2\n" +"help.text" +msgid "Select to filter the query by all the conditions using a logical AND." +msgstr "" + +#. mowq3 +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "Match any of the following" +msgstr "" + +#. m9DAv +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Select to filter the query by any of the conditions using a logical OR." +msgstr "" + +#. YzKAZ +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Field" +msgstr "" + +#. zJBqq +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105CC\n" +"help.text" +msgid "Select the field name for the filter condition." +msgstr "" + +#. cpBwd +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Condition" +msgstr "" + +#. FRFQM +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105D9\n" +"help.text" +msgid "Select the condition for the filter." +msgstr "" + +#. dF2FF +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Value" +msgstr "" + +#. ZKEEw +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN105E6\n" +"help.text" +msgid "Enter the value for the filter condition." +msgstr "" + +#. huAnr +#: querywizard03.xhp +msgctxt "" +"querywizard03.xhp\n" +"par_idN10574\n" +"help.text" +msgid "Query Wizard - Detail or summary" +msgstr "" + +#. AFtfc +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Detail or Summary" +msgstr "" + +#. He5oE +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Query Wizard - Detail or Summary" +msgstr "" + +#. pvdAU +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Specifies whether to display all records of the query, or only the results of aggregate functions." +msgstr "" + +#. GNBdc +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10556\n" +"help.text" +msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions." +msgstr "" + +#. LAhTk +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Detailed query" +msgstr "" + +#. aXtmP +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "Select to show all records of the query." +msgstr "" + +#. h7yp9 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105C2\n" +"help.text" +msgid "Summary query" +msgstr "" + +#. 4VMFu +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105C8\n" +"help.text" +msgid "Select to show only results of aggregate functions." +msgstr "" + +#. CEC9y +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls." +msgstr "" + +#. QCySK +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Aggregate function" +msgstr "" + +#. H3vuB +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105E4\n" +"help.text" +msgid "Select the aggregate function." +msgstr "" + +#. 7VBHB +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105DD\n" +"help.text" +msgid "Field name" +msgstr "" + +#. DhcSj +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN10656\n" +"help.text" +msgid "Select the numeric field name." +msgstr "" + +#. 2fBzx +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105E7\n" +"help.text" +msgid "+" +msgstr "" + +#. hM5kP +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "Appends a new row of controls." +msgstr "" + +#. psHk4 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN105F1\n" +"help.text" +msgid "−" +msgstr "" + +#. MYCN9 +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1060B\n" +"help.text" +msgid "Removes the last row of controls." +msgstr "" + +#. 95hsW +#: querywizard04.xhp +msgctxt "" +"querywizard04.xhp\n" +"par_idN1060E\n" +"help.text" +msgid "Query Wizard - Grouping" +msgstr "" + +#. d4Arr +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Grouping" +msgstr "" + +#. kwKJA +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10546\n" +"help.text" +msgid "Query Wizard - Grouping" +msgstr "" + +#. yimYQ +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies whether to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." +msgstr "" + +#. BEcEC +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Group by" +msgstr "" + +#. XSPcc +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Displays all fields that are to be used to group the query." +msgstr "" + +#. bebrL +#: querywizard05.xhp +msgctxt "" +"querywizard05.xhp\n" +"par_idN10590\n" +"help.text" +msgid "Query Wizard - Grouping conditions" +msgstr "" + +#. FJyRe +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Grouping Conditions" +msgstr "" + +#. rvBec +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10546\n" +"help.text" +msgid "Query Wizard - Grouping Conditions" +msgstr "" + +#. isYHF +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." +msgstr "" + +#. E2hjZ +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Match all of the following" +msgstr "" + +#. tsdNz +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Select to group the query by all the conditions using a logical AND." +msgstr "" + +#. vG7ub +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Match any of the following" +msgstr "" + +#. H4kNz +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Select to group the query by any of the conditions using a logical OR." +msgstr "" + +#. CRQPr +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Field name" +msgstr "" + +#. AUDUW +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Select the field name for the grouping condition." +msgstr "" + +#. vYSzM +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Condition" +msgstr "" + +#. VHAhf +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10572\n" +"help.text" +msgid "Select the condition for the grouping." +msgstr "" + +#. LYZYG +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Value" +msgstr "" + +#. GBywN +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Enter the value for the grouping condition." +msgstr "" + +#. tg3CC +#: querywizard06.xhp +msgctxt "" +"querywizard06.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Query Wizard - Aliases" +msgstr "" + +#. LGziG +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Aliases" +msgstr "" + +#. dCG5v +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Query Wizard - Aliases" +msgstr "" + +#. 8qMru +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name." +msgstr "" + +#. GKQBZ +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Alias" +msgstr "" + +#. TiaDt +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "Enter the alias for the field name." +msgstr "" + +#. cHhQS +#: querywizard07.xhp +msgctxt "" +"querywizard07.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Query Wizard - Overview" +msgstr "" + +#. ZD37L +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"tit\n" +"help.text" +msgid "Query Wizard - Overview" +msgstr "" + +#. eZifq +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Query Wizard - Overview" +msgstr "" + +#. Eugc7 +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished." +msgstr "" + +#. zjCxf +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Name of the query" +msgstr "" + +#. ZLJYh +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "Enter the name of the query." +msgstr "" + +#. uC9Qc +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Display query" +msgstr "" + +#. BJa3G +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10561\n" +"help.text" +msgid "Select to save and display the query." +msgstr "" + +#. yN4FB +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Modify query" +msgstr "" + +#. VKpNF +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Select to save the query and open it for editing." +msgstr "" + +#. 3ww32 +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Overview" +msgstr "" + +#. SfUBA +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Displays a summary of the query." +msgstr "" + +#. 8k8Fx +#: querywizard08.xhp +msgctxt "" +"querywizard08.xhp\n" +"par_idN10572\n" +"help.text" +msgid "Query Wizard" +msgstr "" + +#. Us2de +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"tit\n" +"help.text" +msgid "Date and Time" +msgstr "" + +#. eDaHU +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"hd_id2320932\n" +"help.text" +msgid "Date and Time" +msgstr "" + +#. DrUB4 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8638874\n" +"help.text" +msgid "You can open the Date and Time dialog of the Report Builder by choosing Insert - Date and Time." +msgstr "" + +#. tSLyd +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id6278878\n" +"help.text" +msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. ppg4k +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id393078\n" +"help.text" +msgid "Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed." +msgstr "" + +#. 6ued5 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id1271401\n" +"help.text" +msgid "Select a format to display the date." +msgstr "" + +#. VvPJF +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8718832\n" +"help.text" +msgid "Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed." +msgstr "" + +#. DfCAA +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id8561052\n" +"help.text" +msgid "Select a format to display the time." +msgstr "" + +#. cVAzu +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id5992919\n" +"help.text" +msgid "Click OK to insert the field." +msgstr "" + +#. WFpF6 +#: rep_datetime.xhp +msgctxt "" +"rep_datetime.xhp\n" +"par_id4320810\n" +"help.text" +msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window." +msgstr "" + +#. DCjDN +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"tit\n" +"help.text" +msgid "Insert Fields" +msgstr "" + +#. DiU2a +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"bm_id61540566967968\n" +"help.text" +msgid "insert fields;in report design add fields;in report design report design;add fields to report" +msgstr "" + +#. ZSrFy +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"hd_id361540562942432\n" +"help.text" +msgid "Add fields to report" +msgstr "" + +#. zFCzB +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3587145\n" +"help.text" +msgid "The Add Field window helps you to insert the table entries in the report." +msgstr "" + +#. dzGbq +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id4503921\n" +"help.text" +msgid "The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box." +msgstr "" + +#. hQDBC +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id171540674707522\n" +"help.text" +msgid "Choose View - Add Field." +msgstr "" + +#. hxBBt +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id991540674901837\n" +"help.text" +msgid "Add field icon" +msgstr "" + +#. oEoAE +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id121540674874655\n" +"help.text" +msgid "Click the Add Field icon on the toolbar." +msgstr "" + +#. BqWBD +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id141540563922693\n" +"help.text" +msgid "Select the field in the Add Field dialog and click Insert. You can select multiple fields pressing the CommandCtrl key while clicking on the fields name or using the Shift key while pressing the mouse button. Click Insert in the toolbar to add the fields to the report." +msgstr "" + +#. BGjjH +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id4051026\n" +"help.text" +msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields." +msgstr "" + +#. Hk568 +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3397320\n" +"help.text" +msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted." +msgstr "" + +#. RGprC +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id3059785\n" +"help.text" +msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon Icon, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." +msgstr "" + +#. VjpkA +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"hd_id251540563929787\n" +"help.text" +msgid "Sorting fields names" +msgstr "" + +#. pNfxS +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id651540564204840\n" +"help.text" +msgid "Sort Ascending icon" +msgstr "" + +#. EfMFi +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540563992665\n" +"help.text" +msgid "Sort names ascending." +msgstr "" + +#. 9jVwk +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id811540564184191\n" +"help.text" +msgid "Sort descending icon" +msgstr "" + +#. BEcwL +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540563942665\n" +"help.text" +msgid "Sort names descending," +msgstr "" + +#. GRKuP +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id851540564212907\n" +"help.text" +msgid "Undo sorting icon" +msgstr "" + +#. DVAm8 +#: rep_insertfield.xhp +msgctxt "" +"rep_insertfield.xhp\n" +"par_id401540533942665\n" +"help.text" +msgid "Restore original sorting" +msgstr "" + +#. gCECo +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"tit\n" +"help.text" +msgid "Report Builder" +msgstr "" + +#. Yyb28 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"bm_id1614429\n" +"help.text" +msgid "Report Builder Oracle Report Builder" +msgstr "" + +#. DouuB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id8773155\n" +"help.text" +msgid "Report Builder" +msgstr "" + +#. tcUx2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5248573\n" +"help.text" +msgid "The Report Builder is a tool to create your own database reports. Unlike with the Report Wizard, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too." +msgstr "" + +#. kCCcM +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7128818\n" +"help.text" +msgid "To use the Report Builder, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME." +msgstr "" + +#. MUFG8 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id556047\n" +"help.text" +msgid "To install the JRE software" +msgstr "" + +#. CTy58 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4515823\n" +"help.text" +msgid "The Report Builder requires an installed Java Runtime Environment (JRE)." +msgstr "" + +#. t42Ud +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4044312\n" +"help.text" +msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced." +msgstr "" + +#. bGABC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1369060\n" +"help.text" +msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system." +msgstr "" + +#. oxLT3 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id860927\n" +"help.text" +msgid "If a recent JRE version is found on your system, you see an entry in the list." +msgstr "" + +#. 87xW7 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8581804\n" +"help.text" +msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME." +msgstr "" + +#. KmqC6 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7730033\n" +"help.text" +msgid "Ensure that Use a Java runtime environment is enabled." +msgstr "" + +#. oeX8D +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6317636\n" +"help.text" +msgid "If no JRE version is found on your system, open your web browser and download the JRE software from http://www.java.com. Install the JRE software. Then restart %PRODUCTNAME and open %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced again." +msgstr "" + +#. 87hJD +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id9759514\n" +"help.text" +msgid "To open the Report Builder" +msgstr "" + +#. TxLZj +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9076509\n" +"help.text" +msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field." +msgstr "" + +#. NiuEf +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7050691\n" +"help.text" +msgid "Click the Reports icon in the Base window, then choose Create Report in Design View." +msgstr "" + +#. u7db8 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7118747\n" +"help.text" +msgid "The Report Builder window opens." +msgstr "" + +#. eC7Ku +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8283639\n" +"help.text" +msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below." +msgstr "" + +#. FZucS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2291024\n" +"help.text" +msgid "On the right you see the Properties window with the property values of the currently selected object." +msgstr "" + +#. 9iUTs +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2100589\n" +"help.text" +msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:" +msgstr "" + +#. bpA2e +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5022125\n" +"help.text" +msgid "Page Header - drag control fields with fixed text into the Page Header area" +msgstr "" + +#. TcX6C +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6844386\n" +"help.text" +msgid "Detail - drag and drop database fields into the Detail area" +msgstr "" + +#. k3qgL +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7018646\n" +"help.text" +msgid "Page Footer - drag control fields with fixed text into the Page Footer area" +msgstr "" + +#. GbMdT +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5857112\n" +"help.text" +msgid "To insert an additional Report Header and Report Footer area choose Edit - Insert Report Header/Footer. These areas contain text that appears at the start and end of the whole report." +msgstr "" + +#. cvEuz +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6042664\n" +"help.text" +msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again." +msgstr "" + +#. NCMdn +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1589098\n" +"help.text" +msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below." +msgstr "" + +#. 3dx6B +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1278420\n" +"help.text" +msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon." +msgstr "" + +#. 25GDr +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7479476\n" +"help.text" +msgid "To connect the report to a database table" +msgstr "" + +#. TuFVF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2218390\n" +"help.text" +msgid "Move the mouse to the Properties view. You see two tab pages General and Data." +msgstr "" + +#. WdBn9 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7771538\n" +"help.text" +msgid "On the Data tab page, click Content to open the combo box." +msgstr "" + +#. UKbEt +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id366527\n" +"help.text" +msgid "Select the table for that you want to create the report." +msgstr "" + +#. NzJzg +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7996459\n" +"help.text" +msgid "After selecting the table, press the Tab key to leave the Content box." +msgstr "" + +#. vmDAS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2531815\n" +"help.text" +msgid "The Add fields to report window opens automatically and shows all fields of the selected table." +msgstr "" + +#. vsFKB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7657399\n" +"help.text" +msgid "Select two or more objects and click this icon to align the objects at the left margin of the area." +msgstr "" + +#. BqG3G +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8925138\n" +"help.text" +msgid "Select two or more objects and click this icon to align the objects at the right margin of the area." +msgstr "" + +#. UcCYH +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5461897\n" +"help.text" +msgid "Select two or more objects and click this icon to align the objects at the top margin of the area." +msgstr "" + +#. gDxeY +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8919339\n" +"help.text" +msgid "Select two or more objects and click this icon to align the objects at the bottom margin of the area." +msgstr "" + +#. nNfGG +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4634235\n" +"help.text" +msgid "Select two or more objects and click this icon to resize the objects to the smallest width." +msgstr "" + +#. GuD9F +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1393475\n" +"help.text" +msgid "Select two or more objects and click this icon to resize the objects to the smallest height." +msgstr "" + +#. NAFEu +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6571550\n" +"help.text" +msgid "Select two or more objects and click this icon to resize the objects to the greatest width." +msgstr "" + +#. ssdFE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5376140\n" +"help.text" +msgid "Select two or more objects and click this icon to resize the objects to the greatest height." +msgstr "" + +#. yLQm4 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9611499\n" +"help.text" +msgid "Inserts a horizontal line to the current area." +msgstr "" + +#. XVFTm +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id6765953\n" +"help.text" +msgid "Inserts a vertical line to the current area." +msgstr "" + +#. 5gYXB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242612\n" +"help.text" +msgid "Shrinks the selected section to remove top and bottom empty space." +msgstr "" + +#. K9bij +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242617\n" +"help.text" +msgid "Shrinks the selected section to remove top empty space." +msgstr "" + +#. S4vSt +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id0409200922242661\n" +"help.text" +msgid "Shrinks the selected section to remove bottom empty space." +msgstr "" + +#. bFTYS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1511581\n" +"help.text" +msgid "After inserting fields in the Detail view, the report is ready for execution." +msgstr "" + +#. j9t2k +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4881740\n" +"help.text" +msgid "To execute a report" +msgstr "" + +#. FtAeF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8286385\n" +"help.text" +msgid "Click the Execute Report icon on the toolbar." +msgstr "" + +#. QxSrq +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id341642784887818\n" +"help.text" +msgid "Execute Report icon" +msgstr "" + +#. FRApC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id71642784887822\n" +"help.text" +msgid "Execute Report icon" +msgstr "" + +#. EbwoS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2354197\n" +"help.text" +msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert." +msgstr "" + +#. CCUrN +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2485122\n" +"help.text" +msgid "If the database contents did change, execute the report again to update the result report." +msgstr "" + +#. XrBwB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"hd_id8746910\n" +"help.text" +msgid "To edit a report" +msgstr "" + +#. GinFd +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9636524\n" +"help.text" +msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design." +msgstr "" + +#. awMUn +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5941648\n" +"help.text" +msgid "The Writer document is opened read-only. To edit the Writer document, click Edit Document on the information bar, or choose Edit - Edit Mode." +msgstr "" + +#. G2dAA +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8307138\n" +"help.text" +msgid "If you want to edit the Report Builder view, you can change some of its properties." +msgstr "" + +#. XYvED +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7138889\n" +"help.text" +msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color." +msgstr "" + +#. YbHaF +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id9869380\n" +"help.text" +msgid "After finishing, click the Execute Report icon to create a new report." +msgstr "" + +#. h2c39 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id12512\n" +"help.text" +msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK." +msgstr "" + +#. T8vuS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2676168\n" +"help.text" +msgid "Sorting the report" +msgstr "" + +#. Cg7RE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2626422\n" +"help.text" +msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database." +msgstr "" + +#. ZgBCK +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id1743827\n" +"help.text" +msgid "Open the Report Builder view and click the Sorting and Grouping icon on the toolbar. You see the Sorting and Grouping dialog." +msgstr "" + +#. rZjJB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id241642785406292\n" +"help.text" +msgid "Icon Sort and Grouping" +msgstr "" + +#. EcCrC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id81642785406296\n" +"help.text" +msgid "Icon Sort and Grouping" +msgstr "" + +#. 35NvQ +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4331797\n" +"help.text" +msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property." +msgstr "" + +#. heWc5 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id4191717\n" +"help.text" +msgid "Execute the report." +msgstr "" + +#. FoAAB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id2318796\n" +"help.text" +msgid "Grouping" +msgstr "" + +#. gBGNE +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id399182\n" +"help.text" +msgid "Open the Report Builder view and click the Sorting and Grouping icon on the toolbar. You see the Sorting and Grouping dialog." +msgstr "" + +#. zfuDw +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7588732\n" +"help.text" +msgid "In the Groups box, open the Group Header list box and select to show a group header." +msgstr "" + +#. 6BQtB +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id95828\n" +"help.text" +msgid "Click the Add Field icon to open the Add Field window." +msgstr "" + +#. VbSz2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id911642785710911\n" +"help.text" +msgid "Icon Add Field" +msgstr "" + +#. CKwKa +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id831642785710915\n" +"help.text" +msgid "Icon Add Field" +msgstr "" + +#. WyQ6C +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id5675527\n" +"help.text" +msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section." +msgstr "" + +#. GscG2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id3496200\n" +"help.text" +msgid "Execute the report. The report shows the grouped records." +msgstr "" + +#. dLiAY +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7599108\n" +"help.text" +msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report." +msgstr "" + +#. WGFAC +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id888698\n" +"help.text" +msgid "Updating and printing your data" +msgstr "" + +#. 9CfYU +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id3394573\n" +"help.text" +msgid "When you insert some new data or edit data in the table, a new report will show the updated data." +msgstr "" + +#. WBEpS +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id7594225\n" +"help.text" +msgid "Click the Reports icon and double-click your last saved report. A new Writer document will be created which shows the new data." +msgstr "" + +#. UFpr2 +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id191642785888796\n" +"help.text" +msgid "Icon Reports" +msgstr "" + +#. DseWN +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id701642785888800\n" +"help.text" +msgid "Icon Reports" +msgstr "" + +#. Kp54P +#: rep_main.xhp +msgctxt "" +"rep_main.xhp\n" +"par_id8147221\n" +"help.text" +msgid "To print a report, choose File - Print from the Writer document." +msgstr "" + +#. AnAta +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"tit\n" +"help.text" +msgid "Report Navigator" +msgstr "" + +#. 6utJF +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"bm_id5823847\n" +"help.text" +msgid "formulas in reports;editingfunctions in reports;editing" +msgstr "" + +#. ruhgL +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id1821955\n" +"help.text" +msgid "Report Navigator" +msgstr "" + +#. 7hD99 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1150852\n" +"help.text" +msgid "You can open the Report Navigator window of the Report Builder by choosing View - Report Navigator." +msgstr "" + +#. hBVny +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1111484\n" +"help.text" +msgid "The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report." +msgstr "" + +#. LJxNC +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id8314157\n" +"help.text" +msgid "Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu." +msgstr "" + +#. prLAV +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id2932828\n" +"help.text" +msgid "To enter functions to the report" +msgstr "" + +#. CSJFz +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id5091708\n" +"help.text" +msgid "In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them." +msgstr "" + +#. TVyh8 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9449446\n" +"help.text" +msgid "Functions can be entered using a syntax as specified by the OpenFormula proposal." +msgstr "" + +#. 3GfjV +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id4095583\n" +"help.text" +msgid "See Wiki page about Base for some more help regarding the functions in a report." +msgstr "" + +#. 2spAx +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"hd_id311593\n" +"help.text" +msgid "To calculate a sum for each client" +msgstr "" + +#. zGU9C +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id3948789\n" +"help.text" +msgid "Open the Report Navigator." +msgstr "" + +#. FSYuv +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id5391399\n" +"help.text" +msgid "Open the Groups entry and the group where you want to calculate the cost." +msgstr "" + +#. bP94U +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6989654\n" +"help.text" +msgid "The group has a sub entry called functions." +msgstr "" + +#. FbfyS +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1803643\n" +"help.text" +msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it." +msgstr "" + +#. hTbw9 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id868251\n" +"help.text" +msgid "In the property browser you see the function." +msgstr "" + +#. KBn87 +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6247749\n" +"help.text" +msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]." +msgstr "" + +#. y2cwk +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1565904\n" +"help.text" +msgid "In the initial value enter 0." +msgstr "" + +#. RkdrZ +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1569261\n" +"help.text" +msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)." +msgstr "" + +#. utdSG +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9256874\n" +"help.text" +msgid "Maybe you have to set the initial value to the value of the field like [field]." +msgstr "" + +#. Hp4tF +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id4601886\n" +"help.text" +msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:" +msgstr "" + +#. Dzpam +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id1754509\n" +"help.text" +msgid "[SumCost] + IF(ISBLANK([field]);0;[field])" +msgstr "" + +#. tGCiz +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id8122196\n" +"help.text" +msgid "Enter the formula that defines the function. Use OpenFormula syntax." +msgstr "" + +#. mTZGY +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9909665\n" +"help.text" +msgid "Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1." +msgstr "" + +#. qEtTN +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id9141819\n" +"help.text" +msgid "If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated." +msgstr "" + +#. XGkHa +#: rep_navigator.xhp +msgctxt "" +"rep_navigator.xhp\n" +"par_id6354869\n" +"help.text" +msgid "If Pre evaluation is enabled, functions are evaluated only when the report is finished." +msgstr "" + +#. nNgrq +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"tit\n" +"help.text" +msgid "Page Numbers" +msgstr "" + +#. nTPmB +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"hd_id3674123\n" +"help.text" +msgid "Page Numbers" +msgstr "" + +#. oPnyT +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3424481\n" +"help.text" +msgid "You can open the Page Numbers dialog of the Report Builder by choosing Insert - Page Numbers." +msgstr "" + +#. ygaGw +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id1068758\n" +"help.text" +msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. Cz9Sk +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id1559190\n" +"help.text" +msgid "Page N" +msgstr "" + +#. rcaDS +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id9879146\n" +"help.text" +msgid "Page N of M" +msgstr "" + +#. tDDwG +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id9404278\n" +"help.text" +msgid "Top of Page (Header)" +msgstr "" + +#. dvqcL +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id7626880\n" +"help.text" +msgid "Bottom of Page (Footer)" +msgstr "" + +#. XRZPh +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id6124149\n" +"help.text" +msgid "Alignment" +msgstr "" + +#. horox +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id8257087\n" +"help.text" +msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report." +msgstr "" + +#. 84Dct +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3479415\n" +"help.text" +msgid "Select to show the page numbers in the Page Header area or in the Page Footer area." +msgstr "" + +#. GxdrQ +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id4441663\n" +"help.text" +msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment." +msgstr "" + +#. MJV32 +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id3012176\n" +"help.text" +msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed." +msgstr "" + +#. 6QnRv +#: rep_pagenumbers.xhp +msgctxt "" +"rep_pagenumbers.xhp\n" +"par_id8532670\n" +"help.text" +msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window." +msgstr "" + +#. 7uNv6 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"tit\n" +"help.text" +msgid "Properties" +msgstr "" + +#. CEY5D +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"hd_id8836939\n" +"help.text" +msgid "Properties" +msgstr "" + +#. yQEzY +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2711264\n" +"help.text" +msgid "The Properties window of the Report Builder always shows the properties of the currently selected object in the Report Builder view." +msgstr "" + +#. hiDZo +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1080660\n" +"help.text" +msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." +msgstr "" + +#. WFv9q +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7175817\n" +"help.text" +msgid "On first start of the Report Builder, the Properties window shows the Data tab page for the whole report." +msgstr "" + +#. khEAx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9895931\n" +"help.text" +msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box." +msgstr "" + +#. krzKx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3587145\n" +"help.text" +msgid "The Add fields to report window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose View - Add Field." +msgstr "" + +#. 5BJS6 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6993926\n" +"help.text" +msgid "The General tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others." +msgstr "" + +#. eGuih +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3729361\n" +"help.text" +msgid "To display the Data or General tab page for the whole report, choose Edit - Select All - Select Report." +msgstr "" + +#. r4tre +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1768852\n" +"help.text" +msgid "Groups are kept together by page or by column (default). You must enable Keep Together also." +msgstr "" + +#. PFQYf +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6304818\n" +"help.text" +msgid "Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer." +msgstr "" + +#. 9rAVD +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id401623\n" +"help.text" +msgid "Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer" +msgstr "" + +#. rMRex +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2162236\n" +"help.text" +msgid "Specifies to print repeated values." +msgstr "" + +#. nCDvW +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7022003\n" +"help.text" +msgid "If you click the Page Header or Page Footer area without selecting any object, you see the General tab page for that area." +msgstr "" + +#. xACk2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7004303\n" +"help.text" +msgid "You can edit some visual properties for the area." +msgstr "" + +#. hPUHN +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2561723\n" +"help.text" +msgid "Sets the background color for the selected object, both on screen and for printing." +msgstr "" + +#. BXnJc +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1064485\n" +"help.text" +msgid "An invisible object is not shown in the executed report. It is still visible in the Report Builder view." +msgstr "" + +#. Xd2SG +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2356028\n" +"help.text" +msgid "Defines the height of the selected object." +msgstr "" + +#. GXpuh +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1404461\n" +"help.text" +msgid "If the Conditional Print Expression evaluates to TRUE, the selected object will be printed." +msgstr "" + +#. jvkXA +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7404705\n" +"help.text" +msgid "Specifies whether the background of the selected object is transparent or opaque." +msgstr "" + +#. qgLML +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7466963\n" +"help.text" +msgid "If you click the Detail area without selecting any object, you see the General tab page for that area." +msgstr "" + +#. kmEmG +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3644215\n" +"help.text" +msgid "You can specify some properties to fine-tune the way the records are printed." +msgstr "" + +#. cjDLx +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id3148899\n" +"help.text" +msgid "Force New Page specifies whether the current section and/or the next section is printed on a new page." +msgstr "" + +#. CuyG2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id6164433\n" +"help.text" +msgid "New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column." +msgstr "" + +#. nHVy2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7405011\n" +"help.text" +msgid "Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page." +msgstr "" + +#. FjNyy +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1536606\n" +"help.text" +msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window." +msgstr "" + +#. 2LAyX +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9631641\n" +"help.text" +msgid "For a Label field, you can change the displayed text in the Label input box." +msgstr "" + +#. iy4M5 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7749565\n" +"help.text" +msgid "For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers." +msgstr "" + +#. XKxxX +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id4041871\n" +"help.text" +msgid "Set the X Position for the selected object" +msgstr "" + +#. bvgTD +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id9930722\n" +"help.text" +msgid "Set the Y Position for the selected object" +msgstr "" + +#. YGfo2 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id5749687\n" +"help.text" +msgid "Sets the width of the selected object." +msgstr "" + +#. pwu7Q +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id79348\n" +"help.text" +msgid "Select the font for the selected text object." +msgstr "" + +#. r9No9 +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id2414014\n" +"help.text" +msgid "Print when group change" +msgstr "" + +#. 25y9K +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id7617114\n" +"help.text" +msgid "Vert. Alignment" +msgstr "" + +#. GXFDE +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1593676\n" +"help.text" +msgid "On the General tab page of a data field, you can set the Formatting properties, among others." +msgstr "" + +#. LyTPo +#: rep_prop.xhp +msgctxt "" +"rep_prop.xhp\n" +"par_id1243629\n" +"help.text" +msgid "On the Data tab page, you can change the data contents to be shown." +msgstr "" + +#. g3CBB +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"tit\n" +"help.text" +msgid "Sorting and Grouping" +msgstr "" + +#. GPUqF +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"hd_id3486434\n" +"help.text" +msgid "Sorting and Grouping" +msgstr "" + +#. DCbhT +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3068636\n" +"help.text" +msgid "In the Sorting and Grouping dialog of Report Builder, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group. If you group your report by a certain field, all records with the same value of that field will be kept together in one group." +msgstr "" + +#. KudoP +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id876186\n" +"help.text" +msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list." +msgstr "" + +#. nG4vM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3939634\n" +"help.text" +msgid "The sorting and grouping will be applied in the order of the list from top to bottom." +msgstr "" + +#. ZAFvB +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id599688\n" +"help.text" +msgid "Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on." +msgstr "" + +#. ETyGL +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id1371501\n" +"help.text" +msgid "Click to open a list from which you can select a field." +msgstr "" + +#. kEwPE +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id4661702\n" +"help.text" +msgid "Moves the selected field up in the list." +msgstr "" + +#. YmDk5 +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7868892\n" +"help.text" +msgid "Moves the selected field down in the list." +msgstr "" + +#. amjzG +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2188787\n" +"help.text" +msgid "Select the sorting order." +msgstr "" + +#. bYX8p +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id5833307\n" +"help.text" +msgid "Select to show or hide the Group Header." +msgstr "" + +#. tN76n +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7726676\n" +"help.text" +msgid "Select to show or hide the Group Footer." +msgstr "" + +#. Ez4dt +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3729361\n" +"help.text" +msgid "Select to create a new group on each changed value, or on other properties." +msgstr "" + +#. bd2EW +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id0409200922142041\n" +"help.text" +msgid "Removes the selected field from the list." +msgstr "" + +#. CjspM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3405560\n" +"help.text" +msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:" +msgstr "" + +#. DD8mt +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id3409527\n" +"help.text" +msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together." +msgstr "" + +#. DFvf2 +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7112338\n" +"help.text" +msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups." +msgstr "" + +#. BBwXv +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2855616\n" +"help.text" +msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval." +msgstr "" + +#. mjbMU +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id7700430\n" +"help.text" +msgid "Enter the group interval value that records are grouped by." +msgstr "" + +#. XmWsa +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id1180455\n" +"help.text" +msgid "Select the level of detail by which a group is kept together on the same page." +msgstr "" + +#. KbCbd +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id2091433\n" +"help.text" +msgid "When you specify to keep together some records on the same page, you have three choices:" +msgstr "" + +#. NnDGM +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id5092318\n" +"help.text" +msgid "No - page boundaries are not taken into account." +msgstr "" + +#. Zmwag +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id9312417\n" +"help.text" +msgid "Whole Group - prints the group header, detail section, and group footer on the same page." +msgstr "" + +#. Bzv5z +#: rep_sort.xhp +msgctxt "" +"rep_sort.xhp\n" +"par_id9089022\n" +"help.text" +msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page." +msgstr "" + +#. eDFFK +#: tablewizard00.xhp +msgctxt "" +"tablewizard00.xhp\n" +"tit\n" +"help.text" +msgid "Table Wizard" +msgstr "" + +#. CU3Fy +#: tablewizard00.xhp +msgctxt "" +"tablewizard00.xhp\n" +"bm_id6009094\n" +"help.text" +msgid "wizards;database tables (Base)Table Wizard (Base)" +msgstr "" + +#. TStMh +#: tablewizard00.xhp +msgctxt "" +"tablewizard00.xhp\n" +"par_idN1054C\n" +"help.text" +msgid "Table Wizard" +msgstr "" + +#. rBE4D +#: tablewizard00.xhp +msgctxt "" +"tablewizard00.xhp\n" +"par_idN1055C\n" +"help.text" +msgid "The Table Wizard helps you to create a database table." +msgstr "" + +#. UBG57 +#: tablewizard00.xhp +msgctxt "" +"tablewizard00.xhp\n" +"par_idN105AF\n" +"help.text" +msgid "Table Wizard - Select fields" +msgstr "" + +#. GgEVx +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"tit\n" +"help.text" +msgid "Table Wizard - Select Fields" +msgstr "" + +#. ZFKJc +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10546\n" +"help.text" +msgid "Table Wizard - Select Fields" +msgstr "" + +#. 4HLFY +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Select fields from the provided sample tables as a starting point to create your own table." +msgstr "" + +#. csKoV +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Business" +msgstr "" + +#. TRDAu +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Select the business category to see only business sample tables." +msgstr "" + +#. dCJP5 +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Private" +msgstr "" + +#. 9fJfk +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Select the private category to see only private sample tables." +msgstr "" + +#. dEiyC +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Sample tables" +msgstr "" + +#. AhZXR +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Select one of the sample tables. Then select fields from that table from the left list box. Repeat this step until you have selected all the fields that you need." +msgstr "" + +#. jJf8M +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN1059E\n" +"help.text" +msgid "Selected Fields" +msgstr "" + +#. pj8q2 +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN105A4\n" +"help.text" +msgid "Displays all fields that will be included in the new table." +msgstr "" + +#. 4LVS2 +#: tablewizard01.xhp +msgctxt "" +"tablewizard01.xhp\n" +"par_idN105A9\n" +"help.text" +msgid "Table Wizard - Set types and formats" +msgstr "" + +#. EYiHW +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"tit\n" +"help.text" +msgid "Table Wizard - Set Types and Formats" +msgstr "" + +#. yC4de +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10552\n" +"help.text" +msgid "Table Wizard - Set Types and Formats" +msgstr "" + +#. r3sex +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Specifies the field information for your selected fields." +msgstr "" + +#. GmqTu +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10565\n" +"help.text" +msgid "Selected fields" +msgstr "" + +#. 3HRfy +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10569\n" +"help.text" +msgid "Select a field in order to edit the field information." +msgstr "" + +#. C6Hj6 +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10574\n" +"help.text" +msgid "−" +msgstr "" + +#. uhA3i +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10578\n" +"help.text" +msgid "Remove the selected field from the list box." +msgstr "" + +#. bDhR7 +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1057B\n" +"help.text" +msgid "+" +msgstr "" + +#. oRB9f +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1057F\n" +"help.text" +msgid "Add a new data field to the list box." +msgstr "" + +#. t3DZP +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10582\n" +"help.text" +msgid "Field information" +msgstr "" + +#. 32RqX +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10586\n" +"help.text" +msgid "Field name" +msgstr "" + +#. CemcB +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "Displays the name of the selected data field. If you want, you can enter a new name." +msgstr "" + +#. iACxs +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Field type" +msgstr "" + +#. FpeCt +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Select a field type." +msgstr "" + +#. dBDH3 +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"hd_id5486922\n" +"help.text" +msgid "AutoValue" +msgstr "" + +#. mhvS4 +#: tablewizard02.xhp msgctxt "" "tablewizard02.xhp\n" "par_id4198736\n" "help.text" -msgid "If set to Yes, the values for this data field are generated by the database engine." +msgid "If set to Yes, the values for this data field are generated by the database engine." +msgstr "" + +#. c4BZi +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN106A0\n" +"help.text" +msgid "Entry required" +msgstr "" + +#. wEMRe +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN106A6\n" +"help.text" +msgid "If set to Yes, this field must not be empty." +msgstr "" + +#. aEK5E +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10594\n" +"help.text" +msgid "Length" +msgstr "" + +#. 2XC9L +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10598\n" +"help.text" +msgid "Specifies the number of characters for the data field." +msgstr "" + +#. 6BjNy +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1059B\n" +"help.text" +msgid "Decimal places" +msgstr "" + +#. egEhC +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN1059F\n" +"help.text" +msgid "Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields." +msgstr "" + +#. Nu72A +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN105A2\n" +"help.text" +msgid "Default value" +msgstr "" + +#. 3GME6 +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN105A6\n" +"help.text" +msgid "Specifies the default value for a Yes/No field." +msgstr "" + +#. pJiM3 +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN10730\n" +"help.text" +msgid "Auto-increment statement" +msgstr "" + +#. FDNak +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_id6706747\n" +"help.text" +msgid "Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:" +msgstr "" + +#. JETWU +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_id8946501\n" +"help.text" +msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" +msgstr "" + +#. 8FrJs +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_id4846949\n" +"help.text" +msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box." +msgstr "" + +#. c3dzF +#: tablewizard02.xhp +msgctxt "" +"tablewizard02.xhp\n" +"par_idN105A9\n" +"help.text" +msgid "Table Wizard - Set primary key" +msgstr "" + +#. 347MF +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"tit\n" +"help.text" +msgid "Table Wizard - Set Primary Key" +msgstr "" + +#. NjMtW +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10546\n" +"help.text" +msgid "Table Wizard - Set Primary Key" +msgstr "" + +#. jbfcH +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Specifies a field in the table to be used as a primary key." +msgstr "" + +#. GAk3T +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Create a primary key" +msgstr "" + +#. jEViE +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Select to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables." +msgstr "" + +#. ZEDQ9 +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Automatically add a primary key" +msgstr "" + +#. oqASw +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Select to automatically add a primary key as an additional field." +msgstr "" + +#. JGWGR +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Use an existing field as a primary key" +msgstr "" + +#. ndknB +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Select to use an existing field with unique values as a primary key." +msgstr "" + +#. fMF7v +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Field name" +msgstr "" + +#. Z7naB +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10572\n" +"help.text" +msgid "Select the field name." +msgstr "" + +#. bGGBe +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Auto value" +msgstr "" + +#. pFSnC +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Select to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the Auto value feature." +msgstr "" + +#. EuZFN +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Define primary key by several fields" +msgstr "" + +#. 7AfGE +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10580\n" +"help.text" +msgid "Select to create a primary key from a combination of several existing fields." +msgstr "" + +#. ymUtk +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10583\n" +"help.text" +msgid "Available fields" +msgstr "" + +#. sVEFU +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN10587\n" +"help.text" +msgid "Select a field and click > to add it to the list of primary key fields." +msgstr "" + +#. yivEE +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1059A\n" +"help.text" +msgid "Primary key fields" +msgstr "" + +#. XoNRs +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN1059E\n" +"help.text" +msgid "Select a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom." +msgstr "" + +#. GBnsP +#: tablewizard03.xhp +msgctxt "" +"tablewizard03.xhp\n" +"par_idN105A1\n" +"help.text" +msgid "Table Wizard - Create table" +msgstr "" + +#. GNFKT +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"tit\n" +"help.text" +msgid "Table Wizard - Create Table" +msgstr "" + +#. VhZ3v +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10543\n" +"help.text" +msgid "Table Wizard - Create Table" +msgstr "" + +#. CEdhG +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Enter a name for the table and specify whether you want to modify the table after the wizard is finished." +msgstr "" + +#. DYQqm +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10556\n" +"help.text" +msgid "Table name" +msgstr "" + +#. XbyrT +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN1055A\n" +"help.text" +msgid "Specifies the table name." +msgstr "" + +#. ANGE9 +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN105E4\n" +"help.text" +msgid "Catalog of the table" +msgstr "" + +#. EJ9oq +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN105EA\n" +"help.text" +msgid "Select the catalog for the table. (Available only if the database supports catalogs)" +msgstr "" + +#. 2ADuK +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10605\n" +"help.text" +msgid "Schema of the table" +msgstr "" + +#. pfjij +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN1060B\n" +"help.text" +msgid "Select the schema for the table. (Available only if the database supports schemas)" +msgstr "" + +#. DEPmh +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Modify the table design" +msgstr "" + +#. SgDTD +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10561\n" +"help.text" +msgid "Select to save and edit the table design." +msgstr "" + +#. JBjXz +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Insert data immediately" +msgstr "" + +#. sFBFY +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Select to save the table design and open the table to enter data." +msgstr "" + +#. RBiFw +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "Create a form based on this table" +msgstr "" + +#. LCcFV +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Select to create a form based on this table. The form is created on a text document with the last used settings of the Form Wizard." +msgstr "" + +#. wHGrL +#: tablewizard04.xhp +msgctxt "" +"tablewizard04.xhp\n" +"par_idN10580\n" +"help.text" +msgid "Table Wizard" msgstr "" -#. c4BZi -#: tablewizard02.xhp +#. QjNBA +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN106A0\n" +"toolbar_form.xhp\n" +"tit\n" "help.text" -msgid "Entry required" +msgid "Database Form Toolbar" msgstr "" -#. wEMRe -#: tablewizard02.xhp +#. ViBjA +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN106A6\n" +"toolbar_form.xhp\n" +"par_idN10548\n" "help.text" -msgid "If set to Yes, this field must not be empty." +msgid "Database Form Toolbar" msgstr "" -#. aEK5E -#: tablewizard02.xhp +#. Ndnbt +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10594\n" +"toolbar_form.xhp\n" +"hd_id231642796157552\n" "help.text" -msgid "Length" +msgid "New database form" msgstr "" -#. 2XC9L -#: tablewizard02.xhp +#. g2PCm +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10598\n" +"toolbar_form.xhp\n" +"par_id431642796165270\n" "help.text" -msgid "Specifies the number of characters for the data field." +msgid "Icon New Database Form" msgstr "" -#. 6BjNy -#: tablewizard02.xhp +#. BmKGp +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1059B\n" +"toolbar_form.xhp\n" +"par_id321642796165273\n" "help.text" -msgid "Decimal places" +msgid "Creates a new database form." msgstr "" -#. egEhC -#: tablewizard02.xhp +#. 89Xdx +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN1059F\n" +"toolbar_form.xhp\n" +"par_idN10634\n" "help.text" -msgid "Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields." +msgid "Open database form" msgstr "" -#. Nu72A -#: tablewizard02.xhp +#. TaigW +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN105A2\n" +"toolbar_form.xhp\n" +"par_id581642794179327\n" "help.text" -msgid "Default value" +msgid "Icon Open Form" msgstr "" -#. 3GME6 -#: tablewizard02.xhp +#. 8rq4H +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN105A6\n" +"toolbar_form.xhp\n" +"par_idN10638\n" "help.text" -msgid "Specifies the default value for a Yes/No field." +msgid "Opens the selected form so you can enter, edit, or delete records." msgstr "" -#. pJiM3 -#: tablewizard02.xhp +#. GF2hM +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN10730\n" +"toolbar_form.xhp\n" +"par_idN1064F\n" "help.text" -msgid "Auto-increment statement" +msgid "Edit" msgstr "" -#. FDNak -#: tablewizard02.xhp +#. qnKpJ +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_id6706747\n" +"toolbar_form.xhp\n" +"par_id1001642794252425\n" "help.text" -msgid "Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the \"id\" field each time the statement creates a data field:" +msgid "Icon Edit Form" msgstr "" -#. JETWU -#: tablewizard02.xhp +#. WE3Eo +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_id8946501\n" +"toolbar_form.xhp\n" +"par_idN10653\n" "help.text" -msgid "CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)" +msgid "Opens the selected form so you can change the layout." msgstr "" -#. 8FrJs -#: tablewizard02.xhp +#. dfaAA +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_id4846949\n" +"toolbar_form.xhp\n" +"par_idN1066A\n" "help.text" -msgid "For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box." +msgid "Delete" msgstr "" -#. c3dzF -#: tablewizard02.xhp +#. AfDGM +#: toolbar_form.xhp msgctxt "" -"tablewizard02.xhp\n" -"par_idN105A9\n" +"toolbar_form.xhp\n" +"par_id941642794399538\n" "help.text" -msgid "Table Wizard - Set primary key" +msgid "Icon Delete Form" msgstr "" -#. 347MF -#: tablewizard03.xhp +#. 969sF +#: toolbar_form.xhp msgctxt "" -"tablewizard03.xhp\n" +"toolbar_form.xhp\n" +"par_idN1066E\n" +"help.text" +msgid "Deletes the selected form." +msgstr "" + +#. E8FTE +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN10685\n" +"help.text" +msgid "Rename" +msgstr "" + +#. pE8qg +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_id601642794481349\n" +"help.text" +msgid "Icon Rename Form" +msgstr "" + +#. eMzAD +#: toolbar_form.xhp +msgctxt "" +"toolbar_form.xhp\n" +"par_idN10689\n" +"help.text" +msgid "Renames the selected form." +msgstr "" + +#. Ej7Bx +#: toolbar_query.xhp +msgctxt "" +"toolbar_query.xhp\n" "tit\n" "help.text" -msgid "Table Wizard - Set Primary Key" +msgid "Database Query Toolbar" msgstr "" -#. NjMtW -#: tablewizard03.xhp +#. MVKFj +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10546\n" +"toolbar_query.xhp\n" +"par_idN10548\n" "help.text" -msgid "Table Wizard - Set Primary Key" +msgid "Database Query Toolbar" msgstr "" -#. jbfcH -#: tablewizard03.xhp +#. bj47W +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10556\n" +"toolbar_query.xhp\n" +"hd_id231642796157552\n" "help.text" -msgid "Specifies a field in the table to be used as a primary key." +msgid "New database query" msgstr "" -#. GAk3T -#: tablewizard03.xhp +#. yw8S8 +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10559\n" +"toolbar_query.xhp\n" +"par_id431642796165270\n" "help.text" -msgid "Create a primary key" +msgid "Icon New Database Query" msgstr "" -#. jEViE -#: tablewizard03.xhp +#. UnzqA +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1055D\n" +"toolbar_query.xhp\n" +"par_id321642796165273\n" "help.text" -msgid "Select to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables." +msgid "Creates a new database query." msgstr "" -#. ZEDQ9 -#: tablewizard03.xhp +#. zqAQx +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10560\n" +"toolbar_query.xhp\n" +"hd_id981642797173950\n" "help.text" -msgid "Automatically add a primary key" +msgid "New Database Query (SQL View)" msgstr "" -#. oqASw -#: tablewizard03.xhp +#. bSoXy +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10564\n" +"toolbar_query.xhp\n" +"par_id131642797178876\n" "help.text" -msgid "Select to automatically add a primary key as an additional field." +msgid "Icon New query (SQL view)" msgstr "" -#. JGWGR -#: tablewizard03.xhp +#. CVC97 +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10567\n" +"toolbar_query.xhp\n" +"par_id911642797178879\n" "help.text" -msgid "Use an existing field as a primary key" +msgid "Opens the SQL window to edit a query in SQL language." msgstr "" -#. ndknB -#: tablewizard03.xhp +#. G7DB4 +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1056B\n" +"toolbar_query.xhp\n" +"par_idN105C4\n" "help.text" -msgid "Select to use an existing field with unique values as a primary key." +msgid "Open database query" msgstr "" -#. fMF7v -#: tablewizard03.xhp +#. 35ceG +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1056E\n" +"toolbar_query.xhp\n" +"par_id791642791781980\n" "help.text" -msgid "Field name" +msgid "Icon Open Query Object" msgstr "" -#. Z7naB -#: tablewizard03.xhp +#. yrGi6 +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10572\n" +"toolbar_query.xhp\n" +"par_idN105C8\n" "help.text" -msgid "Select the field name." +msgid "Opens the selected query so you can enter, edit, or delete records." msgstr "" -#. bGGBe -#: tablewizard03.xhp +#. Wpcih +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10575\n" +"toolbar_query.xhp\n" +"par_idN105DF\n" "help.text" -msgid "Auto value" +msgid "Edit" msgstr "" -#. pFSnC -#: tablewizard03.xhp +#. peDGL +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10579\n" +"toolbar_query.xhp\n" +"par_id291642791910891\n" "help.text" -msgid "Select to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the Auto value feature." +msgid "Icon Edit Query" msgstr "" -#. EuZFN -#: tablewizard03.xhp +#. FEN9q +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1057C\n" +"toolbar_query.xhp\n" +"par_idN105E3\n" "help.text" -msgid "Define primary key by several fields" +msgid "Opens the selected query so you can change the structure." msgstr "" -#. 7AfGE -#: tablewizard03.xhp +#. 6jGeW +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10580\n" +"toolbar_query.xhp\n" +"par_idN105FA\n" "help.text" -msgid "Select to create a primary key from a combination of several existing fields." +msgid "Delete" msgstr "" -#. ymUtk -#: tablewizard03.xhp +#. EHvLX +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10583\n" +"toolbar_query.xhp\n" +"par_id651642792045236\n" "help.text" -msgid "Available fields" +msgid "Icon Delete Query" msgstr "" -#. sVEFU -#: tablewizard03.xhp +#. Ejm28 +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN10587\n" +"toolbar_query.xhp\n" +"par_idN105FE\n" "help.text" -msgid "Select a field and click > to add it to the list of primary key fields." +msgid "Deletes the selected query." msgstr "" -#. yivEE -#: tablewizard03.xhp +#. 9XGHW +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1059A\n" +"toolbar_query.xhp\n" +"par_idN10615\n" "help.text" -msgid "Primary key fields" +msgid "Rename" msgstr "" -#. XoNRs -#: tablewizard03.xhp +#. H78Bh +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN1059E\n" +"toolbar_query.xhp\n" +"par_id561642792121799\n" "help.text" -msgid "Select a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom." +msgid "Icon Rename Query" msgstr "" -#. GBnsP -#: tablewizard03.xhp +#. xXWqz +#: toolbar_query.xhp msgctxt "" -"tablewizard03.xhp\n" -"par_idN105A1\n" +"toolbar_query.xhp\n" +"par_idN10619\n" "help.text" -msgid "Table Wizard - Create table" +msgid "Renames the selected query." msgstr "" -#. GNFKT -#: tablewizard04.xhp +#. aqUue +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" +"toolbar_report.xhp\n" "tit\n" "help.text" -msgid "Table Wizard - Create Table" +msgid "Database Report Toolbar" msgstr "" -#. VhZ3v -#: tablewizard04.xhp +#. N5Spv +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10543\n" +"toolbar_report.xhp\n" +"par_idN10548\n" +"help.text" +msgid "Database Report Toolbar" +msgstr "" + +#. TaKok +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"hd_id231642796157552\n" +"help.text" +msgid "New database report" +msgstr "" + +#. hxRbm +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"par_id431642796165270\n" +"help.text" +msgid "Icon New Database Report" +msgstr "" + +#. FzBiP +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"par_id321642796165273\n" +"help.text" +msgid "Creates a new database report." +msgstr "" + +#. DASFx +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"hd_id261642796491626\n" +"help.text" +msgid "Database report wizard" +msgstr "" + +#. wRJAg +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"par_id251642796542820\n" +"help.text" +msgid "Icon Database report wizard" +msgstr "" + +#. Ri9DE +#: toolbar_report.xhp +msgctxt "" +"toolbar_report.xhp\n" +"par_id261642796542823\n" "help.text" -msgid "Table Wizard - Create Table" +msgid "Opens the database report wizard, to guide you in creating a database report." msgstr "" -#. CEdhG -#: tablewizard04.xhp +#. VcR6f +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10553\n" +"toolbar_report.xhp\n" +"par_idN106A4\n" "help.text" -msgid "Enter a name for the table and specify whether you want to modify the table after the wizard is finished." +msgid "Open database report" msgstr "" -#. DYQqm -#: tablewizard04.xhp +#. JytE5 +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10556\n" +"toolbar_report.xhp\n" +"par_id321642794819375\n" "help.text" -msgid "Table name" +msgid "Icon Open Report" msgstr "" -#. XbyrT -#: tablewizard04.xhp +#. RdAb4 +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN1055A\n" +"toolbar_report.xhp\n" +"par_idN106A8\n" "help.text" -msgid "Specifies the table name." +msgid "Opens the selected report so you can enter, edit, or delete records." msgstr "" -#. ANGE9 -#: tablewizard04.xhp +#. XyYBD +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN105E4\n" +"toolbar_report.xhp\n" +"par_idN106BF\n" "help.text" -msgid "Catalog of the table" +msgid "Edit" msgstr "" -#. EJ9oq -#: tablewizard04.xhp +#. mmfdU +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN105EA\n" +"toolbar_report.xhp\n" +"par_id141642794873165\n" "help.text" -msgid "Select the catalog for the table. (Available only if the database supports catalogs)" +msgid "Icon Edit Report" msgstr "" -#. 2ADuK -#: tablewizard04.xhp +#. 34f7b +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10605\n" +"toolbar_report.xhp\n" +"par_idN106C3\n" "help.text" -msgid "Schema of the table" +msgid "Opens the selected report so you can change the layout." msgstr "" -#. pfjij -#: tablewizard04.xhp +#. B7hhM +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN1060B\n" +"toolbar_report.xhp\n" +"par_idN106DA\n" "help.text" -msgid "Select the schema for the table. (Available only if the database supports schemas)" +msgid "Delete" msgstr "" -#. DEPmh -#: tablewizard04.xhp +#. frjJR +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN1055D\n" +"toolbar_report.xhp\n" +"par_id51642795131634\n" "help.text" -msgid "Modify the table design" +msgid "Icon Delete Report" msgstr "" -#. SgDTD -#: tablewizard04.xhp +#. rrRCi +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10561\n" +"toolbar_report.xhp\n" +"par_idN106DE\n" "help.text" -msgid "Select to save and edit the table design." +msgid "Deletes the selected report." msgstr "" -#. JBjXz -#: tablewizard04.xhp +#. ftpNL +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10564\n" +"toolbar_report.xhp\n" +"par_idN106F5\n" "help.text" -msgid "Insert data immediately" +msgid "Rename" msgstr "" -#. sFBFY -#: tablewizard04.xhp +#. cNjbm +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10568\n" +"toolbar_report.xhp\n" +"par_id551642795211226\n" "help.text" -msgid "Select to save the table design and open the table to enter data." +msgid "Icon Rename Report" msgstr "" -#. RBiFw -#: tablewizard04.xhp +#. EYSpz +#: toolbar_report.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN1056B\n" +"toolbar_report.xhp\n" +"par_idN106F9\n" "help.text" -msgid "Create a form based on this table" +msgid "Renames the selected report." msgstr "" -#. LCcFV -#: tablewizard04.xhp +#. ezZJj +#: toolbar_table.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN1056F\n" +"toolbar_table.xhp\n" +"tit\n" "help.text" -msgid "Select to create a form based on this table. The form is created on a text document with the last used settings of the Form Wizard." +msgid "Database Table Toolbar" msgstr "" -#. wHGrL -#: tablewizard04.xhp +#. 6DNGE +#: toolbar_table.xhp msgctxt "" -"tablewizard04.xhp\n" -"par_idN10580\n" +"toolbar_table.xhp\n" +"par_idN10548\n" "help.text" -msgid "Table Wizard" +msgid "Database Table Toolbar" msgstr "" -#. PAxTq -#: toolbars.xhp +#. Y57HF +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"tit\n" +"toolbar_table.xhp\n" +"hd_id461642852368590\n" "help.text" -msgid "Toolbars" +msgid "Open document" msgstr "" -#. Tzgdb -#: toolbars.xhp +#. pRvid +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10541\n" +"toolbar_table.xhp\n" +"par_id601642852258016\n" "help.text" -msgid "Toolbars" +msgid "Icon Open Document" msgstr "" -#. B3mEW -#: toolbars.xhp +#. DAEuG +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10545\n" +"toolbar_table.xhp\n" +"par_id981642852258019\n" "help.text" -msgid "In a database file window, you can see the following toolbars." +msgid "Opens a %PRODUCTNAME document." msgstr "" -#. ZNxCw -#: toolbars.xhp +#. Z4JdE +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10548\n" +"toolbar_table.xhp\n" +"hd_id981642852403610\n" "help.text" -msgid "Table" +msgid "Save document" msgstr "" -#. JWHfj -#: toolbars.xhp +#. EoGU4 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10554\n" +"toolbar_table.xhp\n" +"par_id731642852435520\n" "help.text" -msgid "Open database object" +msgid "Icon Save database file" msgstr "" -#. 4fvFG -#: toolbars.xhp +#. AgrRB +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10558\n" +"toolbar_table.xhp\n" +"par_id481642852435523\n" "help.text" -msgid "Opens the selected table so you can enter, edit, or delete records." +msgid "Saves current database file." msgstr "" -#. LFKBo -#: toolbars.xhp +#. mLNRZ +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1056F\n" +"toolbar_table.xhp\n" +"hd_id131642852596290\n" "help.text" -msgid "Edit" +msgid "Copy" msgstr "" -#. tLLAy -#: toolbars.xhp +#. xVmGj +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10573\n" +"toolbar_table.xhp\n" +"par_id381642853541654\n" "help.text" -msgid "Opens the selected table so you can change the structure." +msgid "Icon copy" msgstr "" -#. FEBzp -#: toolbars.xhp +#. MSHcj +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1058A\n" +"toolbar_table.xhp\n" +"par_id601642853541657\n" "help.text" -msgid "Delete" +msgid "Copies the selection to the clipboard." msgstr "" -#. PDZsk -#: toolbars.xhp +#. C9Ezf +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1058E\n" +"toolbar_table.xhp\n" +"hd_id941642852602272\n" "help.text" -msgid "Deletes the selected table." +msgid "Paste" msgstr "" -#. m7BX3 -#: toolbars.xhp +#. JDAZJ +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105A5\n" +"toolbar_table.xhp\n" +"par_id761642853673909\n" "help.text" -msgid "Rename" +msgid "Icon Paste" msgstr "" -#. B596w -#: toolbars.xhp +#. nEsTe +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105A9\n" +"toolbar_table.xhp\n" +"par_id321642853673912\n" "help.text" -msgid "Renames the selected table." +msgid "Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects." msgstr "" -#. LEWCs -#: toolbars.xhp +#. Ct5XD +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105B8\n" +"toolbar_table.xhp\n" +"hd_id1001642852606113\n" "help.text" -msgid "Query" +msgid "Sort ascending" msgstr "" -#. VT3EG -#: toolbars.xhp +#. WDeBp +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105C4\n" +"toolbar_table.xhp\n" +"par_id991642853830973\n" "help.text" -msgid "Open database object" +msgid "Icon sort ascending" msgstr "" -#. 2cEFv -#: toolbars.xhp +#. aRGCA +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105C8\n" +"toolbar_table.xhp\n" +"par_id621642853830977\n" "help.text" -msgid "Opens the selected query so you can enter, edit, or delete records." +msgid "Sorts the entries in the detail view in ascending order." msgstr "" -#. yVNxZ -#: toolbars.xhp +#. 542jo +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105DF\n" +"toolbar_table.xhp\n" +"hd_id441642852616281\n" "help.text" -msgid "Edit" +msgid "Sort descending" msgstr "" -#. kGSTA -#: toolbars.xhp +#. iL4by +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105E3\n" +"toolbar_table.xhp\n" +"par_id511642854313007\n" "help.text" -msgid "Opens the selected query so you can change the structure." +msgid "Icon Sort descending" msgstr "" -#. W75xu -#: toolbars.xhp +#. e2A2e +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105FA\n" +"toolbar_table.xhp\n" +"par_id81642854313011\n" "help.text" -msgid "Delete" +msgid "Sorts the entries in the detail view in descending order." msgstr "" -#. XJQBJ -#: toolbars.xhp +#. VTRY7 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN105FE\n" +"toolbar_table.xhp\n" +"hd_id231642796152552\n" "help.text" -msgid "Deletes the selected query." +msgid "New database form" msgstr "" -#. bC56u -#: toolbars.xhp +#. 4C7Bi +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10615\n" +"toolbar_table.xhp\n" +"par_id431643796165270\n" "help.text" -msgid "Rename" +msgid "Icon New Database Form" msgstr "" -#. GDAZR -#: toolbars.xhp +#. YAoeV +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10619\n" +"toolbar_table.xhp\n" +"par_id321612796165273\n" "help.text" -msgid "Renames the selected query." +msgid "Creates a new database form (default). Use the drop-down toolbar to create a new database object directly." msgstr "" -#. mzY5g -#: toolbars.xhp +#. KuYJ7 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10628\n" +"toolbar_table.xhp\n" +"hd_id231642796157552\n" "help.text" -msgid "Form" +msgid "New table design" msgstr "" -#. BXrRw -#: toolbars.xhp +#. zKJDB +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10634\n" +"toolbar_table.xhp\n" +"par_id431642796165270\n" "help.text" -msgid "Open database object" +msgid "Icon New Table design" msgstr "" -#. GJDxB -#: toolbars.xhp +#. p5PvJ +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10638\n" +"toolbar_table.xhp\n" +"par_id321642796165273\n" "help.text" -msgid "Opens the selected form so you can enter, edit, or delete records." +msgid "Designs a new database table." msgstr "" -#. 7f3E9 -#: toolbars.xhp +#. zoHMV +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1064F\n" +"toolbar_table.xhp\n" +"par_idN10554\n" "help.text" -msgid "Edit" +msgid "Open database table" msgstr "" -#. ZmiNz -#: toolbars.xhp +#. gptoW +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10653\n" +"toolbar_table.xhp\n" +"par_id521642787914042\n" "help.text" -msgid "Opens the selected form so you can change the layout." +msgid "Icon Open Database Table" msgstr "" -#. xCBQ3 -#: toolbars.xhp +#. FiWG5 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1066A\n" +"toolbar_table.xhp\n" +"par_idN10558\n" "help.text" -msgid "Delete" +msgid "Opens the selected table so you can enter, edit, or delete records." msgstr "" -#. p5bD4 -#: toolbars.xhp +#. 2GZDb +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN1066E\n" +"toolbar_table.xhp\n" +"par_idN1056F\n" "help.text" -msgid "Deletes the selected form." +msgid "Edit" msgstr "" -#. Jrqh7 -#: toolbars.xhp +#. GEk85 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10685\n" +"toolbar_table.xhp\n" +"par_id481642788747900\n" "help.text" -msgid "Rename" +msgid "Icon Edit table" msgstr "" -#. CLTV2 -#: toolbars.xhp +#. SpLTj +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10689\n" +"toolbar_table.xhp\n" +"par_idN10573\n" "help.text" -msgid "Renames the selected form." +msgid "Opens the selected table so you can change the structure." msgstr "" -#. tkXGC -#: toolbars.xhp +#. Aoqi2 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN10698\n" +"toolbar_table.xhp\n" +"par_idN1058A\n" "help.text" -msgid "Report" +msgid "Delete" msgstr "" -#. GMWLb -#: toolbars.xhp +#. qsDuC +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106A4\n" +"toolbar_table.xhp\n" +"par_id261642788871011\n" "help.text" -msgid "Open database object" +msgid "Icon Delete Table" msgstr "" -#. BzwcK -#: toolbars.xhp +#. 7S8xE +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106A8\n" +"toolbar_table.xhp\n" +"par_idN1058E\n" "help.text" -msgid "Opens the selected report so you can enter, edit, or delete records." +msgid "Deletes the selected table." msgstr "" -#. sLPTD -#: toolbars.xhp +#. nxeFo +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106BF\n" +"toolbar_table.xhp\n" +"par_idN105A5\n" "help.text" -msgid "Edit" +msgid "Rename" msgstr "" -#. DF32e -#: toolbars.xhp +#. bkFMf +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106C3\n" +"toolbar_table.xhp\n" +"par_id501642788935574\n" "help.text" -msgid "Opens the selected report so you can change the layout." +msgid "Icon Rename Table" msgstr "" -#. FGuUB -#: toolbars.xhp +#. Bqa33 +#: toolbar_table.xhp msgctxt "" -"toolbars.xhp\n" -"par_idN106DA\n" +"toolbar_table.xhp\n" +"par_idN105A9\n" "help.text" -msgid "Delete" +msgid "Renames the selected table." msgstr "" -#. xikUv +#. PAxTq #: toolbars.xhp msgctxt "" "toolbars.xhp\n" -"par_idN106DE\n" +"tit\n" "help.text" -msgid "Deletes the selected report." +msgid "Toolbars" msgstr "" -#. kmUBC +#. vYRDC #: toolbars.xhp msgctxt "" "toolbars.xhp\n" -"par_idN106F5\n" +"par_idN10541\n" "help.text" -msgid "Rename" +msgid "Database Toolbars " msgstr "" -#. CgE7D +#. B3mEW #: toolbars.xhp msgctxt "" "toolbars.xhp\n" -"par_idN106F9\n" +"par_idN10545\n" "help.text" -msgid "Renames the selected report." +msgid "In a database file window, you can see the following toolbars." msgstr "" diff --git a/source/bs/helpcontent2/source/text/shared.po b/source/bs/helpcontent2/source/text/shared.po index 5375bdbbaef..7efccf89999 100644 --- a/source/bs/helpcontent2/source/text/shared.po +++ b/source/bs/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16,6 +16,231 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1542196369.000000\n" +#. fcmzq +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Find Bar" +msgstr "" + +#. ZBBdy +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"bm_id871641583188415\n" +"help.text" +msgid "Find toolbar" +msgstr "" + +#. WXRY5 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id701641581066778\n" +"help.text" +msgid "Find Bar" +msgstr "" + +#. X55wK +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id3147762\n" +"help.text" +msgid "The Find toolbar can be used to quickly search the contents of %PRODUCTNAME documents." +msgstr "" + +#. wMCEY +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id211641581251728\n" +"help.text" +msgid "Use the shortcut CommandCtrl + F to quickly open the Find toolbar." +msgstr "" + +#. DCYmX +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id991641581514302\n" +"help.text" +msgid "Find Text" +msgstr "" + +#. 979Nt +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id921641581538352\n" +"help.text" +msgid "Enter the text to be searched in the document. Press Enter to perform the search." +msgstr "" + +#. vYcEW +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id831641581895099\n" +"help.text" +msgid "Find Previous" +msgstr "" + +#. e8qFg +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id11641581906556\n" +"help.text" +msgid "Moves the cursor and selects the previous match of the search text." +msgstr "" + +#. t33RZ +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id851642423451259\n" +"help.text" +msgid "Find Previous Icon" +msgstr "" + +#. Tu26F +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id351642423451259\n" +"help.text" +msgid "Find Previous Icon" +msgstr "" + +#. CCfcg +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id941641581943416\n" +"help.text" +msgid "Find Next" +msgstr "" + +#. gwMV9 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id261641581953287\n" +"help.text" +msgid "Moves the cursor and selects the next match of the search text." +msgstr "" + +#. PUsAY +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id111642423456841\n" +"help.text" +msgid "Find Next Icon" +msgstr "" + +#. kuiD9 +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id111642423456842\n" +"help.text" +msgid "Find Next Icon" +msgstr "" + +#. 5nZqX +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id81641582044927\n" +"help.text" +msgid "Find All" +msgstr "" + +#. DFtSe +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id181641582056429\n" +"help.text" +msgid "Highlights all matches in the document." +msgstr "" + +#. xFTTt +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id631641582107024\n" +"help.text" +msgid "Match Case" +msgstr "" + +#. 42qsF +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id461641582121199\n" +"help.text" +msgid "Choose this option to perform case-sensitive search." +msgstr "" + +#. nhwRU +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id271641582528169\n" +"help.text" +msgid "Formatted Display" +msgstr "" + +#. Cd89c +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id571641582522939\n" +"help.text" +msgid "Performs the search considering the formatted value in a cell." +msgstr "" + +#. L8K8f +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"hd_id171641582176913\n" +"help.text" +msgid "Find and Replace" +msgstr "" + +#. 8GXhw +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id761641582194558\n" +"help.text" +msgid "Opens the Find and Replace dialog, which provides more options for searching the document." +msgstr "" + +#. rx3mH +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id171641582176913\n" +"help.text" +msgid "Find and Replace Icon" +msgstr "" + +#. BUQcH +#: find_toolbar.xhp +msgctxt "" +"find_toolbar.xhp\n" +"par_id171641582176943\n" +"help.text" +msgid "Find and Replace Icon" +msgstr "" + #. DBz3U #: fontwork_toolbar.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po index c9c2bcb8235..7324fed0b19 100644 --- a/source/bs/helpcontent2/source/text/shared/01.po +++ b/source/bs/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-01-10 12:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -9061,15 +9061,6 @@ msgctxt "" msgid "For a full list of supported metacharacters and syntax, see ICU Regular Expressions documentation" msgstr "" -#. HBqoH -#: 02100001.xhp -msgctxt "" -"02100001.xhp\n" -"par_id141559577104334\n" -"help.text" -msgid "Note that currently all named character class terms, [:alpha:] through [:upper:], must be enclosed in parentheses when used in a regular expression, see the examples that follow." -msgstr "" - #. HvC9Q #: 02100001.xhp msgctxt "" @@ -10735,13 +10726,13 @@ msgctxt "" msgid "You can change or remove each link to external files in the current document. You can also update the content of the current file to the most recently saved version of linked external file. This command does not apply to hyperlinks, and is not available if the current document does not contain links to other files." msgstr "" -#. nGE7F +#. 5H9Hm #: 02180000.xhp msgctxt "" "02180000.xhp\n" "par_id271603459179173\n" "help.text" -msgid "This command can be used with external file links to sections (place cursor outside of the section), master documents,sheets linked with Sheet - Insert Sheet from File or Sheet - Link to External Data, Function WEBSERVICE, images and OLE objects (when inserted with a link to an external file)." +msgid "This command can be used with external file links to sections (place cursor outside of the section), master documents,sheets linked with Sheet - Insert Sheet from File or Sheet - External Links, Function WEBSERVICE, images and OLE objects (when inserted with a link to an external file)." msgstr "" #. g3wLZ @@ -27709,13 +27700,13 @@ msgctxt "" msgid "Colors" msgstr "" -#. RSPZA +#. AKar8 #: 05210200.xhp msgctxt "" "05210200.xhp\n" "bm_id37440771\n" "help.text" -msgid "colors;palettecolors;addingcolors;delete" +msgid "colors;palettepalette;document colorscolors;addingcolors;deletedocument colors;palette" msgstr "" #. vay4k @@ -27772,6 +27763,24 @@ msgctxt "" msgid "Select the color palette in the list box to pick the color for the selected object. The palette color set displays below." msgstr "" +#. EyGbC +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id441641431603505\n" +"help.text" +msgid "The Theme colors palette shows the theme colors from the current theme, if the document has any." +msgstr "" + +#. CSCQY +#: 05210200.xhp +msgctxt "" +"05210200.xhp\n" +"par_id441641431603506\n" +"help.text" +msgid "The Document colors palette shows the colors used in the current document." +msgstr "" + #. DQAGQ #: 05210200.xhp msgctxt "" @@ -28447,13 +28456,13 @@ msgctxt "" msgid "Add/Import" msgstr "" -#. KS3aG +#. pkzgJ #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "Locate the image that you want to import, and then click Open. the image is added to the end of the list of available images." +msgid "Locate the image that you want to import, and then click Open. The image is added to the end of the list of available images." msgstr "" #. FXqsL @@ -32398,6 +32407,366 @@ msgctxt "" msgid "Enter the amount of time to wait before repeating the effect." msgstr "Unesite količinu vremena da čekate prije nego što ponovite efekt." +#. RRZf4 +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"tit\n" +"help.text" +msgid "Text Columns" +msgstr "" + +#. SCszB +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3150014\n" +"help.text" +msgid "Text Columns" +msgstr "" + +#. u37pw +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3154788\n" +"help.text" +msgid "Adds columns to the text in the selected drawing object." +msgstr "" + +#. XCeS9 +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3152821\n" +"help.text" +msgid "Number of columns" +msgstr "" + +#. kEjrF +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3144436\n" +"help.text" +msgid "Specifies how many columns to use to lay out the drawing object's text." +msgstr "" + +#. yhb4G +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"hd_id3152822\n" +"help.text" +msgid "Spacing" +msgstr "" + +#. EU3yR +#: 05320001.xhp +msgctxt "" +"05320001.xhp\n" +"par_id3144437\n" +"help.text" +msgid "Specifies the amount of space between the columns." +msgstr "" + +#. 8kqou +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"tit\n" +"help.text" +msgid "Theme" +msgstr "" + +#. a8DFA +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3150014\n" +"help.text" +msgid "Theme" +msgstr "" + +#. CeYvv +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3154788\n" +"help.text" +msgid "Adds colors to the selected master page." +msgstr "" + +#. YiUBW +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152821\n" +"help.text" +msgid "General" +msgstr "" + +#. oLtfm +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152822\n" +"help.text" +msgid "Name" +msgstr "" + +#. Vn5NP +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144436\n" +"help.text" +msgid "Specifies a name for this master page theme." +msgstr "" + +#. Dh64z +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152823\n" +"help.text" +msgid "Color Set" +msgstr "" + +#. yvPdS +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152824\n" +"help.text" +msgid "Name" +msgstr "" + +#. etPAe +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144437\n" +"help.text" +msgid "Specifies a name for this set of colors." +msgstr "" + +#. bQc5u +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152825\n" +"help.text" +msgid "Background - Dark 1" +msgstr "" + +#. pnURC +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144438\n" +"help.text" +msgid "Specifies the first dark color to be used as dark background, typically black." +msgstr "" + +#. Bfas8 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152826\n" +"help.text" +msgid "Text - Light 1" +msgstr "" + +#. 6BJ7P +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144439\n" +"help.text" +msgid "Specifies the first light color to be used as light text, typically white." +msgstr "" + +#. v949u +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152827\n" +"help.text" +msgid "Background - Dark 2" +msgstr "" + +#. Yn3oE +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144440\n" +"help.text" +msgid "Specifies the second dark color to be used as dark background. This is typically dark, but not exactly black." +msgstr "" + +#. wBe5B +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152828\n" +"help.text" +msgid "Text - Light 2" +msgstr "" + +#. GEpE7 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144441\n" +"help.text" +msgid "Specifies the second light color to be used as light text. This is typically light, but not exactly white." +msgstr "" + +#. 6sCnr +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152829\n" +"help.text" +msgid "Accent 1" +msgstr "" + +#. jarvZ +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144442\n" +"help.text" +msgid "First custom color. This is typically dark enough that light text is readable when the custom color is used as a background color." +msgstr "" + +#. TBAAu +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152830\n" +"help.text" +msgid "Accent 2" +msgstr "" + +#. PhmYV +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144443\n" +"help.text" +msgid "Second custom color." +msgstr "" + +#. CoqnB +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152831\n" +"help.text" +msgid "Accent 3" +msgstr "" + +#. AApC3 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144444\n" +"help.text" +msgid "Third custom color." +msgstr "" + +#. yAJRk +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152832\n" +"help.text" +msgid "Accent 4" +msgstr "" + +#. B3ekD +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144445\n" +"help.text" +msgid "Fourth custom color." +msgstr "" + +#. DnYuJ +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152833\n" +"help.text" +msgid "Accent 5" +msgstr "" + +#. AVEe4 +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144446\n" +"help.text" +msgid "Fifth custom color." +msgstr "" + +#. gC46v +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152834\n" +"help.text" +msgid "Accent 6" +msgstr "" + +#. Fc7BK +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144447\n" +"help.text" +msgid "Sixth custom color." +msgstr "" + +#. PhQWg +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152835\n" +"help.text" +msgid "Hyperlink" +msgstr "" + +#. sawNC +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144448\n" +"help.text" +msgid "Color used for non-followed hyperlinks." +msgstr "" + +#. jyKLz +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"hd_id3152836\n" +"help.text" +msgid "Followed Hyperlink" +msgstr "" + +#. sRoPn +#: 05320002.xhp +msgctxt "" +"05320002.xhp\n" +"par_id3144449\n" +"help.text" +msgid "Color used for followed hyperlinks." +msgstr "" + #. A2WXN #: 05340100.xhp msgctxt "" @@ -40768,13 +41137,13 @@ msgctxt "" msgid "Macros" msgstr "" -#. x5Ary +#. JeUG6 #: 06130030.xhp msgctxt "" "06130030.xhp\n" "par_idN109C2\n" "help.text" -msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry." +msgid "Select a macro or script from My Macros, Application Macros, or an open document. To view the available macros or scripts, double-click an entry." msgstr "" #. wxJE3 @@ -45835,6 +46204,42 @@ msgctxt "" msgid "Removes the selected signature from the list. Removes all subsequent signatures as well, in case of PDF." msgstr "" +#. Yda7b +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"hd_id61638092292670\n" +"help.text" +msgid "Start Certificate Manager" +msgstr "" + +#. bEk3e +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id441638095576834\n" +"help.text" +msgid "Opens the installed certificate manager of your system." +msgstr "" + +#. zGF8H +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id481638101674763\n" +"help.text" +msgid "On macOS, the default certificate manager is Keychain Access." +msgstr "" + +#. oENdS +#: digitalsignatures.xhp +msgctxt "" +"digitalsignatures.xhp\n" +"par_id701638101681340\n" +"help.text" +msgid "On Windows systems, the default certificate manager is Certmgr.msc, a Microsoft Management Console snap-in using Certmgr.exe, and does not manage OpenPGP certificates. To manage both X509 and OpenPGP certificates install the gpg4win tool." +msgstr "" + #. Bsfs2 #: digitalsignaturespdf.xhp msgctxt "" @@ -47608,6 +48013,78 @@ msgctxt "" msgid "%PRODUCTNAME Askbot question and answer" msgstr "" +#. BfayS +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"tit\n" +"help.text" +msgid "Rename object" +msgstr "" + +#. xBT3n +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"bm_id3147366\n" +"help.text" +msgid "navigator; rename rename;objects" +msgstr "" + +#. W5LjG +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"hd_id3147366\n" +"help.text" +msgid "Rename object" +msgstr "" + +#. DFRqj +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3147588\n" +"help.text" +msgid "Renames the object selected in the Navigator." +msgstr "" + +#. BJGCb +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3148833\n" +"help.text" +msgid "Open the context menu for the object - Choose Rename." +msgstr "" + +#. KbRdP +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"hd_id3156027\n" +"help.text" +msgid "New name" +msgstr "" + +#. CG62C +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id3152924\n" +"help.text" +msgid "Enter the new name of the selected object." +msgstr "" + +#. wJHoB +#: nav_rename.xhp +msgctxt "" +"nav_rename.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names of objects must be unique in the same document." +msgstr "" + #. FzLmt #: notebook_bar.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/shared/autopi.po b/source/bs/helpcontent2/source/text/shared/autopi.po index 6ad3b249790..b3be4c774dc 100644 --- a/source/bs/helpcontent2/source/text/shared/autopi.po +++ b/source/bs/helpcontent2/source/text/shared/autopi.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: 2021-01-14 18:09+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-04-24 11:21+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -7738,13 +7738,13 @@ msgctxt "" msgid "Additional Settings" msgstr "" -#. FYioz +#. DFBck #: 01170200.xhp msgctxt "" "01170200.xhp\n" "par_id3143281\n" "help.text" -msgid "Allows you to enter additional settings for LDAP address data and other external data sources." +msgid "Allows you to enter additional settings for other external data sources." msgstr "" #. zrAAW @@ -7765,15 +7765,6 @@ msgctxt "" msgid "Calls a dialog in which you can enter additional settings." msgstr "" -#. fsQ4B -#: 01170200.xhp -msgctxt "" -"01170200.xhp\n" -"par_id3159233\n" -"help.text" -msgid "If you selected LDAP on the first page, you will see the LDAP page." -msgstr "" - #. 5e2zp #: 01170300.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/shared/explorer/database.po b/source/bs/helpcontent2/source/text/shared/explorer/database.po deleted file mode 100644 index ab22fc93c6e..00000000000 --- a/source/bs/helpcontent2/source/text/shared/explorer/database.po +++ /dev/null @@ -1,2861 +0,0 @@ -#. extracted from helpcontent2/source/text/shared/explorer/database -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: 2021-11-19 15:44+0100\n" -"PO-Revision-Date: 2018-11-12 13:21+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE \n" -"Language: bs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1542028884.000000\n" - -#. kyYMn -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"tit\n" -"help.text" -msgid "Migrate Macros" -msgstr "" - -#. KDtEB -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"bm_id6009095\n" -"help.text" -msgid "wizards;macros (Base) Macro Wizard (Base) macros;attaching new (Base) migrating macros (Base)" -msgstr "" - -#. habQL -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"hd_id0112200902353472\n" -"help.text" -msgid "Migrate Macros" -msgstr "" - -#. xMVrd -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353466\n" -"help.text" -msgid "The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area." -msgstr "" - -#. ajASD -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0224200911454780\n" -"help.text" -msgid "Choose a location and file name to save the new database file. By default, the new file gets the same name as the old file, while the old file gets renamed with the string \"backup\" in the name." -msgstr "" - -#. M7aSL -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id022420091145472\n" -"help.text" -msgid "The list shows all changes that were applied to the database file." -msgstr "" - -#. hee9q -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353542\n" -"help.text" -msgid "Previously, macros have been allowed to reside only in the text sub-documents of forms and reports. Now macros can also be stored in the Base file itself. This means that macros in Base files can be called now from any of its sub-components: forms, reports, table design, query design, relation design, table data view." -msgstr "" - -#. DhC2o -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075865\n" -"help.text" -msgid "However, it is technically not possible to store macros both in a Base file and in its sub-documents at the same time. So, if you want to attach some new macros to the Base file, while retaining any existing old macros that were stored in the sub-documents, you must move the existing old macros up to the Base file's macro storage area." -msgstr "" - -#. mtCb7 -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075830\n" -"help.text" -msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed." -msgstr "" - -#. RJUfX -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075951\n" -"help.text" -msgid "For example, it is possible that macros from the sub-documents had the same module names and macro names. After you moved the macros into one common macro storage area, you must edit the macros to make the names unique. The wizard cannot do this." -msgstr "" - -#. pSFRn -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200903075915\n" -"help.text" -msgid "The wizard can backup the Base file to another folder of your choice. The wizard changes the original Base file. The backup remains unchanged." -msgstr "" - -#. WCGZK -#: migrate_macros.xhp -msgctxt "" -"migrate_macros.xhp\n" -"par_id0112200902353554\n" -"help.text" -msgid "An in depth explanation by the developers (Wiki)." -msgstr "" - -#. WG9NH -#: password.xhp -msgctxt "" -"password.xhp\n" -"tit\n" -"help.text" -msgid "User Name and Password Required" -msgstr "" - -#. WekVB -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10541\n" -"help.text" -msgid "User Name and Password Required" -msgstr "" - -#. LCLTp -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "User name" -msgstr "Korisničko ime" - -#. Rx3tD -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10551\n" -"help.text" -msgid "Enter the user name to connect to the data source." -msgstr "Unesite korisničko ime za pristup bazi." - -#. dQH7s -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10568\n" -"help.text" -msgid "Password" -msgstr "Šifra" - -#. dqjRr -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "Enter the password to connect to the data source." -msgstr "Unesite korisničko ime za pristup bazi." - -#. TudyG -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10583\n" -"help.text" -msgid "Remember password till end of session" -msgstr "" - -#. KYrgJ -#: password.xhp -msgctxt "" -"password.xhp\n" -"par_idN10587\n" -"help.text" -msgid "Select to use the same user name and password without further dialog, when you connect again to the same data source in the current %PRODUCTNAME session." -msgstr "" - -#. EWAYC -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard" -msgstr "Čarobnjak za upite" - -#. G8nCc -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN1054C\n" -"help.text" -msgid "Query Wizard" -msgstr "Opis" - -#. 7eeqf -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "The Query Wizard helps you to design a database query. The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command." -msgstr "" - -#. Baapm -#: querywizard00.xhp -msgctxt "" -"querywizard00.xhp\n" -"par_idN105D2\n" -"help.text" -msgid "Query Wizard - Field selection" -msgstr "Opis" - -#. qKgrF -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Field Selection" -msgstr "" - -#. duo5c -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10546\n" -"help.text" -msgid "Query Wizard - Field Selection" -msgstr "Opis" - -#. zvnWy -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies the table to create the query, and specifies which fields you wish to include in the query." -msgstr "" - -#. bjRCe -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Tables" -msgstr "Tabele" - -#. RBgge -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Specifies the table for which the query is to be created." -msgstr "" - -#. BFXtZ -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Fields in the Query" -msgstr "Polja u upitu" - -#. n6cwc -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10594\n" -"help.text" -msgid "Displays all fields that will be included in the new query." -msgstr "" - -#. ekG7n -#: querywizard01.xhp -msgctxt "" -"querywizard01.xhp\n" -"par_idN10597\n" -"help.text" -msgid "Query Wizard - Sorting order" -msgstr "Opis" - -#. T7jwS -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Sorting Order" -msgstr "" - -#. 5mgru -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10543\n" -"help.text" -msgid "Query Wizard - Sorting Order" -msgstr "Opis" - -#. hv6wL -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies the sorting order for the data records in your query." -msgstr "" - -#. eVr57 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Sort by" -msgstr "Postavke sortiranja" - -#. CRtP3 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105B2\n" -"help.text" -msgid "Specifies the field by which the created query is sorted." -msgstr "" - -#. xUjcF -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "Ascending" -msgstr "Rastuće" - -#. aSXt6 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Click to sort in alphabetically or numerically ascending order." -msgstr "" - -#. pR3aG -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10562\n" -"help.text" -msgid "Descending" -msgstr "Opadajuće" - -#. 9BtoZ -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105CC\n" -"help.text" -msgid "Click to sort in alphabetically or numerically descending order." -msgstr "" - -#. 6U4wS -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN10568\n" -"help.text" -msgid "And then by" -msgstr "" - -#. CqmF3 -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN105D9\n" -"help.text" -msgid "Specifies additional fields by which the created query is sorted, if previous sort fields are equal." -msgstr "" - -#. CD7Db -#: querywizard02.xhp -msgctxt "" -"querywizard02.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Query Wizard - Search conditions" -msgstr "Opis" - -#. Ezdjv -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Search Conditions" -msgstr "" - -#. b9Fcz -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10543\n" -"help.text" -msgid "Query Wizard - Search Conditions" -msgstr "Opis" - -#. Axn74 -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies the search conditions to filter the query." -msgstr "" - -#. MBS9h -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Match all of the following" -msgstr "" - -#. eGvAt -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105B2\n" -"help.text" -msgid "Select to filter the query by all the conditions using a logical AND." -msgstr "" - -#. mowq3 -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN1055C\n" -"help.text" -msgid "Match any of the following" -msgstr "" - -#. m9DAv -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Select to filter the query by any of the conditions using a logical OR." -msgstr "" - -#. YzKAZ -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10562\n" -"help.text" -msgid "Field" -msgstr "Polje" - -#. zJBqq -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105CC\n" -"help.text" -msgid "Select the field name for the filter condition." -msgstr "Unesite korisničko ime za pristup bazi." - -#. cpBwd -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10568\n" -"help.text" -msgid "Condition" -msgstr "Uslov" - -#. FRFQM -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105D9\n" -"help.text" -msgid "Select the condition for the filter." -msgstr "" - -#. dF2FF -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Value" -msgstr "Vrijednost" - -#. ZKEEw -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN105E6\n" -"help.text" -msgid "Enter the value for the filter condition." -msgstr "Unesite korisničko ime za pristup bazi." - -#. hZQwL -#: querywizard03.xhp -msgctxt "" -"querywizard03.xhp\n" -"par_idN10574\n" -"help.text" -msgid "Query Wizard - Detail or summary" -msgstr "Opis" - -#. AFtfc -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Detail or Summary" -msgstr "" - -#. CRU4t -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10543\n" -"help.text" -msgid "Query Wizard - Detail or Summary" -msgstr "Opis" - -#. pvdAU -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Specifies whether to display all records of the query, or only the results of aggregate functions." -msgstr "" - -#. GNBdc -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10556\n" -"help.text" -msgid "This page is only displayed when there are numerical fields in the query that allow the use of aggregate functions." -msgstr "" - -#. LAhTk -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Detailed query" -msgstr "" - -#. aXtmP -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "Select to show all records of the query." -msgstr "" - -#. h7yp9 -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105C2\n" -"help.text" -msgid "Summary query" -msgstr "" - -#. 4VMFu -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105C8\n" -"help.text" -msgid "Select to show only results of aggregate functions." -msgstr "" - -#. CEC9y -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "Select the aggregate function and the field name of the numeric field in the list box. You can enter as many aggregate functions as you want, one in each row of controls." -msgstr "" - -#. QCySK -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Aggregate function" -msgstr "" - -#. H3vuB -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105E4\n" -"help.text" -msgid "Select the aggregate function." -msgstr "" - -#. 7VBHB -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105DD\n" -"help.text" -msgid "Field name" -msgstr "Ime polja" - -#. DhcSj -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN10656\n" -"help.text" -msgid "Select the numeric field name." -msgstr "" - -#. 2fBzx -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105E7\n" -"help.text" -msgid "+" -msgstr "" - -#. hM5kP -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "Appends a new row of controls." -msgstr "" - -#. MYCN9 -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1060B\n" -"help.text" -msgid "Removes the last row of controls." -msgstr "" - -#. PGYED -#: querywizard04.xhp -msgctxt "" -"querywizard04.xhp\n" -"par_idN1060E\n" -"help.text" -msgid "Query Wizard - Grouping" -msgstr "Opis" - -#. d4Arr -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Grouping" -msgstr "" - -#. yK7uG -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10546\n" -"help.text" -msgid "Query Wizard - Grouping" -msgstr "Opis" - -#. yimYQ -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies whether to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." -msgstr "" - -#. BEcEC -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Group by" -msgstr "Grupiši po" - -#. XSPcc -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "Displays all fields that are to be used to group the query." -msgstr "" - -#. C7sCn -#: querywizard05.xhp -msgctxt "" -"querywizard05.xhp\n" -"par_idN10590\n" -"help.text" -msgid "Query Wizard - Grouping conditions" -msgstr "Opis" - -#. FJyRe -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Grouping Conditions" -msgstr "" - -#. rawpT -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10546\n" -"help.text" -msgid "Query Wizard - Grouping Conditions" -msgstr "Opis" - -#. isYHF -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Specifies the conditions to group the query. The data source must support the SQL statement \"Group by clauses\" to enable this page of the Wizard." -msgstr "" - -#. E2hjZ -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10559\n" -"help.text" -msgid "Match all of the following" -msgstr "" - -#. tsdNz -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Select to group the query by all the conditions using a logical AND." -msgstr "" - -#. vG7ub -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Match any of the following" -msgstr "" - -#. H4kNz -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10564\n" -"help.text" -msgid "Select to group the query by any of the conditions using a logical OR." -msgstr "" - -#. CRQPr -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10567\n" -"help.text" -msgid "Field name" -msgstr "Ime polja" - -#. AUDUW -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "Select the field name for the grouping condition." -msgstr "Unesite korisničko ime za pristup bazi." - -#. vYSzM -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Condition" -msgstr "Uslov" - -#. VHAhf -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10572\n" -"help.text" -msgid "Select the condition for the grouping." -msgstr "" - -#. LYZYG -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Value" -msgstr "Vrijednost" - -#. GBywN -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Enter the value for the grouping condition." -msgstr "Unesite korisničko ime za pristup bazi." - -#. LM5AB -#: querywizard06.xhp -msgctxt "" -"querywizard06.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Query Wizard - Aliases" -msgstr "Opis" - -#. LGziG -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Aliases" -msgstr "" - -#. cEc4Q -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10543\n" -"help.text" -msgid "Query Wizard - Aliases" -msgstr "Opis" - -#. 8qMru -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Assigns aliases to field names. Aliases are optional, and can provide more user-friendly names, which are displayed in place of field names. For example, an alias can be used when fields from different tables have the same name." -msgstr "" - -#. GKQBZ -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Alias" -msgstr "Nadimak (alias)" - -#. TiaDt -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN1055A\n" -"help.text" -msgid "Enter the alias for the field name." -msgstr "Unesite korisničko ime za pristup bazi." - -#. jZ6HM -#: querywizard07.xhp -msgctxt "" -"querywizard07.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Query Wizard - Overview" -msgstr "Opis" - -#. ZD37L -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"tit\n" -"help.text" -msgid "Query Wizard - Overview" -msgstr "" - -#. DagT5 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10543\n" -"help.text" -msgid "Query Wizard - Overview" -msgstr "Opis" - -#. Eugc7 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10553\n" -"help.text" -msgid "Enter a name of the query, and specify whether you want to display or to modify the query after the Wizard is finished." -msgstr "" - -#. zjCxf -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10556\n" -"help.text" -msgid "Name of the query" -msgstr "Ime upita" - -#. ZLJYh -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1055A\n" -"help.text" -msgid "Enter the name of the query." -msgstr "Unesite korisničko ime za pristup bazi." - -#. uC9Qc -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Display query" -msgstr "" - -#. BJa3G -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10561\n" -"help.text" -msgid "Select to save and display the query." -msgstr "" - -#. yN4FB -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10564\n" -"help.text" -msgid "Modify query" -msgstr "" - -#. VKpNF -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10568\n" -"help.text" -msgid "Select to save the query and open it for editing." -msgstr "" - -#. 3ww32 -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "Overview" -msgstr "Pregled" - -#. SfUBA -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Displays a summary of the query." -msgstr "" - -#. 84Y4U -#: querywizard08.xhp -msgctxt "" -"querywizard08.xhp\n" -"par_idN10572\n" -"help.text" -msgid "Query Wizard" -msgstr "Opis" - -#. Us2de -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"tit\n" -"help.text" -msgid "Date and Time" -msgstr "" - -#. KYD3y -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"hd_id2320932\n" -"help.text" -msgid "Date and Time" -msgstr "" - -#. p8Mrd -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8638874\n" -"help.text" -msgid "You can open the Date and Time dialog of the Report Builder by choosing Insert - Date and Time." -msgstr "" - -#. tSLyd -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id6278878\n" -"help.text" -msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." -msgstr "" - -#. ppg4k -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id393078\n" -"help.text" -msgid "Enable Include Date to insert a date field into the active area of the report. The date field displays the current date when the report is executed." -msgstr "" - -#. 6ued5 -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id1271401\n" -"help.text" -msgid "Select a format to display the date." -msgstr "" - -#. VvPJF -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8718832\n" -"help.text" -msgid "Enable Include Time to insert a time field into the active area of the report. The time field displays the current time when the report is executed." -msgstr "" - -#. DfCAA -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id8561052\n" -"help.text" -msgid "Select a format to display the time." -msgstr "" - -#. cVAzu -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id5992919\n" -"help.text" -msgid "Click OK to insert the field." -msgstr "" - -#. WFpF6 -#: rep_datetime.xhp -msgctxt "" -"rep_datetime.xhp\n" -"par_id4320810\n" -"help.text" -msgid "You can click the date or time field and drag to another position within the same area, or edit the properties in the Properties window." -msgstr "" - -#. DCjDN -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"tit\n" -"help.text" -msgid "Insert Fields" -msgstr "" - -#. DiU2a -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"bm_id61540566967968\n" -"help.text" -msgid "insert fields;in report design add fields;in report design report design;add fields to report" -msgstr "" - -#. 7sGPE -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"hd_id361540562942432\n" -"help.text" -msgid "Add fields to report" -msgstr "" - -#. zFCzB -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3587145\n" -"help.text" -msgid "The Add Field window helps you to insert the table entries in the report." -msgstr "" - -#. dzGbq -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id4503921\n" -"help.text" -msgid "The Add Field window is shown automatically when you have selected a table in the Contents box and leave that box." -msgstr "" - -#. hQDBC -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id171540674707522\n" -"help.text" -msgid "Choose View - Add Field." -msgstr "" - -#. hxBBt -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id991540674901837\n" -"help.text" -msgid "Add field icon" -msgstr "" - -#. oEoAE -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id121540674874655\n" -"help.text" -msgid "Click the Add Field icon on the toolbar." -msgstr "" - -#. BqWBD -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id141540563922693\n" -"help.text" -msgid "Select the field in the Add Field dialog and click Insert. You can select multiple fields pressing the CommandCtrl key while clicking on the fields name or using the Shift key while pressing the mouse button. Click Insert in the toolbar to add the fields to the report." -msgstr "" - -#. BGjjH -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id4051026\n" -"help.text" -msgid "Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields." -msgstr "" - -#. Hk568 -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3397320\n" -"help.text" -msgid "It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted." -msgstr "" - -#. RGprC -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id3059785\n" -"help.text" -msgid "You can also insert text that should be the same on every page of the report. Click the Label Field icon Icon, then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want." -msgstr "" - -#. VjpkA -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"hd_id251540563929787\n" -"help.text" -msgid "Sorting fields names" -msgstr "" - -#. pNfxS -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id651540564204840\n" -"help.text" -msgid "Sort Ascending icon" -msgstr "" - -#. EfMFi -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540563992665\n" -"help.text" -msgid "Sort names ascending." -msgstr "" - -#. 9jVwk -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id811540564184191\n" -"help.text" -msgid "Sort descending icon" -msgstr "" - -#. BEcwL -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540563942665\n" -"help.text" -msgid "Sort names descending," -msgstr "" - -#. GRKuP -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id851540564212907\n" -"help.text" -msgid "Undo sorting icon" -msgstr "" - -#. DVAm8 -#: rep_insertfield.xhp -msgctxt "" -"rep_insertfield.xhp\n" -"par_id401540533942665\n" -"help.text" -msgid "Restore original sorting" -msgstr "" - -#. gCECo -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"tit\n" -"help.text" -msgid "Report Builder" -msgstr "" - -#. Yyb28 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"bm_id1614429\n" -"help.text" -msgid "Report Builder Oracle Report Builder" -msgstr "" - -#. 8XCCL -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id8773155\n" -"help.text" -msgid "Report Builder" -msgstr "" - -#. tcUx2 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5248573\n" -"help.text" -msgid "The Report Builder is a tool to create your own database reports. Unlike with the Report Wizard, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too." -msgstr "" - -#. A7xcb -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7128818\n" -"help.text" -msgid "To use the Report Builder, the Report Builder component must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME." -msgstr "" - -#. MUFG8 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id556047\n" -"help.text" -msgid "To install the JRE software" -msgstr "" - -#. CTy58 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4515823\n" -"help.text" -msgid "The Report Builder requires an installed Java Runtime Environment (JRE)." -msgstr "" - -#. t42Ud -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4044312\n" -"help.text" -msgid "Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced." -msgstr "" - -#. bGABC -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1369060\n" -"help.text" -msgid "Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system." -msgstr "" - -#. oxLT3 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id860927\n" -"help.text" -msgid "If a recent JRE version is found on your system, you see an entry in the list." -msgstr "" - -#. 87xW7 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8581804\n" -"help.text" -msgid "Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME." -msgstr "" - -#. KmqC6 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7730033\n" -"help.text" -msgid "Ensure that Use a Java runtime environment is enabled." -msgstr "" - -#. oeX8D -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6317636\n" -"help.text" -msgid "If no JRE version is found on your system, open your web browser and download the JRE software from http://www.java.com. Install the JRE software. Then restart %PRODUCTNAME and open %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced again." -msgstr "" - -#. 87hJD -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id9759514\n" -"help.text" -msgid "To open the Report Builder" -msgstr "" - -#. TxLZj -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9076509\n" -"help.text" -msgid "Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field." -msgstr "" - -#. NiuEf -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7050691\n" -"help.text" -msgid "Click the Reports icon in the Base window, then choose Create Report in Design View." -msgstr "" - -#. u7db8 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7118747\n" -"help.text" -msgid "The Report Builder window opens." -msgstr "" - -#. eC7Ku -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8283639\n" -"help.text" -msgid "The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below." -msgstr "" - -#. FZucS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2291024\n" -"help.text" -msgid "On the right you see the Properties window with the property values of the currently selected object." -msgstr "" - -#. 9iUTs -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2100589\n" -"help.text" -msgid "The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom:" -msgstr "" - -#. bpA2e -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5022125\n" -"help.text" -msgid "Page Header - drag control fields with fixed text into the Page Header area" -msgstr "" - -#. TcX6C -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6844386\n" -"help.text" -msgid "Detail - drag and drop database fields into the Detail area" -msgstr "" - -#. k3qgL -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7018646\n" -"help.text" -msgid "Page Footer - drag control fields with fixed text into the Page Footer area" -msgstr "" - -#. GbMdT -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5857112\n" -"help.text" -msgid "To insert an additional Report Header and Report Footer area choose Edit - Insert Report Header/Footer. These areas contain text that appears at the start and end of the whole report." -msgstr "" - -#. cvEuz -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6042664\n" -"help.text" -msgid "Click the \"-\" icon in front of an area name to collapse that area to one line in the Report Builder view. The \"-\" icon changes to a \"+\" icon, and you can click this to expand the area again." -msgstr "" - -#. NCMdn -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1589098\n" -"help.text" -msgid "You insert database fields by drag-and-drop into the Detail area. See the section \"To insert fields into the report\" below." -msgstr "" - -#. 3dx6B -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1278420\n" -"help.text" -msgid "In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon." -msgstr "" - -#. 25GDr -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7479476\n" -"help.text" -msgid "To connect the report to a database table" -msgstr "" - -#. TuFVF -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2218390\n" -"help.text" -msgid "Move the mouse to the Properties view. You see two tab pages General and Data." -msgstr "" - -#. WdBn9 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7771538\n" -"help.text" -msgid "On the Data tab page, click Content to open the combo box." -msgstr "" - -#. UKbEt -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id366527\n" -"help.text" -msgid "Select the table for that you want to create the report." -msgstr "" - -#. NzJzg -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7996459\n" -"help.text" -msgid "After selecting the table, press the Tab key to leave the Content box." -msgstr "" - -#. TFFLy -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2531815\n" -"help.text" -msgid "The Add fields to report window opens automatically and shows all fields of the selected table." -msgstr "" - -#. vsFKB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7657399\n" -"help.text" -msgid "Select two or more objects and click this icon to align the objects at the left margin of the area." -msgstr "" - -#. BqG3G -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8925138\n" -"help.text" -msgid "Select two or more objects and click this icon to align the objects at the right margin of the area." -msgstr "" - -#. UcCYH -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5461897\n" -"help.text" -msgid "Select two or more objects and click this icon to align the objects at the top margin of the area." -msgstr "" - -#. gDxeY -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8919339\n" -"help.text" -msgid "Select two or more objects and click this icon to align the objects at the bottom margin of the area." -msgstr "" - -#. nNfGG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4634235\n" -"help.text" -msgid "Select two or more objects and click this icon to resize the objects to the smallest width." -msgstr "" - -#. GuD9F -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1393475\n" -"help.text" -msgid "Select two or more objects and click this icon to resize the objects to the smallest height." -msgstr "" - -#. NAFEu -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6571550\n" -"help.text" -msgid "Select two or more objects and click this icon to resize the objects to the greatest width." -msgstr "" - -#. ssdFE -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5376140\n" -"help.text" -msgid "Select two or more objects and click this icon to resize the objects to the greatest height." -msgstr "" - -#. yLQm4 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9611499\n" -"help.text" -msgid "Inserts a horizontal line to the current area." -msgstr "" - -#. XVFTm -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id6765953\n" -"help.text" -msgid "Inserts a vertical line to the current area." -msgstr "" - -#. 5gYXB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242612\n" -"help.text" -msgid "Shrinks the selected section to remove top and bottom empty space." -msgstr "" - -#. K9bij -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242617\n" -"help.text" -msgid "Shrinks the selected section to remove top empty space." -msgstr "" - -#. S4vSt -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id0409200922242661\n" -"help.text" -msgid "Shrinks the selected section to remove bottom empty space." -msgstr "" - -#. bFTYS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1511581\n" -"help.text" -msgid "After inserting fields in the Detail view, the report is ready for execution." -msgstr "" - -#. j9t2k -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4881740\n" -"help.text" -msgid "To execute a report" -msgstr "" - -#. QhtuG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8286385\n" -"help.text" -msgid "Click the Execute Report iconIcon on the toolbar." -msgstr "" - -#. EbwoS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2354197\n" -"help.text" -msgid "A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert." -msgstr "" - -#. CCUrN -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2485122\n" -"help.text" -msgid "If the database contents did change, execute the report again to update the result report." -msgstr "" - -#. XrBwB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"hd_id8746910\n" -"help.text" -msgid "To edit a report" -msgstr "" - -#. GinFd -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9636524\n" -"help.text" -msgid "First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design." -msgstr "" - -#. awMUn -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5941648\n" -"help.text" -msgid "The Writer document is opened read-only. To edit the Writer document, click Edit Document on the information bar, or choose Edit - Edit Mode." -msgstr "" - -#. G2dAA -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8307138\n" -"help.text" -msgid "If you want to edit the Report Builder view, you can change some of its properties." -msgstr "" - -#. XYvED -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7138889\n" -"help.text" -msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color." -msgstr "" - -#. LYDVA -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id9869380\n" -"help.text" -msgid "After finishing, click the Execute Report iconIcon to create a new report." -msgstr "" - -#. h2c39 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id12512\n" -"help.text" -msgid "If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK." -msgstr "" - -#. T8vuS -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2676168\n" -"help.text" -msgid "Sorting the report" -msgstr "" - -#. Cg7RE -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2626422\n" -"help.text" -msgid "Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database." -msgstr "" - -#. 5hPjG -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id1743827\n" -"help.text" -msgid "Open the Report Builder view and click the Sorting and Grouping iconIcon on the toolbar. You see the Sorting and Grouping dialog." -msgstr "" - -#. 35NvQ -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4331797\n" -"help.text" -msgid "In the Groups box, click the field which you want as the first sort field, and set the Sorting property." -msgstr "" - -#. heWc5 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id4191717\n" -"help.text" -msgid "Execute the report." -msgstr "" - -#. FoAAB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id2318796\n" -"help.text" -msgid "Grouping" -msgstr "Grupisanje" - -#. Ckxyp -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id399182\n" -"help.text" -msgid "Open the Report Builder view and click the Sorting and Grouping iconIcon on the toolbar. You see the Sorting and Grouping dialog." -msgstr "" - -#. zfuDw -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7588732\n" -"help.text" -msgid "In the Groups box, open the Group Header list box and select to show a group header." -msgstr "" - -#. AAvAB -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id95828\n" -"help.text" -msgid "Click the Add Field iconIcon to open the Add Field window." -msgstr "" - -#. WyQ6C -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id5675527\n" -"help.text" -msgid "Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section." -msgstr "" - -#. GscG2 -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id3496200\n" -"help.text" -msgid "Execute the report. The report shows the grouped records." -msgstr "" - -#. dLiAY -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7599108\n" -"help.text" -msgid "If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report." -msgstr "" - -#. WGFAC -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id888698\n" -"help.text" -msgid "Updating and printing your data" -msgstr "" - -#. 9CfYU -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id3394573\n" -"help.text" -msgid "When you insert some new data or edit data in the table, a new report will show the updated data." -msgstr "" - -#. xeBzX -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id7594225\n" -"help.text" -msgid "Click the Reports iconIcon and double-click your last saved report. A new Writer document will be created which shows the new data." -msgstr "" - -#. Kp54P -#: rep_main.xhp -msgctxt "" -"rep_main.xhp\n" -"par_id8147221\n" -"help.text" -msgid "To print a report, choose File - Print from the Writer document." -msgstr "" - -#. AnAta -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"tit\n" -"help.text" -msgid "Report Navigator" -msgstr "Navigator izvještaja" - -#. 6utJF -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"bm_id5823847\n" -"help.text" -msgid "formulas in reports;editingfunctions in reports;editing" -msgstr "" - -#. Y2kdn -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id1821955\n" -"help.text" -msgid "Report Navigator" -msgstr "" - -#. SHcxA -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1150852\n" -"help.text" -msgid "You can open the Report Navigator window of the Report Builder by choosing View - Report Navigator." -msgstr "" - -#. hBVny -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1111484\n" -"help.text" -msgid "The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report." -msgstr "" - -#. LJxNC -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id8314157\n" -"help.text" -msgid "Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu." -msgstr "" - -#. prLAV -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id2932828\n" -"help.text" -msgid "To enter functions to the report" -msgstr "" - -#. CSJFz -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id5091708\n" -"help.text" -msgid "In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them." -msgstr "" - -#. TVyh8 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9449446\n" -"help.text" -msgid "Functions can be entered using a syntax as specified by the OpenFormula proposal." -msgstr "" - -#. 3GfjV -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id4095583\n" -"help.text" -msgid "See Wiki page about Base for some more help regarding the functions in a report." -msgstr "" - -#. 2spAx -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"hd_id311593\n" -"help.text" -msgid "To calculate a sum for each client" -msgstr "" - -#. zGU9C -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id3948789\n" -"help.text" -msgid "Open the Report Navigator." -msgstr "" - -#. FSYuv -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id5391399\n" -"help.text" -msgid "Open the Groups entry and the group where you want to calculate the cost." -msgstr "" - -#. bP94U -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6989654\n" -"help.text" -msgid "The group has a sub entry called functions." -msgstr "" - -#. FbfyS -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1803643\n" -"help.text" -msgid "Open the context menu (right click) on the functions entry, choose to create a new function, and select it." -msgstr "" - -#. hTbw9 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id868251\n" -"help.text" -msgid "In the property browser you see the function." -msgstr "" - -#. KBn87 -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6247749\n" -"help.text" -msgid "Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name]." -msgstr "" - -#. y2cwk -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1565904\n" -"help.text" -msgid "In the initial value enter 0." -msgstr "" - -#. RkdrZ -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1569261\n" -"help.text" -msgid "Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box)." -msgstr "" - -#. utdSG -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9256874\n" -"help.text" -msgid "Maybe you have to set the initial value to the value of the field like [field]." -msgstr "" - -#. Hp4tF -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id4601886\n" -"help.text" -msgid "If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:" -msgstr "" - -#. Dzpam -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id1754509\n" -"help.text" -msgid "[SumCost] + IF(ISBLANK([field]);0;[field])" -msgstr "" - -#. tGCiz -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id8122196\n" -"help.text" -msgid "Enter the formula that defines the function. Use OpenFormula syntax." -msgstr "" - -#. mTZGY -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9909665\n" -"help.text" -msgid "Enter the initial value for the evaluation of the formula. Often this is set to 0 or to 1." -msgstr "" - -#. qEtTN -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id9141819\n" -"help.text" -msgid "If Deep traversing is enabled, functions are evaluated considering all lower levels of hierarchy. This would be used for instance for line numbering. If Deep traversing is not enabled, only the first level of hierarchy is evaluated." -msgstr "" - -#. XGkHa -#: rep_navigator.xhp -msgctxt "" -"rep_navigator.xhp\n" -"par_id6354869\n" -"help.text" -msgid "If Pre evaluation is enabled, functions are evaluated only when the report is finished." -msgstr "" - -#. nNgrq -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"tit\n" -"help.text" -msgid "Page Numbers" -msgstr "Brojevi stranica" - -#. YECLh -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"hd_id3674123\n" -"help.text" -msgid "Page Numbers" -msgstr "" - -#. AoXLc -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3424481\n" -"help.text" -msgid "You can open the Page Numbers dialog of the Report Builder by choosing Insert - Page Numbers." -msgstr "" - -#. ygaGw -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id1068758\n" -"help.text" -msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." -msgstr "" - -#. Cz9Sk -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id1559190\n" -"help.text" -msgid "Page N" -msgstr "" - -#. rcaDS -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id9879146\n" -"help.text" -msgid "Page N of M" -msgstr "" - -#. tDDwG -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id9404278\n" -"help.text" -msgid "Top of Page (Header)" -msgstr "" - -#. dvqcL -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id7626880\n" -"help.text" -msgid "Bottom of Page (Footer)" -msgstr "" - -#. XRZPh -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id6124149\n" -"help.text" -msgid "Alignment" -msgstr "" - -#. horox -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id8257087\n" -"help.text" -msgid "Select the format for the page numbers, either \"Page N\" or \"Page N of M\", where N stands for the current page number, and M for the total number of pages in the report." -msgstr "" - -#. 84Dct -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3479415\n" -"help.text" -msgid "Select to show the page numbers in the Page Header area or in the Page Footer area." -msgstr "" - -#. GxdrQ -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id4441663\n" -"help.text" -msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment." -msgstr "" - -#. MJV32 -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id3012176\n" -"help.text" -msgid "When you click OK, a data field for the page numbers is inserted. If no header or footer area exist, the area will be created as needed." -msgstr "" - -#. 6QnRv -#: rep_pagenumbers.xhp -msgctxt "" -"rep_pagenumbers.xhp\n" -"par_id8532670\n" -"help.text" -msgid "You can click the data field and drag to another position within the same area, or edit the properties in the Properties window." -msgstr "" - -#. 7uNv6 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"tit\n" -"help.text" -msgid "Properties" -msgstr "Osobine" - -#. wAcV9 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"hd_id8836939\n" -"help.text" -msgid "Properties" -msgstr "" - -#. ro5Tm -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2711264\n" -"help.text" -msgid "The Properties window of the Report Builder always shows the properties of the currently selected object in the Report Builder view." -msgstr "" - -#. hiDZo -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1080660\n" -"help.text" -msgid "Press Shift-F1 and point with the mouse at an input box to see a help text for this input box." -msgstr "" - -#. WFv9q -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7175817\n" -"help.text" -msgid "On first start of the Report Builder, the Properties window shows the Data tab page for the whole report." -msgstr "" - -#. khEAx -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9895931\n" -"help.text" -msgid "Select a table from the Contents list, then press Tab or click outside the input box to leave the input box." -msgstr "" - -#. DZ342 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3587145\n" -"help.text" -msgid "The Add fields to report window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose View - Add Field." -msgstr "" - -#. 5BJS6 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6993926\n" -"help.text" -msgid "The General tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others." -msgstr "" - -#. eGuih -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3729361\n" -"help.text" -msgid "To display the Data or General tab page for the whole report, choose Edit - Select All - Select Report." -msgstr "" - -#. r4tre -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1768852\n" -"help.text" -msgid "Groups are kept together by page or by column (default). You must enable Keep Together also." -msgstr "" - -#. PFQYf -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6304818\n" -"help.text" -msgid "Specifies in which context the page header will be printed: on all pages, or not on pages with a report header or footer." -msgstr "" - -#. 9rAVD -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id401623\n" -"help.text" -msgid "Specifies in which context the page footer will be printed: on all pages, or not on pages with a report header or footer" -msgstr "" - -#. rMRex -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2162236\n" -"help.text" -msgid "Specifies to print repeated values." -msgstr "" - -#. nCDvW -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7022003\n" -"help.text" -msgid "If you click the Page Header or Page Footer area without selecting any object, you see the General tab page for that area." -msgstr "" - -#. xACk2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7004303\n" -"help.text" -msgid "You can edit some visual properties for the area." -msgstr "" - -#. hPUHN -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2561723\n" -"help.text" -msgid "Sets the background color for the selected object, both on screen and for printing." -msgstr "" - -#. BXnJc -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1064485\n" -"help.text" -msgid "An invisible object is not shown in the executed report. It is still visible in the Report Builder view." -msgstr "" - -#. Xd2SG -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2356028\n" -"help.text" -msgid "Defines the height of the selected object." -msgstr "" - -#. GXpuh -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1404461\n" -"help.text" -msgid "If the Conditional Print Expression evaluates to TRUE, the selected object will be printed." -msgstr "" - -#. jvkXA -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7404705\n" -"help.text" -msgid "Specifies whether the background of the selected object is transparent or opaque." -msgstr "" - -#. qgLML -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7466963\n" -"help.text" -msgid "If you click the Detail area without selecting any object, you see the General tab page for that area." -msgstr "" - -#. kmEmG -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3644215\n" -"help.text" -msgid "You can specify some properties to fine-tune the way the records are printed." -msgstr "" - -#. cjDLx -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id3148899\n" -"help.text" -msgid "Force New Page specifies whether the current section and/or the next section is printed on a new page." -msgstr "" - -#. CuyG2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id6164433\n" -"help.text" -msgid "New Row Or Column specifies, for a multi-column design, whether the current section and/or the next section will be printed on a new row or column." -msgstr "" - -#. nHVy2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7405011\n" -"help.text" -msgid "Keep Together specifies to print the current object starting on top of a new page if it doesn't fit on the current page." -msgstr "" - -#. FjNyy -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1536606\n" -"help.text" -msgid "Insert some data fields into the Detail area, or insert other control fields into any area. When you select an inserted field, you can set the properties in the Properties window." -msgstr "" - -#. 2LAyX -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9631641\n" -"help.text" -msgid "For a Label field, you can change the displayed text in the Label input box." -msgstr "" - -#. iy4M5 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7749565\n" -"help.text" -msgid "For a picture, you can specify to either insert the picture as a link to a file or only as an embedded object in the Base file. The embedded option increases the size of the Base file, while the link option is not as portable to other computers." -msgstr "" - -#. XKxxX -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id4041871\n" -"help.text" -msgid "Set the X Position for the selected object" -msgstr "" - -#. bvgTD -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id9930722\n" -"help.text" -msgid "Set the Y Position for the selected object" -msgstr "" - -#. YGfo2 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id5749687\n" -"help.text" -msgid "Sets the width of the selected object." -msgstr "" - -#. pwu7Q -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id79348\n" -"help.text" -msgid "Select the font for the selected text object." -msgstr "" - -#. r9No9 -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id2414014\n" -"help.text" -msgid "Print when group change" -msgstr "" - -#. 25y9K -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id7617114\n" -"help.text" -msgid "Vert. Alignment" -msgstr "" - -#. GXFDE -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1593676\n" -"help.text" -msgid "On the General tab page of a data field, you can set the Formatting properties, among others." -msgstr "" - -#. LyTPo -#: rep_prop.xhp -msgctxt "" -"rep_prop.xhp\n" -"par_id1243629\n" -"help.text" -msgid "On the Data tab page, you can change the data contents to be shown." -msgstr "" - -#. g3CBB -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"tit\n" -"help.text" -msgid "Sorting and Grouping" -msgstr "Sortiranje i grupisanje" - -#. Xdr3M -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"hd_id3486434\n" -"help.text" -msgid "Sorting and Grouping" -msgstr "" - -#. oV7wd -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3068636\n" -"help.text" -msgid "In the Sorting and Grouping dialog of Report Builder, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group. If you group your report by a certain field, all records with the same value of that field will be kept together in one group." -msgstr "" - -#. KudoP -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id876186\n" -"help.text" -msgid "The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list." -msgstr "" - -#. nG4vM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3939634\n" -"help.text" -msgid "The sorting and grouping will be applied in the order of the list from top to bottom." -msgstr "" - -#. ZAFvB -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id599688\n" -"help.text" -msgid "Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on." -msgstr "" - -#. ETyGL -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id1371501\n" -"help.text" -msgid "Click to open a list from which you can select a field." -msgstr "" - -#. kEwPE -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id4661702\n" -"help.text" -msgid "Moves the selected field up in the list." -msgstr "" - -#. YmDk5 -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7868892\n" -"help.text" -msgid "Moves the selected field down in the list." -msgstr "" - -#. amjzG -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2188787\n" -"help.text" -msgid "Select the sorting order." -msgstr "" - -#. bYX8p -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id5833307\n" -"help.text" -msgid "Select to show or hide the Group Header." -msgstr "" - -#. tN76n -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7726676\n" -"help.text" -msgid "Select to show or hide the Group Footer." -msgstr "" - -#. Ez4dt -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3729361\n" -"help.text" -msgid "Select to create a new group on each changed value, or on other properties." -msgstr "" - -#. bd2EW -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id0409200922142041\n" -"help.text" -msgid "Removes the selected field from the list." -msgstr "" - -#. CjspM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3405560\n" -"help.text" -msgid "By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field:" -msgstr "" - -#. DD8mt -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id3409527\n" -"help.text" -msgid "For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together." -msgstr "" - -#. DFvf2 -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7112338\n" -"help.text" -msgid "For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups." -msgstr "" - -#. BBwXv -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2855616\n" -"help.text" -msgid "For fields of type AutoNumber, Currency, or Number, you specify an interval." -msgstr "" - -#. mjbMU -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id7700430\n" -"help.text" -msgid "Enter the group interval value that records are grouped by." -msgstr "" - -#. XmWsa -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id1180455\n" -"help.text" -msgid "Select the level of detail by which a group is kept together on the same page." -msgstr "" - -#. KbCbd -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id2091433\n" -"help.text" -msgid "When you specify to keep together some records on the same page, you have three choices:" -msgstr "" - -#. NnDGM -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id5092318\n" -"help.text" -msgid "No - page boundaries are not taken into account." -msgstr "" - -#. Zmwag -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id9312417\n" -"help.text" -msgid "Whole Group - prints the group header, detail section, and group footer on the same page." -msgstr "" - -#. Bzv5z -#: rep_sort.xhp -msgctxt "" -"rep_sort.xhp\n" -"par_id9089022\n" -"help.text" -msgid "With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page." -msgstr "" diff --git a/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po index 62dd7b993c2..3fd3582eafa 100644 --- a/source/bs/helpcontent2/source/text/shared/guide.po +++ b/source/bs/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-12-20 13:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -7558,13 +7558,13 @@ msgctxt "" msgid "Creating a New Query With the Query Wizard" msgstr "" -#. YzmZb +#. axVzs #: data_queries.xhp msgctxt "" "data_queries.xhp\n" "par_idN1061E\n" "help.text" -msgid "In %PRODUCTNAME you can create a new query using the Query Wizard:" +msgid "In %PRODUCTNAME you can create a new query using the Query Wizard:" msgstr "" #. DaGBc @@ -7837,13 +7837,13 @@ msgctxt "" msgid "The Report Builder window opens with the report's information loaded." msgstr "" -#. ppQLn +#. fQPtB #: data_report.xhp msgctxt "" "data_report.xhp\n" "par_id5086825\n" "help.text" -msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the Report Builder guide." +msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the Report Builder guide." msgstr "" #. QSknJ @@ -8116,13 +8116,13 @@ msgctxt "" msgid "Click Create Report in Design View." msgstr "" -#. ef3RF +#. GEE9s #: data_reports.xhp msgctxt "" "data_reports.xhp\n" "par_id4870754\n" "help.text" -msgid "Follow the instructions in the Report Builder guide." +msgid "Follow the instructions in the Report Builder guide." msgstr "" #. xrbEC @@ -8890,13 +8890,13 @@ msgctxt "" msgid "Create new query or table view, edit query structure" msgstr "" -#. A3f6p +#. WuBVH #: database_main.xhp msgctxt "" "database_main.xhp\n" "par_idN1072A\n" "help.text" -msgid "Query Wizard" +msgid "Query Wizard" msgstr "" #. TjEU4 @@ -9025,13 +9025,13 @@ msgctxt "" msgid "When Development Tools is enabled, a dockable window is shown at the bottom of the screen. This window has two sections:" msgstr "" -#. BbGGE +#. e28an #: dev_tools.xhp msgctxt "" "dev_tools.xhp\n" "par_id31627862228021\n" "help.text" -msgid "Document Object Model tree view: Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgid "Document Object Model tree view: Displays document portions according to the Document Object Model (DOM). Use this section to choose the object to inspect." msgstr "" #. fJXDt @@ -9709,15 +9709,6 @@ msgctxt "" msgid "English Wiki page on digital signatures" msgstr "" -#. 5nrks -#: digital_signatures.xhp -msgctxt "" -"digital_signatures.xhp\n" -"par_id486465\n" -"help.text" -msgid "Applying digital signatures" -msgstr "" - #. p8TL7 #: digital_signatures.xhp msgctxt "" @@ -18754,13 +18745,13 @@ msgctxt "" msgid "Table Wizard" msgstr "" -#. fLi53 +#. rimqF #: main.xhp msgctxt "" "main.xhp\n" "par_idN1085B\n" "help.text" -msgid "Query Wizard" +msgid "Query Wizard" msgstr "" #. nEnao @@ -23632,22 +23623,22 @@ msgctxt "" msgid "Click Add." msgstr "Pritisni Nađi." -#. aU6ZX +#. ZnGpz #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10760\n" "help.text" -msgid "In the Category list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." +msgid "In the Category list box, scroll down and open the \"Application Macros\" entry." msgstr "" -#. 8FvFT +#. eJ2zS #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10768\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." msgstr "" #. ydmmt @@ -23695,22 +23686,22 @@ msgctxt "" msgid "Choose Tools - Customize - Keyboard." msgstr "" -#. uwMCv +#. MYRtg #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A59\n" "help.text" -msgid "In the Category list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." +msgid "In the Category list box, scroll down and open the \"Application Macros\" entry." msgstr "" -#. jjCqP +#. 3vSLi #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A61\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." msgstr "" #. FhQDE @@ -23785,22 +23776,22 @@ msgctxt "" msgid "Click Macro button." msgstr "" -#. KSGJB +#. g38nu #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10A9E\n" "help.text" -msgid "In the Library list box, scroll down and open the \"%PRODUCTNAME Macros\" entry." +msgid "In the Library list box, scroll down and open the \"Application Macros\" entry." msgstr "" -#. WvmAz +#. EFNsf #: scripting.xhp msgctxt "" "scripting.xhp\n" "par_idN10AA6\n" "help.text" -msgid "You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." +msgid "You see entries for \"Application Macros\" (scripts in the share directory of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user directory), and the current document. Open any one of them to see the supported scripting languages." msgstr "" #. XQd7D @@ -26188,6 +26179,15 @@ msgctxt "" msgid "%PRODUCTNAME comes with a set of built-in templates that can be used to create documents, presentations, spreadsheets or drawings. You may use templates available in the template manager, create your own templates or browse online for additional templates." msgstr "" +#. Aa49E +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723521916\n" +"help.text" +msgid "Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents." +msgstr "" + #. oD5Ec #: template_manager.xhp msgctxt "" @@ -26206,13 +26206,13 @@ msgctxt "" msgid "Previews of available templates show up in the main window based on your search and filtering choices. Double-click on any template icon to open a new document with the contents and formatting of the template." msgstr "" -#. FBoHs +#. CwuoA #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id921608024342429\n" "help.text" -msgid "Choose Thumbnail View or List View, at the top right, to change how the templates are displayed." +msgid "Choose Thumbnail View or List View, at the bottom left, to change how the templates are displayed." msgstr "" #. ED7GM @@ -26233,13 +26233,13 @@ msgctxt "" msgid "Thumbnail View" msgstr "" -#. ekcpz +#. NDx6y #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id61608024086461\n" "help.text" -msgid "List View Icon" +msgid "List View Icon" msgstr "" #. 7Rg4W @@ -26305,13 +26305,13 @@ msgctxt "" msgid "Categories" msgstr "" -#. ykGZb +#. 8yDGz #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723507710\n" "help.text" -msgid "Categories are folders where you place your templates. You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Use the Tools icon of the Template Manager to create a new category." +msgid "Categories are folders where you place your templates. You may choose from the default categories: All Categories, My Templates, Business Correspondence, MediaWiki, Other Business Documents, Personal Correspondence and Documents, Presentations or Styles. You may also create new categories for your personal use. Press Manage at the top right corner of the Template Manager, then select New Category to create a new category." msgstr "" #. kGCqh @@ -26323,249 +26323,240 @@ msgctxt "" msgid "Categories inside a category are not allowed." msgstr "" -#. TqPzP +#. ScKJd #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "hd_id041620170723509814\n" "help.text" -msgid "Tools" +msgid "Manage" msgstr "" -#. aZqBY +#. Y7DkF #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723504497\n" "help.text" -msgid "Click on the Tools icon at the bottom left to open the Tools menu. The options are: New Category, Rename Category, Delete Category, and Refresh. If the default template for an application is changed from the initial default setting, then an additional option, Reset Default Template, is available, which allows you to reset the default template for an application back to its initial default." +msgid "Press Manage at the top right corner to open the Manage menu. The options are: New Category, Refresh, Reset Default, Import, and Extensions." msgstr "" -#. bN3Un +#. gYGYe #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id816947600309745\n" +"hd_id371642944398730\n" "help.text" -msgid "Tools Icon" +msgid "Reset Default" msgstr "" -#. xBq4j +#. rTUeD #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id421604400309745\n" +"par_id711642944419925\n" "help.text" -msgid "Tools icon" +msgid "This option appears only if you have set a template as default. Use this command to remove that setting. Use Filter to specify which default will be reset." msgstr "" -#. gWz9H +#. aNTjV #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723508845\n" +"hd_id041620170723516279\n" "help.text" -msgid "Move" +msgid "Import" msgstr "" -#. mECQv +#. QVmpk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723518776\n" +"par_id04162017072351776\n" "help.text" -msgid "If you want to move templates to a different category, then choose a template, or use CommandCtrl+click to select additional templates, then press the Move button at the bottom right to open a dialog box, where you can choose to move your selection to a different category or to a new category. Default templates cannot be moved, but copies can be created in other categories." +msgid "If you want to import one or more templates into the Template Manager, then select Import, choose the Category where the imported templates should be placed, then select the files to be imported." msgstr "" -#. bunpC +#. 9zDEB #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723516791\n" +"par_id171607689516049\n" "help.text" -msgid "Export" +msgid "Import Icon" msgstr "" -#. XZEZE +#. f63Fp #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723513192\n" +"par_id651607689516049\n" "help.text" -msgid "Choose a template in the main window, or use CommandCtrl+click to select additional templates, and then press the Export button at the bottom right to export your selection to a folder on your computer." +msgid "Import" msgstr "" -#. CgT8y +#. cP5Sj #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id181607689509896\n" +"hd_id041620170723501627\n" "help.text" -msgid "Export Icon" +msgid "Extensions" msgstr "" -#. Dwspi +#. CFMpT #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id431607689509896\n" +"par_id041620170723503494\n" "help.text" -msgid "Export button" +msgid "To browse for more templates online, choose Extensions to open a search window. You can also search for templates at https://extensions.libreoffice.org." msgstr "" -#. tEEdj +#. PrQ6K #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id581607995218423\n" +"par_id431607690468509\n" "help.text" -msgid "To move or export all templates in a Category, press CommandCtrl+A, then choose Move or Export." +msgid "Extensions Icon" msgstr "" -#. aNTjV +#. mwqRi #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723516279\n" +"par_id41607690468510\n" "help.text" -msgid "Import" +msgid "Extensions" msgstr "" -#. xMRku +#. ddVcH #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id04162017072351776\n" +"hd_id501607689762479\n" "help.text" -msgid "If you want to import one or more templates into the Template Manager, then press the Import button at the bottom right, choose the Category where the imported templates should be placed, then select the files to be imported." +msgid "Actions with Individual Templates" msgstr "" -#. 9zDEB +#. anVjc #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id171607689516049\n" +"hd_id041620170723503949\n" "help.text" -msgid "Import Icon" +msgid "Open" msgstr "" -#. VBNy8 +#. kBsGv #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id651607689516049\n" +"par_id041620170723503583\n" "help.text" -msgid "Import button" +msgid "Select a template in the main window and right-click and then choose Open, press Enter or double click to open a new document using that template." msgstr "" -#. cP5Sj +#. rbHmi #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723501627\n" +"par_id721608222737939\n" "help.text" -msgid "Extensions" +msgid "You can also use the Open button on the bottom right to open a new document using the selected template." msgstr "" -#. CU9Ag +#. gvTq3 #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723503494\n" +"par_id411642157620977\n" "help.text" -msgid "To browse for more templates online, click on the Extensions icon at the bottom right to open a search window. You can also search for templates at https://extensions.libreoffice.org." +msgid "Open Icon " msgstr "" -#. PrQ6K +#. KJxbk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id431607690468509\n" +"par_id21642157620977\n" "help.text" -msgid "Extensions Icon" +msgid "Open" msgstr "" -#. pmxCc +#. V9DEC #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id41607690468510\n" +"hd_id041620170723504268\n" "help.text" -msgid "Extensions icon" +msgid "Edit" msgstr "" -#. ddVcH +#. DFYCC #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id501607689762479\n" +"par_id041620170723502297\n" "help.text" -msgid "Actions with Individual Templates" +msgid "Select a template in the main window and right-click and then choose Edit to edit the template. For built-in templates, it is possible to edit a copy." msgstr "" -#. anVjc +#. 2yEaB #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723503949\n" +"par_id21642157799589\n" "help.text" -msgid "Open" +msgid "Edit Icon" msgstr "" -#. kBsGv +#. MwDEk #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723503583\n" +"par_id581642157799589\n" "help.text" -msgid "Select a template in the main window and right-click and then choose Open, press Enter or double click to open a new document using that template." +msgid "Edit" msgstr "" -#. fsr8t +#. NuFNj #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id721608222737939\n" +"hd_id041620170723509251\n" "help.text" -msgid "You can also use the Open button on the bottom left to open a new document using the selected template." +msgid "Set as Default" msgstr "" -#. V9DEC +#. hZoKd #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723504268\n" +"par_id041620170723501975\n" "help.text" -msgid "Edit" +msgid "Select a template in the main window and right-click and then choose Set as Default to set the template as the default template. This will cause a green tick to appear next to the selected template and the template will automatically load when a new document is created using the matching application." msgstr "" -#. DtYah +#. x6Wr2 #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"par_id041620170723502297\n" +"par_id461642158211948\n" "help.text" -msgid "Select a template in the main window and right-click and then choose Edit to edit the template. This function is only available for templates that are not built-in." +msgid "Set as Default Icon" msgstr "" -#. NuFNj +#. Tt9Aw #: template_manager.xhp msgctxt "" "template_manager.xhp\n" -"hd_id041620170723509251\n" +"par_id751642158211948\n" "help.text" msgid "Set as Default" msgstr "" -#. mctxE -#: template_manager.xhp -msgctxt "" -"template_manager.xhp\n" -"par_id041620170723501975\n" -"help.text" -msgid "Select a template in the main window and right-click and then choose Set as Default to set the template as the default template. This will cause a green tick to appear over the template and the template will automatically load when a new document is created using the matching application." -msgstr "" - #. mPSZV #: template_manager.xhp msgctxt "" @@ -26584,6 +26575,24 @@ msgctxt "" msgid "Select a template in the main window and right-click and then choose Rename to rename the template. This will cause a dialog box to appear where a new name may be chosen for the template. Type in the name and then choose OK or choose Cancel to revert to the name that is already set." msgstr "" +#. LRmGo +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id501642158394220\n" +"help.text" +msgid "Rename Icon" +msgstr "" + +#. CXWXD +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id61642158394220\n" +"help.text" +msgid "Rename" +msgstr "" + #. mSSwu #: template_manager.xhp msgctxt "" @@ -26602,6 +26611,24 @@ msgctxt "" msgid "Select one or more templates to delete in the main window and press the Delete key, or right-click then choose Delete to delete the selected template(s). A dialog box will appear requesting confirmation. Choose Yes to delete or No to cancel." msgstr "" +#. VqweF +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id591642158461235\n" +"help.text" +msgid "Delete Icon" +msgstr "" + +#. KQKqG +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id831642158461235\n" +"help.text" +msgid "Delete" +msgstr "" + #. QQQyx #: template_manager.xhp msgctxt "" @@ -26611,6 +26638,87 @@ msgctxt "" msgid "Built-in templates cannot be edited, renamed or deleted." msgstr "" +#. gWz9H +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"hd_id041620170723508845\n" +"help.text" +msgid "Move" +msgstr "" + +#. ZSxLZ +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723518776\n" +"help.text" +msgid "If you want to move templates to a different category, then choose a template, or use CommandCtrl+click to select additional templates, then right-click and choose Move to open a dialog box, where you can choose to move your selection to a different category or to a new category. Built-in templates cannot be moved, but copies can be created in other categories." +msgstr "" + +#. BYJt3 +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id21642159780019\n" +"help.text" +msgid "Move Icon" +msgstr "" + +#. sLKnY +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id721642159780019\n" +"help.text" +msgid "Move" +msgstr "" + +#. bunpC +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"hd_id041620170723516791\n" +"help.text" +msgid "Export" +msgstr "" + +#. aweFD +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id041620170723513192\n" +"help.text" +msgid "Choose a template in the main window, or use CommandCtrl+click to select additional templates, and then right-click and select Export to export your selection to a folder on your computer." +msgstr "" + +#. CgT8y +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id181607689509896\n" +"help.text" +msgid "Export Icon" +msgstr "" + +#. Ckewj +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id431607689509896\n" +"help.text" +msgid "Export" +msgstr "" + +#. tEEdj +#: template_manager.xhp +msgctxt "" +"template_manager.xhp\n" +"par_id581607995218423\n" +"help.text" +msgid "To move or export all templates in a Category, press CommandCtrl+A, then choose Move or Export." +msgstr "" + #. bF5Yb #: template_manager.xhp msgctxt "" @@ -26710,13 +26818,13 @@ msgctxt "" msgid "Press CommandCtrl+Shift+N or choose File - New - Templates to open the Template Manager" msgstr "" -#. hrcEG +#. Nd2Pn #: template_manager.xhp msgctxt "" "template_manager.xhp\n" "par_id041620170723512689\n" "help.text" -msgid "Click on the Extensions icon to browse for online templates." +msgid "Click on Manage and choose Extensions to browse for online templates." msgstr "" #. v6rBQ @@ -26818,15 +26926,6 @@ msgctxt "" msgid "A few features in the Template Manager are not available when first opened automatically. After starting %PRODUCTNAME Impress you may run the Template Manager again to access all features." msgstr "" -#. Aa49E -#: template_manager.xhp -msgctxt "" -"template_manager.xhp\n" -"par_id041620170723521916\n" -"help.text" -msgid "Make use of categories to organize your templates. Create new templates or download templates and organize in the Template Manager. Use templates to save time for repetitive documents." -msgstr "" - #. YFEXe #: template_manager.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po index e8dd684c1a8..a1adc8bc684 100644 --- a/source/bs/helpcontent2/source/text/shared/optionen.po +++ b/source/bs/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: 2021-10-25 12:49+0200\n" +"POT-Creation-Date: 2022-01-31 18:19+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -3508,13 +3508,13 @@ msgctxt "" msgid "Specifies view options." msgstr "" -#. M4iFj +#. w38HE #: 01010800.xhp msgctxt "" "01010800.xhp\n" "hd_id310720161555238963\n" "help.text" -msgid "Icon style" +msgid "Icon Theme" msgstr "" #. omu6i @@ -11167,6 +11167,33 @@ msgctxt "" msgid "Pages" msgstr "Stranice" +#. K79Gg +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"bm_id981642185152891\n" +"help.text" +msgid "printing;manual breaks" +msgstr "" + +#. Zjqt6 +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"hd_id191642185354689\n" +"help.text" +msgid "Always apply manual breaks" +msgstr "" + +#. 5emsm +#: 01060700.xhp +msgctxt "" +"01060700.xhp\n" +"par_id921642185374234\n" +"help.text" +msgid "Setting this option gives manual row breaks precedence over automatic page breaks done using the Reduce/enlarge printout scaling mode." +msgstr "" + #. G5AXA #: 01060700.xhp msgctxt "" @@ -13732,13 +13759,13 @@ msgctxt "" msgid "Shading exports all RGB colors to the other Office character attribute. This preserves color fidelity between $[officename] and Microsoft Office documents, but Office users must edit this character attribute with a tool that is not commonly used or easy to find in Office applications. This is the default setting since $[officename] 7.0." msgstr "" -#. mnCpY +#. M4Xyh #: 01130200.xhp msgctxt "" "01130200.xhp\n" "par_id11611137020276\n" "help.text" -msgid "The compatibility filter in the Character Highlighting Color dialog provides the Microsoft Office highlighting colors. Use those colors and choose Export as: Highlighting if you want both color fidelity and ease of editing for Office users." +msgid "The \"compatibility\" filter in the Character Highlighting Color dialog provides the Microsoft Office highlighting colors. Use those colors and choose Export as: Highlighting if you want both color fidelity and ease of editing for Office users." msgstr "" #. hpDE5 diff --git a/source/bs/helpcontent2/source/text/smath/guide.po b/source/bs/helpcontent2/source/text/smath/guide.po index 3460acd859d..7b5acee5f70 100644 --- a/source/bs/helpcontent2/source/text/smath/guide.po +++ b/source/bs/helpcontent2/source/text/smath/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2017-05-09 17:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -214,6 +214,492 @@ msgctxt "" msgid "or" msgstr "ili" +#. x9te9 +#: color.xhp +msgctxt "" +"color.xhp\n" +"tit\n" +"help.text" +msgid "Applying Color to Formula Parts" +msgstr "" + +#. F9aE8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id3156384\n" +"help.text" +msgid "Color in formulas" +msgstr "" + +#. UXL5W +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id601641846107898\n" +"help.text" +msgid "Applying Color to Formula Parts" +msgstr "" + +#. ckGgG +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id481641846189425\n" +"help.text" +msgid "Use the command color to apply color to the subsequent formula part." +msgstr "" + +#. BnqGh +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id141641846432331\n" +"help.text" +msgid "The example below creates a formula where a is shown using the default color (black) and b is shown in red." +msgstr "" + +#. jV7H8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id211641848286949\n" +"help.text" +msgid "Beware that the color command only changes the color of the formula part that comes immediately after it. For example, in the formula below only b will be shown in red, whereas c will be shown in black." +msgstr "" + +#. hLeFX +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641848475043\n" +"help.text" +msgid "Use braces to apply color to more parts of the formula. In the following example, b and c are shown in red." +msgstr "" + +#. JAK8L +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id651641851485699\n" +"help.text" +msgid "A list with predefined color names is available here." +msgstr "" + +#. gQn7y +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id521641858375937\n" +"help.text" +msgid "RGB colors" +msgstr "" + +#. beAyt +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id831641851472401\n" +"help.text" +msgid "Using RGB colors" +msgstr "" + +#. tj2xF +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id701641851641673\n" +"help.text" +msgid "Use the command color rgb to apply colors using RGB (Red, Green, Blue) values." +msgstr "" + +#. eYWCg +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id941641851779414\n" +"help.text" +msgid "RGB values range between 0 and 255." +msgstr "" + +#. EFXpV +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id521641858372217\n" +"help.text" +msgid "Hex colors" +msgstr "" + +#. mdvQM +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id901641851813499\n" +"help.text" +msgid "Using hex notation" +msgstr "" + +#. zLQWy +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id271641851832464\n" +"help.text" +msgid "Use the command color hex to apply colors using the hexadecimal notation." +msgstr "" + +#. rPHnc +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id121641851982125\n" +"help.text" +msgid "Combining color with other commands" +msgstr "" + +#. WiZz8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id321641852002469\n" +"help.text" +msgid "It is possible to combine the color command with other commands as bold, italic or size." +msgstr "" + +#. qDEtC +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id521641852051767\n" +"help.text" +msgid "The example below writes var in bold blue:" +msgstr "" + +#. vSVUb +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id21641852173099\n" +"help.text" +msgid "To change color and font size, use color in combination with size and the desired font size." +msgstr "" + +#. wEhmU +#: color.xhp +msgctxt "" +"color.xhp\n" +"bm_id52164185802587\n" +"help.text" +msgid "List of predefined colors" +msgstr "" + +#. wbRDh +#: color.xhp +msgctxt "" +"color.xhp\n" +"hd_id621641846264365\n" +"help.text" +msgid "Predefined color names" +msgstr "" + +#. FGJS8 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id911641846282038\n" +"help.text" +msgid "%PRODUCTNAME provides a set of predefined color names that can be used along with the color command." +msgstr "" + +#. auAPG +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id871641846833413\n" +"help.text" +msgid "Markup language" +msgstr "" + +#. Qf5tX +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id661641846833413\n" +"help.text" +msgid "Color" +msgstr "" + +#. Y4DMa +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id741641846833413\n" +"help.text" +msgid "Hex value" +msgstr "" + +#. 3kWLW +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id741641846833014\n" +"help.text" +msgid "RGB values" +msgstr "" + +#. 4Vu7A +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846833413\n" +"help.text" +msgid "aqua or cyan" +msgstr "" + +#. xcaVa +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833413\n" +"help.text" +msgid "Aqua" +msgstr "" + +#. D73X6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846830036\n" +"help.text" +msgid "Black" +msgstr "" + +#. iGEDP +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846320113\n" +"help.text" +msgid "Blue" +msgstr "" + +#. Umsp6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833363\n" +"help.text" +msgid "Coral" +msgstr "" + +#. YcrNE +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833014\n" +"help.text" +msgid "Crimson" +msgstr "" + +#. G6mfq +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846830853\n" +"help.text" +msgid "fuchsia or magenta" +msgstr "" + +#. DD2RU +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846800325\n" +"help.text" +msgid "Fuchsia" +msgstr "" + +#. WSeur +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id951641846830213\n" +"help.text" +msgid "gray or grey" +msgstr "" + +#. gdQ5j +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846896513\n" +"help.text" +msgid "Gray" +msgstr "" + +#. YCrBe +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846830214\n" +"help.text" +msgid "Green" +msgstr "" + +#. Zqix6 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836253\n" +"help.text" +msgid "Hot pink" +msgstr "" + +#. 9oHjZ +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846812385\n" +"help.text" +msgid "Indigo" +msgstr "" + +#. X4Y45 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846835521\n" +"help.text" +msgid "Lavender" +msgstr "" + +#. g5GKD +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846036523\n" +"help.text" +msgid "Lime" +msgstr "" + +#. kAo5q +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833649\n" +"help.text" +msgid "Maroon" +msgstr "" + +#. n7uXk +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837653\n" +"help.text" +msgid "Midnight" +msgstr "" + +#. Ymn82 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846867458\n" +"help.text" +msgid "Navy" +msgstr "" + +#. aedBY +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837663\n" +"help.text" +msgid "Olive" +msgstr "" + +#. pNCBH +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846838053\n" +"help.text" +msgid "Orange" +msgstr "" + +#. BGG7c +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836041\n" +"help.text" +msgid "Orange red" +msgstr "" + +#. opiDJ +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833063\n" +"help.text" +msgid "Purple" +msgstr "" + +#. 42wFB +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846833902\n" +"help.text" +msgid "Red" +msgstr "" + +#. p5ox4 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846836613\n" +"help.text" +msgid "Sea green" +msgstr "" + +#. AF8R7 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641840569413\n" +"help.text" +msgid "Silver" +msgstr "" + +#. 8XVN7 +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846896587\n" +"help.text" +msgid "Teal" +msgstr "" + +#. KejUr +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846006745\n" +"help.text" +msgid "Violet" +msgstr "" + +#. pXf2z +#: color.xhp +msgctxt "" +"color.xhp\n" +"par_id841641846837556\n" +"help.text" +msgid "Yellow" +msgstr "" + #. 3UYoM #: comment.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/swriter.po b/source/bs/helpcontent2/source/text/swriter.po index 01662af50b4..795fa153ef0 100644 --- a/source/bs/helpcontent2/source/text/swriter.po +++ b/source/bs/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:49+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-10-21 20:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1060,13 +1060,13 @@ msgctxt "" msgid "Columns Before" msgstr "" -#. bkDEH +#. 7CVcf #: main0110.xhp msgctxt "" "main0110.xhp\n" "par_id531605976347665\n" "help.text" -msgid "Insert a column before the column where the cursor is currently placed." +msgid "Inserts a column before the column where the cursor is currently placed." msgstr "" #. UE3RA @@ -1078,13 +1078,13 @@ msgctxt "" msgid "Columns After" msgstr "" -#. A6B3G +#. fooJR #: main0110.xhp msgctxt "" "main0110.xhp\n" "par_id731605976350615\n" "help.text" -msgid "Insert a column before the column where the cursor is currently placed." +msgid "Inserts a column after the column where the cursor is currently placed." msgstr "" #. KepEk @@ -1861,14 +1861,14 @@ msgctxt "" msgid "The Formatting bar contains several text formatting functions." msgstr "" -#. FUzck +#. Yc6Kk #: main0202.xhp msgctxt "" "main0202.xhp\n" "hd_id3149593\n" "help.text" -msgid "Font Color" -msgstr "Boja linije" +msgid "Font Color" +msgstr "" #. 9sJ5w #: main0202.xhp diff --git a/source/bs/helpcontent2/source/text/swriter/00.po b/source/bs/helpcontent2/source/text/swriter/00.po index 0d7f64e10a5..c0169571557 100644 --- a/source/bs/helpcontent2/source/text/swriter/00.po +++ b/source/bs/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-20 13:08+0200\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-11-14 11:52+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2455,13 +2455,13 @@ msgctxt "" msgid "Open Optimize Size toolbar from Table bar, click" msgstr "" -#. EPNPB +#. 68Em3 #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_id3145179\n" "help.text" -msgid "Icon Space Column Equally" +msgid "Icon Distribute Columns Evenly" msgstr "" #. njBSt diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po index c2b2b82b6ae..4cf0adf156e 100644 --- a/source/bs/helpcontent2/source/text/swriter/01.po +++ b/source/bs/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-11-24 12:03+0100\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-10-21 20:05+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -7027,14 +7027,14 @@ msgctxt "" msgid "Inserts the field as static content, that is, the field cannot be updated." msgstr "Ubacuje polje kao statièni sadržaj, to je, polje ne može biti obnovljeno." -#. yUfD9 +#. YYGCF #: 04090001.xhp msgctxt "" "04090001.xhp\n" "par_id3154470\n" "help.text" -msgid "For the HTML export and import of date and time fields, special $[officename] formats are used." -msgstr "Za HTML izvoz i ubacivanje datuma i polja za vrijeme, specialni $[officename] formati se koriste." +msgid "For the HTML export and import of date and time fields, special $[officename] formats are used." +msgstr "" #. nB93u #: 04090001.xhp @@ -7963,14 +7963,14 @@ msgctxt "" msgid "The following fields can only be inserted if the corresponding field type is selected in the Type list." msgstr "" -#. LWBFT +#. 3KLNk #: 04090003.xhp msgctxt "" "04090003.xhp\n" -"par_id0902200804352213\n" +"hd_id3145595\n" "help.text" -msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format." -msgstr "Pritisnite na format koji želite da primijenite na odabrano polje, ili pritisnite na \"Dodatni formati\" da definišete prilagoðeni format." +msgid "Format" +msgstr "" #. 2iDAk #: 04090003.xhp @@ -8413,14 +8413,14 @@ msgctxt "" msgid "DocInformation fields contain information about the properties of a document, such as the date a document was created. To view the properties of a document, choose File - Properties." msgstr "" -#. uXwon +#. UAjpE #: 04090004.xhp msgctxt "" "04090004.xhp\n" "par_id3148982\n" "help.text" -msgid "When you export and import an HTML document containing DocInformation fields, special $[officename] formats are used." -msgstr "Za HTML izvoz i ubacivanje datuma i polja za vrijeme, specialni $[officename] formati se koriste." +msgid "When you export and import an HTML document containing DocInformation fields, special $[officename] formats are used." +msgstr "" #. Y9tFf #: 04090004.xhp @@ -31003,6 +31003,276 @@ msgctxt "" msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." msgstr "" +#. CB3yA +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"tit\n" +"help.text" +msgid "Style Inspector" +msgstr "" + +#. FKeEC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"bm_id441641339111122\n" +"help.text" +msgid "styles;inspectorstyle inspector" +msgstr "" + +#. rZsCG +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id741641334466741\n" +"help.text" +msgid "Style Inspector" +msgstr "" + +#. NixhW +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id971641334466743\n" +"help.text" +msgid "The Style Inspector is located on the Sidebar. It displays all the attributes of the styles (paragraph and character) and any direct formatting present in the paragraph and character where the cursor is located. These details can be useful when you are trying to figure out why some formatting in a document appears to be incorrect or inconsistent." +msgstr "" + +#. oTPUX +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id521641338705733\n" +"help.text" +msgid "Open the sidebar, click on the Style Inspector icon" +msgstr "" + +#. Cf9BR +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id431641335152917\n" +"help.text" +msgid "Icon Style Inspector" +msgstr "" + +#. DxkCg +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id721641335152918\n" +"help.text" +msgid "Icon Style Inspector on the Sidebar" +msgstr "" + +#. uhQin +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id781641335609033\n" +"help.text" +msgid "Press CommandCtrl+Alt+5" +msgstr "" + +#. C3HyK +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id941641336331359\n" +"help.text" +msgid "The Style Inspector Panel" +msgstr "" + +#. 3YCBX +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id771641336335666\n" +"help.text" +msgid "Properties" +msgstr "" + +#. jJ8Rw +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id1001641336347665\n" +"help.text" +msgid "Paragraph Styles: shows the list of the paragraph styles applied to the text at the cursor position, following the style hierarchy, where the parent style comes above any child style." +msgstr "" + +#. 92ZBL +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id981641336364074\n" +"help.text" +msgid "Paragraph direct formatting: shows the list of paragraph properties which are set directly to the text at the cursor location." +msgstr "" + +#. CEPG7 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id961641336357072\n" +"help.text" +msgid "Character Styles: shows the list of the character styles applied to the text at the cursor, following hierarchy, where the parent style comes above any child style." +msgstr "" + +#. AmUGJ +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id981641336364073\n" +"help.text" +msgid "Character direct formatting: shows the list of character properties which are set directly to the text at the cursor location." +msgstr "" + +#. sZJFE +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id301641336416253\n" +"help.text" +msgid "Values" +msgstr "" + +#. Co87K +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id251641336411569\n" +"help.text" +msgid "Display the values of the properties." +msgstr "" + +#. PugNC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"hd_id491641337715424\n" +"help.text" +msgid "Usage" +msgstr "" + +#. MU9Ct +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id821641421059397\n" +"help.text" +msgid "Use the Style Inspector to uncover formatting issues in your text document." +msgstr "" + +#. VSvTx +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id991641421123640\n" +"help.text" +msgid "Style properties overwritten by direct formatting are greyed out in the Paragraph and Character style tree, indicating that the style property is not effective anymore." +msgstr "" + +#. Bx5uA +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id841641421139731\n" +"help.text" +msgid "Paragraph style properties that are re-defined by a child paragraph style are greyed out." +msgstr "" + +#. GZSBC +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id31641421150849\n" +"help.text" +msgid "Character style properties that are re-defined by a child character style are greyed out." +msgstr "" + +#. 9bw2E +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id911641421185601\n" +"help.text" +msgid "Paragraph style and direct properties that are re-defined by character styles or character direct properties are greyed." +msgstr "" + +#. FJVK6 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id621641337772747\n" +"help.text" +msgid "For example, if the margins of the paragraph are changed by direct formatting using the rulers, the margins property of the paragraph style are greyed out and the margins properties are displayed in the Paragraph Direct Formatting entry of the Style Inspector." +msgstr "" + +#. gYRCv +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id771641378992460\n" +"help.text" +msgid "Another example, if the Emphasis character style highlights a word with a yellow background, and the user mistakenly overwrote it by using a white background, the yellow attribute would be greyed-out and white is listed under Direct Formatting in the Style Inspector. The Style Inspector shows only those attributes that diverge from the parent (which is usually the Default Paragraph Style)." +msgstr "" + +#. aD4oE +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id101641338214488\n" +"help.text" +msgid "Some features of the Style Inspector are of interest mainly to advanced users:" +msgstr "" + +#. 3MbWb +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id281641338268000\n" +"help.text" +msgid "The Style Inspector can show any hidden RDF (Resource Description Framework, a W3C standard) metadata at the cursor position associated with text spans, paragraphs, and bookmarks. For annotated text spans, “Nested Text Content” item can show the boundary of the nested annotated text ranges and metadata fields." +msgstr "" + +#. MS6Q5 +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id531641338286704\n" +"help.text" +msgid "Custom color metadata field shadings can be set for an annotated text range or a metadata field, for visualization of metadata categories in the document editor. Use View - Field Shadings or press CommandCtrl+F8 to disable or enable these field shadings." +msgstr "" + +#. PXGpD +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id261641340112608\n" +"help.text" +msgid "Release notes for Style Inspector" +msgstr "" + +#. DfEhN +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id601641340196019\n" +"help.text" +msgid "RDF Metadata in Style Inspector" +msgstr "" + +#. FttEa +#: style_inspector.xhp +msgctxt "" +"style_inspector.xhp\n" +"par_id731641340265093\n" +"help.text" +msgid "Custom color metadata" +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/bs/helpcontent2/source/text/swriter/guide.po b/source/bs/helpcontent2/source/text/swriter/guide.po index 9c17e6abd42..7135a34ca62 100644 --- a/source/bs/helpcontent2/source/text/swriter/guide.po +++ b/source/bs/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-12-20 13:21+0100\n" +"POT-Creation-Date: 2022-01-31 18:20+0100\n" "PO-Revision-Date: 2018-11-12 13:21+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1069,13 +1069,13 @@ msgctxt "" msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic." msgstr "" -#. rmF3D +#. AeTx9 #: autotext.xhp msgctxt "" "autotext.xhp\n" "par_id3155160\n" "help.text" -msgid "In the Macro from tree control, select %PRODUCTNAME Macros - Gimmicks - AutoText." +msgid "In the Macro from tree control, select Application Macros - Gimmicks - AutoText." msgstr "" #. QYtCx @@ -14587,6 +14587,15 @@ msgctxt "" msgid "To make a section read-only, select the Protected check box in the Write Protection area." msgstr "" +#. tJmPF +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id731641553483773\n" +"help.text" +msgid "Add an optional protection password. The password can be empty and no password will be required to remove protection. If the password is not empty, it will be required to unprotect the section." +msgstr "" + #. QWTQ9 #: section_edit.xhp msgctxt "" @@ -14596,6 +14605,87 @@ msgctxt "" msgid "To hide a section, select the Hide check box in the Hide area." msgstr "" +#. EhAMG +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"bm_id421641501464020\n" +"help.text" +msgid "Read-only contents;editing Protect section;removing" +msgstr "" + +#. wq7EM +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"hd_id641641501024846\n" +"help.text" +msgid "Editing Read-Only Contents" +msgstr "" + +#. An8Bs +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id841641501075965\n" +"help.text" +msgid "A warning message is displayed if you try to edit protected sections." +msgstr "" + +#. kWUgB +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id531641501248838\n" +"help.text" +msgid "To remove protection of a section, do the following:" +msgstr "" + +#. DNpWC +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id681641501272982\n" +"help.text" +msgid "Choose Format - Sections." +msgstr "" + +#. R2vBj +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id861641501273184\n" +"help.text" +msgid "Select the section to unprotect in the Section area of the dialog." +msgstr "" + +#. Zy4Tm +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id221641501273326\n" +"help.text" +msgid "Uncheck the Protect option in the Write Protection area of the dialog." +msgstr "" + +#. XcjAs +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id791641501273494\n" +"help.text" +msgid "If the section was protected with a non-empty password, type the password into the dialog that opens." +msgstr "" + +#. kvpGE +#: section_edit.xhp +msgctxt "" +"section_edit.xhp\n" +"par_id561641501273767\n" +"help.text" +msgid "Click OK ." +msgstr "" + #. sYLAE #: section_edit.xhp msgctxt "" -- cgit