diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-10 14:26:22 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-10 14:27:25 +0200 |
commit | df57c0c6513ed1118cc9a199c9d0f19625766e20 (patch) | |
tree | 45bf554c597a5d508a5909cb2f33c88cdc7f3e6e /source/ca-valencia/helpcontent2 | |
parent | a5f80090f50b6d1e06f579d12a22eb1ad805c99c (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I3b188be653b6e7bbd18d9c8e6d5cd1c33e0c6890
Diffstat (limited to 'source/ca-valencia/helpcontent2')
22 files changed, 3496 insertions, 1174 deletions
diff --git a/source/ca-valencia/helpcontent2/source/auxiliary.po b/source/ca-valencia/helpcontent2/source/auxiliary.po index 3507790b3fc..981a2809b2a 100644 --- a/source/ca-valencia/helpcontent2/source/auxiliary.po +++ b/source/ca-valencia/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: 2020-05-24 12:32+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/auxiliary/ca_VALENCIA/>\n" @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Programació en Python" +#. Y4vuu +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"070203\n" +"node.text" +msgid "Python Modules" +msgstr "" + #. JCHAg #: sbasic.tree msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/python.po b/source/ca-valencia/helpcontent2/source/text/sbasic/python.po index 19d4872de67..08e705db39e 100644 --- a/source/ca-valencia/helpcontent2/source/text/sbasic/python.po +++ b/source/ca-valencia/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: 2021-01-31 19:36+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ca_VALENCIA/>\n" @@ -87,6 +87,42 @@ msgctxt "" msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro</menuitem> and checking <literal>Application Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> 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 "<link href=\"text/sbasic/python/python_screen.xhp\" name=\"msgbox module\"><literal>msgbox</literal> module</link>" +msgstr "" + +#. 9tiEm +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id801655368030968\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"><literal>scriptforge</literal> module</link>" +msgstr "" + +#. GBraq +#: main0000.xhp +msgctxt "" +"main0000.xhp\n" +"par_id12655637848750\n" +"help.text" +msgid "<link href=\"text/sbasic/python/python_programming.xhp#uno\" name=\"uno module\"><literal>uno</literal> module</link>" +msgstr "" + #. naZBV #: python_2_basic.xhp msgctxt "" @@ -2571,13 +2607,13 @@ msgctxt "" msgid "Python : Programming with Python" msgstr "Python: programació amb el Python" -#. g4R9j +#. BG8VW #: python_programming.xhp msgctxt "" "python_programming.xhp\n" "N0218\n" "help.text" -msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext()</bookmark_value> <bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;getComponentContext()</bookmark_value>" +msgid "<bookmark_value>Python;Programming</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;Python</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getComponentContext</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDesktop</bookmark_value> <bookmark_value>XSCRIPTCONTEXT;getDocument</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;getDesktop</bookmark_value> <bookmark_value>uno.py;getDocument</bookmark_value>" msgstr "" #. CU6JS @@ -2724,6 +2760,15 @@ msgctxt "" msgid "Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href=\"text/sbasic/python/python_shell.xhp\" name=\"Python interactive shell\">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands." msgstr "" +#. SsAZa +#: python_programming.xhp +msgctxt "" +"python_programming.xhp\n" +"bm_id391659034206678\n" +"help.text" +msgid "<bookmark_value>uno.py</bookmark_value> <bookmark_value>uno.py;absolutize</bookmark_value> <bookmark_value>uno.py;createUnoStruct</bookmark_value> <bookmark_value>uno.py;fileUrlToSystemPath</bookmark_value> <bookmark_value>uno.py;getClass</bookmark_value> <bookmark_value>uno.py;getComponentContext</bookmark_value> <bookmark_value>uno.py;Enum</bookmark_value> <bookmark_value>uno.py;getConstantByName</bookmark_value> <bookmark_value>uno.py;isInterface</bookmark_value> <bookmark_value>uno.py;systemPathToFileUrl</bookmark_value>" +msgstr "" + #. Gi6iz #: python_programming.xhp msgctxt "" @@ -2895,29 +2940,29 @@ msgctxt "" msgid "See UNO data types" msgstr "Vegeu els tipus de dades UNO" -#. 4vWGa +#. pFbcP #: python_programming.xhp msgctxt "" "python_programming.xhp\n" -"N0297\n" +"N1297\n" "help.text" msgid "Importing an embedded Module" -msgstr "Importació d'un mòdul integrat" +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 <link href=\"https://api.libreoffice.org/\" name=\"API Documentation site\">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href=\"https://www.libreoffice.org/download/download/\" name=\"SDK download page\">%PRODUCTNAME Software Development Kit</link> (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 "" @@ -3039,13 +3084,13 @@ msgctxt "" msgid "Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> 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 <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module." +msgid "%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox example\">Creating Event Listeners</link> and <link href=\"text/sbasic/python/python_handler.xhp\" name=\"msgbox_example\">Creating a dialog handler</link> example pages." msgstr "" #. aPSDz @@ -3147,6 +3192,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 "<literal>MsgBox</literal> and <literal>InputBox</literal> methods from the <link href=\"text/sbasic/shared/03/sf_basic.xhp\" name=\"Basic service\">Basic service</link> included in <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"scriptforge module\"> the ScriptForge libraries</link> call directly their native Basic counterparts." +msgstr "" + #. EYqxJ #: python_screen.xhp msgctxt "" @@ -3156,6 +3210,15 @@ msgctxt "" msgid "<literal>uiScripts</literal> Basic module" msgstr "Mòdul <literal>uiScripts</literal> del Basic" +#. DGYAX +#: python_screen.xhp +msgctxt "" +"python_screen.xhp\n" +"tip_APSO\n" +"help.text" +msgid "The <link href=\"https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python\" name=\"apso\">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module." +msgstr "" + #. CGnPe #: python_session.xhp msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po b/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po index c722941800c..6fa4ee17a29 100644 --- a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po +++ b/source/ca-valencia/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: 2021-01-29 00:36+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca_VALENCIA/>\n" @@ -2042,13 +2042,13 @@ msgctxt "" msgid "Using Variables" msgstr "Ús de variables" -#. gaCJC +#. JBADw #: 01020100.xhp msgctxt "" "01020100.xhp\n" "bm_id3149346\n" "help.text" -msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;date</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;floating point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" +msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>literals;date</bookmark_value> <bookmark_value>literals;integer</bookmark_value> <bookmark_value>literals;floating point</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>" msgstr "" #. VAkCC @@ -4103,14 +4103,14 @@ msgctxt "" msgid "Creating a New Library" msgstr "Creació d'una biblioteca nova" -#. Qmf6K +#. fornx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3152576\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. PcnbC #: 01030400.xhp @@ -4148,14 +4148,14 @@ msgctxt "" msgid "Import a Library" msgstr "Importació d'una biblioteca" -#. KiUmc +#. FfAiG #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3153157\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. Tkmcd #: 01030400.xhp @@ -4229,14 +4229,14 @@ msgctxt "" msgid "Export a Library" msgstr "Exportació d'una biblioteca" -#. XaAmh +#. RftQx #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147005\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. 6J4pG #: 01030400.xhp @@ -4310,14 +4310,14 @@ msgctxt "" msgid "Deleting a Library" msgstr "Supressió de biblioteques" -#. 5AxyK +#. xc9Aw #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3150086\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. A6h5y #: 01030400.xhp @@ -4391,14 +4391,14 @@ msgctxt "" msgid "Creating a New Module or Dialog" msgstr "Creació d'un mòdul o diàleg nou" -#. A885X +#. bidEt #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3154537\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. AZkde #: 01030400.xhp @@ -4436,14 +4436,14 @@ msgctxt "" msgid "Renaming a Module or Dialog" msgstr "Canvi de nom d'un mòdul o d'un diàleg" -#. siFq3 +#. nzrC9 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3159230\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. L9iaA #: 01030400.xhp @@ -4481,14 +4481,14 @@ msgctxt "" msgid "Deleting a Module or Dialog" msgstr "Supressió d'un mòdul o d'un diàleg" -#. j9LZ9 +#. NTMhz #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3147547\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. DUoVN #: 01030400.xhp @@ -4553,14 +4553,14 @@ msgctxt "" msgid "Open all documents or templates among which you want to move or copy the modules or dialogs." msgstr "Obriu tots els documents o plantilles entre els quals voleu moure o copiar els mòduls o diàlegs." -#. LgDdE +#. 9FTS4 #: 01030400.xhp msgctxt "" "01030400.xhp\n" "par_id3149319\n" "help.text" -msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." -msgstr "Seleccioneu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> i feu clic a <emph>Organitzador</emph> o feu clic a la icona <emph>Selecciona el mòdul</emph> de l'EID del Basic per obrir el diàleg <emph>Organitzador de macros</emph>." +msgid "Choose <emph>Tools - Macros - Organize Macros - Basic</emph> and click <emph>Organizer</emph> or click the <emph>Select Module</emph> icon in the Basic IDE to open the <emph>Macro Organizer</emph> dialog." +msgstr "" #. njHkZ #: 01030400.xhp @@ -12923,14 +12923,14 @@ msgctxt "" msgid "<variable id=\"DateSerial_H1\"><link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function\">DateSerial Function</link></variable>" msgstr "" -#. sh2RC +#. d3jbM #: 03030101.xhp msgctxt "" "03030101.xhp\n" "par_id3143267\n" "help.text" -msgid "Returns a <emph>Date</emph> value for a specified year, month, or day." -msgstr "Torna un valor de <emph>Data</emph> per a un any, mes o dia especificat." +msgid "Returns a <emph>Date</emph> value for a specified year, month, and day." +msgstr "" #. 5G7kZ #: 03030101.xhp @@ -18935,13 +18935,13 @@ msgctxt "" msgid "The operation <literal>16 MOD 6</literal> 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 <literal>MOD</literal> operator and Calc's <link href=\"text/scalc/01/04060106.xhp#bm_id3158247\" name=\"MOD Function\">MOD Function</link> 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 <literal>MOD</literal> operator and Calc's <link href=\"text/scalc/01/04060106.xhp#bm_id3158247\" name=\"MOD Function\">MOD Function</link> 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 @@ -32453,14 +32453,14 @@ msgctxt "" msgid "Starts another application and defines the respective window style, if necessary." msgstr "Inicia una altra aplicació i defineix l'estil de finestra respectiu, si cal." -#. 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 @@ -32471,14 +32471,14 @@ msgctxt "" msgid "Pathname" msgstr "Nom de camí" -#. 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 "Camí i nom de programa complet del programa que voleu iniciar." +msgid "Name of the program that you want to start, optionally with complete path and/or arguments." +msgstr "" #. PaQxf #: 03130500.xhp @@ -32579,14 +32579,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 "Qualsevol expressió de cadena que especifica la línia d'ordes que voleu passar." +msgid "String that specifies additional arguments passed to the program." +msgstr "" #. bbNMF #: 03130500.xhp @@ -36260,13 +36260,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 <link href=\"text/sbasic/shared/03170000.xhp#round_example\" name=\"round_ex_link\">below</link> 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 <literal>Round</literal> function works differently than %PRODUCTNAME Calc's <literal>Round</literal> 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 <literal>Round</literal> function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." +msgid "Be aware that VBA's <literal>Round</literal> function works differently than %PRODUCTNAME Calc's <literal>Round</literal> 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 <literal>Round</literal> function the value 2.5 is rounded to 2 due to the \"round-to-even\" rule." msgstr "" #. GSzGj diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po b/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po index 9b63a94916c..864c58bce65 100644 --- a/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca_VALENCIA/>\n" @@ -3913,13 +3913,13 @@ msgctxt "" msgid "Or using the <literal>OpenDocument</literal> method from the <literal>UI</literal> 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 <literal>Calc</literal> service using the <literal>CreateScriptService</literal> method:" +msgid "It is also possible to instantiate the <literal>Calc</literal> service specifying a window name for the <literal>CreateScriptService</literal> 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 <literal>Calc</literal> service using the document referenced by <literal>ThisComponent</literal>. 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 <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. 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 <literal>CompactLeft</literal> 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 <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> 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 <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. 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 <literal>CompactUp</literal> 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 <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> 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 <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> 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 <emph>SetArray</emph>. To dump the contents of an array only within the boundaries of the targeted range of cells, use <emph>SetValue</emph>." 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 "<emph>targetrange</emph>: The range where to store the given value, as a string." +msgid "<emph>targetrange</emph>: 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 "<emph>value</emph>: 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 "<emph>style</emph>: 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 <literal>value</literal> is smaller than the size of <literal>targetrange</literal>, 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 <literal>value</literal> is larger than the size of <literal>targetrange</literal>, then <literal>value</literal> is only partially copied until it fills the size of <literal>targetrange</literal>." +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 <literal>targetrange</literal> has a height of exactly 1 row." +msgid "<emph>targetrange</emph>: 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 "<emph>formula</emph>: 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 <literal>Offset</literal> function. In the example below, consider that <literal>arrData</literal> 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 <literal>formula</literal> is smaller than the size of <literal>targetrange</literal>, 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 <literal>formula</literal> is larger than the size of <literal>targetrange</literal>, then the formulas are only partially copied until it fills the size of <literal>targetrange</literal>." msgstr "" -#. FtFpL +#. GQC3N #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id22159576768782\n" +"par_id761611777946581\n" "help.text" -msgid "<emph>targetrange</emph>: The range to which the style will be applied, as a string." +msgid "Vectors are always expanded vertically, except if <literal>targetrange</literal> 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 "<emph>style</emph>: The name of the cell style to apply." +msgid "Calc functions used in the <literal>formula</literal> argument must be expressed using their English names. Visit the Wiki page <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions\" name=\"CalcFunctions\">List of Calc Functions</link> 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 "<emph>targetrange</emph>: 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 "<emph>formula</emph>: 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 "<emph>targetrange</emph>: 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 "<emph>value</emph>: 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 <literal>formula</literal> is smaller than the size of <literal>targetrange</literal>, 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 <literal>value</literal> is smaller than the size of <literal>targetrange</literal>, 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 <literal>formula</literal> is larger than the size of <literal>targetrange</literal>, then the formulas are only partially copied until it fills the size of <literal>targetrange</literal>." +msgid "If the size of <literal>value</literal> is larger than the size of <literal>targetrange</literal>, then <literal>value</literal> is only partially copied until it fills the size of <literal>targetrange</literal>." 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 <literal>targetrange</literal> has a height of exactly 1 row." +msgid "Vectors are expanded vertically, except if <literal>targetrange</literal> 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 <literal>Offset</literal> function. In the example below, consider that <literal>arrData</literal> is a one-dimensional array:" msgstr "" #. gF7Gb @@ -12517,13 +12562,13 @@ msgctxt "" msgid "<emph>inputstr</emph>: The string to import." msgstr "" -#. GDAGm +#. eCfBF #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (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 <literal>CreateDocument</literal> and <literal>OpenDocument</literal> from the <literal>UI</literal> 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 <literal>ThisComponent</literal>. This is specially useful when running a macro from within the Basic IDE." msgstr "" #. yFDEW @@ -14299,13 +14353,13 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: 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 <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Python shell\">Python shell (APSO)</link> is active, <literal>PythonPrint</literal> content is written to APSO console in place of the platform console." +msgstr "" + #. ixNfF #: sf_exception.xhp msgctxt "" @@ -14326,13 +14389,13 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: 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 <literal>print</literal> statement to print to the APSO console or use the <literal>DebugPrint</literal> 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 <emph>source</emph> argument." +msgid "Be aware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." msgstr "" #. TdGi7 @@ -15298,13 +15361,13 @@ msgctxt "" msgid "<emph>encoding</emph>: 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 <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> 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 <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the returned string." msgstr "" @@ -15946,6 +16009,51 @@ msgctxt "" msgid "Wildcard characters are not allowed in <literal>destination</literal>." 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 <literal>A//B</literal>, <literal>A/B/</literal>, <literal>A/./B</literal> and <literal>A/foo/../B</literal> are all normalized to <literal>A/B</literal>." +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 <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the <literal>filename</literal> 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 "<emph>filename</emph>: 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 <literal>Controls</literal> 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 <emph>without arguments</emph>, 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 <emph>without arguments</emph>, 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 "<emph>encoding2</emph>: The character set of the fallback PO file corresponding to the <literal>locale2</literal> 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 <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> 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 <literal>Number2Text</literal> 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 <literal>Number2Text</literal> 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 <literal>MsgBox</literal>:" 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 <literal>Number2Text</literal>. 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 <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:" msgstr "" -#. zVgQm +#. TFMGE #: sf_services.xhp msgctxt "" "sf_services.xhp\n" "par_id581627645023307\n" "help.text" -msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." +msgid "Be aware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> 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 <emph>My Macros</emph>" 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 <emph>Application Macros</emph>" 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 <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets." +msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets." msgstr "" #. hKJkD @@ -27754,13 +27781,13 @@ msgctxt "" msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> 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 <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." +msgid "Be aware that the <literal>Wait</literal> function in BASIC takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." msgstr "" #. bHEyr diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/00.po b/source/ca-valencia/helpcontent2/source/text/scalc/00.po index cff941006a5..74978de2b94 100644 --- a/source/ca-valencia/helpcontent2/source/text/scalc/00.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ca_VALENCIA/>\n" @@ -881,6 +881,195 @@ msgctxt "" msgid "<variable id=\"fodbbe\">Choose <emph>Format - Print Ranges - Edit</emph>.</variable>" msgstr "<variable id=\"fodbbe\">Trieu <emph>Format ▸ Àrees d'impressió ▸ Edita</emph>.</variable>" +#. 2mGMo +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id3154618\n" +"help.text" +msgid "<variable id=\"bedingte\">Choose <menuitem>Format - Conditional - Condition</menuitem>.</variable>" +msgstr "" + +#. 36aUL +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id141663543112100\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. VqVh2 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id1001663540244130\n" +"help.text" +msgid "<image src=\"cmd/lc_conditionalformatdialog.svg\" id=\"img_id461663540244131\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id201663540244132\">Icon Conditional Format - Condition</alt></image>" +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 "<variable id=\"conditionalcolorscale\">Choose <menuitem>Format - Conditional - Color Scale</menuitem></variable>" +msgstr "" + +#. QPRux +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id211663543104186\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. ZHE33 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id431663540719713\n" +"help.text" +msgid "<image src=\"cmd/lc_colorscaleformatdialog.svg\" id=\"img_id551663540719714\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381663540719715\">Icon Color Scale</alt></image>" +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 "<variable id=\"conditionaldatabar\">Choose <menuitem>Format - Conditional - Data Bar</menuitem></variable>" +msgstr "" + +#. YJvXG +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id81663543094977\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. qKAB8 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id301663541161943\n" +"help.text" +msgid "<image src=\"cmd/lc_databarformatdialog.svg\" id=\"img_id601663541161944\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id21663541161945\">Icon Data Bar</alt></image>" +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 "<variable id=\"conditionaliconset\">Choose <menuitem>Format - Conditional - Icon Set</menuitem></variable>" +msgstr "" + +#. j6oAH +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id501663543087343\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. BKDA9 +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id51663541228728\n" +"help.text" +msgid "<image src=\"cmd/lc_iconsetformatdialog.svg\" id=\"img_id511663541228729\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261663541228730\">Icon Icon Set</alt></image>" +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 "<variable id=\"conditionaldate\">Choose <menuitem>Format - Conditional - Date</menuitem></variable>" +msgstr "" + +#. bETCm +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id351663543077670\n" +"help.text" +msgid "On the <emph>Formatting</emph> bar, click" +msgstr "" + +#. dUBco +#: 00000405.xhp +msgctxt "" +"00000405.xhp\n" +"par_id371663541317147\n" +"help.text" +msgid "<image src=\"cmd/lc_conddateformatdialog.svg\" id=\"img_id61663541317148\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641663541317149\">Icon Date</alt></image>" +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 "<variable id=\"conditionalmanage\">Choose <menuitem>Format - Conditional - Manage</menuitem></variable>" +msgstr "" + #. gWWhE #: 00000405.xhp msgctxt "" @@ -917,15 +1106,6 @@ msgctxt "" msgid "AutoFormat" msgstr "Formatació automàtica" -#. d2VYa -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154618\n" -"help.text" -msgid "<variable id=\"bedingte\">Choose <emph>Format - Conditional</emph>.</variable>" -msgstr "<variable id=\"bedingte\">Trieu <emph>Format ▸ Condicional</emph>.</variable>" - #. aFWLc #: 00000406.xhp msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/01.po b/source/ca-valencia/helpcontent2/source/text/scalc/01.po index 13e674b8241..d0b592551a4 100644 --- a/source/ca-valencia/helpcontent2/source/text/scalc/01.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca_VALENCIA/>\n" @@ -2843,22 +2843,22 @@ msgctxt "" msgid "Go to Sheet" msgstr "" -#. W6vyo +#. 88YoD #: 02220000.xhp msgctxt "" "02220000.xhp\n" "bm_id781654171314500\n" "help.text" -msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>" +msgid "<bookmark_value>Go to sheet</bookmark_value> <bookmark_value>jump; to given sheet</bookmark_value> <bookmark_value>sheet; go to directly</bookmark_value> <bookmark_value>sheet; search and go to</bookmark_value>" msgstr "" -#. Af3Da +#. svg9x #: 02220000.xhp msgctxt "" "02220000.xhp\n" "hd_id3156025\n" "help.text" -msgid "Go to Sheet" +msgid "<variable id=\"GotoSheeth1\"><link href=\"text/scalc/01/02220000.xhp\" name=\"Go to Sheet\">Go to Sheet</link></variable>" msgstr "" #. UmffC @@ -2870,6 +2870,15 @@ msgctxt "" msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>" msgstr "" +#. ghXGk +#: 02220000.xhp +msgctxt "" +"02220000.xhp\n" +"par_id231655657630178\n" +"help.text" +msgid "Choose <menuitem>Sheet - Navigate - Go To Sheet</menuitem>." +msgstr "" + #. dPFgf #: 02220000.xhp msgctxt "" @@ -2879,13 +2888,13 @@ msgctxt "" msgid "Type a sheet name" msgstr "" -#. hyRiU +#. guUL9 #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153975\n" "help.text" -msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>" +msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">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.</ahelp>" msgstr "" #. aCw4F @@ -2897,13 +2906,13 @@ msgctxt "" msgid "Sheets" msgstr "" -#. XJVcD +#. JEuum #: 02220000.xhp msgctxt "" "02220000.xhp\n" "par_id3153971\n" "help.text" -msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">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.</ahelp>" +msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">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.</ahelp>" msgstr "" #. eomCF @@ -6299,13 +6308,13 @@ msgctxt "" msgid "<input>=AMORDEGRC(2000; \"2020-02-01\"; \"2020-12-31\"; 10; 4; 0.1; 0)</input> 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 @@ -10547,14 +10556,14 @@ msgctxt "" msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE." msgstr "<item type=\"input\">=I(12<13;14>12;7<6)</item> retorna FALS." -#. EuCHs +#. 3MAQE #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3149946\n" "help.text" -msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE." -msgstr "<item type=\"input\">=I(FALS;CERT)</item> retorna FALS." +msgid "<item type=\"input\">=AND(FALSE();TRUE())</item> returns FALSE." +msgstr "" #. XXJC8 #: 04060105.xhp @@ -10817,14 +10826,14 @@ msgctxt "" msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE." msgstr "<item type=\"input\">=O(12<11;13>22;45=45)</item> retorna CERT." -#. ExAZa +#. sqF5J #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3158412\n" "help.text" -msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE." -msgstr "<item type=\"input\">=O(FALS;CERT)</item> retorna CERT." +msgid "<item type=\"input\">=OR(FALSE();TRUE())</item> returns TRUE." +msgstr "" #. B2UcY #: 04060105.xhp @@ -10943,32 +10952,32 @@ msgctxt "" msgid "XOR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)" msgstr "" -#. qpsgo +#. 2QMxz #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083286\n" "help.text" -msgid "<item type=\"input\">=XOR(TRUE;TRUE)</item> returns FALSE" -msgstr "<item type=\"input\">=OEX(CERT;CERT)</item> retorna FALS." +msgid "<item type=\"input\">=XOR(TRUE();TRUE())</item> returns FALSE" +msgstr "" -#. dcNVj +#. sACsD #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3083445\n" "help.text" -msgid "<item type=\"input\">=XOR(TRUE;TRUE;TRUE)</item> returns TRUE" -msgstr "<item type=\"input\">=OEX(CERT;CERT;CERT)</item> retorna CERT." +msgid "<item type=\"input\">=XOR(TRUE();TRUE();TRUE())</item> returns TRUE" +msgstr "" -#. ewhWG +#. Uhsea #: 04060105.xhp msgctxt "" "04060105.xhp\n" "par_id3154315\n" "help.text" -msgid "<item type=\"input\">=XOR(FALSE;TRUE)</item> returns TRUE" -msgstr "<item type=\"input\">=OEX(FALS;CERT)</item> retorna CERT." +msgid "<item type=\"input\">=XOR(FALSE();TRUE())</item> returns TRUE" +msgstr "" #. 3Ed6j #: 04060106.xhp @@ -20069,13 +20078,13 @@ msgctxt "" msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula <input>=UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\"</input> displays the string <literal>\"The Catcher in the Rye\" is a famous book by J. D. Salinger.</literal>" 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 <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> 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 <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." msgstr "" #. rdzbS @@ -45008,13 +45017,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 <emph>Condition 1</emph> is true based on the current cell contents, the corresponding cell style is applied. Otherwise, <emph>Condition 2</emph> 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 @@ -45026,6 +45035,33 @@ msgctxt "" msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)." msgstr "Per a aplicar la formatació condicional, s'ha d'activar l'orde Calcula automàticament. Trieu <emph>Eines ▸ Continguts de la cel·la ▸ Calcula automàticament</emph> (quan l'orde estiga activada es mostrarà amb una marca de selecció al costat)." +#. 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 <emph>Shrink</emph> 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 "" @@ -45089,415 +45125,1396 @@ msgctxt "" msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" 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:" -msgstr "Indiqueu si la formatació condicional depèn d'una de les entrades de la llista desplegable:" +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 <emph>All cells</emph>, 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 <emph>Cell value is</emph>:" -msgstr "Si seleccioneu <emph>El valor de la cel·la és</emph>:" +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 <emph>Apply Styles</emph>, select the desired style in the list or chose <emph>New Style</emph> 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 "<ahelp hid=\".\">Click the <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition.</ahelp>" +msgid "Apply Style" msgstr "" -#. NV9Lr +#. 8WfD4 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494138\n" +"par_id971662939043786\n" "help.text" -msgid "<ahelp hid=\".\">In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting.</ahelp> Click on the <emph>Shrink</emph> 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 <emph>New Style</emph> to open the <link href=\"text/scalc/01/cell_styles.xhp\" name=\"cellstyledialog\">Cell Style dialog</link> 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 "<variable id=\"h1\"><link href=\"text/scalc/01/05120100.xhp\" name=\"Cell Value\">Condition - Cell value is</link></variable>" +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 "<variable id=\"numbertext\">Numbers and text</variable>" +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 "<variable id=\"numbers\">Numbers</variable>" +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 N<sup>th</sup> 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 N<sup>th</sup> 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 <emph>cell range index value is in the top N percent</emph> 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 <emph>cell range index value is in the bottom N percent</emph> 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. <link href=\"text/scalc/05/02140000.xhp\" name=\"calc errors\">List of Calc errors</link>." +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. <link href=\"text/scalc/05/02140000.xhp\" name=\"calc errors\">List of Calc errors</link>" +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 "<variable id=\"text_comparison\">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.</variable>" +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 "<variable id=\"h1\"><link href=\"text/scalc/01/05120200.xhp\" name=\"Formula is\">Condition - Formula is</link></variable>" +msgstr "" + +#. WwqGv +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" "par_id31494139\n" "help.text" -msgid "If you select <emph>Formula is</emph> 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 <emph>not</emph> 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 <emph>Date is</emph>, see below explanations for Date." +msgid "The formula is expressed similar to a test condition evaluating to <literal>TRUE</literal> or <literal>FALSE</literal>." 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 <input>B1>=(DATE(2015;5;4)+TIME(18;0;0))</input> - 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 "<variable id=\"h1\"><link href=\"text/scalc/01/05120300.xhp\" name=\"Date is\">Condition - Date is</link></variable>" +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 "<emph>Today</emph>: 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 "<emph>Yesterday</emph>: 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 "<emph>Tomorrow</emph>: 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 "<emph>Last 7 days</emph>: 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 "<emph>This week, Last week and Next week</emph>: 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 "<emph>This month, Last month and Next month</emph>: 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 "<emph>This year, Last year and Next year</emph>: 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 "<variable id=\"h1\"><link href=\"text/scalc/01/05120400.xhp\" name=\"All cells\">Condition - All cells</link></variable>" +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" -msgstr "Escala de colors" +msgid "<link href=\"text/scalc/01/05120400.xhp#colorscale\" name=\"Color Scale\">Color Scale</link>" +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 <emph>All cells</emph> in the first sub menu entry <emph>Condition</emph>.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." -msgstr "Este és el mateix quadre de diàleg que si seleccioneu <emph>Totes les cel·les</emph> de la primera entrada del submenú <emph>Condició</emph>. Aplicar una escala de color a una àrea consisteix a mostrar un degradat bicolor o tricolor a esta àrea depenent del valor de cada cel·la. Un exemple típic podria ser una sèrie de temperatures, de color blau les més baixes, les més altes vermelles amb un degradat de tonalitats per als valors intermedis." +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." -msgstr "Heu de triar els dos colors «extrems» per indicar el mètode de càlcul. El càlcul del color aplicat es realitzarà en relació a: Mín - Màx - Percentatge - Valor - Fórmula." +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 calculation of the color scale depends on 2 or 3 conditions, defined as follows:" +msgstr "" + +#. XKMSV +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id701864449697771\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)." -msgstr "Les opcions Mín i Màx són suficients en si mateixes tal com estan a l'interval. Altres opcions s'han d'especificar amb un valor (Percentil, Valor, Percentatge) o una referència de cel·la o fórmula (Fórmula)." +msgid "<emph>Min (Max)</emph>: calculates using the minimum (maximum) values in the range." +msgstr "" -#. 9jo8a -#: 05120000.xhp +#. eGYev +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" -"par_id3155605\n" +"05120400.xhp\n" +"par_id321663440728295\n" "help.text" -msgid "For a detailed explanation and examples, please visit <link href=\"https://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page</link> in TDF Wiki." +msgid "<emph>Value</emph>: a fixed value. Enter the value in the text box." msgstr "" -#. dACxH -#: 05120000.xhp +#. DZxAs +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id611663440697270\n" +"help.text" +msgid "<emph>Percentile</emph>: 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 "<emph>Percent</emph>: 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 "<emph>Formula</emph>: 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 "<link href=\"text/scalc/01/05120400.xhp#databar\" name=\"Data Bar\">Data Bar</link>" 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 "<emph>Automatic</emph>: 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 "<emph>Min (Max)</emph>: calculates using the minimum (maximum) values in the range." +msgstr "" + +#. Yst5U +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id281609781729359\n" "help.text" -msgid "<emph>More Options...</emph> 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 "<emph>Gradient</emph>: 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 "<emph>Color</emph>: 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 "<emph>Automatic:</emph> 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 "<emph>Middle:</emph> set the vertical axis in the middle of the column." +msgstr "" + +#. NGqHG +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id461663453808288\n" +"help.text" +msgid "<emph>None:</emph> 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" -msgstr "Conjunt d'icones" +msgid "<link href=\"text/scalc/01/05120400.xhp#iconset\" name=\"Icon Set\">Icon Set</link>" +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:" -msgstr "Es vol calcular la posició d'un valor en relació als llindars. El conjunt d'icones ajudarà a indicar els llindars i a escollir el tipus d'icones. Els conjunts disponibles són:" +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 "3, 4 o 5: fletxes" +msgstr "" -#. EmC6A -#: 05120000.xhp +#. Aoquj +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91663429174806\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-colorarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663429174808\">Color arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663529174808\">Color arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663729174808\">Color arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-colorarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id81663329174808\">Color arrow down</alt></image>" +msgstr "" + +#. PxAE7 +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494141\n" "help.text" msgid "3, 4 or 5 - gray arrows" -msgstr "3, 4 o 5: fletxes grises" +msgstr "" -#. AtmUL -#: 05120000.xhp +#. 2Fk3v +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id91661429174806\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-grayarrows-up.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Gray arrow up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow slightly up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Gray arrow same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-slightly-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663729174808\">Gray arrow slightly down</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-grayarrows-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663329174808\">Gray arrow down</alt></image>" +msgstr "" + +#. jA8Sa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494142\n" "help.text" msgid "3 - flags" -msgstr "3: banderes" +msgstr "" -#. 4zJUW -#: 05120000.xhp +#. Bi9Tr +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id101663433624185\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-flags-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow flag</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-flags-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red flag</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-flags-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green flag</alt></image>" +msgstr "" + +#. FCb5V +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494143\n" "help.text" msgid "3 - traffic lights 1 and 2 (two different designs)" -msgstr "3: semàfors 1 i 2 (dos dissenys diferents)" +msgstr "" -#. HEF2o -#: 05120000.xhp +#. LugGg +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id721663433917655\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-circles1-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow traffic light 1</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles1-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red traffic light 1</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles1-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green traffic light 1</alt></image>" +msgstr "" + +#. EBREt +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id501663433925207\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-trafficlights-yellow.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow traffic light 2</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-trafficlights-red.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red traffic light 2</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-trafficlights-green.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Green traffic light 2</alt></image>" +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 "<image src=\"media/icon-themes/sc/res/icon-set-positive-yellow-smilie.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Yellow positive smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-neutral-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow neutral smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-negative-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow negative smiley</alt></image>" +msgstr "" + +#. ABksa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id991663438966721\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-positive-green-smilie.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Green positive smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-neutral-yellow-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Yellow neutral smiley</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-negative-red-smilie.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Red negative smiley</alt></image>" +msgstr "" + +#. QdJxa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494144\n" "help.text" -msgid "3 - symbols (square, triangle, circle)" -msgstr "3: símbols (quadrat, triangle, cercle)" +msgid "3 - symbols" +msgstr "" -#. V2vKf -#: 05120000.xhp +#. 3DDFG +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id421663434453517\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-shapes-triangle.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape triangle</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-shapes-diamond.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape diamond</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-shapes-circle.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Shape circle</alt></image>" +msgstr "" + +#. ndFCp +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id961663439450424\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-symbols1-exclamation-mark.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Exclamation mark</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-symbols1-cross.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Cross</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-symbols1-check.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Check mark</alt></image>" +msgstr "" + +#. BQAHC +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id1001663439805133\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-stars-empty.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Empty star</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-stars-half.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Half star</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-stars-full.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Full star</alt></image>" +msgstr "" + +#. dEQvx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" +"par_id171663440020964\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-triangles-up.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle up</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-same.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Same</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-triangles-down.svg\" id=\"img_id261663429176807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663529174808\">Triangle down</alt></image>" +msgstr "" + +#. MtGvd +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494145\n" "help.text" msgid "4 - circles from red to black" -msgstr "4: cercles de roig a negre" +msgstr "" -#. GVUj9 -#: 05120000.xhp +#. C9BEU +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id481663434995022\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-circles2-dark-red.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Dark red</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-light-red.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Light red</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-light-gray.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Light gray</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-circles2-dark-gray.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Dark gray</alt></image>" +msgstr "" + +#. AuYQx +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494146\n" "help.text" msgid "4 or 5 - ratings" -msgstr "4 o 5: valoracions" +msgstr "" -#. BBEC7 -#: 05120000.xhp +#. 8WLQP +#: 05120400.xhp msgctxt "" -"05120000.xhp\n" +"05120400.xhp\n" +"par_id631663435728155\n" +"help.text" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-bars-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarters bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters bars</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-bars-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full bars</alt></image>" +msgstr "" + +#. FdJYa +#: 05120400.xhp +msgctxt "" +"05120400.xhp\n" "par_id31494147\n" "help.text" msgid "5 - quarters" -msgstr "5 - quarts" +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)." -msgstr "Les condicions per mostrar cada icona es poden especificar en relació a un valor (Valor), a un percentatge del nombre de valors de l'interval (Percentatge), com a percentatge de valors de l'interval (Percentil) o a una fórmula (Fórmula)." +msgid "<image src=\"media/icon-themes/sc/res/icon-set-pies-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarter</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-pies-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full</alt></image>" +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 <link href=\"https://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formatting page</link> 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 "Dates" +msgid "<image src=\"media/icon-themes/sc/res/icon-set-squares-empty.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Empty</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-one-quarter.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">One quarter</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-half.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Half</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-three-quarters.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Three quarters</alt></image> <image src=\"media/icon-themes/sc/res/icon-set-squares-full.svg\" id=\"img_id261663429174807\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id91663429174808\">Full</alt></image>" +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." -msgstr "Esta opció aplicarà un estil definit segons la data que escolliu al quadre desplegable: Hui - Ahir - Demà - Darrers set dies - Esta setmana - La setmana passada." +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 <emph>Apply Styles</emph>, select the desired style in the list or chose <emph>New Style</emph> 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 <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition." +msgid "<link href=\"https://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formatting page</link> 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 <emph>Range</emph> field, define the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected." +msgid "<link href=\"https://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page</link> 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 "Gestiona la formatació condicional" +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 "<ahelp hid=\".\">This dialog allows you to see all the conditional formatting defined in the spreadsheet.</ahelp>" +msgid "<variable id=\"h1\"><link href=\"text/scalc/01/05120500.xhp\" name=\"Manage Conditions\">Manage Conditions</link></variable>" msgstr "" -#. oGo9V -#: 05120000.xhp +#. SdPis +#: 05120500.xhp msgctxt "" -"05120000.xhp\n" -"par_id31546818\n" +"05120500.xhp\n" +"par_id3155906\n" "help.text" -msgid "Choose <emph>Format - Conditional Formatting - Manage</emph>." -msgstr "Trieu <emph>Format ▸ Formatació condicional ▸ Gestiona</emph>." +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 <emph>Manage Conditional Formatting</emph> dialog box opens. <ahelp hid=\".\">Here you can add, edit or remove one or several conditional formattings.</ahelp>" +msgid "The <emph>Manage Conditional Formatting</emph> 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 "<ahelp hid=\".\">The <emph>Conditional Formats</emph> list displays the active conditional formatting rules set in the current spreadsheet.</ahelp> Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range." +msgid "The <emph>Conditional Formats</emph> 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)." @@ -56879,13 +57896,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 <literal>CONVERT</literal> 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 <literal>CONVERT</literal> function. Be aware that conversions can only happen between units that belong to the same group." msgstr "" #. Rd9Fp @@ -67985,13 +69002,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 <emph>Integer</emph> or <emph>Binary</emph> only." msgstr "" -#. ZUeCC +#. RDcmq #: solver.xhp msgctxt "" "solver.xhp\n" "par_id271589981559367\n" "help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/\" name=\"wikipage\">Wiki page on solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on solvers and their algorithms</link>" msgstr "" #. akxrP @@ -68120,13 +69137,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter or change the value of the selected setting.</ahelp>" msgstr "" -#. cYCVf +#. FGS6a #: solver_options.xhp msgctxt "" "solver_options.xhp\n" "par_id271589981559367\n" "help.text" -msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and their algorithms</link>" msgstr "" #. A843R @@ -68696,13 +69713,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 "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and theirs algorithms</link>" +msgid "<link href=\"https://wiki.documentfoundation.org/NLPSolver\" name=\"wikipage\">Wiki page on non-linear solvers and their algorithms</link>" msgstr "" #. D2nCR diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po b/source/ca-valencia/helpcontent2/source/text/scalc/guide.po index 21f6ba29d0e..ec89c7940fa 100644 --- a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ca_VALENCIA/>\n" @@ -13256,14 +13256,14 @@ msgctxt "" msgid "Allowed names" msgstr "Noms permesos" -#. 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." -msgstr "Al Calc, els noms poden tindre lletres, caràcters numèrics i alguns caràcters especials. Els noms han de començar amb una lletra o amb una ratlla baixa." +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 #: value_with_name.xhp @@ -13283,24 +13283,6 @@ msgctxt "" msgid "underline (_)" msgstr "ratlla baixa (_)" -#. 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 "punt (.): permés dins d'un nom, però no com a primer o últim caràcter" - -#. 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 "espai en blanc ( ): permés dins d'un nom, però no com a primer o últim caràcter. No es pot utilitzar per a un interval de cel·les" - #. BvnNt #: value_with_name.xhp msgctxt "" @@ -13319,14 +13301,14 @@ 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 "Els noms no poden començar amb les lletres C o R seguides per un nombre; a més, els caràcters C i R sols no es permeten com a noms. Vegeu la funció ADREÇA per a més informació." -#. 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." -msgstr "Els noms dels intervals de cel·les no poden tindre espais en blanc. Els espais en blanc estan permesos als noms de cel·les individuals, fulls i documents." +msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for sheets and documents." +msgstr "" #. ci2B9 #: value_with_name.xhp diff --git a/source/ca-valencia/helpcontent2/source/text/sdatabase.po b/source/ca-valencia/helpcontent2/source/text/sdatabase.po index 9ba45ed46b3..7c2ee966244 100644 --- a/source/ca-valencia/helpcontent2/source/text/sdatabase.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/ca_VALENCIA/>\n" @@ -15153,13 +15153,13 @@ msgctxt "" msgid "Sort ascending" msgstr "" -#. WDeBp +#. vG7vU #: toolbar_table.xhp msgctxt "" "toolbar_table.xhp\n" "par_id991642853830973\n" "help.text" -msgid "<image src=\"cmd/lc_sortascending.svg\" id=\"img_id771642853830974\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241642853830975\">Icon sort ascending</alt></image>" +msgid "<image src=\"cmd/lc_sortascending.svg\" id=\"img_id771642853830974\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241642853830975\">Icon Sort Ascending</alt></image>" msgstr "" #. aRGCA diff --git a/source/ca-valencia/helpcontent2/source/text/shared.po b/source/ca-valencia/helpcontent2/source/text/shared.po index 9cd246f0c82..fe7a276d7fa 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared/ca_VALENCIA/>\n" @@ -2303,6 +2303,42 @@ msgctxt "" msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">Internet glossary</link> explains the most important terms." msgstr "Esta secció proporciona informació relacionada amb Internet. Un <link href=\"text/shared/00/00000002.xhp\" name=\"glossari d'Internet\">glossari d'Internet</link> explica els termes més importants." +#. 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 "<variable id=\"h1\"><link href=\"text/shared/mediaplay_toolbar.xhp\" name=\"Media Playback Toolbar\">Media Playback Toolbar</link></variable>" +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 <menuitem>View - Toolbars - Media Playback</menuitem>." +msgstr "" + #. NJGJa #: need_help.xhp msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po index e28f7812c12..a26a44baf2f 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/00.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca_VALENCIA/>\n" @@ -1304,14 +1304,14 @@ msgctxt "" msgid "Tags" msgstr "Etiquetes" -#. JYJaQ +#. GZop9 #: 00000002.xhp msgctxt "" "00000002.xhp\n" "par_id3156360\n" "help.text" -msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags <h1> at the beginning and </h1> at the end of the title. Some tags only appear on their own such as <br> for a line break or <img ...> to link a graphic." -msgstr "Les pàgines <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> contenen certes instruccions estructurals i de format anomenades etiquetes. Les etiquetes són paraules de codi entre claudàtors dins de la descripció del document en llenguatge HTML. Moltes etiquetes contenen referències de text o d'enllaços entre el claudàtor d'obertura i de tancament. Per exemple, els títols es marquen amb les etiquetes <h1> al principi i </h1> al final del títol. Algues etiquetes apareixen soles, com en el cas de <br> per a un salt de línia o bé <img ...> per enllaçar un gràfic." +msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags < h1 > at the beginning and < /h1 > at the end of the title. Some tags only appear on their own such as < br > for a line break or < img ... > to link a graphic." +msgstr "" #. c7EwD #: 00000002.xhp @@ -5354,14 +5354,14 @@ msgctxt "" msgid "Text Import" msgstr "Importació de text" -#. RBPZC +#. NfHDC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "hd_id3150960\n" "help.text" -msgid "Text Import" -msgstr "Importació de text" +msgid "<variable id=\"TextImporth1\"><link href=\"text/shared/00/00000208.xhp\" name=\"Text Import\">Text Import</link></variable>" +msgstr "" #. gtCCw #: 00000208.xhp @@ -5732,14 +5732,14 @@ msgctxt "" msgid "Skip empty cells" msgstr "Omet les cel·les buides" -#. 9Xqaa +#. YVysE #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id171220172144419125\n" "help.text" -msgid "<ahelp hid=\".\">When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells.</ahelp>" -msgstr "<ahelp hid=\".\">Quan s'activa aquesta opció, el Calc conserva el contingut previ de les cel·les en enganxar de buides. Altrament, el Calc suprimeix el contingut de les cel·les prèvies.</ahelp>" +msgid "<ahelp hid=\".\">Available when using <menuitem>Paste Special</menuitem>: when this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells.</ahelp>" +msgstr "" #. zFFRP #: 00000208.xhp @@ -5750,6 +5750,24 @@ msgctxt "" msgid "In <emph>Text to Columns</emph> 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 "" @@ -5957,15 +5975,6 @@ msgctxt "" msgid "Date format" msgstr "Format de data" -#. mJwDd -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3156212\n" -"help.text" -msgid "6" -msgstr "6" - #. tMGAw #: 00000208.xhp msgctxt "" @@ -5975,15 +5984,6 @@ msgctxt "" msgid "Two characters each are taken for day, month, and year in the selected order." msgstr "S'agafen dos caràcters per a cada dia, mes i any en l'orde seleccionat." -#. WVtBD -#: 00000208.xhp -msgctxt "" -"00000208.xhp\n" -"par_id3147352\n" -"help.text" -msgid "8" -msgstr "8" - #. wQEwm #: 00000208.xhp msgctxt "" @@ -6056,14 +6056,14 @@ msgctxt "" msgid "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navigating Without the Mouse\">Navigating Without the Mouse</link>" msgstr "<link href=\"text/shared/guide/keyboard.xhp\" name=\"Navegació sense el ratolí\">Navegació sense el ratolí</link>" -#. BuDVW +#. jCiAC #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id3146120\n" "help.text" -msgid "For more information, see <link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>." -msgstr "Per a més informació, vegeu <link href=\"text/shared/00/00000020.xhp\" name=\"Informació sobre els filtres d'importació i exportació\">Informació sobre els filtres d'importació i exportació</link>." +msgid "<link href=\"text/shared/00/00000020.xhp\" name=\"Information about Import and Export Filters\">Information about Import and Export Filters</link>." +msgstr "" #. nkesm #: 00000215.xhp @@ -7478,6 +7478,15 @@ msgctxt "" msgid "Choose <menuitem>Data - Text to Columns</menuitem> (Calc)." msgstr "" +#. 4frVs +#: 00000401.xhp +msgctxt "" +"00000401.xhp\n" +"par_id161656944575459\n" +"help.text" +msgid "Copy data to clipboard, then choose <menuitem>Edit - Paste Special - Paste Special</menuitem> (Calc)." +msgstr "" + #. 9uDDp #: 00000401.xhp msgctxt "" @@ -8495,14 +8504,41 @@ msgctxt "" msgid "Choose <menuitem>Tools - Thesaurus</menuitem>." msgstr "" -#. F6EnA +#. C5ABq #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3149884\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" +msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F7</keycode>" +msgstr "" + +#. RYHXW +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id641655489196783\n" +"help.text" +msgid "On the <emph>Tools</emph> bar, click" +msgstr "" + +#. 3jnPY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id751655488651997\n" +"help.text" +msgid "<image src=\"cmd/lc_thesaurus.svg\" id=\"img_id111655488651999\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id111655488652000\">Icon Thesaurus</alt></image>" +msgstr "" + +#. ue2A6 +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id11655488652002\n" +"help.text" +msgid "Thesaurus" +msgstr "" #. BkJ2M #: 00000406.xhp @@ -8522,14 +8558,14 @@ msgctxt "" msgid "<variable id=\"mediaplayer\">Choose <emph>Tools - Media Player</emph>.</variable>" msgstr "<variable id=\"mediaplayer\">Trieu <emph>Eines ▸ Reproductor multimèdia</emph>.</variable>" -#. a4RZA +#. FYZdN #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3151385\n" "help.text" -msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>" -msgstr "<variable id=\"makro\">Trieu <emph>Eines ▸ Macros ▸ Organitza les macros ▸ %PRODUCTNAME Basic</emph> o premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (si aquesta combinació no està assignada pel vostre sistema).</variable>" +msgid "<variable id=\"makro\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+F11 (if not assigned by your system).</variable>" +msgstr "" #. igagv #: 00000406.xhp @@ -8576,22 +8612,22 @@ msgctxt "" msgid "Choose <emph>Tools - Macros - Record Macro</emph>." msgstr "Trieu <emph>Eines ▸ Macros ▸ Enregistra una macro</emph>." -#. WBX8f +#. feCZF #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150398\n" "help.text" -msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <emph>Organizer</emph> button,<br/>click the <emph>Libraries</emph> tab,<br/>and then click the <emph>Password</emph> button.</variable>" +msgid "<variable id=\"passwort\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>,<br/>click the <emph>Organizer</emph> button,<br/>click the <emph>Libraries</emph> tab,<br/>and then click the <emph>Password</emph> button.</variable>" msgstr "" -#. rBcj4 +#. baigi #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150498\n" "help.text" -msgid "<variable id=\"liborganizer\">Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>,<br/>click the <widget>Organizer</widget> button.</variable>" +msgid "<variable id=\"liborganizer\">Choose <emph>Tools - Macros - Organize Macros - Basic</emph>,<br/>click the <widget>Organizer</widget> button.</variable>" msgstr "" #. SqBL5 @@ -8657,22 +8693,22 @@ msgctxt "" msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menus</emph> tab.</variable>" msgstr "<variable id=\"menue\">Trieu la pestanya <emph>Eines ▸ Personalitza - Menús</emph>.</variable>" -#. xzidF +#. P8ZsE #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN108E9\n" "help.text" -msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>" +msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the hamburger <image id=\"img_id3148386\" src=\"sfx2/res/menu.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Hamburger menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>" msgstr "" -#. hg8cr +#. rryfk #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_idN10919\n" "help.text" -msgid "<variable id=\"menuemove\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Move</menuitem>.</variable>" +msgid "<variable id=\"menuemove\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the hamburger <image id=\"img_id3148386\" src=\"sfx2/res/menu.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon Hamburger menu</alt></image> dropdown menu and choose <menuitem>Move</menuitem>.</variable>" msgstr "" #. nNuX4 @@ -10007,6 +10043,294 @@ msgctxt "" msgid "Format Menu" msgstr "Menú Format" +#. YGCgK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3156426\n" +"help.text" +msgid "Open <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> dropdown menu from <link href=\"text/swriter/main0204.xhp\" name=\"Link to Table Bar\"><menuitem>Table</menuitem></link> bar, click" +msgstr "" + +#. JEmrc +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id481655731478873\n" +"help.text" +msgid "Open <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> dropdown menu from <menuitem>Table</menuitem> bar, click" +msgstr "" + +#. LNCUB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id271654223353638\n" +"help.text" +msgid "Choose <menuitem>Table - Size - Minimal Row Height</menuitem>." +msgstr "" + +#. Gh5VB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151655731003155\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Minimal Row Height</menuitem>." +msgstr "" + +#. CZ6Az +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id451655738489793\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Minimal Row Height</menuitem>." +msgstr "" + +#. UEWjA +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id751654222949632\n" +"help.text" +msgid "<image src=\"cmd/lc_setminimalrowheight.svg\" id=\"img_id731654222949632\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541654222949632\">Minimal Row Height Icon</alt></image>" +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 <menuitem>Table - Size - Optimal Row Height</menuitem>." +msgstr "" + +#. pCsAR +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id621655731074115\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Optimal Row Height</menuitem>." +msgstr "" + +#. zLApF +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id741655738425233\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Optimal Row Height</menuitem>." +msgstr "" + +#. U2ETB +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145222\n" +"help.text" +msgid "<image id=\"img_id3145228\" src=\"cmd/lc_setoptimalrowheight.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icon Optimal Row Height</alt></image>" +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 <menuitem>Table - Size - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. vVi3q +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655731168178\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. ZFAHG +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id801655738379330\n" +"help.text" +msgid "Select rows in table, right-click, choose <menuitem>Size - Distribute Rows Evenly</menuitem>." +msgstr "" + +#. aALKw +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145297\n" +"help.text" +msgid "<image id=\"img_id3155994\" src=\"cmd/lc_distributerows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>" +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 <menuitem>Table - Size - Minimal Column Width</menuitem>." +msgstr "" + +#. EFZvU +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id691655731247050\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Minimal Column Width</menuitem>." +msgstr "" + +#. bqVXT +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id941655738180090\n" +"help.text" +msgid "Select columns in table, right-click, choose <menuitem>Size - Minimal Column Width</menuitem>." +msgstr "" + +#. UvZy2 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id11654222599271\n" +"help.text" +msgid "<image src=\"cmd/lc_setminimalcolumnwidth.svg\" id=\"img_id541654222599271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451654222599271\">Minimal Column Width Icon</alt></image>" +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 <menuitem>Table - Size - Optimal Column Width</menuitem>." +msgstr "" + +#. RnQAg +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id471655731343905\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Optimal Column Width</menuitem>." +msgstr "" + +#. hphNu +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id701655738103242\n" +"help.text" +msgid "Select columns in table, right-click, choose <menuitem>Size - Optimal Column Width</menuitem>." +msgstr "" + +#. C6MQK +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3157881\n" +"help.text" +msgid "<image id=\"img_id3157888\" src=\"cmd/lc_setoptimalcolumnwidth.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icon Optimal Column Width</alt></image>" +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 <menuitem>Table - Size - Distribute Columns Evenly</menuitem>." +msgstr "" + +#. zFDHf +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id991655731434331\n" +"help.text" +msgid "Choose <menuitem>Format - Table - Distribute Columns Evenly</menuitem>." +msgstr "" + +#. LGcd8 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id151654212978990\n" +"help.text" +msgid "<variable id=\"RightClickSize\">Select columns in table, right-click, choose <menuitem>Size - Distribute Columns Evenly</menuitem>.</variable>" +msgstr "" + +#. 7hd74 +#: 00040500.xhp +msgctxt "" +"00040500.xhp\n" +"par_id3145179\n" +"help.text" +msgid "<image id=\"img_id3145186\" src=\"cmd/lc_distributecolumns.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icon Distribute Columns Evenly</alt></image>" +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/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po index 88ca7e8df62..bc40ee7b08e 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/01.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n" @@ -7910,13 +7910,13 @@ msgctxt "" msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the <emph>Find</emph> 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 <emph>Match case</emph> 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 <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." msgstr "" #. VHvn4 @@ -12212,13 +12212,13 @@ msgctxt "" msgid "URL:" msgstr "URL:" -#. R9sNj +#. bMdXq #: 02220100.xhp msgctxt "" "02220100.xhp\n" "par_id3155831\n" "help.text" -msgid "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> 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 "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> 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 @@ -14192,6 +14192,15 @@ msgctxt "" msgid "<ahelp hid=\".uno:ToolBarVisible\">Shows or hides the <emph>Tools</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ToolBarVisible\">Mostra o amaga la barra <emph>Eines</emph>.</ahelp>" +#. 4AhUo +#: 03050000.xhp +msgctxt "" +"03050000.xhp\n" +"par_id861655493002232\n" +"help.text" +msgid "The <emph>Tools</emph> bar contains the following icons:" +msgstr "" + #. QkRf6 #: 03060000.xhp msgctxt "" @@ -16172,13 +16181,13 @@ msgctxt "" msgid "If the language list consists of an editable combo box, you can enter a valid <emph>BCP 47 language tag</emph> if the language you want to assign is not available from the selectable list." msgstr "Si la llista de llengües consisteix en un quadre de llista combinat, podeu introduir una <emph>etiqueta de llengua BCP 47</emph> si la llengua que voleu assignar no és disponible a la llista de selecció." -#. Xf7AT +#. dgRLJ #: 05020100.xhp msgctxt "" "05020100.xhp\n" "par_id3157963\n" "help.text" -msgid "For language tag details please see the <link href=\"http://www.langtag.net/\"><emph>For users</emph> section on the langtag.net web site</link>." +msgid "For language tag details please see the <link href=\"https://en.wikipedia.org/wiki/IETF_language_tag\">IETF language tag</link> Wikipedia page and the W3C <link href=\"https://www.w3.org/International/articles/language-tags/\">Language tags in HTML and XML</link> article." msgstr "" #. cpdYi @@ -26315,58 +26324,31 @@ msgctxt "" msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>" msgstr "" -#. 3XJPh +#. 5gEvu #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "hd_id3149871\n" "help.text" -msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>" +msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Evenly\">Distribute Rows Evenly</link>" msgstr "" -#. 7meG8 +#. Ae4jH #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" "par_id3154766\n" "help.text" -msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>" -msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ajusta l'alçària de les files seleccionades perquè coincidisca amb l'alçària de la fila més alta de la selecció.</ahelp></variable>" - -#. yiRQV -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>" +msgid "<variable id=\"distribute_rows_text\"><ahelp hid=\".uno:DistributeRows\">Adjust the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>" msgstr "" -#. CbTaH -#: 05110600m.xhp -msgctxt "" -"05110600m.xhp\n" -"par_id3153755\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. AGqoH +#. PozaC #: 05110600m.xhp msgctxt "" "05110600m.xhp\n" -"par_id3145297\n" +"par_id421655891095753\n" "help.text" -msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>" -msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icona</alt></image>" - -#. 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 @@ -26549,76 +26531,49 @@ msgctxt "" msgid "<ahelp hid=\".uno:SpacePara2\">Sets the line spacing of the current paragraph to two lines.</ahelp>" msgstr "<ahelp hid=\".uno:SpacePara2\">Defineix un interlineat doble per al paràgraf actual.</ahelp>" -#. 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 "<bookmark_value>table columns;distribute columns equally</bookmark_value> <bookmark_value>column width;distribute equally</bookmark_value>" +msgid "<bookmark_value>table columns;distribute columns evenly</bookmark_value> <bookmark_value>column width;distribute evenly</bookmark_value>" msgstr "" -#. a3DPw +#. YcCRp #: 05120600.xhp msgctxt "" "05120600.xhp\n" "hd_id3153811\n" "help.text" -msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Distribute Equally\">Distribute Columns Equally</link>" +msgid "<link href=\"text/shared/01/05120600.xhp\" name=\"Distribute Evenly\">Distribute Columns Evenly</link>" msgstr "" -#. 2FWag +#. w2jZV #: 05120600.xhp msgctxt "" "05120600.xhp\n" "par_id3151389\n" "help.text" -msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Adjusts the width of the selected columns to match the width of the widest column in the selection.</ahelp> The total width of the table cannot exceed the width of the page.</variable>" -msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeColumns\">Ajusta l'amplària de les columnes seleccionades perquè coincidisca amb l'amplària de la columna més ampla de la selecció.</ahelp> L'amplària total de la taula no pot superar l'amplària de la pàgina.</variable>" - -#. EmZzi -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Size - Distribute Columns Equally</emph>" +msgid "<variable id=\"distribute_columns_text\"><ahelp hid=\".uno:DistributeColumns\">Adjust the width of selected table columns so that each column has the same width.</ahelp> The table width and unselected columns remain unchanged.</variable>" msgstr "" -#. RKaTz -#: 05120600.xhp -msgctxt "" -"05120600.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. ND9or +#. onQ9D #: 05120600.xhp msgctxt "" "05120600.xhp\n" -"par_id3145179\n" +"par_id711654213522157\n" "help.text" -msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icon</alt></image>" -msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3145186\">Icona</alt></image>" - -#. 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 @@ -31400,6 +31355,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 <emph>Convert - To Curve/Polygon/Contour</emph>. If you wish, you can now copy and paste the converted shape into Writer for use with Fontwork. Shapes in the <emph>Legacy Circles and Ovals</emph> and <emph>Legacy Rectangles</emph> toolbars do not need to be converted. The <emph>Arc</emph> 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 "" @@ -31409,23 +31373,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/off\">Removes baseline formatting.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/off\">Elimina la formatació del punt de referència.</ahelp>" -#. FurcH +#. F9bLQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149244\n" "help.text" -msgid "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icon</alt></image>" -msgstr "<image id=\"img_id3161458\" src=\"cmd/sc_fontwork.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3161458\">Icona</alt></image>" +msgid "<image id=\"img_id3161458\" src=\"cmd/lc_fontwork.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3161458\">Icon Off</alt></image>" +msgstr "" -#. JmKFM +#. yfowv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149046\n" "help.text" -msgid "Off" -msgstr "Desactivat" +msgid "Baseline Off" +msgstr "" + +#. BgBci +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id711656376441359\n" +"help.text" +msgid "Rotate" +msgstr "" #. t8dtT #: 05280000.xhp @@ -31436,14 +31409,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/rotate\">Uses the top or the bottom edge of the selected object as the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/rotate\">Utilitza el límit superior o inferior de l'objecte seleccionat com a línia de base del text.</ahelp>" -#. HyMSr +#. tBBQt #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150791\n" "help.text" -msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icon</alt></image>" -msgstr "<image id=\"img_id3153379\" src=\"svx/res/fw02.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153379\">Icona</alt></image>" +msgid "<image id=\"img_id3153379\" src=\"svx/res/fw02.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153379\">Icon</alt></image>" +msgstr "" #. CC8vv #: 05280000.xhp @@ -31454,6 +31427,15 @@ msgctxt "" msgid "Rotate" msgstr "Gira" +#. FzVVf +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id111656376428881\n" +"help.text" +msgid "Upright" +msgstr "" + #. z9amk #: 05280000.xhp msgctxt "" @@ -31463,14 +31445,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/upright\">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.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/upright\">Utilitza el límit superior o inferior de l'objecte seleccionat com a línia de base del text i conserva l'alineació vertical original dels caràcters individuals.</ahelp>" -#. uNhP2 +#. 6DY9M #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154069\n" "help.text" -msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icon</alt></image>" -msgstr "<image id=\"img_id3152933\" src=\"svx/res/fw03.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3152933\">Icona</alt></image>" +msgid "<image id=\"img_id3152933\" src=\"svx/res/fw03.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152933\">Icon Upright</alt></image>" +msgstr "" #. DDWXG #: 05280000.xhp @@ -31481,6 +31463,15 @@ msgctxt "" msgid "Upright" msgstr "Dret" +#. thuQH +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id201656376410570\n" +"help.text" +msgid "Slant Horizontal" +msgstr "" + #. TqEGn #: 05280000.xhp msgctxt "" @@ -31490,14 +31481,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/hori\">Horizontally slants the characters in the text object.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/hori\">Inclina horitzontalment els caràcters de l'objecte de text.</ahelp>" -#. LDzVG +#. K97sx #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153180\n" "help.text" -msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icon</alt></image>" -msgstr "<image id=\"img_id3151041\" src=\"svx/res/fw04.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3151041\">Icona</alt></image>" +msgid "<image id=\"img_id3151041\" src=\"svx/res/fw04.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151041\">Icon Slant Horizontal</alt></image>" +msgstr "" #. m29gX #: 05280000.xhp @@ -31508,6 +31499,15 @@ msgctxt "" msgid "Slant Horizontal" msgstr "Inclinació horitzontal" +#. GE3Zv +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id471656376383844\n" +"help.text" +msgid "Slant Vertical" +msgstr "" + #. q7vvg #: 05280000.xhp msgctxt "" @@ -31517,14 +31517,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/vert\">Vertically slants the characters in the text object.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/vert\">Inclina verticalment els caràcters de l'objecte de text.</ahelp>" -#. arDpu +#. FKyaQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147348\n" "help.text" -msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icon</alt></image>" -msgstr "<image id=\"img_id3154690\" src=\"svx/res/fw05.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3154690\">Icona</alt></image>" +msgid "<image id=\"img_id3154690\" src=\"svx/res/fw05.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154690\">Icon Slant Vertical</alt></image>" +msgstr "" #. vTFLn #: 05280000.xhp @@ -31535,6 +31535,15 @@ msgctxt "" msgid "Slant Vertical" msgstr "Inclinació vertical" +#. qJeSt +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id161656376292591\n" +"help.text" +msgid "Orientation" +msgstr "" + #. ByjsP #: 05280000.xhp msgctxt "" @@ -31544,14 +31553,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/orientation\">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.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/orientation\">Inverteix la direcció del flux del text i també el text de manera horitzontal o vertical. Per poder utilitzar esta orde cal que abans apliqueu una línia de base diferent al text.</ahelp>" -#. rPEYL +#. jGCet #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155854\n" "help.text" -msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icon</alt></image>" -msgstr "<image id=\"img_id3153142\" src=\"svx/res/fw06.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153142\">Icona</alt></image>" +msgid "<image id=\"img_id3153142\" src=\"svx/res/fw06.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153142\">Icon Orientation</alt></image>" +msgstr "" #. hu8Lf #: 05280000.xhp @@ -31562,6 +31571,15 @@ msgctxt "" msgid "Orientation" msgstr "Orientació" +#. 3J4v6 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id691656376244494\n" +"help.text" +msgid "Align Left" +msgstr "" + #. DWX4d #: 05280000.xhp msgctxt "" @@ -31571,14 +31589,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/left\">Aligns the text to the left end of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/left\">Alinea al text a l'extrem esquerre de la línia de base del text.</ahelp>" -#. DtVBv +#. DoUHv #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156006\n" "help.text" -msgid "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icon</alt></image>" -msgstr "<image id=\"img_id3153573\" src=\"cmd/sc_alignleft.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153573\">Icona</alt></image>" +msgid "<image id=\"img_id3153573\" src=\"cmd/lc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153573\">Icon Align Left</alt></image>" +msgstr "" #. CXCLp #: 05280000.xhp @@ -31589,6 +31607,15 @@ msgctxt "" msgid "Align Left" msgstr "Alinea a l'esquerra" +#. WpsQP +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id791656376221037\n" +"help.text" +msgid "Align Center" +msgstr "" + #. bmiBe #: 05280000.xhp msgctxt "" @@ -31598,23 +31625,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/center\">Centers the text on the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/center\">Centra el text a la línia de base de text.</ahelp>" -#. EAXVE +#. GfMCw #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155748\n" "help.text" -msgid "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icon</alt></image>" -msgstr "<image id=\"img_id3147217\" src=\"cmd/sc_centerpara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147217\">Icona</alt></image>" +msgid "<image id=\"img_id3147217\" src=\"cmd/lc_alignhorizontalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147217\">Icon Align Center</alt></image>" +msgstr "" -#. BASqx +#. 7hH49 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159346\n" "help.text" -msgid "Center" -msgstr "Centre" +msgid "Align Center" +msgstr "" + +#. VBnG2 +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id241656376143482\n" +"help.text" +msgid "Align Right" +msgstr "" #. Bgdfe #: 05280000.xhp @@ -31625,14 +31661,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/right\">Aligns the text to the right end of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/right\">Alinea el text a l'extrem dret de la línia de base del text.</ahelp>" -#. BDdAZ +#. eQFJA #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3149939\n" "help.text" -msgid "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icon</alt></image>" -msgstr "<image id=\"img_id3148498\" src=\"cmd/sc_alignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148498\">Icona</alt></image>" +msgid "<image id=\"img_id3148498\" src=\"cmd/lc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148498\">Icon Align Right</alt></image>" +msgstr "" #. Cmr8n #: 05280000.xhp @@ -31643,6 +31679,15 @@ msgctxt "" msgid "Align Right" msgstr "Alinea a la dreta" +#. 5PAqo +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id491656376126698\n" +"help.text" +msgid "AutoSize Text" +msgstr "" + #. BXAaF #: 05280000.xhp msgctxt "" @@ -31652,14 +31697,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/autosize\">Resizes the text to fit the length of the text baseline.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/autosize\">Redimensiona el text perquè s'ajuste a la longitud de la línia de base del text.</ahelp>" -#. fxGtY +#. UHcvK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159129\n" "help.text" -msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icon</alt></image>" -msgstr "<image id=\"img_id3153334\" src=\"svx/res/fw010.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3153334\">Icona</alt></image>" +msgid "<image id=\"img_id3153334\" src=\"svx/res/fw010.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Icon AutoSize Text</alt></image>" +msgstr "" #. drPm7 #: 05280000.xhp @@ -31670,6 +31715,15 @@ msgctxt "" msgid "AutoSize Text" msgstr "Text de mida automàtica" +#. ETeVz +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id21656376092926\n" +"help.text" +msgid "Distance" +msgstr "" + #. 7AEZy #: 05280000.xhp msgctxt "" @@ -31679,14 +31733,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/distance\">Enter the amount of space that you want to leave between the text baseline and the base of the individual characters.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distance\">Introduïu una xifra per a l'espai que vulgueu deixar entre la línia de base del text i la base dels caràcters individuals.</ahelp>" -#. icByC +#. YLoku #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153957\n" "help.text" -msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icon</alt></image>" -msgstr "<image id=\"img_id3151019\" src=\"svx/res/fw020.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3151019\">Icona</alt></image>" +msgid "<image id=\"img_id3151019\" src=\"svx/res/fw020.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151019\">Icon Distance</alt></image>" +msgstr "" #. XDeLC #: 05280000.xhp @@ -31697,6 +31751,15 @@ msgctxt "" msgid "Distance" msgstr "Distància" +#. VDVCs +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id821656376071005\n" +"help.text" +msgid "Indent" +msgstr "" + #. g6xDf #: 05280000.xhp msgctxt "" @@ -31706,14 +31769,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/indent\">Enter the amount of space to leave between the beginning of the text baseline, and the beginning of the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/indent\">Introduïu una xifra per a l'espai que vulgueu deixar entre el principi de la línia de base del text i el principi del text.</ahelp>" -#. AyT7A +#. WJumk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3156332\n" "help.text" -msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icon</alt></image>" -msgstr "<image id=\"img_id3153836\" src=\"svx/res/fw021.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3153836\">Icona</alt></image>" +msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153836\">Icon Indent</alt></image>" +msgstr "" #. 6UEik #: 05280000.xhp @@ -31724,6 +31787,15 @@ msgctxt "" msgid "Indent" msgstr "Sagnat" +#. aRCGE +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id391656375872510\n" +"help.text" +msgid "Contour" +msgstr "" + #. TdeZF #: 05280000.xhp msgctxt "" @@ -31733,14 +31805,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/contour\">Shows or hides the text baseline, or the edges of the selected object.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/contour\">Mostra o amaga la línia de base del text o els límits de l'objecte seleccionat.</ahelp>" -#. k4Afm +#. PKZNH #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3155515\n" "help.text" -msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icon</alt></image>" -msgstr "<image id=\"img_id3159186\" src=\"svx/res/fw011.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3159186\">Icona</alt></image>" +msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159186\">Icon Contour</alt></image>" +msgstr "" #. FPfgN #: 05280000.xhp @@ -31751,6 +31823,15 @@ msgctxt "" msgid "Contour" msgstr "Vora" +#. YBFDw +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id91656375850945\n" +"help.text" +msgid "Text Contour" +msgstr "" + #. BkBcX #: 05280000.xhp msgctxt "" @@ -31760,14 +31841,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/textcontour\">Shows or hides the borders of the individual characters in the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/textcontour\">Mostra o amaga les vores dels caràcters individuals del text.</ahelp>" -#. 9eEG3 +#. GD5Dk #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150323\n" "help.text" -msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icon</alt></image>" -msgstr "<image id=\"img_id3147100\" src=\"svx/res/fw012.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">Icona</alt></image>" +msgid "<image id=\"img_id3147100\" src=\"svx/res/fw012.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Text Contour</alt></image>" +msgstr "" #. 663fR #: 05280000.xhp @@ -31778,6 +31859,15 @@ msgctxt "" msgid "Text Contour" msgstr "Vora del text" +#. u58VB +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id841656375799254\n" +"help.text" +msgid "No Text Shadow" +msgstr "" + #. GB3hN #: 05280000.xhp msgctxt "" @@ -31787,14 +31877,14 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/noshadow\">Removes the shadow effects that you applied to the text.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/noshadow\">Suprimeix els efectes d'ombra que heu aplicat al text.</ahelp>" -#. V4yr6 +#. AH93n #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150241\n" "help.text" -msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>" -msgstr "<image id=\"img_id3156375\" src=\"svx/res/fw013.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icona</alt></image>" +msgid "<image id=\"img_id3156375\" src=\"svx/res/fw013.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon No Text Shadow</alt></image>" +msgstr "" #. Px8Nt #: 05280000.xhp @@ -31805,6 +31895,15 @@ msgctxt "" msgid "No Shadow" msgstr "Sense ombra" +#. QViBS +#: 05280000.xhp +msgctxt "" +"05280000.xhp\n" +"hd_id61656375494529\n" +"help.text" +msgid "Add Text Shadow" +msgstr "" + #. dwkxm #: 05280000.xhp msgctxt "" @@ -31814,23 +31913,32 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/vertical\">Adds a shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/vertical\">Afig una ombra al text de l'objecte seleccionat. Feu clic a este botó i, a continuació, introduïu les dimensions de l'ombra en els quadres <emph>Distància X</emph> i <emph>Distància Y</emph>.</ahelp>" -#. C97eG +#. gjnJp #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3145231\n" "help.text" -msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icon</alt></image>" -msgstr "<image id=\"img_id3149908\" src=\"svx/res/fw014.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3149908\">Icona</alt></image>" +msgid "<image id=\"img_id3149908\" src=\"svx/res/fw014.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149908\">Icon Add Text Shadow</alt></image>" +msgstr "" -#. oNECu +#. rExNd #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3152484\n" "help.text" -msgid "Vertical" -msgstr "Vertical" +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 @@ -31841,95 +31949,95 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/dockingfontwork/slant\">Adds a slant shadow to the text in the selected object. Click this button, and then enter the dimensions of the shadow in the <emph>Distance X</emph> and the <emph>Distance Y</emph> boxes.</ahelp>" msgstr "<ahelp hid=\"svx/ui/dockingfontwork/slant\">Afig una ombra inclinada al text de l'objecte seleccionat. Feu clic a este botó i, a continuació, introduïu les dimensions de l'ombra en els quadres <emph>Distància X</emph> i <emph>Distància Y</emph>.</ahelp>" -#. DEqjk +#. GiYrF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150664\n" "help.text" -msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icon</alt></image>" -msgstr "<image id=\"img_id3166423\" src=\"svx/res/fw015.png\" width=\"0.2362inch\" height=\"0.222inch\"><alt id=\"alt_id3166423\">Icona</alt></image>" +msgid "<image id=\"img_id3166423\" src=\"svx/res/fw015.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166423\">Icon Slant Text Shadow</alt></image>" +msgstr "" -#. JF8Kq +#. 8akDZ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147129\n" "help.text" -msgid "Slant" -msgstr "Inclina" +msgid "Slant Text Shadow" +msgstr "" -#. gEPsY +#. K7G7H #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3156537\n" "help.text" -msgid "Horizontal Distance" -msgstr "Distància horitzontal" +msgid "Shadow Horizontal Distance or Shadow Angle" +msgstr "" -#. rEQCf +#. GeLhX #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3151049\n" "help.text" -msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Enter the horizontal distance between the text characters and the edge of the shadow.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Introduïu la distància horitzontal entre els caràcters de text i la vora de l'ombra.</ahelp>" +msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancex\">Enter the horizontal distance between the text characters and the edge of the shadow or the angle of the shadow slant from vertical.</ahelp>" +msgstr "" -#. AxwAB +#. z9sPP #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3159103\n" "help.text" -msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icon</alt></image>" -msgstr "<image id=\"img_id3149242\" src=\"svx/res/fw016.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3149242\">Icona</alt></image>" +msgid "<image id=\"img_id3149242\" src=\"svx/res/fw016.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149242\">Icon X Distance</alt></image>" +msgstr "" -#. hD4CN +#. FArwF #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3147093\n" "help.text" -msgid "X Distance" -msgstr "Distància X" +msgid "X Distance or Shadow Angle" +msgstr "" -#. HYtvM +#. BZCsQ #: 05280000.xhp msgctxt "" "05280000.xhp\n" "hd_id3149450\n" "help.text" -msgid "Vertical Distance" -msgstr "Distància vertical" +msgid "Vertical Distance or Shadow size" +msgstr "" -#. BFAFe +#. tYGs2 #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3153704\n" "help.text" -msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">Enter the vertical distance between the text characters and the edge of the shadow.</ahelp>" -msgstr "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">Introduïu la distància vertical entre els caràcters de text i la vora de l'ombra.</ahelp>" +msgid "<ahelp hid=\"svx/ui/dockingfontwork/distancey\">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.</ahelp>" +msgstr "" -#. f4FAp +#. gWZnK #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3154275\n" "help.text" -msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icon</alt></image>" -msgstr "<image id=\"img_id3154118\" src=\"svx/res/fw017.png\" width=\"0.1772inch\" height=\"0.1665inch\"><alt id=\"alt_id3154118\">Icona</alt></image>" +msgid "<image id=\"img_id3154118\" src=\"svx/res/fw017.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154118\">Icon Y Distance</alt></image>" +msgstr "" -#. Hz4Gd +#. ZfKxm #: 05280000.xhp msgctxt "" "05280000.xhp\n" "par_id3150783\n" "help.text" -msgid "Y Distance" -msgstr "Distància Y" +msgid "Y Distance or Shadow Size" +msgstr "" #. DXmZb #: 05280000.xhp @@ -37340,14 +37448,14 @@ msgctxt "" msgid "Thesaurus" msgstr "Tesaurus" -#. jbHBp +#. npNDK #: 06020000.xhp msgctxt "" "06020000.xhp\n" "hd_id3146946\n" "help.text" -msgid "Thesaurus" -msgstr "Tesaurus" +msgid "<variable id=\"Thesaurush1\"><link href=\"text/shared/01/06020000.xhp\" name=\"Thesaurus\">Thesaurus</link></variable>" +msgstr "" #. haxwE #: 06020000.xhp @@ -42290,31 +42398,31 @@ msgctxt "" msgid "Add" msgstr "Afig" -#. 6so4v +#. 2FCEA #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id151514304300251\n" "help.text" -msgid "<ahelp hid=\".\">Click on the gear icon and then choose Add to add a new menu.</ahelp>" +msgid "<ahelp hid=\".\">Click on the hamburger icon and then choose Add to add a new menu.</ahelp>" msgstr "" -#. 4NJCy +#. NCirC #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id811604400309745\n" "help.text" -msgid "<image src=\"sfx2/res/actionaction013.png\" id=\"img_id381604400309745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131604400309745\">Gear Icon</alt></image>" +msgid "<image src=\"sfx2/res/menu.svg\" id=\"img_id381604400309745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131604400309745\">Hamburger Icon</alt></image>" msgstr "" -#. uniCg +#. YCAtK #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id421604400309745\n" "help.text" -msgid "Gear icon" +msgid "Hamburger icon" msgstr "" #. uWnv3 @@ -42326,13 +42434,13 @@ msgctxt "" msgid "Remove" msgstr "Suprimeix" -#. CmdBm +#. VoGfB #: 06140100.xhp msgctxt "" "06140100.xhp\n" "par_id61514304306614\n" "help.text" -msgid "<ahelp hid=\".\">Click on the gear icon and then choose Delete to delete the menu.</ahelp>" +msgid "<ahelp hid=\".\">Click on the hamburger icon and then choose Delete to delete the menu.</ahelp>" msgstr "" #. 72LBB @@ -43298,13 +43406,13 @@ msgctxt "" msgid "Add" msgstr "Afig" -#. 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 @@ -43316,13 +43424,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 @@ -47987,6 +48095,159 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">View - Sidebar</item>" msgstr "Trieu <item type=\"menuitem\">Visualitza - Barra lateral</item>." +#. 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 "<variable id=\"minimalcolh1\"><link href=\"text/shared/01/minimal_column_width.xhp\" name=\"Minimal Column Width\">Minimal Column Width</link></variable>" +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 "<menuitem>Minimal Column Width</menuitem> seeks to find a column width that allows each paragraph in the selected cells to <emph>fit exactly</emph> 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 "<menuitem>Minimal Column Width</menuitem> 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 "<variable id=\"minimalrowh1\"><link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\">Minimal Row Height</link></variable>" +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 <menuitem>Fit to size</menuitem> option for <link href=\"text/swriter/01/05110100.xhp\" name=\"Row Height\">Row Height</link>." +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/ca-valencia/helpcontent2/source/text/shared/02.po b/source/ca-valencia/helpcontent2/source/text/shared/02.po index 62faa53aa14..aea6b3ce80c 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/02.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ca_VALENCIA/>\n" @@ -11708,14 +11708,14 @@ msgctxt "" msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To apply a particular type of border to a single cell, position the cursor in the cell, open the <emph>Border</emph> toolbar and select a border.</caseinline><defaultinline> 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 <emph>no border</emph> icon on the <emph>Border</emph> toolbar.</defaultinline></switchinline>" msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per a aplicar un tipus de vora específic a una sola cel·la, situeu el cursor a la cel·la, obriu la barra d'eines <emph>Vores</emph> i seleccioneu-ne una.</caseinline><defaultinline> Sempre que inseriu gràfics o taules, aquests ja tenen una vora completa. Per a suprimir una vora, seleccioneu l'objecte gràfic o tota la taula i feu clic a la icona <emph>Sense vores</emph> de la barra d'eines <emph>Vores</emph>.</defaultinline></switchinline>" -#. EtFHC +#. Y8Vk6 #: 03130000.xhp msgctxt "" "03130000.xhp\n" "par_id3147576\n" "help.text" -msgid "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icon</alt></image>" -msgstr "<image id=\"img_id3149095\" src=\"cmd/sc_setborderstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149095\">Icona</alt></image>" +msgid "<image id=\"img_id3149095\" src=\"cmd/lc_setborderstyle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149095\">Icon Borders</alt></image>" +msgstr "" #. YutJN #: 03130000.xhp @@ -11771,14 +11771,14 @@ msgctxt "" msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected." msgstr "Este vora pot ser la vora d'un marc, d'un gràfic o d'una taula. La icona <emph>Estil de la línia</emph> només serà visible si s'ha seleccionat un gràfic, una taula, un objecte d'un diagrama o un quadre." -#. c5uij +#. BN3pd #: 03140000.xhp msgctxt "" "03140000.xhp\n" "par_id3153377\n" "help.text" -msgid "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icon</alt></image>" -msgstr "<image id=\"img_id3147102\" src=\"cmd/sc_linestyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147102\">Icona</alt></image>" +msgid "<image id=\"img_id3147102\" src=\"cmd/lc_linestyle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147102\">Icon Line style</alt></image>" +msgstr "" #. 7F5CG #: 03140000.xhp @@ -11906,14 +11906,14 @@ msgctxt "" msgid "Optimize Size" msgstr "Optimitza la mida" -#. AhgAE +#. zAnNw #: 04210000.xhp msgctxt "" "04210000.xhp\n" "hd_id3151185\n" "help.text" -msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize Size\">Optimize Size</link>" -msgstr "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimitza\">Optimitza</link>" +msgid "<variable id=\"optimizeh1\"><link href=\"text/shared/02/04210000.xhp\" name=\"Optimize Size\">Optimize Size</link></variable>" +msgstr "" #. M3VPg #: 04210000.xhp @@ -11924,14 +11924,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:OptimizeTable\">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp>" msgstr "<ahelp hid=\".uno:OptimizeTable\">Obri una barra d'eines que conté funcions per optimitzar les files i les columnes d'una taula.</ahelp>" -#. qBTjF +#. mAhUo #: 04210000.xhp msgctxt "" "04210000.xhp\n" "par_id3155899\n" "help.text" -msgid "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icon</alt></image>" -msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3149684\">Icona</alt></image>" +msgid "<image id=\"img_id3149684\" src=\"cmd/lc_optimizetable.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149684\">Icon Optimize Size</alt></image>" +msgstr "" #. XMFPC #: 04210000.xhp @@ -11951,24 +11951,6 @@ msgctxt "" msgid "You can select from the following functions:" msgstr "Podeu triar entre les funcions següents:" -#. HCRAA -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3153631\n" -"help.text" -msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>" -msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Alçària òptima\">Alçària òptima</link>" - -#. DR5yh -#: 04210000.xhp -msgctxt "" -"04210000.xhp\n" -"hd_id3145772\n" -"help.text" -msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link>" -msgstr "<link href=\"text/swriter/01/05120200.xhp\" name=\"Amplària òptima de la columna\">Amplària òptima de la columna</link>" - #. aCPXt #: 05020000.xhp msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/shared/05.po b/source/ca-valencia/helpcontent2/source/text/shared/05.po index e65df860e4d..8b02a4670c5 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/05.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/ca_VALENCIA/>\n" @@ -1745,23 +1745,14 @@ msgctxt "" msgid "To search in the current Help page:" msgstr "Per a cercar a la pàgina actual de l'ajuda:" -#. 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 <emph>Find on this Page</emph> entry." -msgstr "Obriu el menú Visualitza del vostre navegador predeterminat i trieu l'entrada <emph>Cerca en aquesta pàgina </emph>." - -#. W4sBf -#: new_help.xhp -msgctxt "" -"new_help.xhp\n" -"par_idN10A36\n" -"help.text" -msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph>." -msgstr "També podeu prèmer <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Ordre</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph>." +msgid "Open the Search tool in your web browser, which is usually accessible using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+F</emph> shortcut." +msgstr "" #. TFYKC #: new_help.xhp diff --git a/source/ca-valencia/helpcontent2/source/text/shared/guide.po b/source/ca-valencia/helpcontent2/source/text/shared/guide.po index d8581e6108d..ddb1b2a8192 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/guide.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ca_VALENCIA/>\n" @@ -6101,6 +6101,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 "" @@ -6110,13 +6119,13 @@ msgctxt "" msgid "CSV Import" msgstr "" -#. hzBqc +#. p5VKq #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id681634735710417\n" "help.text" -msgid "<emph>N</emph> Line number to start reading. Example: 3 (start from third line)." +msgid "<emph>N</emph>: line number to start reading. Example: 3 (start from third line)." msgstr "" #. BeXqG @@ -6128,6 +6137,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 "" @@ -6173,13 +6191,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 @@ -6191,13 +6209,13 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. 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 @@ -6218,6 +6236,15 @@ msgctxt "" msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, 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 "" @@ -6236,6 +6263,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. 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 "" @@ -6254,6 +6290,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. 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 "" @@ -6272,6 +6317,15 @@ msgctxt "" msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. 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 "" @@ -6290,31 +6344,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 "<emph>0</emph> or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv" +msgid "<emph>0</emph> 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 "<emph>-1</emph> 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 "<emph>-1</emph>: 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 "<emph>N</emph> 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 "<emph>N</emph>: 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 @@ -6560,14 +6623,14 @@ 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 "Si seleccioneu el flux de text de dreta a esquerra, el text incrustat occidental segueix executant-se d'esquerra a dreta. El cursor respon a les tecles de fletxa de manera que la fletxa dreta el mou \"al final del text\" i l'esquerra \"al principi del text\"." -#. 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:" -msgstr "Podeu canviar la direcció d'escriptura del text prement una de les tecles següents:" +msgid "You can change the text writing direction directly by pressing one of the following key combinations:" +msgstr "" #. 5654P #: ctl.xhp @@ -25028,14 +25091,14 @@ 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 "<emph>{file} macro:///[Library.Module.MacroName]</emph>" -msgstr "<emph>{fitxer} macro:///[Biblioteca.Mòdul.NomDeLaMacro]</emph>" +msgid "<emph>{file} macro://./[Library.Module.MacroName]</emph>" +msgstr "" #. XaUob #: start_parameters.xhp diff --git a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po index ffcc5e509f4..892392e91ca 100644 --- a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca_VALENCIA/>\n" @@ -5156,6 +5156,15 @@ msgctxt "" msgid "<ahelp hid=\".\">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.</ahelp>" msgstr "<ahelp hid=\".\">Si esta opció està activada, el %PRODUCTNAME emmagatzemarà de manera segura totes les contrasenyes que utilitzeu per accedir a fitxers des dels servidors web. Podeu recuperar les contrasenyes de la llista després d'introduir la contrasenya mestra.</ahelp>" +#. 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 "" @@ -7055,13 +7064,13 @@ msgctxt "" msgid "Formatting Aids" msgstr "Ajudes a la formatació" -#. vKHJD +#. rm6EA #: 01040600.xhp msgctxt "" "01040600.xhp\n" "bm_id3144510\n" "help.text" -msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>formatting marks (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; formatting marks (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>soft hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>" +msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>formatting marks (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; formatting marks (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>soft hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value><bookmark_value>Math baseline alignment (Writer)</bookmark_value>" msgstr "" #. 4FxhX @@ -7082,6 +7091,33 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/OptFormatAidsPage\">Defineix la visualització per a determinats caràcters i per al cursor directe dels documents de text i HTML del $[officename].</ahelp>" +#. 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 "" @@ -8252,14 +8288,14 @@ msgctxt "" msgid "Compatibility" msgstr "Compatibilitat" -#. DoWVy +#. tYGmh #: 01041000.xhp msgctxt "" "01041000.xhp\n" "bm_id3577990\n" "help.text" -msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value> <bookmark_value>formatting;printer metrics (Writer)</bookmark_value> <bookmark_value>metrics;document formatting (Writer)</bookmark_value> <bookmark_value>printer metrics for document formatting (Writer)</bookmark_value>" -msgstr "<bookmark_value>documents del Word;compatibilitat</bookmark_value><bookmark_value>importació;paràmetres de compatibilitat per a la importació de text</bookmark_value><bookmark_value>opcions;compatibilitat (Writer)</bookmark_value><bookmark_value>paràmetres de compatibilitat per a la importació del MS Word</bookmark_value><bookmark_value>Microsoft Office;importació de documents del Word</bookmark_value><bookmark_value>format;importació de documents del Word</bookmark_value><bookmark_value>formatació; mètrica de la impressora (Writer)</bookmark_value><bookmark_value>mètrica;formatació del document (Writer)</bookmark_value><bookmark_value>mètrica de la impressora per a la formatació del document (Writer)</bookmark_value>" +msgid "<bookmark_value>Word documents;compatibility</bookmark_value> <bookmark_value>importing;compatibility settings for text import</bookmark_value> <bookmark_value>options;compatibility (Writer)</bookmark_value> <bookmark_value>compatibility settings for MS Word import</bookmark_value> <bookmark_value>Microsoft Office;importing Word documents</bookmark_value> <bookmark_value>layout;importing Word documents</bookmark_value>" +msgstr "" #. xvqun #: 01041000.xhp @@ -8288,33 +8324,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 "Alguns dels paràmetres definits ací només són vàlids per al document actual i s'han de definir per separat per a cada document." -#. zGY4w -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"hd_id3149400\n" -"help.text" -msgid "Use printer metrics for document formatting" -msgstr "Utilitza la mètrica de la impressora per a la formatació del document" - -#. SD8QA -#: 01041000.xhp -msgctxt "" -"01041000.xhp\n" -"par_id3155602\n" -"help.text" -msgid "<ahelp hid=\".\">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.</ahelp>" -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 "Si definiu esta opció per al document actual i, a continuació, guardeu el document, per exemple, en un format binari més antic, esta opció no es desarà. Si més avant obriu el fitxer amb el format més antic, esta opció estarà definida per defecte." - #. J39oF #: 01041000.xhp msgctxt "" @@ -10016,24 +10025,6 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/markhdrcb\">Specifies whether to highlight column and row headers in the selected columns or rows.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/markhdrcb\">Especifica si es realcen les capçaleres de columna i de fila de les columnes o files seleccionades.</ahelp>" -#. ZPUTr -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"hd_id3159252\n" -"help.text" -msgid "Use printer metrics for text formatting" -msgstr "Utilitza la mètrica de la impressora per a la formatació de text" - -#. B7nyG -#: 01060300.xhp -msgctxt "" -"01060300.xhp\n" -"par_id3145366\n" -"help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/textfmtcb\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing." -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/textfmtcb\">Especifica que la mètrica de la impressora s'aplica per imprimir i també per formatar la visualització en pantalla.</ahelp> Si esta casella no està activada, s'utilitzarà un disseny independent de la impressora per a la visualització en pantalla i per a la impressió." - #. WvdHF #: 01060300.xhp msgctxt "" @@ -14885,14 +14876,14 @@ msgctxt "" msgid "Defines how the connections to data sources are pooled." msgstr "Defineix com s'habiliten les connexions a les fonts de dades." -#. KG6qY +#. 7Z4FJ #: 01160100.xhp msgctxt "" "01160100.xhp\n" "par_id3147088\n" "help.text" -msgid "The<emph> Connections </emph>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 "L'opció <emph>Connexions</emph> vos permet establir que les connexions que ja no siguen necessàries no se suprimisquen immediatament, sinó que es mantinguin lliures durant un període de temps determinat. Si és necessària una connexió nova a les fonts de dades durant este període, es podrà utilitzar la connexió lliure amb esta finalitat." +msgid "<ahelp hid=\"cui/ui/connpooloptions/ConnPoolPage\"/>The<emph> Connections </emph>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 #: 01160100.xhp diff --git a/source/ca-valencia/helpcontent2/source/text/simpress/04.po b/source/ca-valencia/helpcontent2/source/text/simpress/04.po index c5fea89fcb8..704626bd33f 100644 --- a/source/ca-valencia/helpcontent2/source/text/simpress/04.po +++ b/source/ca-valencia/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: 2020-05-23 22:45+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress04/ca_VALENCIA/>\n" @@ -332,14 +332,14 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Efecte</emph>" -#. wvCBg +#. WGd82 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3154642\n" "help.text" -msgid "Esc" -msgstr "Esc" +msgid "Esc or -" +msgstr "" #. n4adw #: 01020000.xhp @@ -350,14 +350,14 @@ msgctxt "" msgid "End presentation." msgstr "Finalitza la presentació." -#. 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" -msgstr "Barra espaiadora o fletxa dreta o fletxa avall o Av Pàg o Retorn o N" +msgid "Left click or Spacebar or Right arrow or Down arrow or Page Down or Enter or Return" +msgstr "" #. 7hxGb #: 01020000.xhp @@ -404,14 +404,14 @@ msgctxt "" msgid "Type a number of a slide and press Enter to go to the slide." msgstr "Escriviu el número d'una diapositiva i premeu Retorn per anar a la diapositiva." -#. 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" -msgstr "Fletxa esquerra o fletxa amunt o Re Pàg o Retrocés o P" +msgid "Right click or Left arrow or Up arrow or Page Up or Backspace" +msgstr "" #. grY6a #: 01020000.xhp @@ -548,6 +548,60 @@ msgctxt "" msgid "Show white screen until next key or mouse wheel event." msgstr "Mostra una pantalla blanca fins que no es torna a utilitzar el teclat o la rodeta del ratolí." +#. 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 "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+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 "" @@ -1889,14 +1943,14 @@ msgctxt "" msgid "Next slide, or next effect" msgstr "Diapositiva o efecte següent" -#. 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'" -msgstr "Clic amb el botó esquerre, fletxa dreta, fletxa avall, barra espaiadora, Av Pàg, retorn, «N»" +msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return" +msgstr "" #. xVgqH #: presenter.xhp @@ -1907,14 +1961,50 @@ msgctxt "" msgid "Previous slide, or previous effect" msgstr "Diapositiva o efecte anterior" -#. r8Lqw +#. vCcu4 #: presenter.xhp msgctxt "" "presenter.xhp\n" "par_id0921200901104115\n" "help.text" -msgid "Right click, left arrow, up arrow, page up, backspace, 'P'" -msgstr "Clic amb el botó dret, fletxa esquerra, fletxa amunt, Re Pàg, retrocés, «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 #: presenter.xhp @@ -2167,3 +2257,39 @@ msgctxt "" "help.text" msgid "Ctrl-'3'" msgstr "Ctrl-«3»" + +#. 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 "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+'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 "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+'A'" +msgstr "" diff --git a/source/ca-valencia/helpcontent2/source/text/smath/guide.po b/source/ca-valencia/helpcontent2/source/text/smath/guide.po index c5b96543e31..ff96139edc7 100644 --- a/source/ca-valencia/helpcontent2/source/text/smath/guide.po +++ b/source/ca-valencia/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: 2020-05-23 22:45+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsmathguide/ca_VALENCIA/>\n" @@ -260,13 +260,13 @@ msgctxt "" msgid "The example below creates a formula where <emph>a</emph> is shown using the default color (black) and <emph>b</emph> is shown in red." msgstr "" -#. jV7H8 +#. QBxDL #: color.xhp msgctxt "" "color.xhp\n" "par_id211641848286949\n" "help.text" -msgid "Beware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black." +msgid "Be aware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black." msgstr "" #. hLeFX diff --git a/source/ca-valencia/helpcontent2/source/text/swriter.po b/source/ca-valencia/helpcontent2/source/text/swriter.po index 0e306cdcf36..14d0a6c9aba 100644 --- a/source/ca-valencia/helpcontent2/source/text/swriter.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ca_VALENCIA/>\n" @@ -1277,22 +1277,13 @@ msgctxt "" msgid "Opens the Row Height dialog where you can change the height of a row." msgstr "Obri un quadre de diàleg per canviar l'alçària d'una fila." -#. 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 "<link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\">Minimal Row Height</link>" msgstr "" #. EF7XB @@ -1331,22 +1322,13 @@ msgctxt "" msgid "Opens the Column Width dialog where you can change the width of a column." msgstr "Obri un quadre de diàleg per canviar l'amplària d'una columna." -#. 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 "<link href=\"text/shared/01/minimal_column_width.xhp\" name=\"Minimal Column Width\">Minimal Column Width</link>" msgstr "" #. Y4m4U @@ -2960,6 +2942,123 @@ msgctxt "" msgid "You can use the <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">Help system</link> as a complete reference for $[officename] applications, including <link href=\"text/swriter/guide/main.xhp\" name=\"instructions\">instructions</link> for simple and complex tasks." msgstr "Podeu utilitzar el <link href=\"text/shared/05/00000110.xhp\" name=\"Help system\">sistema d'ajuda</link> com a referència completa per a les aplicacions del $[officename], que inclou <link href=\"text/swriter/guide/main.xhp\" name=\"instruccions\">instruccions</link> per dur a terme tasques simples i complexes." +#. 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 "<bookmark_value>navigate forward</bookmark_value> <bookmark_value>navigate backward</bookmark_value>" +msgstr "" + +#. 4yqQc +#: navigate_toolbar.xhp +msgctxt "" +"navigate_toolbar.xhp\n" +"hd_id111655496106993\n" +"help.text" +msgid "<variable id=\"h1\"><link href=\"text/swriter/navigate_toolbar.xhp\" name=\"Navigate Toolbar\">Navigate Toolbar</link></variable>" +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 <menuitem>View - Toolbars - Navigation</menuitem>." +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 "<image src=\"cmd/lc_nextrecord.svg\" id=\"img_id981655500839247\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311655500839247\">Icon Forward</alt></image>" +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 "<image src=\"cmd/lc_prevrecord.svg\" id=\"img_id521655500856490\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971655500856491\">Icon Back</alt></image>" +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 "" @@ -2969,13 +3068,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 "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>" +msgid "<variable id=\"h1\"><link href=\"text/swriter/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>" msgstr "" #. 4XWe5 diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/00.po b/source/ca-valencia/helpcontent2/source/text/swriter/00.po index b7d717a9ef6..27304f13b0f 100644 --- a/source/ca-valencia/helpcontent2/source/text/swriter/00.po +++ b/source/ca-valencia/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: 2020-05-23 22:45+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/ca_VALENCIA/>\n" @@ -125,6 +125,33 @@ msgctxt "" msgid "Jump to Next Script" msgstr "Salta a l'script següent" +#. JfMLs +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id141655490294948\n" +"help.text" +msgid "On the <emph>Tools</emph> bar, click" +msgstr "" + +#. Fc3UH +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id841655490311116\n" +"help.text" +msgid "<image src=\"cmd/lc_hyphenate.svg\" id=\"img_id341655490311117\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id771655490311118\">Icon Hyphenation</alt></image>" +msgstr "" + +#. SZQQj +#: 00000004.xhp +msgctxt "" +"00000004.xhp\n" +"par_id971655490311120\n" +"help.text" +msgid "Hyphenation" +msgstr "" + #. X5cDM #: 00000401.xhp msgctxt "" @@ -530,23 +557,23 @@ msgctxt "" msgid "Choose <menuitem>View - Web</menuitem>" msgstr "" -#. owBsk +#. 5Jnnn #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3154640\n" "help.text" -msgid "On Tools bar, enable" -msgstr "A la barra Eines, activeu" +msgid "On <emph>Tools</emph> bar, enable" +msgstr "" -#. gaGd3 +#. UMkhu #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_id3150765\n" "help.text" -msgid "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" -msgstr "<image id=\"img_id3147572\" src=\"cmd/sc_browseview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Icona web</alt></image>" +msgid "<image id=\"img_id3147572\" src=\"cmd/lc_browseview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Web Icon</alt></image>" +msgstr "" #. ac6QE #: 00000403.xhp @@ -2303,78 +2330,6 @@ msgctxt "" msgid "<variable id=\"hoehez\">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable>" msgstr "<variable id=\"hoehez\">Al menú contextual d'una cel·la, trieu <emph>Fila ▸ Alçària</emph>.</variable>" -#. cWnEp -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155536\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>." -msgstr "Trieu <emph>Taula ▸ Adaptació automàtica ▸ Alçària òptima de la fila</emph>." - -#. mLkuG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3155555\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. cH2we -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145222\n" -"help.text" -msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icon Optimal Row Height</alt></image>" -msgstr "" - -#. fRVE5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153545\n" -"help.text" -msgid "Optimal Row Height" -msgstr "Alçària òptima de la fila" - -#. rYvBh -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153569\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>." -msgstr "" - -#. anxFF -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153755\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. G9F4N -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145297\n" -"help.text" -msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>" -msgstr "" - -#. mcGuL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3153206\n" -"help.text" -msgid "Distribute Rows Evenly" -msgstr "" - #. sa4Tg #: 00000405.xhp msgctxt "" @@ -2438,78 +2393,6 @@ msgctxt "" msgid "<variable id=\"breites\">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable>" msgstr "<variable id=\"breites\">Al menú contextual d'una cel·la, trieu <emph>Columna ▸ Amplària</emph>.</variable>" -#. nmQbw -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3154752\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>." -msgstr "Trieu <emph>Taula ▸ Adaptació automàtica ▸ Amplària òptima de la columna</emph>." - -#. DZ9xL -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3148932\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. WzXMG -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3157881\n" -"help.text" -msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icon Optimal Column Width</alt></image>" -msgstr "" - -#. iRYb5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3150524\n" -"help.text" -msgid "Optimal Column Width" -msgstr "Amplària òptima de la columna" - -#. GM4n5 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3159219\n" -"help.text" -msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>." -msgstr "Trieu <emph>Taula ▸ Adaptació automàtica ▸ Distribueix les columnes uniformement</emph>." - -#. GZbSc -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3156426\n" -"help.text" -msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click" -msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a" - -#. 68Em3 -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3145179\n" -"help.text" -msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icon Distribute Columns Evenly</alt></image>" -msgstr "" - -#. njBSt -#: 00000405.xhp -msgctxt "" -"00000405.xhp\n" -"par_id3151364\n" -"help.text" -msgid "Space Columns Equally" -msgstr "Espaia totes les columnes per igual" - #. zEgss #: 00000405.xhp msgctxt "" diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po index 07b03648674..cf91a5bac8c 100644 --- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca_VALENCIA/>\n" @@ -18296,13 +18296,13 @@ msgctxt "" msgid "<emph>Character:</emph> 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 @@ -21986,23 +21986,23 @@ msgctxt "" msgid "Set the height of rows, or select, insert, and delete rows." msgstr "Configureu l'alçària de les files, o seleccioneu, inseriu i suprimiu les files." -#. tTM7D +#. f54iw #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3083451\n" "help.text" -msgid "<link href=\"text/swriter/01/05110100.xhp\" name=\"Height\">Height</link>" -msgstr "<link href=\"text/swriter/01/05110100.xhp\" name=\"Alçària\">Alçària</link>" +msgid "<link href=\"text/swriter/01/05110100.xhp\" name=\"Height\">Row Height</link>" +msgstr "" -#. nuUgF +#. yEgLU #: 05110000.xhp msgctxt "" "05110000.xhp\n" "hd_id3149349\n" "help.text" -msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Height</link>" -msgstr "<link href=\"text/swriter/01/05110200.xhp\" name=\"Alçària òptima\">Alçària òptima</link>" +msgid "<link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Height\">Optimal Row Height</link>" +msgstr "" #. vXmYe #: 05110000.xhp @@ -22031,14 +22031,14 @@ msgctxt "" msgid "Row Height" msgstr "Alçària de la fila" -#. MH88T +#. EJ9C7 #: 05110100.xhp msgctxt "" "05110100.xhp\n" "par_id3149053\n" "help.text" -msgid "<variable id=\"hoehetext\"><ahelp hid=\".uno:SetRowHeight\">Changes the height of the selected row(s).</ahelp></variable>" -msgstr "<variable id=\"hoehetext\"><ahelp hid=\".uno:SetRowHeight\">Canvia l'alçària de les files seleccionades.</ahelp></variable>" +msgid "<variable id=\"row_height_text\"><ahelp hid=\".uno:SetRowHeight\">Changes the height of the selected row(s).</ahelp></variable>" +msgstr "" #. DGA9e #: 05110100.xhp @@ -22076,50 +22076,59 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/rowheight/fit\">Automatically adjusts the row height to match the contents of the cells.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/rowheight/fit\">Ajusta automàticament l'alçària de la fila perquè coincidisca amb els continguts de les cel·les.</ahelp>" -#. 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 <link href=\"text/swriter/01/05110200.xhp\" name=\"Row - Optimal Height\"><emph>Row - Optimal Height</emph></link>." -msgstr "També podeu fer un clic amb el botó dret a la cel·la i, a continuació, triar <link href=\"text/swriter/01/05110200.xhp\" name=\"Format - Fila - Alçària òptima\"><emph>Format - Fila - Alçària òptima</emph></link>." +msgid "You can also right-click in a cell, and then choose <link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row Height\"><menuitem>Size - Minimal Row Height</menuitem></link>." +msgstr "" -#. sKqJq +#. 4JwEA #: 05110200.xhp msgctxt "" "05110200.xhp\n" "tit\n" "help.text" -msgid "Optimal Height" -msgstr "Alçària òptima" +msgid "Optimal Row Height" +msgstr "" -#. vsFQs +#. EtLnn #: 05110200.xhp msgctxt "" "05110200.xhp\n" "hd_id3150010\n" "help.text" -msgid "Optimal Height" -msgstr "Alçària òptima" +msgid "<variable id=\"optimal_row_height_h1\"><link href=\"text/swriter/01/05110200.xhp\" name=\"Optimal Row Height\">Optimal Row Height</link></variable>" +msgstr "" -#. QmrgE +#. LZXDJ #: 05110200.xhp msgctxt "" "05110200.xhp\n" "par_id3147436\n" "help.text" -msgid "<variable id=\"zeilenhoehetext\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Automatically adjusts row heights to match the contents of the cells.</ahelp> This is the default setting for new tables.</variable>" -msgstr "<variable id=\"zeilenhoehetext\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Ajusta automàticament les alçades de les files perquè coincidisquen amb els continguts de les cel·les.</ahelp> Este és el paràmetre per defecte per a les taules noves.</variable>" +msgid "<variable id=\"optimal_row_height_text\"><ahelp hid=\".uno:SetOptimalRowHeight\" visibility=\"visible\">Set row height for selected table rows so that each row has the same height as the row with the tallest content.</ahelp></variable>" +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 "Esta opció només està disponible si la taula conté una fila amb una alçària fixa." +msgid "This option is similar to first minimizing row height for selected rows by using <link href=\"text/shared/01/minimal_row_height.xhp\" name=\"Minimal Row\"><menuitem>Minimal Row Height</menuitem></link> and then distributing those rows by using <link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Rows\"><menuitem>Distribute Rows Evenly</menuitem></link>, except that additional height is added to each row if necessary to prevent the total table height from reducing." +msgstr "" #. kFGSx #: 05110300.xhp @@ -22220,15 +22229,6 @@ msgctxt "" msgid "<link href=\"text/swriter/01/05120100.xhp\" name=\"Width...\">Width...</link>" msgstr "<link href=\"text/swriter/01/05120100.xhp\" name=\"Amplària...\">Amplària...</link>" -#. 8wN4v -#: 05120000.xhp -msgctxt "" -"05120000.xhp\n" -"hd_id3154558\n" -"help.text" -msgid "<link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal width\">Optimal width</link>" -msgstr "<link href=\"text/swriter/01/05120200.xhp\" name=\"Amplària òptima\">Amplària òptima</link>" - #. xLaL2 #: 05120000.xhp msgctxt "" @@ -22310,41 +22310,131 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/columnwidth/width\">Enter the width that you want for the selected column(s).</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/columnwidth/width\">Introduïu l'amplària que voleu per a les columnes seleccionades.</ahelp>" -#. zC8bx +#. wRjGh #: 05120200.xhp msgctxt "" "05120200.xhp\n" "tit\n" "help.text" -msgid "Optimal Width" -msgstr "Amplària òptima" +msgid "Optimal Column Width" +msgstr "" -#. mH4ny +#. 3GFtH #: 05120200.xhp msgctxt "" "05120200.xhp\n" "hd_id3149500\n" "help.text" -msgid "Optimal Width" -msgstr "Amplària òptima" +msgid "<variable id=\"optimal_column_width_h1\"><link href=\"text/swriter/01/05120200.xhp\" name=\"Optimal Column Width\">Optimal Column Width</link></variable>" +msgstr "" -#. 6hn6w +#. Rt2Cv #: 05120200.xhp msgctxt "" "05120200.xhp\n" "par_id3149050\n" "help.text" -msgid "<variable id=\"spaltenbreitetext\"><ahelp hid=\".uno:SetOptimalColumnWidth\">Automatically adjusts column widths to match the contents of the cells.</ahelp> 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.</variable>" -msgstr "<variable id=\"spaltenbreitetext\"><ahelp hid=\".uno:SetOptimalColumnWidth\">Ajusta automàticament l'amplària de la columna perquè coincidisca amb els continguts de les cel·les.</ahelp> Canviar l'amplària d'una columna no afecta l'amplària d'altres columnes de la taula. L'amplària de la taula no pot excedir l'amplària de la pàgina.</variable>" +msgid "<variable id=\"column_width_text\"><ahelp hid=\".uno:SetOptimalColumnWidth\">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.</ahelp></variable>" +msgstr "" + +#. srS86 +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id811655764710135\n" +"help.text" +msgid "<ahelp hid=\".uno:SetOptimalColumnWidth\">Adjust column width for selected columns to fit the column’s content, without changing the width of the table or the unselected columns.</ahelp>" +msgstr "" + +#. YxcTu +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id611656069528584\n" +"help.text" +msgid "<menuitem>Optimal Column Width</menuitem> attempts to give a column width for the selected cells so that the longest paragraph in each cell can, as a minimum, <emph>fit</emph> 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 "" -#. vZ4cZ +#. vv4Mm #: 05120200.xhp msgctxt "" "05120200.xhp\n" -"par_id5611743\n" +"par_id651656105163827\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." -msgstr "El canvi només afecta les cel·les seleccionades. Podeu ajustar diverses cel·les perquè apareguen l'una al costat de l'altra si seleccioneu les cel·les al mateix temps." +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 "" + +#. 3yMfG +#: 05120200.xhp +msgctxt "" +"05120200.xhp\n" +"par_id471656104869532\n" +"help.text" +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 "<menuitem>Optimal Column Width</menuitem> attempts to give a column width for the selected columns so that the longest paragraph in each column can, as a minimum, <emph>fit</emph> 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 #: 05120300.xhp @@ -25001,23 +25091,32 @@ msgctxt "" msgid "Hyphenation" msgstr "Partició de mots" -#. 9uZNy +#. VBCtx #: 06030000.xhp msgctxt "" "06030000.xhp\n" "hd_id3154657\n" "help.text" -msgid "Hyphenation" -msgstr "Partició de mots" +msgid "<variable id=\"Hyphenationh1\"><link href=\"text/swriter/01/06030000.xhp\" name=\"Hyphenation\">Hyphenation</link></variable>" +msgstr "" -#. nUqc5 +#. 7teeb #: 06030000.xhp msgctxt "" "06030000.xhp\n" "par_id3148572\n" "help.text" -msgid "<variable id=\"silben\"><ahelp hid=\".\">Inserts hyphens in words that are too long to fit at the end of a line.</ahelp> $[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.</variable>" -msgstr "<variable id=\"silben\"><ahelp hid=\".\">Insereix guionets en les paraules que són massa llargues per cabre al final d'una línia.</ahelp> El $[officename] busca el document i suggereix una partició de mots que podeu acceptar o rebutjar. Si hi ha text seleccionat, el diàleg Partició de mots s'aplica només al text seleccionat. Si no hi ha text seleccionat, el diàleg Partició de mots s'aplica a tot el document.</variable>" +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 #: 06030000.xhp @@ -27827,6 +27926,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 "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>" +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 "<link href=\"text/swriter/01/contentcontrol01.xhp\">Content Control List Item Properties</link>" +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/ca-valencia/helpcontent2/source/text/swriter/02.po b/source/ca-valencia/helpcontent2/source/text/swriter/02.po index a02ed54092a..c2927796586 100644 --- a/source/ca-valencia/helpcontent2/source/text/swriter/02.po +++ b/source/ca-valencia/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: 2021-01-12 10:36+0000\n" "Last-Translator: Joan Montané <joan@montane.cat>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ca_VALENCIA/>\n" @@ -1430,13 +1430,13 @@ msgctxt "" msgid "Formula" msgstr "Fórmula" -#. utFBz +#. AjuPD #: 14020000.xhp msgctxt "" "14020000.xhp\n" "bm_id3149687\n" "help.text" -msgid "<bookmark_value>formulas; in text documents</bookmark_value><bookmark_value>operators; in table formulas</bookmark_value><bookmark_value>statistical functions in tables</bookmark_value><bookmark_value>mathematical functions in tables</bookmark_value><bookmark_value>trigonometric functions in tables</bookmark_value><bookmark_value>pages;number of pages in table formulas</bookmark_value><bookmark_value>variables;document properties in table formulas</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" +msgid "<bookmark_value>formulas; in text documents</bookmark_value><bookmark_value>table formulas; in text documents</bookmark_value><bookmark_value>operators; in table formulas</bookmark_value><bookmark_value>statistical functions in tables</bookmark_value><bookmark_value>mathematical functions in tables</bookmark_value><bookmark_value>trigonometric functions in tables</bookmark_value><bookmark_value>pages;number of pages in table formulas</bookmark_value><bookmark_value>variables;document properties in table formulas</bookmark_value><bookmark_value>arithmetical operators in formulas</bookmark_value>" msgstr "" #. piUZw @@ -1466,22 +1466,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 <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Insert Fields\"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs." msgstr "La fórmula apareix a la línia d'entrada. Per indicar una àrea de cel·les en una taula, seleccioneu amb el ratolí les cel·les que voleu. Les referències corresponents de la cel·la també apareixen a la línia d'entrada. Introduïu paràmetres addicionals, si són necessaris, i feu clic a <emph>Aplica</emph> per confirmar la vostra entrada. També podeu introduir directament la fórmula si coneixeu la sintaxi apropiada. Això és necessari, per exemple, en els diàlegs <link href=\"text/swriter/01/04090000.xhp\" name=\"Insereix els camps\"><emph>Insereix els camps</emph></link> i <emph>Edita els camps</emph>." -#. fdG9Y +#. Nf9zE #: 14020000.xhp msgctxt "" "14020000.xhp\n" -"par_id621599564033048\n" +"par_id301663685328962\n" "help.text" -msgid "With the cursor in a table, press <keycode>F2</keycode>" +msgid "Go to <menuitem>Table - Edit Formula</menuitem>." msgstr "" -#. NdBeD +#. CDacX #: 14020000.xhp msgctxt "" "14020000.xhp\n" "par_id101599562003431\n" "help.text" -msgid "In the Table toolbar, press the <emph>Formula</emph> icon." +msgid "In the Table toolbar, press the <emph>Insert or Edit Formula</emph> icon." +msgstr "" + +#. akufr +#: 14020000.xhp +msgctxt "" +"14020000.xhp\n" +"par_id621599564033048\n" +"help.text" +msgid "In a text document, press <keycode>F2</keycode>." msgstr "" #. cgzyx @@ -3545,23 +3554,23 @@ msgctxt "" msgid "Images and Charts" msgstr "Imatges i diagrames" -#. WcvKF +#. JQmg6 #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"hd_id3148568\n" +"bm_id3147167\n" "help.text" -msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Images and Charts</link>" -msgstr "<link href=\"text/swriter/02/18120000.xhp\" name=\"Imatges i diagrames\">Imatges i diagrames</link>" +msgid "<bookmark_value>graphics;do not show</bookmark_value> <bookmark_value>images;do not show</bookmark_value> <bookmark_value>pictures;do not show</bookmark_value>" +msgstr "<bookmark_value>gràfics;no mostrar</bookmark_value> <bookmark_value>imatges;no mostrar</bookmark_value>" -#. JQmg6 +#. WcvKF #: 18120000.xhp msgctxt "" "18120000.xhp\n" -"bm_id3147167\n" +"hd_id3148568\n" "help.text" -msgid "<bookmark_value>graphics;do not show</bookmark_value> <bookmark_value>images;do not show</bookmark_value> <bookmark_value>pictures;do not show</bookmark_value>" -msgstr "<bookmark_value>gràfics;no mostrar</bookmark_value> <bookmark_value>imatges;no mostrar</bookmark_value>" +msgid "<link href=\"text/swriter/02/18120000.xhp\" name=\"Images and Charts\">Images and Charts</link>" +msgstr "<link href=\"text/swriter/02/18120000.xhp\" name=\"Imatges i diagrames\">Imatges i diagrames</link>" #. gHWtd #: 18120000.xhp @@ -3617,31 +3626,40 @@ msgctxt "" msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Direct Cursor Mode</link>" msgstr "<link href=\"text/swriter/02/18130000.xhp\" name=\"Cursor directe activat/desactivat\">Cursor directe activat/desactivat</link>" -#. JtTFV +#. Gxt3W #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3152896\n" "help.text" -msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>." -msgstr "<ahelp hid=\".uno:ShadowCursor\">Activa o desactiva el cursor directe.</ahelp> Podeu indicar el comportament del cursor directe si trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME ▸ Preferències</emph></caseinline><defaultinline><emph>Eines ▸ Opcions</emph></defaultinline></switchinline><emph> ▸ </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Document de text ▸ Ajudes a la formatació\"><emph>%PRODUCTNAME Writer ▸ Ajudes a la formatació</emph></link>." +msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp>" +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 <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>." +msgstr "" -#. 4k7XD +#. 5c3tj #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3151133\n" "help.text" -msgid "On Tools bar, click" -msgstr "A la barra Eines, feu clic a" +msgid "On <emph>Tools</emph> bar, click" +msgstr "" -#. DPCTF +#. CBw5G #: 18130000.xhp msgctxt "" "18130000.xhp\n" "par_id3147508\n" "help.text" -msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" +msgid "<image id=\"img_id3154840\" src=\"cmd/lc_shadowcursor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154840\">Icon Toggle Direct Cursor Mode</alt></image>" msgstr "" #. yboK5 diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po b/source/ca-valencia/helpcontent2/source/text/swriter/guide.po index 67936a24af0..edfa780dff2 100644 --- a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po +++ b/source/ca-valencia/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: 2021-01-29 00:36+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca_VALENCIA/>\n" @@ -16694,14 +16694,14 @@ msgctxt "" msgid "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149622\">Icon</alt></image>" 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 <item type=\"menuitem\">Optimize Size</item> toolbar on the <item type=\"menuitem\">Table</item> Bar." -msgstr "També podeu distribuir les files i les columnes de manera uniforme mitjançant les icones de la barra d'eines <item type=\"menuitem\">Optimitza</item>, a la barra <item type=\"menuitem\">Taula</item>." +msgid "You can also distribute rows and columns evenly using the icons on the <link href=\"text/shared/02/04210000.xhp\" name=\"Link to Optimize Size\"><menuitem>Optimize Size</menuitem></link> toolbar on the <link href=\"text/swriter/main0204.xhp\" name=\"Link to Table Bar\"><menuitem>Table</menuitem></link> Bar." +msgstr "" #. KJrfT #: table_sizing.xhp @@ -16748,32 +16748,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 "Manteniu la busca del ratolí damunt la línia divisòria de la columna en el regle fins que es convertisca en una icona de separador i, a continuació, arrossegueu la línia fins a una altra posició." -#. D9Bxw +#. DwuQ6 #: table_sizing.xhp msgctxt "" "table_sizing.xhp\n" "par_id0918200811260957\n" "help.text" -msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and then click and drag a line to scale all cells right or above the line proportionally." -msgstr "Manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, feu clic i traceu una línia arrossegant amb el ratolí per escalar proporcionalment totes les cel·les a la dreta o damunt de la línia." +msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the left or the right arrow key." -msgstr "Situeu el cursor en una cel·la de la columna, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> i, a continuació, premeu la tecla de fletxa esquerra o dreta." +msgid "Place the cursor in a cell in the column, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow key." -msgstr "Per augmentar la distància entre el límit esquerre de la pàgina i el límit de la taula, manteniu premudes les tecles <switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline>+Maj i, a continuació, premeu la tecla de fletxa dreta." +msgid "To increase the distance from the left edge of the page to the edge of the table, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift, and then press the right arrow key." +msgstr "" #. gsSuS #: table_sizing.xhp @@ -16856,14 +16856,14 @@ msgctxt "" msgid "Click inside the table. Choose <item type=\"menuitem\">Table - Properties</item> to open a dialog and set the properties to the numbers." msgstr "Feu clic dins la taula. Trieu <item type=\"menuitem\">Taula ▸ Propietats</item> per a obrir un diàleg i definir les propietats dels nombres." -#. 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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A twice to select the whole table, then choose <emph>Insert - Frame</emph>." -msgstr "Per ajustar el text als costats de la taula i per col·locar dues taules l'una al costat de l'altra, abans heu d'inserir les taules dins d'un marc. Feu clic dins de la taula, premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A dues vegades per seleccionar tota la taula i a continuació trieu <emph>Insereix - Marc</emph>." +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 <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A twice to select the whole table, then choose <emph>Insert - Frame</emph>." +msgstr "" #. 4LuFp #: table_sizing.xhp |