From df57c0c6513ed1118cc9a199c9d0f19625766e20 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 10 Oct 2022 14:26:22 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: I3b188be653b6e7bbd18d9c8e6d5cd1c33e0c6890 --- source/ka/helpcontent2/source/auxiliary.po | 11 +- .../ka/helpcontent2/source/text/sbasic/python.po | 87 +- .../ka/helpcontent2/source/text/sbasic/shared.po | 68 +- .../helpcontent2/source/text/sbasic/shared/03.po | 421 +++--- source/ka/helpcontent2/source/text/scalc/00.po | 200 ++- source/ka/helpcontent2/source/text/scalc/01.po | 1459 +++++++++++++++++--- source/ka/helpcontent2/source/text/scalc/guide.po | 28 +- source/ka/helpcontent2/source/text/sdatabase.po | 6 +- source/ka/helpcontent2/source/text/shared.po | 38 +- source/ka/helpcontent2/source/text/shared/00.po | 402 +++++- source/ka/helpcontent2/source/text/shared/01.po | 605 +++++--- source/ka/helpcontent2/source/text/shared/02.po | 38 +- source/ka/helpcontent2/source/text/shared/05.po | 15 +- source/ka/helpcontent2/source/text/shared/guide.po | 101 +- .../ka/helpcontent2/source/text/shared/optionen.po | 95 +- source/ka/helpcontent2/source/text/simpress/04.po | 150 +- source/ka/helpcontent2/source/text/smath/guide.po | 6 +- source/ka/helpcontent2/source/text/swriter.po | 149 +- source/ka/helpcontent2/source/text/swriter/00.po | 181 +-- source/ka/helpcontent2/source/text/swriter/01.po | 378 ++++- source/ka/helpcontent2/source/text/swriter/02.po | 62 +- .../ka/helpcontent2/source/text/swriter/guide.po | 30 +- 22 files changed, 3426 insertions(+), 1104 deletions(-) (limited to 'source/ka/helpcontent2') diff --git a/source/ka/helpcontent2/source/auxiliary.po b/source/ka/helpcontent2/source/auxiliary.po index e30e43c5da6..d2a8d59d0a9 100644 --- a/source/ka/helpcontent2/source/auxiliary.po +++ b/source/ka/helpcontent2/source/auxiliary.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-09-21 11:43+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2018-07-19 12:53+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "" +#. Y4vuu +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"070203\n" +"node.text" +msgid "Python Modules" +msgstr "" + #. JCHAg #: sbasic.tree msgctxt "" diff --git a/source/ka/helpcontent2/source/text/sbasic/python.po b/source/ka/helpcontent2/source/text/sbasic/python.po index 780ef293eea..1035c55b148 100644 --- a/source/ka/helpcontent2/source/text/sbasic/python.po +++ b/source/ka/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: 2022-04-11 15:28+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,42 @@ msgctxt "" 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 "" +#. STRqN +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"hd_id901655365903313\n" +"help.text" +msgid "%PRODUCTNAME Python Modules" +msgstr "" + +#. XUBsA +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id21655367848705\n" +"help.text" +msgid "msgbox module" +msgstr "" + +#. 9tiEm +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id801655368030968\n" +"help.text" +msgid "scriptforge module" +msgstr "" + +#. GBraq +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id12655637848750\n" +"help.text" +msgid "uno module" +msgstr "" + #. naZBV #: python_2_basic.xhp msgctxt "" @@ -2569,13 +2605,13 @@ msgctxt "" msgid "Python : Programming with Python" msgstr "" -#. g4R9j +#. BG8VW #: python_programming.xhp msgctxt "" "python_programming.xhp\n" "N0218\n" "help.text" -msgid "Python;Programming XSCRIPTCONTEXT;Python XSCRIPTCONTEXT;getComponentContext() uno.py uno.py;getComponentContext()" +msgid "Python;Programming XSCRIPTCONTEXT;Python XSCRIPTCONTEXT;getComponentContext XSCRIPTCONTEXT;getDesktop XSCRIPTCONTEXT;getDocument uno.py;getComponentContext uno.py;getDesktop uno.py;getDocument" msgstr "" #. CU6JS @@ -2722,6 +2758,15 @@ msgctxt "" msgid "Genuine BASIC UNO facilities can be inferred using uno.py module. Use Python interactive shell to get a complete module description using dir() and help() Python commands." msgstr "" +#. SsAZa +#: python_programming.xhp +msgctxt "" +"python_programming.xhp\n" +"bm_id391659034206678\n" +"help.text" +msgid "uno.py uno.py;absolutize uno.py;createUnoStruct uno.py;fileUrlToSystemPath uno.py;getClass uno.py;getComponentContext uno.py;Enum uno.py;getConstantByName uno.py;isInterface uno.py;systemPathToFileUrl" +msgstr "" + #. Gi6iz #: python_programming.xhp msgctxt "" @@ -2893,29 +2938,29 @@ msgctxt "" msgid "See UNO data types" msgstr "" -#. 4vWGa +#. pFbcP #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0297\n" +"N1297\n" "help.text" msgid "Importing an embedded Module" msgstr "" -#. SGVBE +#. AngYv #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0298\n" +"N1298\n" "help.text" msgid "Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit %PRODUCTNAME Application Programming Interface (API) or download %PRODUCTNAME Software Development Kit (SDK)." msgstr "" -#. VtFrH +#. SEeXV #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0299\n" +"N3299\n" "help.text" msgid "Importing a Python document embedded module is illustrated below, exception handling is not detailed:" msgstr "" @@ -3037,13 +3082,13 @@ msgctxt "" msgid "Python standard output file is not available when running Python macros from Tools – Macros - Run Macro... menu. Presenting the output of a module requires the Python interactive console. Features such as input(), print(), repr() and str() are available from the Python shell." msgstr "" -#. NHHFB +#. sqd5d #: python_screen.xhp msgctxt "" "python_screen.xhp\n" -"N0436\n" +"msgbox_tip\n" "help.text" -msgid "The Alternative Python Script Organizer (APSO) extension offers a msgbox() function out of its apso_utils module." +msgid "%PRODUCTNAME msgbox Python module proposes a msgbox() method that is illustrated in Creating Event Listeners and Creating a dialog handler example pages." msgstr "" #. aPSDz @@ -3145,6 +3190,15 @@ msgctxt "" msgid "\"\"\"Outputs the specified strings or numeric expressions in a dialog box.\"\"\"" msgstr "" +#. qTYPW +#: python_screen.xhp +msgctxt "" +"python_screen.xhp\n" +"par_id161655364816553\n" +"help.text" +msgid "MsgBox and InputBox methods from the Basic service included in the ScriptForge libraries call directly their native Basic counterparts." +msgstr "" + #. EYqxJ #: python_screen.xhp msgctxt "" @@ -3154,6 +3208,15 @@ msgctxt "" msgid "uiScripts Basic module" msgstr "" +#. DGYAX +#: python_screen.xhp +msgctxt "" +"python_screen.xhp\n" +"tip_APSO\n" +"help.text" +msgid "The Alternative Python Script Organizer (APSO) extension offers a msgbox() function out of its apso_utils module." +msgstr "" + #. CGnPe #: python_session.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/sbasic/shared.po b/source/ka/helpcontent2/source/text/sbasic/shared.po index f460caadb4a..db632b7f3ed 100644 --- a/source/ka/helpcontent2/source/text/sbasic/shared.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2018-10-21 20:22+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2041,13 +2041,13 @@ msgctxt "" msgid "Using Variables" msgstr "" -#. gaCJC +#. JBADw #: 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;integer 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;floating point constants arrays;declaring defining;constants" msgstr "" #. VAkCC @@ -4102,13 +4102,13 @@ msgctxt "" msgid "Creating a New Library" msgstr "" -#. Qmf6K +#. fornx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152576\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. PcnbC @@ -4147,13 +4147,13 @@ msgctxt "" msgid "Import a Library" msgstr "" -#. KiUmc +#. FfAiG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153157\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. Tkmcd @@ -4228,13 +4228,13 @@ msgctxt "" msgid "Export a Library" msgstr "" -#. XaAmh +#. RftQx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147005\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. 6J4pG @@ -4309,13 +4309,13 @@ msgctxt "" msgid "Deleting a Library" msgstr "" -#. 5AxyK +#. xc9Aw #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150086\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. A6h5y @@ -4390,13 +4390,13 @@ msgctxt "" msgid "Creating a New Module or Dialog" msgstr "" -#. A885X +#. bidEt #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154537\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. AZkde @@ -4435,13 +4435,13 @@ msgctxt "" msgid "Renaming a Module or Dialog" msgstr "" -#. siFq3 +#. nzrC9 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3159230\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. L9iaA @@ -4480,13 +4480,13 @@ msgctxt "" msgid "Deleting a Module or Dialog" msgstr "" -#. j9LZ9 +#. NTMhz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147547\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. DUoVN @@ -4552,13 +4552,13 @@ msgctxt "" msgid "Open all documents or templates among which you want to move or copy the modules or dialogs." msgstr "" -#. LgDdE +#. 9FTS4 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149319\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." +msgid "Choose Tools - Macros - Organize Macros - Basic and click Organizer or click the Select Module icon in the Basic IDE to open the Macro Organizer dialog." msgstr "" #. njHkZ @@ -12922,13 +12922,13 @@ msgctxt "" msgid "DateSerial Function" msgstr "" -#. sh2RC +#. d3jbM #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3143267\n" "help.text" -msgid "Returns a Date value for a specified year, month, or day." +msgid "Returns a Date value for a specified year, month, and day." msgstr "" #. 5G7kZ @@ -18934,13 +18934,13 @@ msgctxt "" msgid "The operation 16 MOD 6 returns 4, which is the remainder after dividing 16 by 6." msgstr "" -#. tjLmf +#. FQW9C #: 03070600.xhp msgctxt "" "03070600.xhp\n" "par_id921617302349290\n" "help.text" -msgid "Beware that Basic's MOD operator and Calc's MOD Function behave differently. In Calc, both operands can be decimal values and they're not rounded before division, thus the resulting remainder may be a decimal value." +msgid "Be aware that BASIC's MOD operator and Calc's MOD Function behave differently. In Calc, both operands can be decimal values and they are not rounded before division, thus the resulting remainder may be a decimal value." msgstr "" #. xEXBJ @@ -32452,14 +32452,14 @@ msgctxt "" msgid "Starts another application and defines the respective window style, if necessary." msgstr "რთავს პროგრამას და საჭიროების მიხედვით განსაზღვრავს შესაბამისი ფანჯრების სტილს." -#. D7XVH +#. VykEA #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3147576\n" "help.text" -msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" -msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])" +msgid "Shell (Pathname As String[, Windowstyle As Integer[, Param As String[, bSync]]])" +msgstr "" #. 7dFVT #: 03130500.xhp @@ -32470,14 +32470,14 @@ msgctxt "" msgid "Pathname" msgstr "Pathname" -#. mEkP2 +#. SGKiG #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3155419\n" "help.text" -msgid "Complete path and program name of the program that you want to start." -msgstr "სასურველი გასაშვები პროგრამის სრული სახელი და გზა." +msgid "Name of the program that you want to start, optionally with complete path and/or arguments." +msgstr "" #. PaQxf #: 03130500.xhp @@ -32578,14 +32578,14 @@ msgctxt "" msgid "Param" msgstr "Param" -#. DvvEa +#. HmcHB #: 03130500.xhp msgctxt "" "03130500.xhp\n" "par_id3149412\n" "help.text" -msgid "Any string expression that specifies the command line that want to pass." -msgstr "ნებისმიერი სტრინგული გამოსახულება, რომელიც მიუთუთებს ბრძანებათა ზოლს რომელსაც სურს გადაცემა." +msgid "String that specifies additional arguments passed to the program." +msgstr "" #. bbNMF #: 03130500.xhp @@ -36259,13 +36259,13 @@ msgctxt "" msgid "This function implements the rounding rule known as \"round-to-even\". With this rule, whenever the difference between the number to be rounded and its nearest integer is equal to 0.5, the number is rounded to the nearest even number. See the examples below to learn more about this rule." msgstr "" -#. DfnHz +#. r5HMd #: 03170000.xhp msgctxt "" "03170000.xhp\n" "par_id691634217736290\n" "help.text" -msgid "Beware that VBA's Round function works differently than %PRODUCTNAME Calc's Round function. In Calc, if the difference between the number to be rounded and the nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's Round function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." +msgid "Be aware that VBA's Round function works differently than %PRODUCTNAME Calc's Round function. In Calc, if the difference between the number to be rounded and the nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's Round function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." msgstr "" #. GSzGj diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/03.po b/source/ka/helpcontent2/source/text/sbasic/shared/03.po index 4e037e4a596..39e759e29eb 100644 --- a/source/ka/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2018-07-12 14:32+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -3913,13 +3913,13 @@ msgctxt "" msgid "Or using the OpenDocument method from the UI service:" msgstr "" -#. MDxMC +#. LA2sA #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id741621467697967\n" "help.text" -msgid "It is also possible to instantiate the Calc service using the CreateScriptService method:" +msgid "It is also possible to instantiate the Calc service specifying a window name for the CreateScriptService method:" msgstr "" #. CKafD @@ -3931,6 +3931,15 @@ msgctxt "" msgid "In the example above, \"MyFile.ods\" is the name of an open document window. If this argument is not provided, the active window is considered." msgstr "" +#. ucEa2 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id551658777771853\n" +"help.text" +msgid "It is also possible to invoke the Calc service using the document referenced by ThisComponent. This is specially useful when running a macro from within the Basic IDE." +msgstr "" + #. gfpHw #: sf_calc.xhp msgctxt "" @@ -5137,6 +5146,15 @@ msgctxt "" msgid "For example, suppose range A1:J200 is selected (height = 200), so the default formula is =(COUNTBLANK(A1:A200)=200). This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the CompactLeft method will generalize this formula for all the remaining columns." msgstr "" +#. viKpg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id431657568414625\n" +"help.text" +msgid "Calc functions used in the filterformula argument must be expressed using their English names. Visit the Wiki page List of Calc Functions for a complete list of Calc functions in English." +msgstr "" + #. FDspT #: sf_calc.xhp msgctxt "" @@ -5317,6 +5335,15 @@ msgctxt "" msgid "For example, suppose range A1:J200 is selected (width = 10), so the default formula is =(COUNTBLANK(A1:J1)=10). This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the CompactUp method will generalize this formula for all the remaining rows." msgstr "" +#. VCrie +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id431657568414714\n" +"help.text" +msgid "The Calc functions used in the formula specified in the filterformula argument must be expressed using their English names. Visit the Wiki page List of Calc Functions for a complete list of Calc functions in English." +msgstr "" + #. GuWzD #: sf_calc.xhp msgctxt "" @@ -6316,6 +6343,15 @@ msgctxt "" msgid "Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings." msgstr "" +#. ojiDi +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id291658146319931\n" +"help.text" +msgid "The names of Calc functions used in the returned formulas are expressed in English. Visit the Wiki page List of Calc Functions for a complete list of Calc functions in English." +msgstr "" + #. KDFkQ #: sf_calc.xhp msgctxt "" @@ -7126,229 +7162,238 @@ msgctxt "" msgid "To dump the full contents of an array in a sheet, use SetArray. To dump the contents of an array only within the boundaries of the targeted range of cells, use SetValue." msgstr "" -#. ecovS +#. g8mER #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id601592231799489\n" +"par_id521595767687154\n" "help.text" -msgid "Stores the given value in the specified range. The size of the modified area is equal to the size of the target range." +msgid "Applies the specified cell style to the given target range. The full range is updated and the remainder of the sheet is left untouched. If the cell style does not exist, an error is raised." msgstr "" -#. PeoKo +#. nxDCd #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id1001592233389953\n" +"par_id70159576768715\n" "help.text" msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. xYrHQ +#. FtFpL #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id361592231799255\n" +"par_id22159576768782\n" "help.text" -msgid "targetrange: The range where to store the given value, as a string." +msgid "targetrange: The range to which the style will be applied, as a string." msgstr "" -#. dydXF +#. aAGcy #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id461592232081985\n" +"par_id181595767687247\n" "help.text" -msgid "value: A scalar, a vector or an array with the new values for each cell of the range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied." +msgid "style: The name of the cell style to apply." msgstr "" -#. CgwVF +#. DCAWV #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id841592745785192\n" +"par_id481593880376480\n" "help.text" -msgid "The full range is updated and the remainder of the sheet is left unchanged. If the size of value is smaller than the size of targetrange, then the remaining cells will be emptied." +msgid "Inserts the given (array of) formula(s) in the specified range. The size of the modified area is equal to the size of the range." msgstr "" -#. QFkLr +#. d8CAU #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id191611776838396\n" +"par_id711593880376106\n" "help.text" -msgid "If the size of value is larger than the size of targetrange, then value is only partially copied until it fills the size of targetrange." +msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. ykBk6 +#. F5XDi #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id71611776941663\n" +"par_id891593880376776\n" "help.text" -msgid "Vectors are expanded vertically, except if targetrange has a height of exactly 1 row." +msgid "targetrange: The range to insert the formulas, as a string." msgstr "" -#. FJCPf +#. A2UQF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id541592232948567\n" +"par_id941593880376500\n" "help.text" -msgid "'Below the Value array is smaller than the TargetRange (remaining cells are emptied)" +msgid "formula: A string, a vector or an array of strings with the new formulas for each cell in the target range." msgstr "" -#. vuu9B +#. 746E8 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id541592232948825\n" +"par_id551593880376513\n" "help.text" -msgid "'Below the Value and TargetRange have the same size" +msgid "The full range is updated and the remainder of the sheet is left unchanged." msgstr "" -#. 4LFnH +#. Wot7x #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id731621689592755\n" +"par_id811593880756356\n" "help.text" -msgid "If you want to fill a single row with values, you can use the Offset function. In the example below, consider that arrData is a one-dimensional array:" +msgid "If the given formula is a string, the unique formula is pasted along the whole range with adjustment of the relative references." msgstr "" -#. g8mER +#. zr47n #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id521595767687154\n" +"par_id491593880857823\n" "help.text" -msgid "Applies the specified cell style to the given target range. The full range is updated and the remainder of the sheet is left untouched. If the cell style does not exist, an error is raised." +msgid "If the size of formula is smaller than the size of targetrange, then the remaining cells are emptied." msgstr "" -#. nxDCd +#. LwoGL #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id70159576768715\n" +"par_id701611778103306\n" "help.text" -msgid "The method returns a string representing the modified area as a range of cells." +msgid "If the size of formula is larger than the size of targetrange, then the formulas are only partially copied until it fills the size of targetrange." msgstr "" -#. FtFpL +#. GQC3N #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id22159576768782\n" +"par_id761611777946581\n" "help.text" -msgid "targetrange: The range to which the style will be applied, as a string." +msgid "Vectors are always expanded vertically, except if targetrange has a height of exactly 1 row." msgstr "" -#. aAGcy +#. XbQTz #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id181595767687247\n" +"par_id431657568413185\n" "help.text" -msgid "style: The name of the cell style to apply." +msgid "Calc functions used in the formula argument must be expressed using their English names. Visit the Wiki page List of Calc Functions for a complete list of Calc functions in English." msgstr "" -#. DCAWV +#. rNEEY #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id481593880376480\n" +"bas_id681593880376489\n" "help.text" -msgid "Inserts the given (array of) formula(s) in the specified range. The size of the modified area is equal to the size of the range." +msgid "'Horizontal vector, partially empty" msgstr "" -#. d8CAU +#. 52GZX #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id711593880376106\n" +"bas_id961593881331390\n" "help.text" -msgid "The method returns a string representing the modified area as a range of cells." +msgid "'D2 contains the formula \"=H2\"" msgstr "" -#. F5XDi +#. ecovS #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id891593880376776\n" +"par_id601592231799489\n" "help.text" -msgid "targetrange: The range to insert the formulas, as a string." +msgid "Stores the given value in the specified range. The size of the modified area is equal to the size of the target range." msgstr "" -#. A2UQF +#. PeoKo #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id941593880376500\n" +"par_id1001592233389953\n" "help.text" -msgid "formula: A string, a vector or an array of strings with the new formulas for each cell in the target range." +msgid "The method returns a string representing the modified area as a range of cells." msgstr "" -#. 746E8 +#. xYrHQ #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id551593880376513\n" +"par_id361592231799255\n" "help.text" -msgid "The full range is updated and the remainder of the sheet is left unchanged." +msgid "targetrange: The range where to store the given value, as a string." msgstr "" -#. Wot7x +#. dydXF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id811593880756356\n" +"par_id461592232081985\n" "help.text" -msgid "If the given formula is a string, the unique formula is pasted along the whole range with adjustment of the relative references." +msgid "value: A scalar, a vector or an array with the new values for each cell of the range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied." msgstr "" -#. zr47n +#. CgwVF #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id491593880857823\n" +"par_id841592745785192\n" "help.text" -msgid "If the size of formula is smaller than the size of targetrange, then the remaining cells are emptied." +msgid "The full range is updated and the remainder of the sheet is left unchanged. If the size of value is smaller than the size of targetrange, then the remaining cells will be emptied." msgstr "" -#. LwoGL +#. QFkLr #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id701611778103306\n" +"par_id191611776838396\n" "help.text" -msgid "If the size of formula is larger than the size of targetrange, then the formulas are only partially copied until it fills the size of targetrange." +msgid "If the size of value is larger than the size of targetrange, then value is only partially copied until it fills the size of targetrange." msgstr "" -#. GQC3N +#. ykBk6 #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id761611777946581\n" +"par_id71611776941663\n" "help.text" -msgid "Vectors are always expanded vertically, except if targetrange has a height of exactly 1 row." +msgid "Vectors are expanded vertically, except if targetrange has a height of exactly 1 row." msgstr "" -#. rNEEY +#. FJCPf #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id681593880376489\n" +"bas_id541592232948567\n" "help.text" -msgid "'Horizontal vector, partially empty" +msgid "'Below the Value array is smaller than the TargetRange (remaining cells are emptied)" msgstr "" -#. 52GZX +#. vuu9B #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"bas_id961593881331390\n" +"bas_id541592232948825\n" "help.text" -msgid "'D2 contains the formula \"=H2\"" +msgid "'Below the Value and TargetRange have the same size" +msgstr "" + +#. 4LFnH +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id731621689592755\n" +"help.text" +msgid "If you want to fill a single row with values, you can use the Offset function. In the example below, consider that arrData is a one-dimensional array:" msgstr "" #. gF7Gb @@ -12517,13 +12562,13 @@ msgctxt "" msgid "inputstr: The string to import." msgstr "" -#. GDAGm +#. eCfBF #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "overwrite: When True, entries with same name may exist in the dictionary and their values are overwritten. When False (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgid "overwrite: When True, entries with same name may exist in the dictionary and their values are overwritten. When False (default), repeated keys will raise an error. Be aware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." msgstr "" #. aBFC5 @@ -12805,13 +12850,22 @@ msgctxt "" msgid "Alternatively you can use the methods CreateDocument and OpenDocument from the UI service." msgstr "" -#. kv6B9 +#. uwA2W #: sf_document.xhp msgctxt "" "sf_document.xhp\n" "par_id691622816765571\n" "help.text" -msgid "Directly if the document is already open." +msgid "Using a window name if the document is already open." +msgstr "" + +#. yRfyT +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id551658777771853\n" +"help.text" +msgid "Using the document referenced by ThisComponent. This is specially useful when running a macro from within the Basic IDE." msgstr "" #. yFDEW @@ -14299,13 +14353,13 @@ msgctxt "" msgid "arg0[, arg1, ...]: Any number of arguments of any type." msgstr "" -#. ZxYFC +#. sCSES #: sf_exception.xhp msgctxt "" "sf_exception.xhp\n" "par_id111621624672183\n" "help.text" -msgid "Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces)." +msgid "Displays the list of arguments in a readable form in the platform console. Arguments are separated by a TAB character (simulated by spaces)." msgstr "" #. ujSFu @@ -14317,6 +14371,15 @@ msgctxt "" msgid "The same string is added to the ScriptForge debug console." msgstr "" +#. yreJF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id551655563148866\n" +"help.text" +msgid "If Python shell (APSO) is active, PythonPrint content is written to APSO console in place of the platform console." +msgstr "" + #. ixNfF #: sf_exception.xhp msgctxt "" @@ -14326,13 +14389,13 @@ msgctxt "" msgid "arg0[, arg1, ...]: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." msgstr "" -#. f5WaM +#. U88JC #: sf_exception.xhp msgctxt "" "sf_exception.xhp\n" "par_id261123015276160\n" "help.text" -msgid "In python use simply the builtin print() statement." +msgid "In Python use a print statement to print to the APSO console or use the DebugPrint method to print to ScriptForge's console." msgstr "" #. CUoch @@ -15136,13 +15199,13 @@ msgctxt "" msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." msgstr "" -#. GevfF +#. 7xndg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411626216328023\n" "help.text" -msgid "Beware that subfolders and their contents are not copied when wildcards are used in the source argument." +msgid "Be aware that subfolders and their contents are not copied when wildcards are used in the source argument." msgstr "" #. TdGi7 @@ -15298,13 +15361,13 @@ msgctxt "" msgid "encoding: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" -#. eoE92 +#. Pas6f #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit IANA's Character Set page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit IANA's Character Set page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. DVGxr @@ -15424,11 +15487,11 @@ msgctxt "" msgid "Returns a string containing the folder where the specified extension package is installed." msgstr "" -#. xuDgD +#. pJWi2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id21612999775311\n" +"par_id711658780480236\n" "help.text" msgid "The current value of the property SF_FileSystem.FileNaming is used to determine the notation of the returned string." msgstr "" @@ -15946,6 +16009,51 @@ msgctxt "" msgid "Wildcard characters are not allowed in destination." msgstr "" +#. DqpaF +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id871583670342051\n" +"help.text" +msgid "Returns a string containing the normalized path name by collapsing redundant separators and up-level references." +msgstr "" + +#. heCzw +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id541658780038027\n" +"help.text" +msgid "For instance, the path names A//B, A/B/, A/./B and A/foo/../B are all normalized to A/B." +msgstr "" + +#. A6mAb +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id881613074436118\n" +"help.text" +msgid "On Windows, forward slashes \"/\" are converted to backward slashes \"\\\"." +msgstr "" + +#. 56xkN +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id381658780455018\n" +"help.text" +msgid "The current value of the property SF_FileSystem.FileNaming is used to determine the notation of the filename argument as well as the format of the returned string." +msgstr "" + +#. G9ARW +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"par_id481583670340107\n" +"help.text" +msgid "filename: a string representing a valid path name. The file or directory represented by this argument may not exist." +msgstr "" + #. JNTia #: sf_filesystem.xhp msgctxt "" @@ -17314,13 +17422,13 @@ msgctxt "" msgid "The value returned by the Controls method depends on the arguments provided:" msgstr "" -#. YkyY2 +#. VXWwg #: sf_form.xhp msgctxt "" "sf_form.xhp\n" "par_id421598179770993\n" "help.text" -msgid "If the method is called without arguments, then it returns the list of the controls contained in the form. Beware that the returned list does not contain any subform controls." +msgid "If the method is called without arguments, then it returns the list of the controls contained in the form. Be aware that the returned list does not contain any subform controls." msgstr "" #. SsiUX @@ -19852,13 +19960,13 @@ msgctxt "" msgid "encoding2: The character set of the fallback PO file corresponding to the locale2 argument. The default encoding is \"UTF-8\"." msgstr "" -#. wbSFz +#. M2NBE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit IANA's Character Set page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit IANA's Character Set page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. 3ApdD @@ -23290,94 +23398,40 @@ msgctxt "" msgid "numText = oRegion.Number2Text(\"ordinal 15\", \"en-US\")" msgstr "" -#. CHCJt +#. 3T93o #: sf_region.xhp msgctxt "" "sf_region.xhp\n" "par_id801656027524051\n" "help.text" -msgid "To get a list of all supported prefixes in a given language, call Number2Text with the special \"help\" argument, as shown in the example below:" -msgstr "" - -#. ZqfNT -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id181656027807107\n" -"help.text" -msgid "' Considering the \"en-US\" locale the message box will show the following text" -msgstr "" - -#. hRef2 -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id216560277123601\n" -"help.text" -msgid "' one, two, three" -msgstr "" - -#. YMJ5N -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id361656027712711\n" -"help.text" -msgid "' ordinal: first, second, third" -msgstr "" - -#. vhTrp -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id891656027712920\n" -"help.text" -msgid "' ordinal-number: 1st, 2nd, 3rd" -msgstr "" - -#. YGCiN -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id611656027713104\n" -"help.text" -msgid "' year: nineteen ninety-nine, two thousand, two thousand one" -msgstr "" - -#. vEMTZ -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"bas_id861656027713288\n" -"help.text" -msgid "' currency (for example, USD): two U.S. dollars and fifty cents" +msgid "To get a list of all supported prefixes in a given language, call Number2Text with the special \"help\" argument. In the example below, assume your locale is set to \"en-US\", then the list of available prefixes for \"en-US\" will be shown by MsgBox:" msgstr "" -#. xYrSL +#. RBkxp #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"bas_id841656027713503\n" +"par_id781656027840633\n" "help.text" -msgid "' money USD: two and 50/100 U.S. dollars" +msgid "The first line in the message box does not have a prefix, which means that it is the standard format. The subsequent lines include the prefix and some examples of numbers using its format." msgstr "" -#. RBkxp +#. WYDkd #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"par_id781656027840633\n" +"par_id781656028528520\n" "help.text" -msgid "The first line in the message box does not have a prefix, which means that it is the standard format. The subsequent lines include the prefix and some examples of numbers using its format." +msgid "Each language has its own set of supported prefixes. The number of available prefixes may vary from language to language." msgstr "" -#. WPApK +#. gcMPN #: sf_region.xhp msgctxt "" "sf_region.xhp\n" -"par_id781656028528520\n" +"par_id531663849363398\n" "help.text" -msgid "Each language has its own set of supported prefixes." +msgid "To get the list of prefixes for a specific language or locale, it can be specified as the second argument in Number2Text. The example below shows the available prefixes available for the \"pt-BR\" locale:" msgstr "" #. dShiA @@ -23461,33 +23515,6 @@ msgctxt "" msgid "' The UTC date/time is June 23, 2022 at 12:30:00" msgstr "" -#. RpFvL -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id361656077667354\n" -"help.text" -msgid "import datetime" -msgstr "" - -#. hgcCJ -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id901656077667666\n" -"help.text" -msgid "localDT = datetime.datetime(2022, 6, 23, 14, 30, 0)" -msgstr "" - -#. A7GXw -#: sf_region.xhp -msgctxt "" -"sf_region.xhp\n" -"pyc_id521656077682826\n" -"help.text" -msgid "utcTime = oRegion.UTCDateTime(localDT, \"Europe/Berlin\", \"DE\")" -msgstr "" - #. tZoWt #: sf_region.xhp msgctxt "" @@ -23749,13 +23776,13 @@ msgctxt "" msgid "The following example instantiates the Basic service and calls the MsgBox method, which is equivalent to the MsgBox function available in Basic:" msgstr "" -#. zVgQm +#. TFMGE #: sf_services.xhp msgctxt "" "sf_services.xhp\n" "par_id581627645023307\n" "help.text" -msgid "Beware that the Basic service has to be instantiated in Python scripts using the CreateScriptService method." +msgid "Be aware that the Basic service has to be instantiated in Python scripts using the CreateScriptService method." msgstr "" #. LCVem @@ -23893,13 +23920,13 @@ msgctxt "" msgid "in any shared library" msgstr "" -#. E7meg +#. 2GN3X #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id391582814720487\n" "help.text" -msgid "in My Macros" +msgid "in My Macros" msgstr "" #. MiuWT @@ -23911,13 +23938,13 @@ msgctxt "" msgid "in an extension installed for the current user" msgstr "" -#. SAMnM +#. MfbpF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id21582814720997\n" "help.text" -msgid "in %PRODUCTNAME macros" +msgid "in Application Macros" msgstr "" #. LnKrt @@ -27043,13 +27070,13 @@ msgctxt "" msgid "Sets or returns the current delimiter to be inserted between two successive written lines. The default value is the native line delimiter in the current operating system." msgstr "" -#. dCeHZ +#. EuWCP #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id141613001281573\n" "help.text" -msgid "To learn more about the names of character sets, visit IANA's Character Set page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit IANA's Character Set page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. hKJkD @@ -27754,13 +27781,13 @@ msgctxt "" msgid "If you call the Terminate method, subsequent calls for the Continue method will not resume time measurement. Similarly, after a Timer has been terminated, calling the Start method will restart it as if it were a clean new Timer." msgstr "" -#. DSYKj +#. AqGfb #: sf_timer.xhp msgctxt "" "sf_timer.xhp\n" "par_id391626872019832\n" "help.text" -msgid "Beware that the Wait function in Basic takes in a duration argument in milliseconds whereas the sleep function in Python uses seconds in its argument." +msgid "Be aware that the Wait function in BASIC takes in a duration argument in milliseconds whereas the sleep function in Python uses seconds in its argument." msgstr "" #. bHEyr diff --git a/source/ka/helpcontent2/source/text/scalc/00.po b/source/ka/helpcontent2/source/text/scalc/00.po index d27bc54f2cb..f4a2e20fe04 100644 --- a/source/ka/helpcontent2/source/text/scalc/00.po +++ b/source/ka/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: 2022-03-21 12:31+0100\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -880,6 +880,195 @@ msgctxt "" msgid "Choose Format - Print Ranges - Edit." msgstr "" +#. 2mGMo +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154618\n" +"help.text" +msgid "Choose Format - Conditional - Condition." +msgstr "" + +#. 36aUL +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id141663543112100\n" +"help.text" +msgid "On the Formatting bar, click" +msgstr "" + +#. VqVh2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id1001663540244130\n" +"help.text" +msgid "Icon Conditional Format - Condition" +msgstr "" + +#. CdDAq +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id151663540244134\n" +"help.text" +msgid "Conditional Format" +msgstr "" + +#. GBExF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id31663542115011\n" +"help.text" +msgid "Choose Format - Conditional - Color Scale" +msgstr "" + +#. QPRux +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id211663543104186\n" +"help.text" +msgid "On the Formatting bar, click" +msgstr "" + +#. ZHE33 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id431663540719713\n" +"help.text" +msgid "Icon Color Scale" +msgstr "" + +#. UJbUX +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id841663540719717\n" +"help.text" +msgid "Color Scale" +msgstr "" + +#. BCKnF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id491663542108169\n" +"help.text" +msgid "Choose Format - Conditional - Data Bar" +msgstr "" + +#. YJvXG +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id81663543094977\n" +"help.text" +msgid "On the Formatting bar, click" +msgstr "" + +#. qKAB8 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id301663541161943\n" +"help.text" +msgid "Icon Data Bar" +msgstr "" + +#. DhB6e +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id101663541161947\n" +"help.text" +msgid "Data Bar" +msgstr "" + +#. AaxGU +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id851663542093712\n" +"help.text" +msgid "Choose Format - Conditional - Icon Set" +msgstr "" + +#. j6oAH +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id501663543087343\n" +"help.text" +msgid "On the Formatting bar, click" +msgstr "" + +#. BKDA9 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id51663541228728\n" +"help.text" +msgid "Icon Icon Set" +msgstr "" + +#. xL9EB +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id61663541228732\n" +"help.text" +msgid "Icon Set" +msgstr "" + +#. t4dp2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id391663542070705\n" +"help.text" +msgid "Choose Format - Conditional - Date" +msgstr "" + +#. bETCm +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id351663543077670\n" +"help.text" +msgid "On the Formatting bar, click" +msgstr "" + +#. dUBco +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id371663541317147\n" +"help.text" +msgid "Icon Date" +msgstr "" + +#. TPxGF +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id121663541317151\n" +"help.text" +msgid "Date" +msgstr "" + +#. ZJawN +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id641663542045446\n" +"help.text" +msgid "Choose Format - Conditional - Manage" +msgstr "" + #. gWWhE #: 00000405.xhp msgctxt "" @@ -916,15 +1105,6 @@ msgctxt "" msgid "AutoFormat" msgstr "ავტოფორმატი" -#. d2VYa -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154618\n" -"help.text" -msgid "Choose Format - Conditional." -msgstr "" - #. aFWLc #: 00000406.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/scalc/01.po b/source/ka/helpcontent2/source/text/scalc/01.po index b360c2b0e82..a360cca58a2 100644 --- a/source/ka/helpcontent2/source/text/scalc/01.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:35+0200\n" "PO-Revision-Date: 2018-11-12 13:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2842,22 +2842,22 @@ msgctxt "" msgid "Go to Sheet" msgstr "" -#. W6vyo +#. 88YoD #: 02220000.xhp msgctxt "" "02220000.xhp\n" "bm_id781654171314500\n" "help.text" -msgid "Go to sheetjump; to given sheetsheet; go to directlysheet; search and go to" +msgid "Go to sheet jump; to given sheet sheet; go to directly sheet; search and go to" msgstr "" -#. Af3Da +#. svg9x #: 02220000.xhp msgctxt "" "02220000.xhp\n" "hd_id3156025\n" "help.text" -msgid "Go to Sheet" +msgid "Go to Sheet" msgstr "" #. UmffC @@ -2869,6 +2869,15 @@ msgctxt "" msgid "Go to a specified sheet." msgstr "" +#. ghXGk +#: 02220000.xhp +msgctxt "" +"02220000.xhp\n" +"par_id231655657630178\n" +"help.text" +msgid "Choose Sheet - Navigate - Go To Sheet." +msgstr "" + #. dPFgf #: 02220000.xhp msgctxt "" @@ -2878,13 +2887,13 @@ msgctxt "" msgid "Type a sheet name" msgstr "" -#. hyRiU +#. guUL9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153975\n" "help.text" -msgid "Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters." +msgid "Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters. Search is case-sensitive. If empty, all visible sheets are listed." msgstr "" #. aCw4F @@ -2896,13 +2905,13 @@ msgctxt "" msgid "Sheets" msgstr "" -#. XJVcD +#. JEuum #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153971\n" "help.text" -msgid "Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet." +msgid "Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double-clicking on a name will directly jump to this sheet." msgstr "" #. eomCF @@ -6298,13 +6307,13 @@ msgctxt "" msgid "=AMORDEGRC(2000; \"2020-02-01\"; \"2020-12-31\"; 10; 4; 0.1; 0) returns a depreciation amount of 163 currency units." msgstr "" -#. AvpDv +#. aG2TT #: 04060103.xhp msgctxt "" "04060103.xhp\n" "par_id851616615176815\n" "help.text" -msgid "Beware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel." +msgid "Be aware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel." msgstr "" #. UCPgp @@ -10546,13 +10555,13 @@ msgctxt "" msgid "=AND(12<13;14>12;7<6) returns FALSE." msgstr "" -#. EuCHs +#. 3MAQE #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3149946\n" "help.text" -msgid "=AND (FALSE;TRUE) returns FALSE." +msgid "=AND(FALSE();TRUE()) returns FALSE." msgstr "" #. XXJC8 @@ -10816,13 +10825,13 @@ msgctxt "" msgid "=OR(12<11;13>22;45=45) returns TRUE." msgstr "" -#. ExAZa +#. sqF5J #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3158412\n" "help.text" -msgid "=OR(FALSE;TRUE) returns TRUE." +msgid "=OR(FALSE();TRUE()) returns TRUE." msgstr "" #. B2UcY @@ -10942,31 +10951,31 @@ msgctxt "" msgid "XOR()" msgstr "" -#. qpsgo +#. 2QMxz #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083286\n" "help.text" -msgid "=XOR(TRUE;TRUE) returns FALSE" +msgid "=XOR(TRUE();TRUE()) returns FALSE" msgstr "" -#. dcNVj +#. sACsD #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083445\n" "help.text" -msgid "=XOR(TRUE;TRUE;TRUE) returns TRUE" +msgid "=XOR(TRUE();TRUE();TRUE()) returns TRUE" msgstr "" -#. ewhWG +#. Uhsea #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3154315\n" "help.text" -msgid "=XOR(FALSE;TRUE) returns TRUE" +msgid "=XOR(FALSE();TRUE()) returns TRUE" msgstr "" #. 3Ed6j @@ -20068,13 +20077,13 @@ msgctxt "" msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula =UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\" displays the string \"The Catcher in the Rye\" is a famous book by J. D. Salinger." msgstr "" -#. cpK3Z +#. wDvCT #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id401624454547945\n" "help.text" -msgid "Beware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the Double Quotes area of the Tools - AutoCorrect Options - Localized Options dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the Replace toggle button to disable the feature." +msgid "Be aware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the Double Quotes area of the Tools - AutoCorrect Options - Localized Options dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the Replace toggle button to disable the feature." msgstr "" #. rdzbS @@ -45007,13 +45016,13 @@ msgctxt "" 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 +#. 9vjYD #: 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." +msgid "Conditional formats do not 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 @@ -45025,6 +45034,33 @@ msgctxt "" msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Data - Calculate - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "-მდე ავტოგამოთვლა ჩართული ხელსაწყოები შიგთავსი ავტოგამოთვლა a -სკენ ავტოგამოთვლა ტოლია ჩართული." +#. Kp2g2 +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id961662926287139\n" +"help.text" +msgid "Cell range" +msgstr "" + +#. Gv4oU +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id431662926282555\n" +"help.text" +msgid "Range" +msgstr "" + +#. BoUXF +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"par_id31494138\n" +"help.text" +msgid "Defines the range of cells concerned by the conditional formatting. Click on the Shrink button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgstr "" + #. NvgCF #: 05120000.xhp msgctxt "" @@ -45088,415 +45124,1396 @@ msgctxt "" msgid "Decrease priority of the selected condition." msgstr "" -#. FZJa2 +#. niBsF #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"hd_id71662926011736\n" "help.text" -msgid "Condition list entry" +msgid "Add" msgstr "" -#. YLwyA +#. NiRqU #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494132\n" +"par_id721662926016039\n" "help.text" -msgid "Specify if conditional formatting is dependent on one of the entry listed on the drop down box:" +msgid "Adds the condition to the condition list." msgstr "" -#. ApsPx +#. EXu3U #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494133\n" +"hd_id401662926020291\n" "help.text" -msgid "If you select All cells, see Color Scale, Data Bar or Icon Set explanations below, depending on which visual representation the conditional formatting should be represented." +msgid "Delete" msgstr "" -#. gtbEv +#. njCNL #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494134\n" +"par_id301662926026944\n" "help.text" -msgid "If you select Cell value is:" +msgid "Deletes the condition from the condition list." msgstr "" -#. XgjY5 +#. ZSEod #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494135\n" +"hd_id31531891\n" "help.text" -msgid "Select a condition in the drop down list for the format to be applied to the selected cells and enter the value." +msgid "Condition list entries" msgstr "" -#. VeDFA +#. udAbc #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494136\n" +"par_id31494132\n" "help.text" -msgid "In front of Apply Styles, select the desired style in the list or chose New Style to create one." +msgid "Specify if conditional formatting is dependent on one of the entry listed on the drop down box." msgstr "" -#. FVRBc +#. WsjTp #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494137\n" +"hd_id431662938949798\n" "help.text" -msgid "Click the Add button to add another condition, click the Remove button to remove a condition." +msgid "Apply Style" msgstr "" -#. NV9Lr +#. 8WfD4 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494138\n" +"par_id971662939043786\n" "help.text" -msgid "In the Range field, define the range of cells concerned by the conditional formatting. Click on the Shrink button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgid "Select the cell style to apply when the condition is verified. Select New Style to open the Cell Style dialog and define the style properties." msgstr "" -#. 3noEQ -#: 05120000.xhp +#. CHbab +#: 05120100.xhp msgctxt "" -"05120000.xhp\n" +"05120100.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Cell value is" +msgstr "" + +#. XZ4AV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"hd_id431662935550205\n" +"help.text" +msgid "Condition - Cell value is" +msgstr "" + +#. RtY8f +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id11662915615351\n" +"help.text" +msgid "Applies a cell style on the cell or cell range controlled by the condition set in the drop down list. The formatting is applied to each cell individually and the condition may depend on other cells values of the selected range." +msgstr "" + +#. fkuaH +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id181662913907279\n" +"help.text" +msgid "Condition" +msgstr "" + +#. gJBMQ +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id221663406419144\n" +"help.text" +msgid "Applies on" +msgstr "" + +#. Yd3xQ +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id941662913907280\n" +"help.text" +msgid "Description" +msgstr "" + +#. nP5Ym +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id31662913907282\n" +"help.text" +msgid "is equal to" +msgstr "" + +#. rWJoB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id321663406539530\n" +"help.text" +msgid "Numbers and text" +msgstr "" + +#. bYfTW +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id881662913907284\n" +"help.text" +msgid "The cell value equals the user defined value in text box in the right. Use text inside quotes if you compare text values." +msgstr "" + +#. ziYCE +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id271662914239763\n" +"help.text" +msgid "is less than" +msgstr "" + +#. bS8eG +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id121663406585137\n" +"help.text" +msgid "Numbers" +msgstr "" + +#. BdnvW +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id501662914239764\n" +"help.text" +msgid "The cell value is strictly less than the user defined value in the text box in the right." +msgstr "" + +#. Zyiqi +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id701662914433053\n" +"help.text" +msgid "is greater than" +msgstr "" + +#. PCZug +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id461662914433054\n" +"help.text" +msgid "The cell value is strictly greater than the user defined value in the text box in the right." +msgstr "" + +#. zTBff +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662914480517\n" +"help.text" +msgid "is less than or equal to" +msgstr "" + +#. Cy2T9 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id631662914480518\n" +"help.text" +msgid "The cell value is less than or equal to the user defined value in the text box in the right." +msgstr "" + +#. cFMZa +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id651662914713102\n" +"help.text" +msgid "is greater than or equal to" +msgstr "" + +#. YG9FG +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id251662914713103\n" +"help.text" +msgid "The cell value is greater than or equal to the user defined value in the text box in the right." +msgstr "" + +#. Pbje6 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id831662914760085\n" +"help.text" +msgid "is not equal to" +msgstr "" + +#. T8x2N +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id301662914760087\n" +"help.text" +msgid "The cell value is not equal (different) to the user defined value in the text box in the right. Use text inside quotes if you compare text values." +msgstr "" + +#. B6eGh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id81662914901503\n" +"help.text" +msgid "is between" +msgstr "" + +#. ZmHDH +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id21662914901504\n" +"help.text" +msgid "The cell value is between the two values defined in the text boxes on the right - lower and upper values - including the boundary values themselves." +msgstr "" + +#. PGH34 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id411662915178872\n" +"help.text" +msgid "is not between" +msgstr "" + +#. dECpd +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id861662915178873\n" +"help.text" +msgid "The cell value is not between the two values defined in the text boxes on the right - lower and upper values - including the boundary values themselves." +msgstr "" + +#. zqVSC +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id731662915275926\n" +"help.text" +msgid "is duplicate" +msgstr "" + +#. 4DKbK +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id881662915275927\n" +"help.text" +msgid "The cell and at least one other cell in the range have equal contents." +msgstr "" + +#. UC2gL +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id381662915857686\n" +"help.text" +msgid "is not duplicate" +msgstr "" + +#. ZBUgm +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662915857687\n" +"help.text" +msgid "The cell contents is unique in the range." +msgstr "" + +#. c8Bkp +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id1001662915996409\n" +"help.text" +msgid "is in top N elements" +msgstr "" + +#. pDAGV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id571662915996410\n" +"help.text" +msgid "The cell value is between the maximum value in the range and the Nth greater element of the same. Enter the value of N in the text box on the right." +msgstr "" + +#. V4FnF +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662916338175\n" +"help.text" +msgid "is in bottom N elements" +msgstr "" + +#. UDdhD +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id11662916338177\n" +"help.text" +msgid "The cell value is between the minimum value in the range and the Nth lower element of the same. Enter the value of N in the text box on the right." +msgstr "" + +#. a9GoR +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id181662916407095\n" +"help.text" +msgid "is in top N percent" +msgstr "" + +#. rgUnx +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id911662916407097\n" +"help.text" +msgid "The cell range index value is in the top N percent of the number of cells in the range. For example, in a 20 cells range and N equals 20, the style is applied to the 4 last cells of the range. Enter the value of N in the text box on the right." +msgstr "" + +#. kfDTU +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662917285432\n" +"help.text" +msgid "is in bottom N percent" +msgstr "" + +#. pphGh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id111662917285433\n" +"help.text" +msgid "The cell range index value is in the bottom N percent of the number of cells in the range. For example, in a 20 cells range and N equals 20, the style is applied to the 4 first cells of the range. Enter the value of N in the text box on the right." +msgstr "" + +#. W6QVL +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id861662917382735\n" +"help.text" +msgid "is above average" +msgstr "" + +#. YM3iz +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id811662917382736\n" +"help.text" +msgid "The cell value is strictly greater than the average of the cell range values." +msgstr "" + +#. AAKPP +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id421662919561954\n" +"help.text" +msgid "is below average" +msgstr "" + +#. DAPwV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id661662919561956\n" +"help.text" +msgid "The cell value is strictly less than the average of the cell range values." +msgstr "" + +#. 5cN4q +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id831662919693474\n" +"help.text" +msgid "is above or equal average" +msgstr "" + +#. dk8XB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id71662919693475\n" +"help.text" +msgid "The cell value is greater or equal than the average of the cell range values." +msgstr "" + +#. HuZ9i +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id521662919771410\n" +"help.text" +msgid "is below or equal average" +msgstr "" + +#. GRFFh +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id131662919771411\n" +"help.text" +msgid "The cell value is less or equal than the average of the cell range values." +msgstr "" + +#. vFFDn +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id451662919849856\n" +"help.text" +msgid "is error" +msgstr "" + +#. d8WFb +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id911662919849857\n" +"help.text" +msgid "The cell is in the error condition defined in the text box on the right. List of Calc errors." +msgstr "" + +#. DAG5B +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id61662920733334\n" +"help.text" +msgid "A cell that references another cell with an error condition is not in error itself." +msgstr "" + +#. uUxWk +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id961662920774180\n" +"help.text" +msgid "is not error" +msgstr "" + +#. BzFfB +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id381662920774181\n" +"help.text" +msgid "The cell is not in the error condition defined in the text box on the right. List of Calc errors" +msgstr "" + +#. uEArp +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id151662920861587\n" +"help.text" +msgid "begins with" +msgstr "" + +#. SrP9B +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id341662920861588\n" +"help.text" +msgid "The cell contents begins with the text or number defined in the text box on the right." +msgstr "" + +#. yF6EV +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id801662922586796\n" +"help.text" +msgid "The condition applies to the internal text conversion of the cell contents. Numeric values are compared with their equivalent text representation. Numeric cell formats (currency, scientific, user-defined ... ) are not considered for comparisons." +msgstr "" + +#. v76zE +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id361662922600585\n" +"help.text" +msgid "ends with" +msgstr "" + +#. Ag7VY +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id801662922600586\n" +"help.text" +msgid "The cell contents ends with the text or number defined in the right text box." +msgstr "" + +#. kDJVK +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id151662922939292\n" +"help.text" +msgid "contains" +msgstr "" + +#. b4MWb +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id251662922939293\n" +"help.text" +msgid "The cell contents contains the text or number defined in the right text box." +msgstr "" + +#. ugaZe +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id291662923021542\n" +"help.text" +msgid "does not contain" +msgstr "" + +#. CyQm8 +#: 05120100.xhp +msgctxt "" +"05120100.xhp\n" +"par_id541662923021543\n" +"help.text" +msgid "The cell contents does not contains the text or number defined in the text box on the right." +msgstr "" + +#. 4zHYR +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Formula is" +msgstr "" + +#. pRBn3 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"hd_id471662936567369\n" +"help.text" +msgid "Condition - Formula is" +msgstr "" + +#. WwqGv +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" "par_id31494139\n" "help.text" -msgid "If you select Formula is as a reference, enter a cell reference. If the cell reference is a value other than zero, the condition matches." +msgid "Applies the selected style to the cell when the formula expression in the text box in the right is not zero." msgstr "" -#. bErXu -#: 05120000.xhp +#. S3dcs +#: 05120200.xhp msgctxt "" -"05120000.xhp\n" -"par_id3149413a\n" +"05120200.xhp\n" +"par_id1001662932287796\n" "help.text" -msgid "If you select Date is, see below explanations for Date." +msgid "The formula is expressed similar to a test condition evaluating to TRUE or FALSE." msgstr "" -#. GFxCV -#: 05120000.xhp +#. dAQYf +#: 05120200.xhp msgctxt "" -"05120000.xhp\n" +"05120200.xhp\n" +"par_id111662936728630\n" +"help.text" +msgid "For example, if C29 has a conditional formatting which formula is B1>=(DATE(2015;5;4)+TIME(18;0;0)) - a logical expression that evaluates true or false - the style applied to C29 depends on B1 contents." +msgstr "" + +#. PJRcV +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - Date is" +msgstr "" + +#. 9mjQT +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"hd_id321662936831682\n" +"help.text" +msgid "Condition - Date is" +msgstr "" + +#. eZ8g9 +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id31662934883939\n" +"help.text" +msgid "Applies the selected style to the cell when the cell contents is formatted as date and the condition is one of the available date interval in the dropdown list." +msgstr "" + +#. FuPW5 +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id231662933568615\n" +"help.text" +msgid "Today: applies the cell style if the cell date contents is today." +msgstr "" + +#. Jp3xf +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id891662933647849\n" +"help.text" +msgid "Yesterday: applies the cell style if the cell date contents is yesterday." +msgstr "" + +#. kGKdd +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id701662933702962\n" +"help.text" +msgid "Tomorrow: applies the cell style if the cell date contents is tomorrow." +msgstr "" + +#. qiPQc +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id291662933755624\n" +"help.text" +msgid "Last 7 days: applies the cell style if the cell date contents is in the last 7 calendar days." +msgstr "" + +#. ReAps +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id151662933849611\n" +"help.text" +msgid "This week, Last week and Next week: applies the cell style if the cell date contents is in this week, last week and next week respectively. The start and end of the week is locale dependent." +msgstr "" + +#. 6bfmv +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id421662934429482\n" +"help.text" +msgid "This month, Last month and Next month: applies the cell style if the cell date contents is in this month, last month and next month respectively." +msgstr "" + +#. xduEr +#: 05120300.xhp +msgctxt "" +"05120300.xhp\n" +"par_id461662934605639\n" +"help.text" +msgid "This year, Last year and Next year: applies the cell style if the cell date contents is in this year, last year and next year respectively." +msgstr "" + +#. ZANZR +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"tit\n" +"help.text" +msgid "Conditional Formatting - All cells" +msgstr "" + +#. EcBzD +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id861662937013389\n" +"help.text" +msgid "Condition - All cells" +msgstr "" + +#. Bstud +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id31662915586650\n" +"help.text" +msgid "Applies the conditional formatting to the set of cells defined in the selected range. The formatting is applied based on the contents of the whole range." +msgstr "" + +#. UrbTk +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "hd_id3147394\n" "help.text" -msgid "Color Scale" +msgid "Color Scale" msgstr "" -#. mbqvS -#: 05120000.xhp +#. VvAiE +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id3155602\n" "help.text" -msgid "This is the same dialog box as if you select All cells in the first sub menu entry Condition.Apply a color scale to a range consist of displaying a bicolor or tricolor gradient on this range depending on the value of each cell. A typical example might be an array of temperatures, lower blue colored, warmer red with a gradient nuances to the intermediate values." +msgid "Applies a color scale to a range consisting of displaying a bicolor or tricolor gradient on this range depending on the value of each cell." msgstr "" -#. DuNBp -#: 05120000.xhp +#. S9Btk +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155603\n" +"05120400.xhp\n" +"hd_id541663598275609\n" "help.text" -msgid "You must choose the two \"extreme\" colors indicate the method of calculation. The calculation of the color applied will be made in relation to: Min - Max - Percentile - Value - Percent - Formula." +msgid "Conditions" msgstr "" -#. 6Ggqk -#: 05120000.xhp +#. zip59 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155604\n" +"05120400.xhp\n" +"par_id231663598294535\n" "help.text" -msgid "The choices Min and Max are sufficient to themselves as found in the range. Other options need to be specified by a value (Percentile, Value, Percentage) or a cell reference or formula (Formula)." +msgid "The calculation of the color scale depends on 2 or 3 conditions, defined as follows:" msgstr "" -#. 9jo8a -#: 05120000.xhp +#. XKMSV +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155605\n" +"05120400.xhp\n" +"par_id701864449697771\n" "help.text" -msgid "For a detailed explanation and examples, please visit How to apply a Color Scale Conditional Formatting page in TDF Wiki." +msgid "Min (Max): calculates using the minimum (maximum) values in the range." msgstr "" -#. dACxH -#: 05120000.xhp +#. eGYev +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id321663440728295\n" +"help.text" +msgid "Value: a fixed value. Enter the value in the text box." +msgstr "" + +#. DZxAs +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id611663440697270\n" +"help.text" +msgid "Percentile: A percentile is each of the 99 values which divide the sorted data in 100 equal parts, so that each part represents 1/100 of the sample population. A percentile return the value for a data series going from the smallest to the largest value in a set of data. For P = 25, the percentile means the first quartile. P = 50 is also the MEDIAN of the data set. Enter the percentile value in the text box. Valid values are from 0 to 100." +msgstr "" + +#. zwwLa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id211663440834104\n" +"help.text" +msgid "Percent: a fixed value representing the percentage of the minimum (maximum) of the length defined by minimum and maximum values in the range. A minimum of 10% selects the values below 10% of the segment [Min,Max]. A maximum of 80% select values above 80% of the segment [Min,Max]. Valid values are from 0 (zero) to 100. Do not enter a percent (%) sign." +msgstr "" + +#. nF8iD +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id961663440848168\n" +"help.text" +msgid "Formula: A formula expression starting with the equal sign (=) that calculates a numeric value. Values can be numbers, dates or time. Enter the formula expression in the text box." +msgstr "" + +#. rDuW2 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id991609782427459\n" "help.text" -msgid "Data Bar" +msgid "Data Bar" msgstr "" -#. xapwr -#: 05120000.xhp +#. ZEyNr +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id41609780964157\n" "help.text" -msgid "Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell. Default is blue for positive and red for negative." +msgid "Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell." msgstr "" -#. AKYoW -#: 05120000.xhp +#. WHWWc +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id631663449553346\n" +"help.text" +msgid "Conditions" +msgstr "" + +#. CENjM +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id931609781970981\n" "help.text" -msgid "The calculation of the area of fill is based on Min - Max - Percentile - Value - Percent - Formula." +msgid "The calculation of the bar area fill is based on the conditions below:" msgstr "" -#. smxFL -#: 05120000.xhp +#. DzwrN +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id981609782003841\n" +"05120400.xhp\n" +"par_id281663449673792\n" "help.text" -msgid "The choices Min and Max are sufficient to themselves as found in the range. Other options need to be specified by a value (Percentile, Value, Percentage) or a cell reference or formula (Formula)." +msgid "Automatic: calculates using the minimum and maximum values in the range." msgstr "" -#. qBVjM -#: 05120000.xhp +#. 9aPGW +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id701663449697771\n" +"help.text" +msgid "Min (Max): calculates using the minimum (maximum) values in the range." +msgstr "" + +#. Yst5U +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id281609781729359\n" "help.text" -msgid "More Options... opens a dialog to:" +msgid "More Options" msgstr "" -#. saDJA -#: 05120000.xhp +#. wB7B5 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id271609781812913\n" +"05120400.xhp\n" +"par_id501663454998977\n" "help.text" -msgid "change colors" +msgid "The Data Bar dialog opens to add details on the display of data bars." msgstr "" -#. uncF8 -#: 05120000.xhp +#. Xi84x +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id921609781838551\n" +"05120400.xhp\n" +"hd_id221663453502042\n" "help.text" -msgid "change position of vertical axis within the cell" +msgid "Entry values" msgstr "" -#. wJNxE -#: 05120000.xhp +#. j4CZx +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id631609781859971\n" +"05120400.xhp\n" +"par_id891663453681870\n" "help.text" -msgid "the bar's minimum and maximum length in percentage" +msgid "Same as the conditions above." msgstr "" -#. de4nk -#: 05120000.xhp +#. qYC9D +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id511663453530293\n" +"help.text" +msgid "Bar Colors" +msgstr "" + +#. 3WvU9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id371663453564807\n" +"help.text" +msgid "Choose the color for positive and negative values." +msgstr "" + +#. F7ADR +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id891663453607961\n" +"help.text" +msgid "Fill" +msgstr "" + +#. NK7yv +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id671663453639829\n" +"help.text" +msgid "Gradient: set a color scale between the color of positive (negative) values and white." +msgstr "" + +#. UsHFm +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id551663453647462\n" +"help.text" +msgid "Color: use the positive (negative) color for the entire data bar, no fade out gradient." +msgstr "" + +#. 3XDGX +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id701663453750779\n" +"help.text" +msgid "Axis" +msgstr "" + +#. SCFQf +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id691663453763746\n" +"help.text" +msgid "Set the position of the vertical axis for the data bar. Values are" +msgstr "" + +#. 7mCxG +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id381663453792294\n" +"help.text" +msgid "Automatic: position the vertical axis in the middle of the maximum and minimum values." +msgstr "" + +#. u9oCp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id791663453800602\n" +"help.text" +msgid "Middle: set the vertical axis in the middle of the column." +msgstr "" + +#. NGqHG +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id461663453808288\n" +"help.text" +msgid "None: do not display a vertical axis." +msgstr "" + +#. MbcW9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id511663453851599\n" +"help.text" +msgid "Bar Lengths" +msgstr "" + +#. EcZWp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id601663453865023\n" +"help.text" +msgid "Sets the minimum (maximum) length of the data bars, as a percentage of the column width." +msgstr "" + +#. 6iAs7 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"hd_id211663453914830\n" +"help.text" +msgid "Display bars only" +msgstr "" + +#. zAE3C +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id561663453936590\n" +"help.text" +msgid "Do not display values in the cell, only the data bars." +msgstr "" + +#. EjewA +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "hd_id3153709\n" "help.text" -msgid "Icon Set" +msgid "Icon Set" msgstr "" -#. 76M6e -#: 05120000.xhp +#. RjnfG +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" "par_id3153764\n" "help.text" -msgid "It is desired to plot the position of a value relative to the thresholds. The set of icons will help to indicate the thresholds and choose the type of icons. Available icon sets are:" +msgid "Add an icon to the cell based on the value relative to the specified thresholds. Several icon sets are available." msgstr "" -#. cv4WG -#: 05120000.xhp +#. 5EFt7 +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"hd_id191663440362309\n" +"help.text" +msgid "Available Icon Sets" +msgstr "" + +#. 8cgd9 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494140\n" "help.text" msgid "3, 4 or 5 - arrows" msgstr "" -#. EmC6A -#: 05120000.xhp +#. Aoquj +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91663429174806\n" +"help.text" +msgid "Color arrow up Color arrow slightly up Color arrow same Color arrow slightly down Color arrow down" +msgstr "" + +#. PxAE7 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494141\n" "help.text" msgid "3, 4 or 5 - gray arrows" msgstr "" -#. AtmUL -#: 05120000.xhp +#. 2Fk3v +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91661429174806\n" +"help.text" +msgid "Gray arrow up Gray arrow slightly up Gray arrow same Gray arrow slightly down Gray arrow down" +msgstr "" + +#. jA8Sa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494142\n" "help.text" msgid "3 - flags" msgstr "" -#. 4zJUW -#: 05120000.xhp +#. Bi9Tr +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id101663433624185\n" +"help.text" +msgid "Yellow flag Red flag Green flag" +msgstr "" + +#. FCb5V +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494143\n" "help.text" msgid "3 - traffic lights 1 and 2 (two different designs)" msgstr "" -#. HEF2o -#: 05120000.xhp +#. LugGg +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id721663433917655\n" +"help.text" +msgid "Yellow traffic light 1 Red traffic light 1 Green traffic light 1" +msgstr "" + +#. EBREt +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id501663433925207\n" +"help.text" +msgid "Yellow traffic light 2 Red traffic light 2 Green traffic light 2" +msgstr "" + +#. itKqQ +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id701663438522480\n" +"help.text" +msgid "3 - Smileys 1 and 2" +msgstr "" + +#. GoDfk +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id991663438568052\n" +"help.text" +msgid "Yellow positive smiley Yellow neutral smiley Yellow negative smiley" +msgstr "" + +#. ABksa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id991663438966721\n" +"help.text" +msgid "Green positive smiley Yellow neutral smiley Red negative smiley" +msgstr "" + +#. QdJxa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494144\n" "help.text" -msgid "3 - symbols (square, triangle, circle)" +msgid "3 - symbols" msgstr "" -#. V2vKf -#: 05120000.xhp +#. 3DDFG +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id421663434453517\n" +"help.text" +msgid "Shape triangle Shape diamond Shape circle" +msgstr "" + +#. ndFCp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id961663439450424\n" +"help.text" +msgid "Exclamation mark Cross Check mark" +msgstr "" + +#. BQAHC +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id1001663439805133\n" +"help.text" +msgid "Empty star Half star Full star" +msgstr "" + +#. dEQvx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id171663440020964\n" +"help.text" +msgid "Triangle up Same Triangle down" +msgstr "" + +#. MtGvd +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494145\n" "help.text" msgid "4 - circles from red to black" msgstr "" -#. GVUj9 -#: 05120000.xhp +#. C9BEU +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id481663434995022\n" +"help.text" +msgid "Dark red Light red Light gray Dark gray" +msgstr "" + +#. AuYQx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494146\n" "help.text" msgid "4 or 5 - ratings" msgstr "" -#. BBEC7 -#: 05120000.xhp +#. 8WLQP +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id631663435728155\n" +"help.text" +msgid "Empty bars One quarters bars Half bars Three quarters bars Full bars" +msgstr "" + +#. FdJYa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494147\n" "help.text" msgid "5 - quarters" msgstr "" -#. ToNq8 -#: 05120000.xhp +#. Db9xw +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3153765\n" +"05120400.xhp\n" +"par_id741663436015689\n" "help.text" -msgid "Conditions to display each icon can be specified relative to a value (Value), a percentage of the number of values in the range (Percentage) as a percentage of range values (Percentile) or formula (Formula)." +msgid "Empty One quarter Half Three quarters Full" msgstr "" -#. xD5yq -#: 05120000.xhp +#. 4Gyqu +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155606\n" +"05120400.xhp\n" +"par_id821663436639070\n" "help.text" -msgid "For a detailed explanation and examples, please visit How to use Icon Set Conditional Formatting page in TDF Wiki." +msgid "5 - boxes" msgstr "" -#. GJTU3 -#: 05120000.xhp +#. QqwRQ +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"hd_id3156384\n" +"05120400.xhp\n" +"par_id811663438472751\n" "help.text" -msgid "Dates" -msgstr "თარიღი" +msgid "Empty One quarter Half Three quarters Full" +msgstr "" -#. WYB6t -#: 05120000.xhp +#. pB8zZ +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3145228\n" +"05120400.xhp\n" +"hd_id621663440395987\n" "help.text" -msgid "This option will apply a defined style depending on a date that you choose in the drop down box: Today - Yesterday - Tomorrow - Last 7 days - This week - Last week." +msgid "Conditions for thresholds" msgstr "" -#. WGPEW -#: 05120000.xhp +#. 7BkCL +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494157\n" +"05120400.xhp\n" +"par_id3153765\n" "help.text" -msgid "In front of Apply Styles, select the desired style in the list or chose New Style to create one." +msgid "Conditions to set the thresholds for each icon can be specified as follows" msgstr "" -#. XCEeu -#: 05120000.xhp +#. DdaUm +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494167\n" +"05120400.xhp\n" +"par_id3155606\n" "help.text" -msgid "Click the Add button to add another condition, click the Remove button to remove a condition." +msgid "How to use Icon Set Conditional Formatting page in TDF Wiki." msgstr "" -#. 5bcGZ -#: 05120000.xhp +#. s9tpC +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id31494177\n" +"05120400.xhp\n" +"par_id651663598549283\n" "help.text" -msgid "In the Range field, define the range of cells concerned by the conditional formatting. Click on the Shrink button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgid "How to apply a Color Scale Conditional Formatting page in TDF Wiki." msgstr "" -#. XrHd6 -#: 05120000.xhp +#. AiUSf +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"hd_id3153384\n" +"05120500.xhp\n" +"tit\n" "help.text" -msgid "Manage Conditional Formatting" -msgstr "პირბითი ფორმატირება" +msgid "Conditional Formatting - Manage Conditions" +msgstr "" -#. KaFUh -#: 05120000.xhp +#. EJnPj +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155906\n" +"05120500.xhp\n" +"hd_id391662937414401\n" "help.text" -msgid "This dialog allows you to see all the conditional formatting defined in the spreadsheet." +msgid "Manage Conditions" msgstr "" -#. oGo9V -#: 05120000.xhp +#. SdPis +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"par_id31546818\n" +"05120500.xhp\n" +"par_id3155906\n" "help.text" -msgid "Choose Format - Conditional Formatting - Manage." +msgid "Manage all the conditional formatting defined in the spreadsheet." msgstr "" -#. PCf7v -#: 05120000.xhp +#. rMivF +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155907\n" "help.text" -msgid "The Manage Conditional Formatting dialog box opens. Here you can add, edit or remove one or several conditional formattings." +msgid "The Manage Conditional Formatting dialog is where you can add, edit or delete one or several conditional formattings." msgstr "" -#. Q7xPu -#: 05120000.xhp +#. rFGM7 +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155909\n" "help.text" -msgid "The Conditional Formats list displays the active conditional formatting rules set in the current spreadsheet. Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range." +msgid "The Conditional Formats list displays the active conditional formatting rules set in the current spreadsheet. Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range." msgstr "" -#. dTXQV -#: 05120000.xhp +#. dEeLT +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" +"05120500.xhp\n" "par_id3155908\n" "help.text" msgid "If you have defined a conditional formatting on a cell range and you try now to define a new conditional formatting on a part of this range, a warning message will be displayed, asking if you want to edit the existing conditional formatting (on the whole range) or define a new conditional formatting overlapping it (on the selected range)." @@ -56878,13 +57895,13 @@ msgctxt "" msgid "Units of measurement" msgstr "" -#. oxx8A +#. A7feF #: func_convert.xhp msgctxt "" "func_convert.xhp\n" "par_id481620428685029\n" "help.text" -msgid "Below are the unit measurement groups supported by the CONVERT function. Beware that conversions can only happen between units that belong to the same group." +msgid "Below are the unit measurement groups supported by the CONVERT function. Be aware that conversions can only happen between units that belong to the same group." msgstr "" #. Rd9Fp @@ -67984,13 +69001,13 @@ msgctxt "" msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be Integer or Binary only." msgstr "" -#. ZUeCC +#. RDcmq #: solver.xhp msgctxt "" "solver.xhp\n" "par_id271589981559367\n" "help.text" -msgid "Wiki page on solvers and theirs algorithms" +msgid "Wiki page on solvers and their algorithms" msgstr "" #. akxrP @@ -68119,13 +69136,13 @@ msgctxt "" msgid "Enter or change the value of the selected setting." msgstr "" -#. cYCVf +#. FGS6a #: solver_options.xhp msgctxt "" "solver_options.xhp\n" "par_id271589981559367\n" "help.text" -msgid "Wiki page on non-linear solvers and theirs algorithms" +msgid "Wiki page on non-linear solvers and their algorithms" msgstr "" #. A843R @@ -68695,13 +69712,13 @@ msgctxt "" msgid "Set the swarm algorithm. 0 for differential evolution and 1 for particle swarm optimization. Default is 0." msgstr "" -#. ugAZb +#. wBxK6 #: solver_options_algo.xhp msgctxt "" "solver_options_algo.xhp\n" "par_id271589981559367\n" "help.text" -msgid "Wiki page on non-linear solvers and theirs algorithms" +msgid "Wiki page on non-linear solvers and their algorithms" msgstr "" #. D2nCR diff --git a/source/ka/helpcontent2/source/text/scalc/guide.po b/source/ka/helpcontent2/source/text/scalc/guide.po index c4ab78f75b2..bf035bf0031 100644 --- a/source/ka/helpcontent2/source/text/scalc/guide.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -13255,13 +13255,13 @@ msgctxt "" msgid "Allowed names" msgstr "" -#. XBwDs +#. MECFu #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id2129581\n" "help.text" -msgid "Names in Calc can contain letters, numeric characters, and some special characters. Names must start with a letter or an underline character." +msgid "Names in Calc can contain letters, numeric characters, and the underline character. Names must start with a letter or an underline character." msgstr "" #. GztrF @@ -13282,24 +13282,6 @@ msgctxt "" msgid "underline (_)" msgstr "" -#. 4UBDo -#: value_with_name.xhp -msgctxt "" -"value_with_name.xhp\n" -"par_id4891506\n" -"help.text" -msgid "period (.) - allowed within a name, but not as first or last character" -msgstr "" - -#. GEdUp -#: value_with_name.xhp -msgctxt "" -"value_with_name.xhp\n" -"par_id2816553\n" -"help.text" -msgid "blank ( ) - allowed within a name, but not as first or last character, and not for a cell range" -msgstr "" - #. BvnNt #: value_with_name.xhp msgctxt "" @@ -13318,13 +13300,13 @@ msgctxt "" msgid "Names must not start with the letters C or R followed by a number; also single characters C and R are not allowed as names. See the ADDRESS function for more information." msgstr "" -#. ELFqL +#. 6piLZ #: value_with_name.xhp msgctxt "" "value_with_name.xhp\n" "par_id4769737\n" "help.text" -msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents." +msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for sheets and documents." msgstr "" #. ci2B9 diff --git a/source/ka/helpcontent2/source/text/sdatabase.po b/source/ka/helpcontent2/source/text/sdatabase.po index ce47d8eda3e..8f0b5717351 100644 --- a/source/ka/helpcontent2/source/text/sdatabase.po +++ b/source/ka/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: 2022-05-25 12:36+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15151,13 +15151,13 @@ msgctxt "" msgid "Sort ascending" msgstr "" -#. WDeBp +#. vG7vU #: toolbar_table.xhp msgctxt "" "toolbar_table.xhp\n" "par_id991642853830973\n" "help.text" -msgid "Icon sort ascending" +msgid "Icon Sort Ascending" msgstr "" #. aRGCA diff --git a/source/ka/helpcontent2/source/text/shared.po b/source/ka/helpcontent2/source/text/shared.po index a8afeee3c53..9ac57f70bb9 100644 --- a/source/ka/helpcontent2/source/text/shared.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -2302,6 +2302,42 @@ msgctxt "" msgid "This section provides information on the subject of the Internet. An Internet glossary explains the most important terms." msgstr "ეს სექცია უზრუნველყოფს ინტერნეტის თემის შესახებ ინფორმაციასინტერნეტის ლექსიკონი თარგმნის ყველაზე მნიშვნელოვან პირობებს." +#. vLYDy +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Media Playback Toolbar" +msgstr "" + +#. J2Crx +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"hd_id701655505104052\n" +"help.text" +msgid "Media Playback Toolbar" +msgstr "" + +#. ELZkF +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"par_id821655505104055\n" +"help.text" +msgid "Open the Media Playback toolbar" +msgstr "" + +#. GpFS2 +#: mediaplay_toolbar.xhp +msgctxt "" +"mediaplay_toolbar.xhp\n" +"par_id411655505224585\n" +"help.text" +msgid "Choose View - Toolbars - Media Playback." +msgstr "" + #. NJGJa #: need_help.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/00.po b/source/ka/helpcontent2/source/text/shared/00.po index a843c437c7f..00d9ac358bc 100644 --- a/source/ka/helpcontent2/source/text/shared/00.po +++ b/source/ka/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1303,13 +1303,13 @@ msgctxt "" msgid "Tags" msgstr "" -#. JYJaQ +#. GZop9 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156360\n" "help.text" -msgid "HTML pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags

at the beginning and

at the end of the title. Some tags only appear on their own such as
for a line break or to link a graphic." +msgid "HTML pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags < h1 > at the beginning and < /h1 > at the end of the title. Some tags only appear on their own such as < br > for a line break or < img ... > to link a graphic." msgstr "" #. c7EwD @@ -5353,13 +5353,13 @@ msgctxt "" msgid "Text Import" msgstr "" -#. RBPZC +#. NfHDC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "hd_id3150960\n" "help.text" -msgid "Text Import" +msgid "Text Import" msgstr "" #. gtCCw @@ -5731,13 +5731,13 @@ msgctxt "" msgid "Skip empty cells" msgstr "" -#. 9Xqaa +#. YVysE #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id171220172144419125\n" "help.text" -msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells." +msgid "Available when using Paste Special: when this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells." msgstr "" #. zFFRP @@ -5749,6 +5749,24 @@ msgctxt "" msgid "In Text to Columns conversion, if cell content begins with a separator and this option is disabled, then first column will be emptied." msgstr "" +#. 8iYFC +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"hd_id151656941561432\n" +"help.text" +msgid "Evaluate formulas" +msgstr "" + +#. vEoW6 +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id601656941717698\n" +"help.text" +msgid "Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If checked evaluate formulas on input. Otherwise formulas are input as text." +msgstr "" + #. vMAUg #: 00000208.xhp msgctxt "" @@ -5956,15 +5974,6 @@ msgctxt "" msgid "Date format" msgstr "თარიღის ფორმატი" -#. mJwDd -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3156212\n" -"help.text" -msgid "6" -msgstr "" - #. tMGAw #: 00000208.xhp msgctxt "" @@ -5974,15 +5983,6 @@ msgctxt "" msgid "Two characters each are taken for day, month, and year in the selected order." msgstr "" -#. WVtBD -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3147352\n" -"help.text" -msgid "8" -msgstr "" - #. wQEwm #: 00000208.xhp msgctxt "" @@ -6055,13 +6055,13 @@ msgctxt "" msgid "Navigating Without the Mouse" msgstr "" -#. BuDVW +#. jCiAC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id3146120\n" "help.text" -msgid "For more information, see Information about Import and Export Filters." +msgid "Information about Import and Export Filters." msgstr "" #. nkesm @@ -7477,6 +7477,15 @@ msgctxt "" msgid "Choose Data - Text to Columns (Calc)." msgstr "" +#. 4frVs +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id161656944575459\n" +"help.text" +msgid "Copy data to clipboard, then choose Edit - Paste Special - Paste Special (Calc)." +msgstr "" + #. 9uDDp #: 00000401.xhp msgctxt "" @@ -8494,13 +8503,40 @@ msgctxt "" msgid "Choose Tools - Thesaurus." msgstr "" -#. F6EnA +#. C5ABq #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149884\n" "help.text" -msgid "CommandCtrl+F7" +msgid "CommandCtrl+F7" +msgstr "" + +#. RYHXW +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id641655489196783\n" +"help.text" +msgid "On the Tools bar, click" +msgstr "" + +#. 3jnPY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id751655488651997\n" +"help.text" +msgid "Icon Thesaurus" +msgstr "" + +#. ue2A6 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id11655488652002\n" +"help.text" +msgid "Thesaurus" msgstr "" #. BkJ2M @@ -8521,13 +8557,13 @@ msgctxt "" msgid "Choose Tools - Media Player." msgstr "" -#. a4RZA +#. FYZdN #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3151385\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic, or press OptionAlt+F11 (if not assigned by your system)." +msgid "Choose Tools - Macros - Organize Macros - Basic, or press OptionAlt+F11 (if not assigned by your system)." msgstr "" #. igagv @@ -8575,22 +8611,22 @@ msgctxt "" msgid "Choose Tools - Macros - Record Macro." msgstr "" -#. WBX8f +#. feCZF #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150398\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button,
click the Libraries tab,
and then click the Password button.
" +msgid "Choose Tools - Macros - Organize Macros - Basic,
click the Organizer button,
click the Libraries tab,
and then click the Password button.
" msgstr "" -#. rBcj4 +#. baigi #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150498\n" "help.text" -msgid "Choose Tools - Macros - Organize Macros - %PRODUCTNAME Basic,
click the Organizer button.
" +msgid "Choose Tools - Macros - Organize Macros - Basic,
click the Organizer button.
" msgstr "" #. SqBL5 @@ -8656,22 +8692,22 @@ msgctxt "" msgid "Choose Tools - Customize - Menus tab." msgstr "" -#. xzidF +#. P8ZsE #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Add." +msgid "Choose Tools - Customize - Menus tab, click the hamburger Icon Hamburger menu dropdown menu and choose Add." msgstr "" -#. hg8cr +#. rryfk #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "Choose Tools - Customize - Menus tab, click the gear Icon gear menu dropdown menu and choose Move." +msgid "Choose Tools - Customize - Menus tab, click the hamburger Icon Hamburger menu dropdown menu and choose Move." msgstr "" #. nNuX4 @@ -10006,6 +10042,294 @@ msgctxt "" msgid "Format Menu" msgstr "ფორმატის მენიუ" +#. YGCgK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156426\n" +"help.text" +msgid "Open Optimize Size dropdown menu from Table bar, click" +msgstr "" + +#. JEmrc +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id481655731478873\n" +"help.text" +msgid "Open Optimize Size dropdown menu from Table bar, click" +msgstr "" + +#. LNCUB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id271654223353638\n" +"help.text" +msgid "Choose Table - Size - Minimal Row Height." +msgstr "" + +#. Gh5VB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151655731003155\n" +"help.text" +msgid "Choose Format - Table - Minimal Row Height." +msgstr "" + +#. CZ6Az +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id451655738489793\n" +"help.text" +msgid "Select rows in table, right-click, choose Size - Minimal Row Height." +msgstr "" + +#. UEWjA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id751654222949632\n" +"help.text" +msgid "Minimal Row Height Icon" +msgstr "" + +#. kp47D +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id961654222949632\n" +"help.text" +msgid "Minimal Row Height" +msgstr "" + +#. NN4r3 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3155536\n" +"help.text" +msgid "Choose Table - Size - Optimal Row Height." +msgstr "" + +#. pCsAR +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id621655731074115\n" +"help.text" +msgid "Choose Format - Table - Optimal Row Height." +msgstr "" + +#. zLApF +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id741655738425233\n" +"help.text" +msgid "Select rows in table, right-click, choose Size - Optimal Row Height." +msgstr "" + +#. U2ETB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145222\n" +"help.text" +msgid "Icon Optimal Row Height" +msgstr "" + +#. meaVC +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153545\n" +"help.text" +msgid "Optimal Row Height" +msgstr "" + +#. zvEoa +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153569\n" +"help.text" +msgid "Choose Table - Size - Distribute Rows Evenly." +msgstr "" + +#. vVi3q +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655731168178\n" +"help.text" +msgid "Choose Format - Table - Distribute Rows Evenly." +msgstr "" + +#. ZFAHG +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id801655738379330\n" +"help.text" +msgid "Select rows in table, right-click, choose Size - Distribute Rows Evenly." +msgstr "" + +#. aALKw +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145297\n" +"help.text" +msgid "Icon Distribute Rows Evenly" +msgstr "" + +#. tgSLB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3153206\n" +"help.text" +msgid "Distribute Rows Evenly" +msgstr "" + +#. 8znyd +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id51654220677297\n" +"help.text" +msgid "Choose Table - Size - Minimal Column Width." +msgstr "" + +#. EFZvU +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id691655731247050\n" +"help.text" +msgid "Choose Format - Table - Minimal Column Width." +msgstr "" + +#. bqVXT +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id941655738180090\n" +"help.text" +msgid "Select columns in table, right-click, choose Size - Minimal Column Width." +msgstr "" + +#. UvZy2 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id11654222599271\n" +"help.text" +msgid "Minimal Column Width Icon" +msgstr "" + +#. 4Vw5o +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id161654222599272\n" +"help.text" +msgid "Minimal Column Width" +msgstr "" + +#. pNAs2 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3154752\n" +"help.text" +msgid "Choose Table - Size - Optimal Column Width." +msgstr "" + +#. RnQAg +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id471655731343905\n" +"help.text" +msgid "Choose Format - Table - Optimal Column Width." +msgstr "" + +#. hphNu +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655738103242\n" +"help.text" +msgid "Select columns in table, right-click, choose Size - Optimal Column Width." +msgstr "" + +#. C6MQK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3157881\n" +"help.text" +msgid "Icon Optimal Column Width" +msgstr "" + +#. c9tX3 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3150524\n" +"help.text" +msgid "Optimal Column Width" +msgstr "" + +#. ow3LU +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3159219\n" +"help.text" +msgid "Choose Table - Size - Distribute Columns Evenly." +msgstr "" + +#. zFDHf +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id991655731434331\n" +"help.text" +msgid "Choose Format - Table - Distribute Columns Evenly." +msgstr "" + +#. LGcd8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151654212978990\n" +"help.text" +msgid "Select columns in table, right-click, choose Size - Distribute Columns Evenly." +msgstr "" + +#. 7hd74 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145179\n" +"help.text" +msgid "Icon Distribute Columns Evenly" +msgstr "" + +#. m2sdA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3151364\n" +"help.text" +msgid "Distribute Columns Evenly" +msgstr "" + #. yUJ5g #: 00040500.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/01.po b/source/ka/helpcontent2/source/text/shared/01.po index cffe7cd5b4d..e5c24bc7ad2 100644 --- a/source/ka/helpcontent2/source/text/shared/01.po +++ b/source/ka/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-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -7909,13 +7909,13 @@ msgctxt "" msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the Find box matches both \"a\" and \"A\"." msgstr "" -#. F9EPB +#. WABdv #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id901629843129983\n" "help.text" -msgid "Beware that some characters may have more than one match when Match case is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." +msgid "Be aware that some characters may have more than one match when Match case is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." msgstr "" #. VHvn4 @@ -12211,13 +12211,13 @@ msgctxt "" msgid "URL:" msgstr "URL" -#. R9sNj +#. bMdXq #: 02220100.xhp msgctxt "" "02220100.xhp\n" "par_id3155831\n" "help.text" -msgid "Enter the URL for the file that you want to open when you click the selected hotspot. If you want to jump to a named anchor within the current document, the address should be of the form \"file:///C:/Documents/[current_document_name]#anchor_name\"." +msgid "Enter the URL for the file that you want to open when you click the selected hotspot. If you want to jump to a named anchor within the current document, e.g. to a shape with name \"anchor_name\", the address should be of the form \"#anchor_name\". To target an anchor in another document, the address should be of the form \"file:///path/to/another_document_name#anchor_name\"." msgstr "" #. 5rChM @@ -14191,6 +14191,15 @@ msgctxt "" msgid "Shows or hides the Tools bar." msgstr "" +#. 4AhUo +#: 03050000.xhp +msgctxt "" +"03050000.xhp\n" +"par_id861655493002232\n" +"help.text" +msgid "The Tools bar contains the following icons:" +msgstr "" + #. QkRf6 #: 03060000.xhp msgctxt "" @@ -16171,13 +16180,13 @@ msgctxt "" msgid "If the language list consists of an editable combo box, you can enter a valid BCP 47 language tag if the language you want to assign is not available from the selectable list." msgstr "" -#. Xf7AT +#. dgRLJ #: 05020100.xhp msgctxt "" "05020100.xhp\n" "par_id3157963\n" "help.text" -msgid "For language tag details please see the For users section on the langtag.net web site." +msgid "For language tag details please see the IETF language tag Wikipedia page and the W3C Language tags in HTML and XML article." msgstr "" #. cpdYi @@ -26314,58 +26323,31 @@ msgctxt "" msgid "table rows;distribute height equally row height;distribute equally" msgstr "" -#. 3XJPh +#. 5gEvu #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "hd_id3149871\n" "help.text" -msgid "Distribute Rows Evenly" +msgid "Distribute Rows Evenly" msgstr "" -#. 7meG8 +#. Ae4jH #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "par_id3154766\n" "help.text" -msgid "Adjusts the height of the selected rows to match the height of the tallest row in the selection." -msgstr "" - -#. yiRQV -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose Table - Size - Distribute Rows Evenly" +msgid "Adjust the height of the selected rows to match the height of the tallest row in the selection." msgstr "" -#. CbTaH +#. PozaC #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" -"par_id3153755\n" +"par_id421655891095753\n" "help.text" -msgid "Open Optimize Size toolbar from Table Bar, click" -msgstr "" - -#. AGqoH -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3145297\n" -"help.text" -msgid "Icon" -msgstr "ხატულა" - -#. yiFAJ -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153206\n" -"help.text" -msgid "Distribute Rows Evenly" +msgid "It is necessary to select at least two rows for this command to be available, and sufficient to select only one cell from each row." msgstr "" #. r4N82 @@ -26548,76 +26530,49 @@ msgctxt "" msgid "Sets the line spacing of the current paragraph to two lines." msgstr "" -#. qnoC8 +#. 9T56D #: 05120600.xhp msgctxt "" "05120600.xhp\n" "tit\n" "help.text" -msgid "Distribute Columns Equally" +msgid "Distribute Columns Evenly" msgstr "" -#. qffag +#. DJCR6 #: 05120600.xhp msgctxt "" "05120600.xhp\n" "bm_id431513359599959\n" "help.text" -msgid "table columns;distribute columns equally column width;distribute equally" +msgid "table columns;distribute columns evenly column width;distribute evenly" msgstr "" -#. a3DPw +#. YcCRp #: 05120600.xhp msgctxt "" "05120600.xhp\n" "hd_id3153811\n" "help.text" -msgid "Distribute Columns Equally" +msgid "Distribute Columns Evenly" msgstr "" -#. 2FWag +#. w2jZV #: 05120600.xhp msgctxt "" "05120600.xhp\n" "par_id3151389\n" "help.text" -msgid "Adjusts the width of the selected columns to match the width of the widest column in the selection. The total width of the table cannot exceed the width of the page." +msgid "Adjust the width of selected table columns so that each column has the same width. The table width and unselected columns remain unchanged." msgstr "" -#. EmZzi +#. onQ9D #: 05120600.xhp msgctxt "" "05120600.xhp\n" -"par_id3159219\n" +"par_id711654213522157\n" "help.text" -msgid "Choose Table - Size - Distribute Columns Equally" -msgstr "" - -#. RKaTz -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open Optimize Size toolbar from Table Bar, click" -msgstr "" - -#. ND9or -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3145179\n" -"help.text" -msgid "Icon" -msgstr "ხატულა" - -#. BSdAD -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3151364\n" -"help.text" -msgid "Distribute Columns Equally" +msgid "It is necessary to select at least two columns for this command to be available, and sufficient to select only one cell from each column." msgstr "" #. dbfDG @@ -31399,6 +31354,15 @@ msgctxt "" msgid "You can make text follow any shape. Most of the custom shapes available in the Drawing toolbar need to be converted to a different type before you can use them with Fontwork. In Impress or Draw, right-click the shape and select Convert - To Curve/Polygon/Contour. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the Legacy Circles and Ovals and Legacy Rectangles toolbars do not need to be converted. The Arc included in the basic shapes is also a legacy shape." msgstr "" +#. 7yFwV +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id841656376472122\n" +"help.text" +msgid "Baseline Off" +msgstr "" + #. rDFeE #: 05280000.xhp msgctxt "" @@ -31408,22 +31372,31 @@ msgctxt "" msgid "Removes baseline formatting." msgstr "" -#. FurcH +#. F9bLQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149244\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Off" +msgstr "" -#. JmKFM +#. yfowv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149046\n" "help.text" -msgid "Off" +msgid "Baseline Off" +msgstr "" + +#. BgBci +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id711656376441359\n" +"help.text" +msgid "Rotate" msgstr "" #. t8dtT @@ -31435,14 +31408,14 @@ msgctxt "" msgid "Uses the top or the bottom edge of the selected object as the text baseline." msgstr "" -#. HyMSr +#. tBBQt #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150791\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon" +msgstr "" #. CC8vv #: 05280000.xhp @@ -31453,6 +31426,15 @@ msgctxt "" msgid "Rotate" msgstr "ბრუნვა" +#. FzVVf +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id111656376428881\n" +"help.text" +msgid "Upright" +msgstr "" + #. z9amk #: 05280000.xhp msgctxt "" @@ -31462,14 +31444,14 @@ msgctxt "" msgid "Uses the top or the bottom edge of the selected object as the text baseline and preserves the original vertical alignment of the individual characters." msgstr "" -#. uNhP2 +#. 6DY9M #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154069\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Upright" +msgstr "" #. DDWXG #: 05280000.xhp @@ -31480,6 +31462,15 @@ msgctxt "" msgid "Upright" msgstr "" +#. thuQH +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id201656376410570\n" +"help.text" +msgid "Slant Horizontal" +msgstr "" + #. TqEGn #: 05280000.xhp msgctxt "" @@ -31489,14 +31480,14 @@ msgctxt "" msgid "Horizontally slants the characters in the text object." msgstr "" -#. LDzVG +#. K97sx #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153180\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Slant Horizontal" +msgstr "" #. m29gX #: 05280000.xhp @@ -31507,6 +31498,15 @@ msgctxt "" msgid "Slant Horizontal" msgstr "" +#. GE3Zv +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id471656376383844\n" +"help.text" +msgid "Slant Vertical" +msgstr "" + #. q7vvg #: 05280000.xhp msgctxt "" @@ -31516,14 +31516,14 @@ msgctxt "" msgid "Vertically slants the characters in the text object." msgstr "" -#. arDpu +#. FKyaQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147348\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Slant Vertical" +msgstr "" #. vTFLn #: 05280000.xhp @@ -31534,6 +31534,15 @@ msgctxt "" msgid "Slant Vertical" msgstr "" +#. qJeSt +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id161656376292591\n" +"help.text" +msgid "Orientation" +msgstr "" + #. ByjsP #: 05280000.xhp msgctxt "" @@ -31543,14 +31552,14 @@ msgctxt "" msgid "Reverses the text flow direction, and flips the text horizontally or vertically. To use this command, you must first apply a different baseline to the text." msgstr "" -#. rPEYL +#. jGCet #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155854\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Orientation" +msgstr "" #. hu8Lf #: 05280000.xhp @@ -31561,6 +31570,15 @@ msgctxt "" msgid "Orientation" msgstr "პრეზენტაცია" +#. 3J4v6 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id691656376244494\n" +"help.text" +msgid "Align Left" +msgstr "" + #. DWX4d #: 05280000.xhp msgctxt "" @@ -31570,14 +31588,14 @@ msgctxt "" msgid "Aligns the text to the left end of the text baseline." msgstr "" -#. DtVBv +#. DoUHv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156006\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Align Left" +msgstr "" #. CXCLp #: 05280000.xhp @@ -31588,6 +31606,15 @@ msgctxt "" msgid "Align Left" msgstr "სწორება მარცხნივ" +#. WpsQP +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id791656376221037\n" +"help.text" +msgid "Align Center" +msgstr "" + #. bmiBe #: 05280000.xhp msgctxt "" @@ -31597,22 +31624,31 @@ msgctxt "" msgid "Centers the text on the text baseline." msgstr "" -#. EAXVE +#. GfMCw #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155748\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Align Center" +msgstr "" -#. BASqx +#. 7hH49 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159346\n" "help.text" -msgid "Center" +msgid "Align Center" +msgstr "" + +#. VBnG2 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id241656376143482\n" +"help.text" +msgid "Align Right" msgstr "" #. Bgdfe @@ -31624,14 +31660,14 @@ msgctxt "" msgid "Aligns the text to the right end of the text baseline." msgstr "" -#. BDdAZ +#. eQFJA #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149939\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Align Right" +msgstr "" #. Cmr8n #: 05280000.xhp @@ -31642,6 +31678,15 @@ msgctxt "" msgid "Align Right" msgstr "სწორება მარჯვნივ" +#. 5PAqo +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id491656376126698\n" +"help.text" +msgid "AutoSize Text" +msgstr "" + #. BXAaF #: 05280000.xhp msgctxt "" @@ -31651,14 +31696,14 @@ msgctxt "" msgid "Resizes the text to fit the length of the text baseline." msgstr "" -#. fxGtY +#. UHcvK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159129\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon AutoSize Text" +msgstr "" #. drPm7 #: 05280000.xhp @@ -31669,6 +31714,15 @@ msgctxt "" msgid "AutoSize Text" msgstr "" +#. ETeVz +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id21656376092926\n" +"help.text" +msgid "Distance" +msgstr "" + #. 7AEZy #: 05280000.xhp msgctxt "" @@ -31678,14 +31732,14 @@ msgctxt "" msgid "Enter the amount of space that you want to leave between the text baseline and the base of the individual characters." msgstr "" -#. icByC +#. YLoku #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153957\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Distance" +msgstr "" #. XDeLC #: 05280000.xhp @@ -31696,6 +31750,15 @@ msgctxt "" msgid "Distance" msgstr "" +#. VDVCs +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id821656376071005\n" +"help.text" +msgid "Indent" +msgstr "" + #. g6xDf #: 05280000.xhp msgctxt "" @@ -31705,14 +31768,14 @@ msgctxt "" msgid "Enter the amount of space to leave between the beginning of the text baseline, and the beginning of the text." msgstr "" -#. AyT7A +#. WJumk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156332\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Indent" +msgstr "" #. 6UEik #: 05280000.xhp @@ -31723,6 +31786,15 @@ msgctxt "" msgid "Indent" msgstr "" +#. aRCGE +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id391656375872510\n" +"help.text" +msgid "Contour" +msgstr "" + #. TdeZF #: 05280000.xhp msgctxt "" @@ -31732,14 +31804,14 @@ msgctxt "" msgid "Shows or hides the text baseline, or the edges of the selected object." msgstr "" -#. k4Afm +#. PKZNH #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155515\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Contour" +msgstr "" #. FPfgN #: 05280000.xhp @@ -31750,6 +31822,15 @@ msgctxt "" msgid "Contour" msgstr "კონტური" +#. YBFDw +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id91656375850945\n" +"help.text" +msgid "Text Contour" +msgstr "" + #. BkBcX #: 05280000.xhp msgctxt "" @@ -31759,14 +31840,14 @@ msgctxt "" msgid "Shows or hides the borders of the individual characters in the text." msgstr "" -#. 9eEG3 +#. GD5Dk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150323\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Text Contour" +msgstr "" #. 663fR #: 05280000.xhp @@ -31777,6 +31858,15 @@ msgctxt "" msgid "Text Contour" msgstr "" +#. u58VB +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id841656375799254\n" +"help.text" +msgid "No Text Shadow" +msgstr "" + #. GB3hN #: 05280000.xhp msgctxt "" @@ -31786,14 +31876,14 @@ msgctxt "" msgid "Removes the shadow effects that you applied to the text." msgstr "" -#. V4yr6 +#. AH93n #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150241\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon No Text Shadow" +msgstr "" #. Px8Nt #: 05280000.xhp @@ -31804,6 +31894,15 @@ msgctxt "" msgid "No Shadow" msgstr "" +#. QViBS +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id61656375494529\n" +"help.text" +msgid "Add Text Shadow" +msgstr "" + #. dwkxm #: 05280000.xhp msgctxt "" @@ -31813,23 +31912,32 @@ msgctxt "" msgid "Adds a shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the Distance X and the Distance Y boxes." msgstr "" -#. C97eG +#. gjnJp #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3145231\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Add Text Shadow" +msgstr "" -#. oNECu +#. rExNd #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3152484\n" "help.text" -msgid "Vertical" -msgstr "ვერტიკალური" +msgid "Add Text Shadow" +msgstr "" + +#. xNhu4 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id591656375616712\n" +"help.text" +msgid "Text Shadow Slant" +msgstr "" #. DMN8v #: 05280000.xhp @@ -31840,94 +31948,94 @@ msgctxt "" msgid "Adds a slant shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the Distance X and the Distance Y boxes." msgstr "" -#. DEqjk +#. GiYrF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150664\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Slant Text Shadow" +msgstr "" -#. JF8Kq +#. 8akDZ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147129\n" "help.text" -msgid "Slant" +msgid "Slant Text Shadow" msgstr "" -#. gEPsY +#. K7G7H #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3156537\n" "help.text" -msgid "Horizontal Distance" +msgid "Shadow Horizontal Distance or Shadow Angle" msgstr "" -#. rEQCf +#. GeLhX #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151049\n" "help.text" -msgid "Enter the horizontal distance between the text characters and the edge of the shadow." +msgid "Enter the horizontal distance between the text characters and the edge of the shadow or the angle of the shadow slant from vertical." msgstr "" -#. AxwAB +#. z9sPP #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159103\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon X Distance" +msgstr "" -#. hD4CN +#. FArwF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147093\n" "help.text" -msgid "X Distance" +msgid "X Distance or Shadow Angle" msgstr "" -#. HYtvM +#. BZCsQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3149450\n" "help.text" -msgid "Vertical Distance" +msgid "Vertical Distance or Shadow size" msgstr "" -#. BFAFe +#. tYGs2 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153704\n" "help.text" -msgid "Enter the vertical distance between the text characters and the edge of the shadow." +msgid "Enter the vertical distance between the text characters and the edge of the shadow, or the size of the shadow in percent values of the character size." msgstr "" -#. f4FAp +#. gWZnK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154275\n" "help.text" -msgid "Icon" -msgstr "ხატულა" +msgid "Icon Y Distance" +msgstr "" -#. Hz4Gd +#. ZfKxm #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150783\n" "help.text" -msgid "Y Distance" +msgid "Y Distance or Shadow Size" msgstr "" #. DXmZb @@ -37339,14 +37447,14 @@ msgctxt "" msgid "Thesaurus" msgstr "თეზაურუსი" -#. jbHBp +#. npNDK #: 06020000.xhp msgctxt "" "06020000.xhp\n" "hd_id3146946\n" "help.text" -msgid "Thesaurus" -msgstr "თეზაურუსი" +msgid "Thesaurus" +msgstr "" #. haxwE #: 06020000.xhp @@ -42289,31 +42397,31 @@ msgctxt "" msgid "Add" msgstr "" -#. 6so4v +#. 2FCEA #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id151514304300251\n" "help.text" -msgid "Click on the gear icon and then choose Add to add a new menu." +msgid "Click on the hamburger icon and then choose Add to add a new menu." msgstr "" -#. 4NJCy +#. NCirC #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id811604400309745\n" "help.text" -msgid "Gear Icon" +msgid "Hamburger Icon" msgstr "" -#. uniCg +#. YCAtK #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id421604400309745\n" "help.text" -msgid "Gear icon" +msgid "Hamburger icon" msgstr "" #. uWnv3 @@ -42325,13 +42433,13 @@ msgctxt "" msgid "Remove" msgstr "" -#. CmdBm +#. VoGfB #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id61514304306614\n" "help.text" -msgid "Click on the gear icon and then choose Delete to delete the menu." +msgid "Click on the hamburger icon and then choose Delete to delete the menu." msgstr "" #. 72LBB @@ -43297,13 +43405,13 @@ msgctxt "" msgid "Add" msgstr "" -#. 7hxA9 +#. 2MHhV #: 06140400.xhp msgctxt "" "06140400.xhp\n" "par_id151514304300251\n" "help.text" -msgid "Click on the gear icon and then choose Add to add a new toolbar." +msgid "Click on the hamburger icon and then choose Add to add a new toolbar." msgstr "" #. DW7iQ @@ -43315,13 +43423,13 @@ msgctxt "" msgid "Delete" msgstr "" -#. QLmoF +#. EsQEM #: 06140400.xhp msgctxt "" "06140400.xhp\n" "par_id61514304306614\n" "help.text" -msgid "Click on the gear icon and then choose Delete to delete the toolbar." +msgid "Click on the hamburger icon and then choose Delete to delete the toolbar." msgstr "" #. VQG5w @@ -47986,6 +48094,159 @@ msgctxt "" msgid "Choose View - Sidebar" msgstr "" +#. MzqUQ +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"tit\n" +"help.text" +msgid "Minimal Column Width" +msgstr "" + +#. rDHGh +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"hd_id421654218230011\n" +"help.text" +msgid "Minimal Column Width" +msgstr "" + +#. FTeCy +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id581605991965966\n" +"help.text" +msgid "Adjust the column width for selected cells so that the longest paragraph in each cell can be on a single line." +msgstr "" + +#. PENjV +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id801654217365035\n" +"help.text" +msgid "Adjust the column width for the selected columns so that the longest paragraph in each column can fit exactly on a single line, without increasing the table width." +msgstr "" + +#. pxCdB +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id501655941966365\n" +"help.text" +msgid "Minimal Column Width seeks to find a column width that allows each paragraph in the selected cells to fit exactly as a single line in the cell. This means that column widths are adjusted in relation to the length of the longest paragraph in each of the selected cells. The final result depends on which cells are selected." +msgstr "" + +#. NEpFF +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id741655770095042\n" +"help.text" +msgid "Column width includes space for any horizontal cell padding, paragraph padding, and paragraph indents." +msgstr "" + +#. wQBrk +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id291655943042163\n" +"help.text" +msgid "If the table width is less than the page width, then under some circumstances the width of the table may be increased in an attempt to fit a cell paragraph onto a single line. Otherwise the command can be useful for reducing the width of tables." +msgstr "" + +#. VXYEb +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id421655893243524\n" +"help.text" +msgid "Select a single cell to adjust the entire column width to fit the content of that cell." +msgstr "" + +#. osoAn +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id201655811553407\n" +"help.text" +msgid "Minimal Column Width seeks to find a column width that allows each paragraph in the selected column(s) to fit exactly on a single line. This means that column widths are adjusted in relation to the length of the longest paragraph in each of the selected columns. The final result depends on the paragraph length in the selected columns." +msgstr "" + +#. JUpt8 +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id971654218805882\n" +"help.text" +msgid "To minimize a single column, it is sufficient to place the cursor in a cell in the column to be minimized. To minimize multiple columns, it is sufficient to select one cell from each column to be minimized." +msgstr "" + +#. irVEV +#: minimal_column_width.xhp +msgctxt "" +"minimal_column_width.xhp\n" +"par_id91656110781159\n" +"help.text" +msgid "The command can be useful for reducing the width of tables." +msgstr "" + +#. DjuMd +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"tit\n" +"help.text" +msgid "Minimal Row Height" +msgstr "" + +#. iNvE8 +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"hd_id421654218230011\n" +"help.text" +msgid "Minimal Row Height" +msgstr "" + +#. c8ffb +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id581605991965966\n" +"help.text" +msgid "Adjust the row height for selected row(s) so that the tallest content in each selected row fits exactly." +msgstr "" + +#. 344TX +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id211656116102899\n" +"help.text" +msgid "This option is only available if the selection contains a row with a fixed height. The command has the same effect as selecting the Fit to size option for Row Height." +msgstr "" + +#. xGDaw +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id971654479023479\n" +"help.text" +msgid "To minimize a single row, it is sufficient to place the cursor in a cell in the row." +msgstr "" + +#. sV5Ao +#: minimal_row_height.xhp +msgctxt "" +"minimal_row_height.xhp\n" +"par_id1001653629678905\n" +"help.text" +msgid "To minimize multiple rows, it is sufficient to select one cell from each row to be minimized." +msgstr "" + #. GukEK #: moviesound.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/02.po b/source/ka/helpcontent2/source/text/shared/02.po index 6286deb9924..d00779d0363 100644 --- a/source/ka/helpcontent2/source/text/shared/02.po +++ b/source/ka/helpcontent2/source/text/shared/02.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-06-09 11:50+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-12 13:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -11707,13 +11707,13 @@ msgctxt "" msgid "To apply a particular type of border to a single cell, position the cursor in the cell, open the Border toolbar and select a border. Whenever you insert graphics or tables, they already have a complete border. To remove that border, select the graphic object or the entire table and click the no border icon on the Border toolbar." msgstr "" -#. EtFHC +#. Y8Vk6 #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147576\n" "help.text" -msgid "Icon" +msgid "Icon Borders" msgstr "" #. YutJN @@ -11770,13 +11770,13 @@ msgctxt "" msgid "This border can be the border of a frame, graphic or table. The Line Style icon will only be visible if a graphic, table, chart object or frame has been selected." msgstr "" -#. c5uij +#. BN3pd #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id3153377\n" "help.text" -msgid "Icon" +msgid "Icon Line style" msgstr "" #. 7F5CG @@ -11905,14 +11905,14 @@ msgctxt "" msgid "Optimize Size" msgstr "" -#. AhgAE +#. zAnNw #: 04210000.xhp msgctxt "" "04210000.xhp\n" "hd_id3151185\n" "help.text" -msgid "Optimize Size" -msgstr "წერტილები" +msgid "Optimize Size" +msgstr "" #. M3VPg #: 04210000.xhp @@ -11923,13 +11923,13 @@ msgctxt "" msgid "Opens a toolbar that contains functions for optimizing the rows and columns in a table." msgstr "" -#. qBTjF +#. mAhUo #: 04210000.xhp msgctxt "" "04210000.xhp\n" "par_id3155899\n" "help.text" -msgid "Icon" +msgid "Icon Optimize Size" msgstr "" #. XMFPC @@ -11950,24 +11950,6 @@ msgctxt "" msgid "You can select from the following functions:" msgstr "" -#. HCRAA -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3153631\n" -"help.text" -msgid "Optimal Height" -msgstr "ოპტიმალური სიმაღლე" - -#. DR5yh -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3145772\n" -"help.text" -msgid "Optimal Column Width" -msgstr "ოპტიმალური სიმაღლე" - #. aCPXt #: 05020000.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/shared/05.po b/source/ka/helpcontent2/source/text/shared/05.po index d23bf5c351f..a160f9834e1 100644 --- a/source/ka/helpcontent2/source/text/shared/05.po +++ b/source/ka/helpcontent2/source/text/shared/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: 2021-11-16 12:09+0100\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1744,22 +1744,13 @@ msgctxt "" msgid "To search in the current Help page:" msgstr "" -#. w9Fo4 +#. wQo5e #: new_help.xhp msgctxt "" "new_help.xhp\n" "par_idN10939\n" "help.text" -msgid "Open the View menu of your default web browser and choose Find on this Page entry." -msgstr "" - -#. W4sBf -#: new_help.xhp -msgctxt "" -"new_help.xhp\n" -"par_idN10A36\n" -"help.text" -msgid "You can also press CommandCtrl+F." +msgid "Open the Search tool in your web browser, which is usually accessible using the CommandCtrl+F shortcut." msgstr "" #. TFYKC diff --git a/source/ka/helpcontent2/source/text/shared/guide.po b/source/ka/helpcontent2/source/text/shared/guide.po index 9d69b885c14..4c0cb0a8a09 100644 --- a/source/ka/helpcontent2/source/text/shared/guide.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -6100,6 +6100,15 @@ msgctxt "" msgid "The character set code used in the file as described in the table below. Example: 0 (System)." msgstr "" +#. P2HA5 +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id631656948569749\n" +"help.text" +msgid "Line number to start reading." +msgstr "" + #. RN5mh #: csv_params.xhp msgctxt "" @@ -6109,13 +6118,13 @@ msgctxt "" msgid "CSV Import" msgstr "" -#. hzBqc +#. p5VKq #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id681634735710417\n" "help.text" -msgid "N Line number to start reading. Example: 3 (start from third line)." +msgid "N: line number to start reading. Example: 3 (start from third line)." msgstr "" #. BeXqG @@ -6127,6 +6136,15 @@ msgctxt "" msgid "Cell Format Codes for Each Column" msgstr "" +#. d6kEh +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id591656948484541\n" +"help.text" +msgid "CSV Import" +msgstr "" + #. fjBqE #: csv_params.xhp msgctxt "" @@ -6172,13 +6190,13 @@ msgctxt "" msgid "String expressed in decimal notation. This token is the equivalent of the \"Language\" listbox in the user interface for CSV import. If the value is 0 or omitted, the language identifier of the user interface is used. The language identifier is based on the Microsoft language identifiers." msgstr "" -#. B8dVu +#. Pf5Aj #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id181634736918511\n" +"par_id41656949386421\n" "help.text" -msgid "CSV Import, CSV Export" +msgid "Quoted field as text" msgstr "" #. 4EDix @@ -6190,13 +6208,13 @@ msgctxt "" msgid "String, either false or true. Default value: false. This token is the equivalent of the check box \"Quoted field as text\"." msgstr "" -#. bDTPa +#. TDzgB #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id761634737057161\n" +"par_id741656949088694\n" "help.text" -msgid "CSV Import, CSV Export" +msgid "Detect special numbers" msgstr "" #. SDFCG @@ -6217,6 +6235,15 @@ msgctxt "" msgid "Export: String, either false or true. Default value: true. This token has no UI equivalent. If true, the number cells are stored as numbers. If false, the numbers are stored as text, with text delimiters." msgstr "" +#. B9GHr +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id321656948708285\n" +"help.text" +msgid "Save cell contents as shown" +msgstr "" + #. D9GzU #: csv_params.xhp msgctxt "" @@ -6235,6 +6262,15 @@ msgctxt "" msgid "String, either false or true. Default value:true. This token is the equivalent of the check box \"Save cell contents as shown\"." msgstr "" +#. u65as +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id601656948754932\n" +"help.text" +msgid "Export cell formulas" +msgstr "" + #. DbAB4 #: csv_params.xhp msgctxt "" @@ -6253,6 +6289,15 @@ msgctxt "" msgid "String, either false or true. Default value: false. Export cell formulas." msgstr "" +#. UhfJC +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id921656948771058\n" +"help.text" +msgid "Remove spaces" +msgstr "" + #. FE6AD #: csv_params.xhp msgctxt "" @@ -6271,6 +6316,15 @@ msgctxt "" msgid "String, either false or true. Default value: false. Remove spaces. Trim leading and trailing spaces, when reading the file." msgstr "" +#. VAaeU +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id501656949158133\n" +"help.text" +msgid "Export sheets" +msgstr "" + #. e7nRn #: csv_params.xhp msgctxt "" @@ -6289,31 +6343,40 @@ msgctxt "" msgid "Export the entire document to individual sheets .csv files or a specified sheet." msgstr "" -#. X7QDK +#. zcsB7 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id341634897309489\n" "help.text" -msgid "0 or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv" +msgid "0 or absent: means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv" msgstr "" -#. mnMGx +#. n5k6F #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id381634897377753\n" "help.text" -msgid "-1 for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv" +msgid "-1: for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv" msgstr "" -#. ANajZ +#. gpAbv #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id531634897438255\n" "help.text" -msgid "N export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv" +msgid "N: export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv" +msgstr "" + +#. LfLAh +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id61656948865298\n" +"help.text" +msgid "Import as formulas" msgstr "" #. xfaM3 @@ -6559,13 +6622,13 @@ msgctxt "" msgid "If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"." msgstr "" -#. VGxvw +#. ppSB3 #: ctl.xhp msgctxt "" "ctl.xhp\n" "par_id3145609\n" "help.text" -msgid "You can change the text writing direction directly be pressing one of the following keys:" +msgid "You can change the text writing direction directly by pressing one of the following key combinations:" msgstr "" #. 5654P @@ -25027,13 +25090,13 @@ msgctxt "" msgid "Tries to open the file (files) in the components suitable for them." msgstr "" -#. R2NZC +#. cEwT9 #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id40161212063110720\n" "help.text" -msgid "{file} macro:///[Library.Module.MacroName]" +msgid "{file} macro://./[Library.Module.MacroName]" msgstr "" #. XaUob diff --git a/source/ka/helpcontent2/source/text/shared/optionen.po b/source/ka/helpcontent2/source/text/shared/optionen.po index bc842a9281d..562d7381b00 100644 --- a/source/ka/helpcontent2/source/text/shared/optionen.po +++ b/source/ka/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: 2022-07-04 18:04+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -5155,6 +5155,15 @@ msgctxt "" msgid "If enabled, %PRODUCTNAME will securely store all passwords that you use to access files from web servers. You can retrieve the passwords from the list after you enter the master password." msgstr "" +#. ERTPo +#: 01030300.xhp +msgctxt "" +"01030300.xhp\n" +"par_id3149655\n" +"help.text" +msgid "Old configurations may contain weakly encrypted passwords, in this case an infobar is shown when the application starts to prompt to reenter the master password in order to resave them with stronger encryption." +msgstr "" + #. TcKkK #: 01030300.xhp msgctxt "" @@ -7054,13 +7063,13 @@ msgctxt "" msgid "Formatting Aids" msgstr "ფორმატირების დახმარება" -#. vKHJD +#. rm6EA #: 01040600.xhp msgctxt "" "01040600.xhp\n" "bm_id3144510\n" "help.text" -msgid "non-printing characters (Writer)formatting marks (Writer)displaying; non-printing characters (Writer)displaying; formatting marks (Writer)paragraph marks; displaying (Writer)characters; displaying only on screen (Writer)optional hyphens (Writer)soft hyphens (Writer)hyphens; displaying custom (Writer)custom hyphens (Writer)spaces; displaying (Writer)spaces; showing protected spaces (Writer)protected spaces; showing (Writer)non-breaking spaces (Writer)tab stops; displaying (Writer)break display (Writer)hidden text;showing (Writer)hidden fields display (Writer)paragraphs; hidden paragraphs (Writer)cursor; allowing in protected areas (Writer)" +msgid "non-printing characters (Writer)formatting marks (Writer)displaying; non-printing characters (Writer)displaying; formatting marks (Writer)paragraph marks; displaying (Writer)characters; displaying only on screen (Writer)optional hyphens (Writer)soft hyphens (Writer)hyphens; displaying custom (Writer)custom hyphens (Writer)spaces; displaying (Writer)spaces; showing protected spaces (Writer)protected spaces; showing (Writer)non-breaking spaces (Writer)tab stops; displaying (Writer)break display (Writer)hidden text;showing (Writer)hidden fields display (Writer)paragraphs; hidden paragraphs (Writer)cursor; allowing in protected areas (Writer)Math baseline alignment (Writer)" msgstr "" #. 4FxhX @@ -7081,6 +7090,33 @@ msgctxt "" msgid "In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor." msgstr "" +#. eBkay +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"hd_id821663355645262\n" +"help.text" +msgid "Layout Assistance" +msgstr "" + +#. wuvLB +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"hd_id971663355698696\n" +"help.text" +msgid "Math baseline alignment" +msgstr "" + +#. x3xWE +#: 01040600.xhp +msgctxt "" +"01040600.xhp\n" +"par_id911663355661468\n" +"help.text" +msgid "Specifies whether Math formula objects are aligned using the text baseline as reference. Uncheck this option to be able to change the vertical position of Math objects in a paragraph." +msgstr "" + #. RDE3b #: 01040600.xhp msgctxt "" @@ -8251,13 +8287,13 @@ msgctxt "" msgid "Compatibility" msgstr "თავსებადობა" -#. DoWVy +#. tYGmh #: 01041000.xhp msgctxt "" "01041000.xhp\n" "bm_id3577990\n" "help.text" -msgid "Word documents;compatibility importing;compatibility settings for text import options;compatibility (Writer) compatibility settings for MS Word import Microsoft Office;importing Word documents layout;importing Word documents formatting;printer metrics (Writer) metrics;document formatting (Writer) printer metrics for document formatting (Writer)" +msgid "Word documents;compatibility importing;compatibility settings for text import options;compatibility (Writer) compatibility settings for MS Word import Microsoft Office;importing Word documents layout;importing Word documents" msgstr "" #. xvqun @@ -8287,33 +8323,6 @@ msgctxt "" msgid "Some of the settings defined here are only valid for the current document and must be defined separately for each document." msgstr "" -#. zGY4w -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"hd_id3149400\n" -"help.text" -msgid "Use printer metrics for document formatting" -msgstr "" - -#. SD8QA -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"par_id3155602\n" -"help.text" -msgid "Specifies that printer metrics are applied for printing and also for formatting the display on the screen. If this box is not checked, a printer independent layout will be used for screen display and printing." -msgstr "" - -#. FkxjU -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"par_id3155768\n" -"help.text" -msgid "If you set this option for the current document and then save the document, for example, in an older binary format, this option will not be saved. If you later open the file from the older format, this option will be set by default." -msgstr "" - #. J39oF #: 01041000.xhp msgctxt "" @@ -10015,24 +10024,6 @@ msgctxt "" msgid "Specifies whether to highlight column and row headers in the selected columns or rows." msgstr "" -#. ZPUTr -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"hd_id3159252\n" -"help.text" -msgid "Use printer metrics for text formatting" -msgstr "" - -#. B7nyG -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"par_id3145366\n" -"help.text" -msgid "Specifies that printer metrics are applied for printing and also for formatting the display on the screen. If this box is not checked, a printer independent layout will be used for screen display and printing." -msgstr "" - #. WvdHF #: 01060300.xhp msgctxt "" @@ -14884,13 +14875,13 @@ msgctxt "" msgid "Defines how the connections to data sources are pooled." msgstr "" -#. KG6qY +#. 7Z4FJ #: 01160100.xhp msgctxt "" "01160100.xhp\n" "par_id3147088\n" "help.text" -msgid "The Connections facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose." +msgid "The Connections facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose." msgstr "" #. 2Azen diff --git a/source/ka/helpcontent2/source/text/simpress/04.po b/source/ka/helpcontent2/source/text/simpress/04.po index 0b3ebe0fa15..0737ba7b434 100644 --- a/source/ka/helpcontent2/source/text/simpress/04.po +++ b/source/ka/helpcontent2/source/text/simpress/04.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-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2017-12-18 13:18+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -331,14 +331,14 @@ msgctxt "" msgid "Effect" msgstr "ეფექტი" -#. wvCBg +#. WGd82 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3154642\n" "help.text" -msgid "Esc" -msgstr "Esc" +msgid "Esc or -" +msgstr "" #. n4adw #: 01020000.xhp @@ -349,13 +349,13 @@ msgctxt "" msgid "End presentation." msgstr "პრეზენტაციის დამთავრება." -#. CdBqF +#. QzE6c #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3153625\n" "help.text" -msgid "Spacebar or Right arrow or Down arrow or Page Down or Enter or Return or N" +msgid "Left click or Spacebar or Right arrow or Down arrow or Page Down or Enter or Return" msgstr "" #. 7hxGb @@ -403,13 +403,13 @@ msgctxt "" msgid "Type a number of a slide and press Enter to go to the slide." msgstr "სლაიდზე გადასასვლელად აკრიფე სლაიდის ნომერი და მიაჭირეთ Enter" -#. 8yYSZ +#. KNWDg #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id7291787\n" "help.text" -msgid "Left arrow or Up arrow or Page Up or Backspace or P" +msgid "Right click or Left arrow or Up arrow or Page Up or Backspace" msgstr "" #. grY6a @@ -547,6 +547,60 @@ msgctxt "" msgid "Show white screen until next key or mouse wheel event." msgstr "აჩვენე თეთრი ეკრანი მაუსის ღილაკის ან ცოციის მოქმედებამდე." +#. CLAGZ +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154643\n" +"help.text" +msgid "P" +msgstr "" + +#. B6AXE +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152935\n" +"help.text" +msgid "Use mouse pointer as pen" +msgstr "" + +#. rd5zq +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154644\n" +"help.text" +msgid "E" +msgstr "" + +#. DErwC +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152936\n" +"help.text" +msgid "Erase all ink on slide" +msgstr "" + +#. tV4qF +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"hd_id3154652\n" +"help.text" +msgid "CommandCtrl+A" +msgstr "" + +#. XrKhx +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id3152944\n" +"help.text" +msgid "Turn off pointer as pen mode" +msgstr "" + #. Hd6Y9 #: 01020000.xhp msgctxt "" @@ -1888,13 +1942,13 @@ msgctxt "" msgid "Next slide, or next effect" msgstr "" -#. umqc2 +#. QxAjW #: presenter.xhp msgctxt "" "presenter.xhp\n" "par_id0921200901104120\n" "help.text" -msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return, 'N'" +msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return" msgstr "" #. xVgqH @@ -1906,13 +1960,49 @@ msgctxt "" msgid "Previous slide, or previous effect" msgstr "" -#. r8Lqw +#. vCcu4 #: presenter.xhp msgctxt "" "presenter.xhp\n" "par_id0921200901104115\n" "help.text" -msgid "Right click, left arrow, up arrow, page up, backspace, 'P'" +msgid "Right click, left arrow, up arrow, page up, backspace" +msgstr "" + +#. EBm7C +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154643\n" +"help.text" +msgid "Use mouse pointer as pen" +msgstr "" + +#. k6PJG +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152935\n" +"help.text" +msgid "'P'" +msgstr "" + +#. dm9Mg +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154644\n" +"help.text" +msgid "Erase all ink on slide" +msgstr "" + +#. X3mGG +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152936\n" +"help.text" +msgid "'E'" msgstr "" #. aTM8W @@ -2166,3 +2256,39 @@ msgctxt "" "help.text" msgid "Ctrl-'3'" msgstr "" + +#. JEaUD +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154651\n" +"help.text" +msgid "Switch Monitors" +msgstr "" + +#. zVJEs +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152943\n" +"help.text" +msgid "CommandCtrl+'4'" +msgstr "" + +#. eJrqE +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"hd_id3154652\n" +"help.text" +msgid "Turn off pointer as pen mode" +msgstr "" + +#. yxpoN +#: presenter.xhp +msgctxt "" +"presenter.xhp\n" +"par_id3152944\n" +"help.text" +msgid "CommandCtrl+'A'" +msgstr "" diff --git a/source/ka/helpcontent2/source/text/smath/guide.po b/source/ka/helpcontent2/source/text/smath/guide.po index ead97f0fdb0..71843380ee6 100644 --- a/source/ka/helpcontent2/source/text/smath/guide.po +++ b/source/ka/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: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2017-05-10 02:58+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -259,13 +259,13 @@ msgctxt "" msgid "The example below creates a formula where a is shown using the default color (black) and b is shown in red." msgstr "" -#. jV7H8 +#. QBxDL #: 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." +msgid "Be aware 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 diff --git a/source/ka/helpcontent2/source/text/swriter.po b/source/ka/helpcontent2/source/text/swriter.po index 50916e4d39a..45229248d76 100644 --- a/source/ka/helpcontent2/source/text/swriter.po +++ b/source/ka/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: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1276,22 +1276,13 @@ msgctxt "" msgid "Opens the Row Height dialog where you can change the height of a row." msgstr "ხსნის რიგის სიმაღლის დიალოგს სადაც შეგიძლიათ რიგის სიმაღლის შეცვლა" -#. 7udDZ +#. XKtYG #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id451605990864684\n" "help.text" -msgid "Minimize Row Height" -msgstr "" - -#. RWpv2 -#: main0110.xhp -msgctxt "" -"main0110.xhp\n" -"par_id261605990897312\n" -"help.text" -msgid "Set the row height to the smallest possible for the content in each selected row." +msgid "Minimal Row Height" msgstr "" #. EF7XB @@ -1330,22 +1321,13 @@ msgctxt "" msgid "Opens the Column Width dialog where you can change the width of a column." msgstr "ხსნის სვეტის სიგანის დიალოგს სადაც შეგიძლიათ სვეტის სიგანის შეცვლა." -#. D6Yx7 +#. PiF6d #: main0110.xhp msgctxt "" "main0110.xhp\n" "hd_id671605991381461\n" "help.text" -msgid "Minimize Column Width" -msgstr "" - -#. gwGLW -#: main0110.xhp -msgctxt "" -"main0110.xhp\n" -"par_id581605991965966\n" -"help.text" -msgid "Set column width to the smallest possible for the content in each selected column." +msgid "Minimal Column Width" msgstr "" #. Y4m4U @@ -2959,6 +2941,123 @@ msgctxt "" msgid "You can use the Help system as a complete reference for $[officename] applications, including instructions for simple and complex tasks." msgstr "თქვენ შეგიძლიათ გამოიყენოთ დახმარების სიტემა როგორც სრული სარჩევი $[officename]-ის აპლიკაციებისათვის, მათ შორის ინსტრუქციები მართივი და რთული დავალებებისათვის." +#. 98N4J +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"tit\n" +"help.text" +msgid "Navigate Toolbar" +msgstr "" + +#. CfHqE +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"bm_id131655501267679\n" +"help.text" +msgid "navigate forward navigate backward" +msgstr "" + +#. 4yqQc +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id111655496106993\n" +"help.text" +msgid "Navigate Toolbar" +msgstr "" + +#. DRFce +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id451655496106996\n" +"help.text" +msgid "Open Navigate toolbar." +msgstr "" + +#. FsFCu +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id921655501737088\n" +"help.text" +msgid "Choose View - Toolbars - Navigation." +msgstr "" + +#. CGzuK +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id271655497247655\n" +"help.text" +msgid "Navigate forward" +msgstr "" + +#. JCuNM +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id81655499487679\n" +"help.text" +msgid "Jump to the next object." +msgstr "" + +#. eQka2 +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id791655500839247\n" +"help.text" +msgid "Icon Forward" +msgstr "" + +#. HLxC8 +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id951655500839248\n" +"help.text" +msgid "Icon Forward" +msgstr "" + +#. ihdNa +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id681655497252447\n" +"help.text" +msgid "Navigate backward" +msgstr "" + +#. 3RAwT +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id701655499492679\n" +"help.text" +msgid "Jump to the previous object." +msgstr "" + +#. oAeFc +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id381655500856490\n" +"help.text" +msgid "Icon Back" +msgstr "" + +#. 9ApJJ +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"par_id41655500856491\n" +"help.text" +msgid "Icon Back" +msgstr "" + #. DNbRR #: track_changes_toolbar.xhp msgctxt "" @@ -2968,13 +3067,13 @@ msgctxt "" msgid "Track Changes Toolbar" msgstr "" -#. a8US4 +#. nCDBm #: track_changes_toolbar.xhp msgctxt "" "track_changes_toolbar.xhp\n" "hd_id671647012520594\n" "help.text" -msgid "Track Changes Toolbar" +msgid "Track Changes Toolbar" msgstr "" #. 4XWe5 diff --git a/source/ka/helpcontent2/source/text/swriter/00.po b/source/ka/helpcontent2/source/text/swriter/00.po index 197814e38a6..16986fb0bc3 100644 --- a/source/ka/helpcontent2/source/text/swriter/00.po +++ b/source/ka/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: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-14 12:03+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -124,6 +124,33 @@ msgctxt "" msgid "Jump to Next Script" msgstr "" +#. JfMLs +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id141655490294948\n" +"help.text" +msgid "On the Tools bar, click" +msgstr "" + +#. Fc3UH +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id841655490311116\n" +"help.text" +msgid "Icon Hyphenation" +msgstr "" + +#. SZQQj +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id971655490311120\n" +"help.text" +msgid "Hyphenation" +msgstr "" + #. X5cDM #: 00000401.xhp msgctxt "" @@ -529,22 +556,22 @@ msgctxt "" msgid "Choose View - Web" msgstr "" -#. owBsk +#. 5Jnnn #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3154640\n" "help.text" -msgid "On Tools bar, enable" +msgid "On Tools bar, enable" msgstr "" -#. gaGd3 +#. UMkhu #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3150765\n" "help.text" -msgid "Web Icon" +msgid "Web Icon" msgstr "" #. ac6QE @@ -2302,78 +2329,6 @@ msgctxt "" msgid "In the context menu of a cell, choose Row - Height." msgstr "" -#. cWnEp -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155536\n" -"help.text" -msgid "Choose Table - Autofit - Optimal Row Height." -msgstr "" - -#. mLkuG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155555\n" -"help.text" -msgid "Open Optimize Size toolbar from Table bar, click" -msgstr "" - -#. cH2we -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145222\n" -"help.text" -msgid "Icon Optimal Row Height" -msgstr "" - -#. fRVE5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153545\n" -"help.text" -msgid "Optimal Row Height" -msgstr "" - -#. rYvBh -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose Table - Autofit - Distribute Rows Evenly." -msgstr "" - -#. anxFF -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153755\n" -"help.text" -msgid "Open Optimize Size toolbar from Table bar, click" -msgstr "" - -#. G9F4N -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145297\n" -"help.text" -msgid "Icon Distribute Rows Evenly" -msgstr "" - -#. mcGuL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153206\n" -"help.text" -msgid "Distribute Rows Evenly" -msgstr "" - #. sa4Tg #: 00000405.xhp msgctxt "" @@ -2437,78 +2392,6 @@ msgctxt "" msgid "In the context menu of a cell, choose Column - Width." msgstr "" -#. nmQbw -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154752\n" -"help.text" -msgid "Choose Table - Autofit - Optimal Column Width." -msgstr "" - -#. DZ9xL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3148932\n" -"help.text" -msgid "Open Optimize Size toolbar from Table bar, click" -msgstr "" - -#. WzXMG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3157881\n" -"help.text" -msgid "Icon Optimal Column Width" -msgstr "" - -#. iRYb5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3150524\n" -"help.text" -msgid "Optimal Column Width" -msgstr "სვეტის ოპტიმალური სიგანე" - -#. GM4n5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose Table - Autofit - Distribute Columns Equally." -msgstr "" - -#. GZbSc -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open Optimize Size toolbar from Table bar, click" -msgstr "" - -#. 68Em3 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145179\n" -"help.text" -msgid "Icon Distribute Columns Evenly" -msgstr "" - -#. njBSt -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3151364\n" -"help.text" -msgid "Space Columns Equally" -msgstr "" - #. zEgss #: 00000405.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/swriter/01.po b/source/ka/helpcontent2/source/text/swriter/01.po index 9d1811bf809..e5b4dd2145a 100644 --- a/source/ka/helpcontent2/source/text/swriter/01.po +++ b/source/ka/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: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-10-21 20:23+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -18295,13 +18295,13 @@ msgctxt "" msgid "Character: the object is positioned considering the horizontal space used by the character." msgstr "" -#. cAAkt +#. Uswkh #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id701629220055018\n" "help.text" -msgid "Beware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." +msgid "Be aware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." msgstr "" #. eBQAz @@ -21985,23 +21985,23 @@ msgctxt "" msgid "Set the height of rows, or select, insert, and delete rows." msgstr "მომართეთ რიგების სიმაღლე, მონიშნეთ, ჩაურთეთ ან წაშალეთ რიგები." -#. tTM7D +#. f54iw #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3083451\n" "help.text" -msgid "Height" -msgstr "სიმაღლე" +msgid "Row Height" +msgstr "" -#. nuUgF +#. yEgLU #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3149349\n" "help.text" -msgid "Optimal Height" -msgstr "ოპტიმალური სიმაღლე" +msgid "Optimal Row Height" +msgstr "" #. vXmYe #: 05110000.xhp @@ -22030,14 +22030,14 @@ msgctxt "" msgid "Row Height" msgstr "რიგის სიმაღლე" -#. MH88T +#. EJ9C7 #: 05110100.xhp msgctxt "" "05110100.xhp\n" "par_id3149053\n" "help.text" -msgid "Changes the height of the selected row(s)." -msgstr "აირჩიეთ მონიშნული რიგ(ებ)ის სიმაღლე." +msgid "Changes the height of the selected row(s)." +msgstr "" #. DGA9e #: 05110100.xhp @@ -22075,50 +22075,59 @@ msgctxt "" msgid "Automatically adjusts the row height to match the contents of the cells." msgstr "ავტომატურად მოარგებს რიგების სიმაღლეს უჯრედის შიგთავზე შესათავსებლად." -#. w87fE +#. XKATL #: 05110100.xhp msgctxt "" "05110100.xhp\n" "par_id3154646\n" "help.text" -msgid "You can also right-click in a cell, and then choose Row - Optimal Height." -msgstr "You can also right-click in a cell, and then choose ფორმატი - რიგი - ოპტიმალური სიმაღლე." +msgid "You can also right-click in a cell, and then choose Size - Minimal Row Height." +msgstr "" -#. sKqJq +#. 4JwEA #: 05110200.xhp msgctxt "" "05110200.xhp\n" "tit\n" "help.text" -msgid "Optimal Height" -msgstr "ოპტიმალური სიმაღლე" +msgid "Optimal Row Height" +msgstr "" -#. vsFQs +#. EtLnn #: 05110200.xhp msgctxt "" "05110200.xhp\n" "hd_id3150010\n" "help.text" -msgid "Optimal Height" -msgstr "ოპტიმალური სიმაღლე" +msgid "Optimal Row Height" +msgstr "" -#. QmrgE +#. LZXDJ #: 05110200.xhp msgctxt "" "05110200.xhp\n" "par_id3147436\n" "help.text" -msgid "Automatically adjusts row heights to match the contents of the cells. This is the default setting for new tables." -msgstr "ავტომატურად მოარგებს რიგების სიმაღლეებს უჯრედების შიგთავსის შესათავსებლად. ეს არის ნაგულისხმევი პარამეტრი ახალი ცხრილებისთვის." +msgid "Set row height for selected table rows so that each row has the same height as the row with the tallest content." +msgstr "" -#. bgG6U +#. DCfEi #: 05110200.xhp msgctxt "" "05110200.xhp\n" -"par_id3154765\n" +"par_id741656209290506\n" +"help.text" +msgid "Row height can increase with this option, with the table always growing downward. The total table height is never reduced by this option." +msgstr "" + +#. EJwSC +#: 05110200.xhp +msgctxt "" +"05110200.xhp\n" +"par_id801656117723975\n" "help.text" -msgid "This option is only available if the table contains a row with a fixed height." -msgstr "ეს პარამეტრი ხელმისაწვდომია მხოლოდ მაშინ, როდესაც ცხრილი შეიცავს რიგს ფიქსირებული სიმაღლით" +msgid "This option is similar to first minimizing row height for selected rows by using Minimal Row Height and then distributing those rows by using Distribute Rows Evenly, except that additional height is added to each row if necessary to prevent the total table height from reducing." +msgstr "" #. kFGSx #: 05110300.xhp @@ -22219,15 +22228,6 @@ msgctxt "" msgid "Width..." msgstr "სიგანე..." -#. 8wN4v -#: 05120000.xhp -msgctxt "" -"05120000.xhp\n" -"hd_id3154558\n" -"help.text" -msgid "Optimal width" -msgstr "ოპტიმალური სიგანე" - #. xLaL2 #: 05120000.xhp msgctxt "" @@ -22309,40 +22309,130 @@ msgctxt "" msgid "Enter the width that you want for the selected column(s)." msgstr "" -#. zC8bx +#. wRjGh #: 05120200.xhp msgctxt "" "05120200.xhp\n" "tit\n" "help.text" -msgid "Optimal Width" -msgstr "ოპტიმალური სიგანე" +msgid "Optimal Column Width" +msgstr "" -#. mH4ny +#. 3GFtH #: 05120200.xhp msgctxt "" "05120200.xhp\n" "hd_id3149500\n" "help.text" -msgid "Optimal Width" -msgstr "ოპტიმალური სიგანე" +msgid "Optimal Column Width" +msgstr "" -#. 6hn6w +#. Rt2Cv #: 05120200.xhp msgctxt "" "05120200.xhp\n" "par_id3149050\n" "help.text" -msgid "Automatically adjusts column widths to match the contents of the cells. Changing the width of a column does not affect the width of the other columns in the table. The width of the table cannot exceed the page width." -msgstr "ავტომატურად მოარგებს სვეტების სიგანეებს უჯრედების შიგთავსის მოსარგებად. სვეტის სგიგანის ცვლა არ ახდენს გავლენას ცხრილის სხვა სვეტების სიგანეზე. ცხრილის სიგანე არ უნდა აღემატებოდეს გვერდის სიგანეს." +msgid "Adjust column widths among columns with selected cells, according to the paragraph length in each selected cell. Widen the table, up to page width, if necessary." +msgstr "" + +#. srS86 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id811655764710135\n" +"help.text" +msgid "Adjust column width for selected columns to fit the column’s content, without changing the width of the table or the unselected columns." +msgstr "" + +#. YxcTu +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id611656069528584\n" +"help.text" +msgid "Optimal Column Width attempts to give a column width for the selected cells so that the longest paragraph in each cell can, as a minimum, fit exactly on a single line, though it is possible and common for columns to be wider than an exact fit." +msgstr "" + +#. so9Du +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id601656102623025\n" +"help.text" +msgid "The final distribution of column widths depends on several factors, such as the paragraph length of selected cells, the initial width of the columns with selected cells, and whether the table can be widened. Space is also included for any horizontal cell padding, paragraph padding, and paragraph indents. The width of the table is never reduced, and unselected columns are not changed." +msgstr "" + +#. vv4Mm +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id651656105163827\n" +"help.text" +msgid "The following list indicates how column widths are distributed for the selected cells. If the first step succeeds in distributing column widths for the selected cells so that all paragraphs in the cell are on a single line, then the process stops, otherwise the second step is attempted, if possible. The third step describes how column widths are distributed when it is not possible to fit all the selected cells after the second step." +msgstr "" + +#. WJFc6 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id221656101892491\n" +"help.text" +msgid "Distribute column widths proportionally according to the longest paragraph in each cell, but remaining within the total column width for cell selection." +msgstr "" + +#. prUhq +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id641656101994507\n" +"help.text" +msgid "If some cells cannot fit exactly in the total width of the selection, and the table can be expanded (up to the page width), then expand the table width until all cells are fit exactly." +msgstr "" + +#. uJQKn +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id511656102101362\n" +"help.text" +msgid "If the table width is at the page margin, and more than one selected cell does not fit exactly, then give as much width as possible to the first cell that cannot be fit exactly, and an equal (smaller) column width to the other cells that cannot be fit." +msgstr "" -#. vZ4cZ +#. 3yMfG #: 05120200.xhp msgctxt "" "05120200.xhp\n" -"par_id5611743\n" +"par_id471656104869532\n" "help.text" -msgid "The change affects only selected cells. You can adjust multiple cells next to each other if you select the cells together." +msgid "Step 1 is often sufficient for tables whose cells are primarily short paragraphs, while Step 3 is usually needed if many columns or rows are selected and/or selected cells have longer paragraphs." +msgstr "" + +#. UYb7r +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id601656069480524\n" +"help.text" +msgid "Optimal Column Width attempts to give a column width for the selected columns so that the longest paragraph in each column can, as a minimum, fit exactly on a single line, though it is possible and common for columns to be wider than an exact fit." +msgstr "" + +#. paBoR +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id721655819449619\n" +"help.text" +msgid "The final distribution of column widths depends on several factors, such as the paragraph length and initial width of the selected columns. Space is also included for any horizontal cell padding, paragraph padding, and paragraph indents. The width of the table is never reduced, and unselected columns are not changed." +msgstr "" + +#. U2qgd +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id581656107648277\n" +"help.text" +msgid "The option distributes column widths proportionally according to the longest paragraph in each column, but remaining within the total column width for the selected columns. When selected columns cannot be fit exactly, then the first column that cannot be fit exactly gets as much width as possible, while any additional columns that cannot be fit exactly get a smaller column width, which is equal for each of these additional columns." msgstr "" #. kM6QZ @@ -25000,22 +25090,31 @@ msgctxt "" msgid "Hyphenation" msgstr "ტექსტის გადატანა" -#. 9uZNy +#. VBCtx #: 06030000.xhp msgctxt "" "06030000.xhp\n" "hd_id3154657\n" "help.text" -msgid "Hyphenation" -msgstr "ტექსტის გადატანა" +msgid "Hyphenation" +msgstr "" -#. nUqc5 +#. 7teeb #: 06030000.xhp msgctxt "" "06030000.xhp\n" "par_id3148572\n" "help.text" -msgid "Inserts hyphens in words that are too long to fit at the end of a line. $[officename] searches the document and suggests hyphenation that you can accept or reject. If text is selected, the Hyphenation dialog works on the selected text only. If no text is selected, the Hyphenation dialog works on the whole document." +msgid "Inserts hyphens in words that are too long to fit at the end of a line." +msgstr "" + +#. Y2HBD +#: 06030000.xhp +msgctxt "" +"06030000.xhp\n" +"par_id851655491448849\n" +"help.text" +msgid "%PRODUCTNAME searches the document and suggests hyphenation that you can accept or reject. If text is selected, the Hyphenation dialog works on the selected text only. If no text is selected, the Hyphenation dialog works on the whole document." msgstr "" #. AWz4F @@ -27826,6 +27925,177 @@ msgctxt "" msgid "Check, if text conveys additional meaning with (direct) formatting." msgstr "" +#. KvomA +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"tit\n" +"help.text" +msgid "Content Control Properties" +msgstr "" + +#. CFqNk +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10549\n" +"help.text" +msgid "Content Control Properties" +msgstr "" + +#. bZLfz +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Allows setting various properties on the content control which is under the current cursor." +msgstr "" + +#. KgLAd +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10550\n" +"help.text" +msgid "General" +msgstr "" + +#. 3AF3E +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Content is placeholder text: means that the current content is considered to be placeholder text and will be pre-selected when clicking into the content control, to help replacing the placeholder with actual content." +msgstr "" + +#. fHtrv +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10551\n" +"help.text" +msgid "Check Box" +msgstr "" + +#. Kky2N +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10561\n" +"help.text" +msgid "Checked character: this character is used when the checkbox is ticked." +msgstr "" + +#. AVAAC +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10562\n" +"help.text" +msgid "Unchecked character: this character is used when the checkbox is unticked." +msgstr "" + +#. 5g6yU +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10552\n" +"help.text" +msgid "List Items" +msgstr "" + +#. FoYEY +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10563\n" +"help.text" +msgid "This frame lists existing list items, and allows the creation, modification and deletion of them." +msgstr "" + +#. FYRKK +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10553\n" +"help.text" +msgid "Date Format" +msgstr "" + +#. fBZPk +#: contentcontrol00.xhp +msgctxt "" +"contentcontrol00.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Once a date is picked for a date content control, this date format will be used to format it before it's inserted into the content control as a string." +msgstr "" + +#. XEmG3 +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"tit\n" +"help.text" +msgid "Content Control List Item Properties" +msgstr "" + +#. YAWnX +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10549\n" +"help.text" +msgid "Content Control List Item Properties" +msgstr "" + +#. BnhuW +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10559\n" +"help.text" +msgid "Allows setting properties on one list item of a drop-down content control which is under the current cursor. When a list item is selected, the value of the content control is updated based on that list item. In case display name is non-empty, that is used. Otherwise the value is used." +msgstr "" + +#. ivjEm +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10550\n" +"help.text" +msgid "Display Name" +msgstr "" + +#. 3qweL +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10560\n" +"help.text" +msgid "A human-friendly name, describing the list item." +msgstr "" + +#. mnt7C +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10551\n" +"help.text" +msgid "Value" +msgstr "" + +#. W6ADh +#: contentcontrol01.xhp +msgctxt "" +"contentcontrol01.xhp\n" +"par_idN10561\n" +"help.text" +msgid "A machine-friendly name, describing the list item." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" diff --git a/source/ka/helpcontent2/source/text/swriter/02.po b/source/ka/helpcontent2/source/text/swriter/02.po index ddecc2e82b4..d82dca39853 100644 --- a/source/ka/helpcontent2/source/text/swriter/02.po +++ b/source/ka/helpcontent2/source/text/swriter/02.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-05-10 20:16+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2017-11-22 14:53+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -1429,13 +1429,13 @@ msgctxt "" msgid "Formula" msgstr "ფორმულა" -#. utFBz +#. AjuPD #: 14020000.xhp msgctxt "" "14020000.xhp\n" "bm_id3149687\n" "help.text" -msgid "formulas; in text documentsoperators; in table formulasstatistical functions in tablesmathematical functions in tablestrigonometric functions in tablespages;number of pages in table formulasvariables;document properties in table formulasarithmetical operators in formulas" +msgid "formulas; in text documentstable formulas; in text documentsoperators; in table formulasstatistical functions in tablesmathematical functions in tablestrigonometric functions in tablespages;number of pages in table formulasvariables;document properties in table formulasarithmetical operators in formulas" msgstr "" #. piUZw @@ -1465,22 +1465,31 @@ msgctxt "" msgid "The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click Apply to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the Insert Fields and Edit Fields dialogs." msgstr "ფორმულა არის შეტანის ზოლში. ცხრილში უჯრების მონაკვეთის დასადგენად, მონიშნეთ სასურველი უკრები მაუსით. შესაბამისი უჯრის პარამეტრები აგრეთვე არის შეტანის ზოლში. შემოიტანეთ დამატებითი პარამეტრები, თუ აუცილებელია, და დააჭირეთ გააქტიურებას თქვენი შენატანის დასადასტურებლად. თქვენ ასევე შეგიძლიათ შეიტანოთ ფორმულა პირდაპირ თუ თქვენ იცით სათანადო სინტაქსი. ეს აუცილებელია, მაგალითად აქ ველის ჩასმა და ველის რედაქტირება დიალოგურ სარკმლებშიბბ." -#. fdG9Y +#. Nf9zE #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id621599564033048\n" +"par_id301663685328962\n" "help.text" -msgid "With the cursor in a table, press F2" +msgid "Go to Table - Edit Formula." msgstr "" -#. NdBeD +#. CDacX #: 14020000.xhp msgctxt "" "14020000.xhp\n" "par_id101599562003431\n" "help.text" -msgid "In the Table toolbar, press the Formula icon." +msgid "In the Table toolbar, press the Insert or Edit Formula icon." +msgstr "" + +#. akufr +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id621599564033048\n" +"help.text" +msgid "In a text document, press F2." msgstr "" #. cgzyx @@ -3544,23 +3553,23 @@ msgctxt "" msgid "Images and Charts" msgstr "" -#. WcvKF +#. JQmg6 #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"hd_id3148568\n" +"bm_id3147167\n" "help.text" -msgid "Images and Charts" -msgstr "" +msgid "graphics;do not show images;do not show pictures;do not show" +msgstr "გრაფიკა; არ აჩვენონახატები; არ აჩვენოსურათები; არ აჩვენო" -#. JQmg6 +#. WcvKF #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"bm_id3147167\n" +"hd_id3148568\n" "help.text" -msgid "graphics;do not show images;do not show pictures;do not show" -msgstr "გრაფიკა; არ აჩვენონახატები; არ აჩვენოსურათები; არ აჩვენო" +msgid "Images and Charts" +msgstr "" #. gHWtd #: 18120000.xhp @@ -3616,31 +3625,40 @@ msgctxt "" msgid "Direct Cursor Mode" msgstr "პირდაპირი კურსორის ჩართვა/გამორთვა" -#. JtTFV +#. Gxt3W #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3152896\n" "help.text" -msgid "Activates or deactivates the direct cursor. You can specify the behavior of the direct cursor by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids." +msgid "Activates or deactivates the direct cursor." +msgstr "" + +#. 2pTmG +#: 18130000.xhp +msgctxt "" +"18130000.xhp\n" +"par_id651655490756305\n" +"help.text" +msgid "You can specify the behavior of the direct cursor by choosing %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Formatting Aids." msgstr "" -#. 4k7XD +#. 5c3tj #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3151133\n" "help.text" -msgid "On Tools bar, click" +msgid "On Tools bar, click" msgstr "" -#. DPCTF +#. CBw5G #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "Icon Toggle Direct Cursor Mode" +msgid "Icon Toggle Direct Cursor Mode" msgstr "" #. yboK5 diff --git a/source/ka/helpcontent2/source/text/swriter/guide.po b/source/ka/helpcontent2/source/text/swriter/guide.po index fe1b21442ac..f997080683f 100644 --- a/source/ka/helpcontent2/source/text/swriter/guide.po +++ b/source/ka/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: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-10-10 13:36+0200\n" "PO-Revision-Date: 2018-11-12 13:48+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE \n" @@ -16693,13 +16693,13 @@ msgctxt "" msgid "Icon" msgstr "" -#. BErzm +#. 2awGH #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3146497\n" "help.text" -msgid "You can also distribute rows and columns evenly using the icons on the Optimize Size toolbar on the Table Bar." +msgid "You can also distribute rows and columns evenly using the icons on the Optimize Size toolbar on the Table Bar." msgstr "" #. KJrfT @@ -16747,32 +16747,32 @@ msgctxt "" msgid "Rest the mouse pointer over the column dividing line on the ruler until the pointer becomes a separator icon, and then drag the line to a new location." msgstr "" -#. D9Bxw +#. DwuQ6 #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id0918200811260957\n" "help.text" -msgid "Hold down Command Ctrl and then click and drag a line to scale all cells right or above the line proportionally." -msgstr "Command Ctrl+PageDown" +msgid "Hold down CommandCtrl and then click and drag a line to scale all cells right or above the line proportionally." +msgstr "" -#. AVwAW +#. xGeDT #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3145411\n" "help.text" -msgid "Place the cursor in a cell in the column, hold down the Option Alt key, and then press the left or the right arrow key." -msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ Command Ctrl და ორჯერ დააწკაპუნეთ ველზე." +msgid "Place the cursor in a cell in the column, hold down the OptionAlt key, and then press the left or the right arrow key." +msgstr "" -#. VkDwY +#. AJEAB #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id3153364\n" "help.text" -msgid "To increase the distance from the left edge of the page to the edge of the table, hold down Option Alt+Shift, and then press the right arrow key." -msgstr "სიიდან ველის სწრაფად ჩასართავად დააჭირეთ Command Ctrl და ორჯერ დააწკაპუნეთ ველზე." +msgid "To increase the distance from the left edge of the page to the edge of the table, hold down OptionAlt+Shift, and then press the right arrow key." +msgstr "" #. gsSuS #: table_sizing.xhp @@ -16855,14 +16855,14 @@ msgctxt "" msgid "Click inside the table. Choose Table - Properties to open a dialog and set the properties to the numbers." msgstr "" -#. EKKbD +#. ojBGb #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id5009308\n" "help.text" -msgid "To wrap text to the sides of a table, and to arrange two tables next to another, you must insert the tables into a frame. Click inside the table, press Command Ctrl+A twice to select the whole table, then choose Insert - Frame." -msgstr "მატრიცის შესაქმნელად, სადაც ყველა უჯრა შეიცავსშეტანის ხაზშიშეტანილ ინფორმაციიას, დააჭირეთ Shift+ბრძანება Ctrl+Enter. მატრიცის კომპონენტების შეცვლა შეუძლებელია." +msgid "To wrap text to the sides of a table, and to arrange two tables next to another, you must insert the tables into a frame. Click inside the table, press CommandCtrl+A twice to select the whole table, then choose Insert - Frame." +msgstr "" #. 4LuFp #: table_sizing.xhp -- cgit