diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:23:14 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:39:38 +0200 |
commit | 561c214c699f3b563ba2507fd1ad9a709cf16653 (patch) | |
tree | 9115b32cddb880b72ecb721e4d62643401f08073 /source/it/helpcontent2 | |
parent | 4460c7babd574c5040a528d10fe51001c27680bc (diff) |
update translations for master
and foce-fix errors using pocheck
Change-Id: I12d26e666d46993fd4ff26616c09be9e5bf82fcd
Diffstat (limited to 'source/it/helpcontent2')
36 files changed, 7882 insertions, 4262 deletions
diff --git a/source/it/helpcontent2/source/auxiliary.po b/source/it/helpcontent2/source/auxiliary.po index 959985e0b6c..13cddb9f019 100644 --- a/source/it/helpcontent2/source/auxiliary.po +++ b/source/it/helpcontent2/source/auxiliary.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-24 16:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563485928.000000\n" #. fEEXD @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Programmare con Python" +#. JCHAg +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"0703\n" +"node.text" +msgid "Script Development Tools" +msgstr "" + #. KsAjT #: scalc.tree msgctxt "" diff --git a/source/it/helpcontent2/source/text/sbasic/guide.po b/source/it/helpcontent2/source/text/sbasic/guide.po index 4fc9fb85264..7bb34abd6e7 100644 --- a/source/it/helpcontent2/source/text/sbasic/guide.po +++ b/source/it/helpcontent2/source/text/sbasic/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-06-29 11:28+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563227451.000000\n" #. WcTKB @@ -682,6 +682,393 @@ msgctxt "" msgid "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Basic Programming Examples</link></variable>" msgstr "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Esempi di programmazione in Basic\">Esempi di programmazione in Basic</link></variable>" +#. GKzpN +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"tit\n" +"help.text" +msgid "Formatting Borders in Calc with Macros" +msgstr "" + +#. gDaEd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id461623364876507\n" +"help.text" +msgid "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\" name=\"Calc_Borders_h1\">Formatting Borders in Calc with Macros</link></variable>" +msgstr "" + +#. JyRxe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id461630536347127\n" +"help.text" +msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc." +msgstr "" + +#. 7FCuQ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id81630536486560\n" +"help.text" +msgid "Formatting Borders in Ranges of Cells" +msgstr "" + +#. jZniv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id871630536518700\n" +"help.text" +msgid "The code snippet below creates a <literal>Sub</literal> called <literal>FormatCellBorder</literal> that applies new border formats to a given range address in the current Calc sheet." +msgstr "" + +#. Xzm6Q +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id131630537785605\n" +"help.text" +msgid "' Creates the UNO struct that will store the new line format" +msgstr "" + +#. qpADJ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id971630537786724\n" +"help.text" +msgid "' Gets the target cell" +msgstr "" + +#. jXfEv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id791630537787373\n" +"help.text" +msgid "' Applies the new format to all borders" +msgstr "" + +#. 3csnz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id141630537941393\n" +"help.text" +msgid "The <literal>Sub</literal> described above takes in four arguments:" +msgstr "" + +#. r5ThF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id841630538209958\n" +"help.text" +msgid "<emph>cellAddress</emph> is a string such as denoting the range to be formatted in the format \"A1\"." +msgstr "" + +#. dfuE6 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id821630538210271\n" +"help.text" +msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\" name=\"LineStyles_link\">Line Styles</link> below)." +msgstr "" + +#. gKaYD +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630538210607\n" +"help.text" +msgid "<emph>newWidth</emph> is an integer value that defines the line width." +msgstr "" + +#. wVnmn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id71630538211142\n" +"help.text" +msgid "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function." +msgstr "" + +#. 3gYJs +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id201630538522838\n" +"help.text" +msgid "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:" +msgstr "" + +#. XpcA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id651630603779228\n" +"help.text" +msgid "' Gives access to the line style constants" +msgstr "" + +#. 44Cm4 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id321630538931144\n" +"help.text" +msgid "' Formats \"B5\" with solid blue borders" +msgstr "" + +#. m5WA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id91630538931686\n" +"help.text" +msgid "' Formats all borders in the range \"D2:F6\" with red dotted borders" +msgstr "" + +#. yt8qz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id31630540159114\n" +"help.text" +msgid "It is possible to implement the same functionality in Python:" +msgstr "" + +#. FEQGU +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id411630540777672\n" +"help.text" +msgid "# Defines the new line format" +msgstr "" + +#. cxBAF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id361630540778786\n" +"help.text" +msgid "# Scriptforge service to access cell ranges" +msgstr "" + +#. hUVfn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id931630541661889\n" +"help.text" +msgid "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:" +msgstr "" + +#. zmvzf +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630541889040\n" +"help.text" +msgid "The Python code presented above uses the <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"SF_link\">ScriptForge library</link> that is available since %PRODUCTNAME 7.2." +msgstr "" + +#. FfECT +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id361630539136798\n" +"help.text" +msgid "Line Styles" +msgstr "" + +#. Qt5gG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539147234\n" +"help.text" +msgid "Line styles are defined as integer constants. The table below lists the constants for the line styles available in <menuitem>Format - Cells - Borders</menuitem>:" +msgstr "" + +#. X2WVp +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id651630604006712\n" +"help.text" +msgid "Constant name" +msgstr "" + +#. JTgFF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539273987\n" +"help.text" +msgid "Integer value" +msgstr "" + +#. GZPBL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630539273987\n" +"help.text" +msgid "Line style name" +msgstr "" + +#. cGhRo +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id691630539273987\n" +"help.text" +msgid "Solid" +msgstr "" + +#. aFDHe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id591630539325162\n" +"help.text" +msgid "Dotted" +msgstr "" + +#. XJZxB +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id881630539433260\n" +"help.text" +msgid "Dashed" +msgstr "" + +#. VeExq +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id111630539463634\n" +"help.text" +msgid "Fine dashed" +msgstr "" + +#. n9ZFA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630539471483\n" +"help.text" +msgid "Double thin" +msgstr "" + +#. ydBcG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id671630539478101\n" +"help.text" +msgid "Dash dot" +msgstr "" + +#. a4wFd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id701630539484498\n" +"help.text" +msgid "Dash dot dot" +msgstr "" + +#. A9PVK +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680866\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\" name=\"BorderLineStyle_link\">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants." +msgstr "" + +#. aJTNw +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id31630542361666\n" +"help.text" +msgid "Formatting Borders Using TableBorder2" +msgstr "" + +#. yQYnF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id11630542436346\n" +"help.text" +msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section." +msgstr "" + +#. A25aA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id641630542724480\n" +"help.text" +msgid "In addition to top, bottom, left and right borders, <literal>TableBorder2</literal> also defines vertical and horizontal borders. The macro below applies only the top and bottom borders to the range \"B2:E5\"." +msgstr "" + +#. k7afV +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id191630543332073\n" +"help.text" +msgid "' Defines the new line format" +msgstr "" + +#. hSdDm +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id281630543333061\n" +"help.text" +msgid "' Struct that stores the new TableBorder2 definition" +msgstr "" + +#. SFrJL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id11630543334395\n" +"help.text" +msgid "' Applies the table format to the range \"B2:E5\"" +msgstr "" + +#. cSa4U +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id401630544066231\n" +"help.text" +msgid "The macro can be implemented in Python as follows:" +msgstr "" + +#. aipfb +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680102\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\" name=\"BorderLineStyle_link\">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes." +msgstr "" + #. YLjtF #: control_properties.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/sbasic/python.po b/source/it/helpcontent2/source/text/sbasic/python.po index 9070c58cd4e..2c42b57def3 100644 --- a/source/it/helpcontent2/source/text/sbasic/python.po +++ b/source/it/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:08+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563812253.000000\n" #. naSFZ @@ -493,14 +493,14 @@ msgctxt "" msgid "Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples." msgstr "Si riferisce alla cartella <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> per gli esempi delle finestre di dialogo dinamiche Python." -#. r6FEK +#. zNyQB #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "tit\n" "help.text" -msgid "Python : Monitoring Document Events" -msgstr "Python : monitoraggio degli eventi del documento" +msgid "Monitoring Document Events" +msgstr "" #. GyBAT #: python_document_events.xhp @@ -511,14 +511,59 @@ msgctxt "" msgid "<bookmark_value>Basic;Monitoring Document Events</bookmark_value> <bookmark_value>Python;Monitoring Document Events</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: Monitoring Document Event</bookmark_value> <bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>" msgstr "<bookmark_value>Basic;Monitoraggio degli eventi del documento</bookmark_value> <bookmark_value>Python;Monitoraggio degli eventi del documento</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: Monitoraggio degli eventi del documento</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoraggio degli eventi del documento</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: Monitoraggio degli eventi del documento</bookmark_value> <bookmark_value>API;lang.EventObject: Monitoraggio degli eventi del documento</bookmark_value>" -#. gsCNB +#. D6i78 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0527\n" "help.text" -msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link></variable>" -msgstr "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoraggio degli eventi del documento\">Monitoraggio degli eventi del documento</link></variable>" +msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" +msgstr "" + +#. 9kSGW +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id641630582314861\n" +"help.text" +msgid "Listening to document events can help in the following situations:" +msgstr "" + +#. NEQoZ +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id431630582396327\n" +"help.text" +msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." +msgstr "" + +#. Tror9 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id461630582396782\n" +"help.text" +msgid "Control the processing of document save, document copy, print or mailmerge requests." +msgstr "" + +#. xrRHB +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id631630582394790\n" +"help.text" +msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" +msgstr "" + +#. fCNvj +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id601630582398998\n" +"help.text" +msgid "Import math Python packages before opening a Calc document. Release these packages when the document closes." +msgstr "" #. bXprs #: python_document_events.xhp @@ -529,14 +574,14 @@ msgctxt "" msgid "Next to <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts." msgstr "Accanto all'<link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assegnazione di macro agli eventi</link>, un utente può monitorare gli eventi generati dai documenti %PRODUCTNAME. Le emittenti API (Application Programming Interface) sono responsabili delle chiamate degli script degli eventi. A differenza dei listener, che richiedono di definire tutti i metodi supportati, anche se non utilizzati, i monitor degli eventi richiedono solo due metodi accanto agli script degli eventi collegati." -#. HztRG +#. 6j5Bu #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0529\n" "help.text" -msgid "Listening to Document Events" -msgstr "Ascolto degli eventi del documento" +msgid "Monitoring Document Events" +msgstr "" #. SZGH4 #: python_document_events.xhp @@ -862,32 +907,32 @@ msgctxt "" msgid "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>Tools;Strings</bookmark_value>" msgstr "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>Strumento;Stringhe</bookmark_value>" -#. 3JWfM +#. D5Lsi #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0650\n" "help.text" -msgid "The <literal>Onload</literal> script is assigned to <emph>Open document</emph> event using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." -msgstr "Lo script <literal>Onload</literal> viene assegnato all'evento <emph>Open document</emph> utilizzando la scheda <menuitem>Eventi</menuitem> nel menu <menuitem>Strumenti – Personalizza</menuitem>. Il monitoraggio degli eventi inizia dal momento in cui un oggetto <literal>ConsoleLogger</literal> viene istanziato e si ferma quando il motore Basic lo pubblica. L'evento <literal>OnLoad</literal> carica le librerie Basic necessarie, mentre gli eventi catturati sono registrati utilizzando il modulo <literal>Access2Base.Trace</literal>." +msgid "Using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab, the <menuitem>Open document</menuitem> event fires a <literal>ConsoleLogger</literal> initialisation. <literal>_documentEventOccured</literal> routine - set by <literal>ConsoleLogger</literal> - serves as a unique entry point to trap all document events." +msgstr "" -#. TAiMF +#. gGpkW #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0651\n" +"hd_id421630510141729\n" "help.text" -msgid "REM controller.Events module" -msgstr "REM Modulo controller.Events" +msgid "controller.Events module" +msgstr "" -#. kYy8A +#. rJX92 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0653\n" +"bas_id431630567378062\n" "help.text" -msgid "Private _obj As Object ' controller.ConsoleLogger instance" -msgstr "Istanza Private _obj As Object ' controller.ConsoleLogger" +msgid "Global _obj As Object ' controller.ConsoleLogger instance" +msgstr "" #. PfRq6 #: python_document_events.xhp @@ -898,14 +943,32 @@ msgctxt "" msgid "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Open Document <<" msgstr "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Apri documento <<" -#. BEVFV +#. p8RfU +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id371630509596674\n" +"help.text" +msgid "''' ConsoleLogger unique entry point '''" +msgstr "" + +#. upGWH #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0659\n" +"hd_id721630511986813\n" "help.text" -msgid "REM controller.ConsoleLogger class module" -msgstr "REM Modulo di classe controller.ConsoleLogger" +msgid "controller.ConsoleLogger class module" +msgstr "" + +#. AN8tn +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id901630509435225\n" +"help.text" +msgid "Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops upon document closure. <literal>StartAdapter</literal> routine loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." +msgstr "" #. 2jXHB #: python_document_events.xhp @@ -916,14 +979,14 @@ msgctxt "" msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event" msgstr "' oggetto del modello di progettazione ADAPTER da istanziarsi nell'evento \"Open Document\"" -#. 9ZNpG +#. ueeGx #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0668\n" +"N0666\n" "help.text" -msgid "' CONSTRUCTOR/DESTRUCTOR" -msgstr "' CONSTRUCTOR/DESTRUCTOR" +msgid "Private Const UI_NOPROMPT = False ' Set it to True to visualise documents events" +msgstr "" #. EQG8C #: python_document_events.xhp @@ -934,6 +997,24 @@ msgctxt "" msgid "' MEMBERS" msgstr "' MEMBRI" +#. r5AkD +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id131630510956418\n" +"help.text" +msgid "Private _txtMsg As String ' text message to log in console" +msgstr "" + +#. JaEhY +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0677\n" +"help.text" +msgid "' PROPERTIES" +msgstr "" + #. aGuEg #: python_document_events.xhp msgctxt "" @@ -970,14 +1051,23 @@ msgctxt "" msgid "''' Initialize document events logging '''" msgstr "''' Inizializza il registro degli eventi del documento '''" -#. A5RuU +#. EERdL #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0706\n" +"bas_id211630511166427\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Si stanno registrando gli eventi del documento\", _" +msgid "If IsMissing(evt) Then _txtMsg = \"\" Else _txtMsg = evt.EventName & \"-\"" +msgstr "" + +#. hxzE4 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0705\n" +"help.text" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events are being logged\", UI_PROMPT)" +msgstr "" #. NkHa4 #: python_document_events.xhp @@ -988,14 +1078,32 @@ msgctxt "" msgid "''' Terminate document events logging '''" msgstr "''' Termina la registrazione degli eventi del documento '''" -#. np2xy +#. JEve4 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0717\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Gli eventi del documento sono stati registrati\", _" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events have been logged\", UI_PROMPT)" +msgstr "" + +#. GAD2E +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0719\n" +"help.text" +msgid "Access2Base.Trace.TraceConsole() ' Captured events dialog" +msgstr "" + +#. X8Kdh +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0722\n" +"help.text" +msgid "' EVENTS" +msgstr "" #. uVpJf #: python_document_events.xhp diff --git a/source/it/helpcontent2/source/text/sbasic/shared.po b/source/it/helpcontent2/source/text/sbasic/shared.po index c8087394f52..fabc75fd8aa 100644 --- a/source/it/helpcontent2/source/text/sbasic/shared.po +++ b/source/it/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-15 05:46+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564140282.000000\n" #. yzYVt @@ -646,14 +646,14 @@ msgctxt "" msgid "This method is only available for <emph>Python</emph> scripts." msgstr "Questo metodo è disponibile solo per gli script <emph>Python</emph>." -#. FMxTn +#. DmRoP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id81621427048241\n" "help.text" -msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. If it is not installed, an error will occur." -msgstr "Questo metodo richiede l'installazione dell'estensione <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link>. Se non è installato si verificherà un errore." +msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs." +msgstr "" #. yJwvF #: 00000003.xhp @@ -16567,14 +16567,14 @@ msgctxt "" msgid "<bookmark_value>Timer function</bookmark_value>" msgstr "<bookmark_value>Timer, funzione</bookmark_value>" -#. s4Cso +#. 2AGeD #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3149346\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link>" -msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Funzione Timer\">Funzione Timer</link>" +msgid "<variable id=\"Timer_H1\"><link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link></variable>" +msgstr "" #. AKDaG #: 03030303.xhp @@ -16594,24 +16594,6 @@ msgctxt "" msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned." msgstr "Dovete prima dichiarare una variabile che chiami la funzione Timer e assegnarle il tipo di dati \"Long \", diversamente viene restituito un valore in forma di data." -#. 7esAc -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3153768\n" -"help.text" -msgid "Syntax:" -msgstr "Sintassi:" - -#. AjxQM -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3146975\n" -"help.text" -msgid "Return value:" -msgstr "Valore restituito:" - #. zgXp6 #: 03030303.xhp msgctxt "" @@ -16621,50 +16603,32 @@ msgctxt "" msgid "Date" msgstr "Data" -#. p966o -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Example:" -msgstr "Esempio:" - -#. nf9Nk +#. ppCoJ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3145748\n" "help.text" -msgid "MsgBox lSec,0,\"Seconds since midnight\"" -msgstr "MsgBox lSec,0,\"Secondi trascorsi dalla mezzanotte\"" +msgid "MsgBox lSec, 0, \"Seconds since midnight\"" +msgstr "" -#. 7hHWi +#. E5DAZ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156283\n" "help.text" -msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\"" -msgstr "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"Sono le ore\"" +msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2), 0, \"The time is\"" +msgstr "" -#. QLp7F +#. CWMJG #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id491610993401822\n" "help.text" -msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal> service</link>." -msgstr "La funzione <literal>Timer</literal> misura il tempo in secondi. Per misurare il tempo in millisecondi, utilizzate il servizio <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal></link>." - -#. fsCiJ -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" -msgstr "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" +msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>." +msgstr "" #. ATnCy #: 03040000.xhp @@ -17035,6 +16999,42 @@ msgctxt "" msgid "VT - Vertical tab" msgstr "VT - Tabulazione verticale" +#. 8kxFA +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"bm_id391624288823741\n" +"help.text" +msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>" +msgstr "" + +#. EuAqS +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"hd_id941624288567829\n" +"help.text" +msgid "VBA Variable Type Named Constants" +msgstr "" + +#. AzBpy +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id31624288363725\n" +"help.text" +msgid "Named constant" +msgstr "" + +#. SrPWN +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id951624288363725\n" +"help.text" +msgid "Decimal value" +msgstr "" + #. LMbQP #: 03050000.xhp msgctxt "" @@ -28663,14 +28663,14 @@ msgctxt "" msgid "TypeName Function; VarType Function" msgstr "Funzione TypeName; Funzione VarType" -#. MZBfd +#. 5Bz7E #: 03103600.xhp msgctxt "" "03103600.xhp\n" "bm_id3143267\n" "help.text" -msgid "<bookmark_value>TypeName function</bookmark_value> <bookmark_value>VarType function</bookmark_value>" -msgstr "<bookmark_value>TypeName, funzione</bookmark_value> <bookmark_value>VarType, funzione</bookmark_value>" +msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value><bookmark_value>Basic Variable Type constants</bookmark_value>" +msgstr "" #. QYE2E #: 03103600.xhp @@ -28690,15 +28690,6 @@ msgctxt "" msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable." msgstr "Restituisce una stringa (TypeName) o un valore numerico (VarType) contenente informazioni relative a una variabile." -#. JGJq2 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3153825\n" -"help.text" -msgid "Syntax:" -msgstr "Sintassi:" - #. EkgRM #: 03103600.xhp msgctxt "" @@ -28708,15 +28699,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "TypeName (Variabile) / VarType (Variabile)" -#. Ax4Qv -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3145610\n" -"help.text" -msgid "Return value:" -msgstr "Valore restituito:" - #. gaAwa #: 03103600.xhp msgctxt "" @@ -28726,15 +28708,6 @@ msgctxt "" msgid "String; Integer" msgstr "String; Integer" -#. M8Nj4 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3146795\n" -"help.text" -msgid "Parameters:" -msgstr "Parametri:" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28744,14 +28717,14 @@ msgctxt "" msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:" msgstr "<emph>Variabile:</emph> variabile di cui si desidera determinare il tipo. Potete usare i seguenti valori:" -#. RbH5s +#. oxuiK #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "key word" -msgstr "parola chiave" +msgid "keyword" +msgstr "" #. EAezL #: 03103600.xhp @@ -28897,15 +28870,6 @@ msgctxt "" msgid "No valid data" msgstr "Nessun dato valido" -#. GqyDQ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3149338\n" -"help.text" -msgid "Example:" -msgstr "Esempio:" - #. qxhYF #: 03103600.xhp msgctxt "" @@ -31102,14 +31066,14 @@ msgctxt "" msgid "<bookmark_value>String function</bookmark_value>" msgstr "<bookmark_value>String, funzione</bookmark_value>" -#. j82Ba +#. C8tf8 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3147291\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link>" -msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"Funzione String\">Funzione String</link>" +msgid "<variable id=\"String_h1\"><link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link></variable>" +msgstr "" #. YVCRg #: 03120202.xhp @@ -32947,14 +32911,14 @@ msgctxt "" msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." msgstr "<emph>Confronta:</emph> espressione numerica opzionale che definisce il tipo di confronto. Il valore di questo parametro può essere 0 o 1. Il valore predefinito 1 specifica un confronto sul testo (senza distinzione tra maiuscole e minuscole). Il valore 0 specifica un confronto binario che tiene conto delle maiuscole e delle minuscole." -#. pbB6M +#. mZhFi #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153361\n" "help.text" -msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." -msgstr "Per evitare un errore runtime, non impostate il parametro Confronto se avete omesso il primo parametro di ritorno." +msgid "To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted." +msgstr "" #. gRVcn #: 03120401.xhp @@ -34405,14 +34369,14 @@ msgctxt "" msgid "CreateUnoService Function" msgstr "Funzione CreateUnoService" -#. khb7S +#. AmHDS #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" -msgstr "<bookmark_value>CreateUnoService, funzione</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" +msgid "<bookmark_value>CreateUnoService function</bookmark_value> <bookmark_value>API;FilePicker</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value>" +msgstr "" #. aeYuT #: 03131600.xhp @@ -34423,68 +34387,113 @@ msgctxt "" msgid "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link></variable>" msgstr "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"Funzione CreateUnoService\">Funzione CreateUnoService</link></variable>" -#. rJbLM +#. ztccV #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3152924\n" "help.text" -msgid "Instantiates a Uno service with the ProcessServiceManager." -msgstr "Crea un'istanza di un servizio Uno con il ProcessServiceManager." +msgid "Instantiates a Uno service with the <literal>ProcessServiceManager</literal>." +msgstr "" -#. NjYQ2 +#. WN5N9 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id3153346\n" +"par_id511629989178074\n" "help.text" -msgid "oService = CreateUnoService( Uno service name )" -msgstr "oServizio = CreateUnoService( nome servizio Uno )" +msgid "<input>oService = CreateUnoService( UNO service name )</input>" +msgstr "" -#. BajPb +#. 5oFHA #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_idN1060F\n" +"par_id921629989537850\n" "help.text" -msgid "For a list of available services, go to: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" -msgstr "Per un elenco dei servizi disponibili, consultate: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" +msgid "For a list of available services, visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"UNO_Service_Names\">com::sun::star Module</link> reference page." +msgstr "" -#. 9jnBL +#. BSPFS #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"bm_id731561653332192\n" +"par_id891561653344669\n" "help.text" -msgid "<bookmark_value>Calc functions;API Service</bookmark_value>" -msgstr "<bookmark_value>Calc, funzioni;Servizio API</bookmark_value>" +msgid "The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file." +msgstr "" -#. 7YLme +#. CCdzF #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id891561653344669\n" +"bas_id901629989240801\n" +"help.text" +msgid "Function FileExists(sPath as String) as Boolean" +msgstr "" + +#. egz97 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id361629989241073\n" "help.text" -msgid "Calling Calc functions in Basic:" -msgstr "Richiamare funzioni Calc in Basic:" +msgid "Dim svcSFA as Object" +msgstr "" + +#. kPKBG +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id461629989241289\n" +"help.text" +msgid "Set svcSFA = CreateUnoService(\"com.sun.star.ucb.SimpleFileAccess\")" +msgstr "" + +#. bTCFr +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id441629989241521\n" +"help.text" +msgid "Dim bExists as Boolean : bExists = svcSFA.exists(sPath)" +msgstr "" + +#. rn8Gk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id651629989241801\n" +"help.text" +msgid "Dim bIsFolder as Boolean : bIsFolder = svcSFA.IsFolder(sPath)" +msgstr "" + +#. 3Es78 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id521629989242114\n" +"help.text" +msgid "FileExists = bExists And Not bIsFolder" +msgstr "" -#. dASYG +#. ErPrk #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id741592351349391\n" +"bas_id211629989242416\n" "help.text" -msgid "REM The code below does not work for add-in functions, which have a different calling procedure." -msgstr "REM Il codice sottostante non viene eseguito dalle funzioni degli add-in, che hanno una diversa procedura per le chiamate." +msgid "End Function" +msgstr "" -#. JnBj8 +#. be6H2 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id31561653863623\n" +"par_id351629989310797\n" "help.text" -msgid "REM Always use the function English name" -msgstr "REM Usare sempre il nome inglese della funzione" +msgid "UNO services have an extensive online documentation in the <link href=\"https://api.libreoffice.org/\" name=\"API_Website\">api.libreoffice.org</link> website. Visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"SimpleFileAccess_Page\">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above." +msgstr "" #. U26ti #: 03131600.xhp @@ -34495,14 +34504,14 @@ msgctxt "" msgid "<bookmark_value>filepicker;API service</bookmark_value>" msgstr "<bookmark_value>Apri file;servizio API</bookmark_value>" -#. HjGD6 +#. WR9Yf #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10625\n" "help.text" -msgid "The following code uses a service to open a file open dialog:" -msgstr "Il codice seguente utilizza un servizio per aprire una finestra di apertura file:" +msgid "The following code uses the service <literal>com.sun.star.ui.dialogs.FilePicker</literal> to show a file open dialog:" +msgstr "" #. WENTD #: 03131600.xhp @@ -37465,14 +37474,14 @@ msgctxt "" msgid "<bookmark_value>Input function</bookmark_value>" msgstr "<bookmark_value>Input, funzione</bookmark_value>" -#. qsESF +#. 98TG4 #: 03160000.xhp msgctxt "" "03160000.xhp\n" -"hd_id3150499\n" +"hd_id141626276767913\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Funzione Input [VBA]\">Funzione Input [VBA]</link>" +msgid "<variable id=\"Input_h1\"><link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link></variable>" +msgstr "" #. FGDak #: 03160000.xhp @@ -37510,15 +37519,6 @@ msgctxt "" msgid "<emph>FileNumber</emph>: Required. Any valid file number." msgstr "<emph>FileNumber</emph>: obbligatorio. Qualsiasi numero di file valido." -#. EfnL6 -#: 03160000.xhp -msgctxt "" -"03160000.xhp\n" -"par_id061420170153186192\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020202.xhp\">Input# statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020202.xhp\">Input#; istruzione</link>" - #. on87b #: 03170000.xhp msgctxt "" @@ -38932,6 +38932,105 @@ msgctxt "" msgid "Use the <literal>CreateUNOService</literal> function to access the <literal>com.sun.star.sheet.FunctionAccess</literal> service." msgstr "Usate la funzione <literal>CreateUNOService</literal> per accedere al servizio <literal>com.sun.star.sheet.FunctionAccess</literal>." +#. LFEou +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629987917982\n" +"help.text" +msgid "The example below creates a function named <literal>MyVlook</literal> that calls the <literal>VLOOKUP</literal> Calc function over a data array passed as argument and returns the value found by the function." +msgstr "" + +#. NyNyQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id271629987890173\n" +"help.text" +msgid "' Always use the function name in English" +msgstr "" + +#. x87Fg +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id241629988142878\n" +"help.text" +msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. If first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." +msgstr "" + +#. XincG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id331629988249519\n" +"help.text" +msgid "' Creates a 5 by 2 array and fills it with data" +msgstr "" + +#. vGqJS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988249903\n" +"help.text" +msgid "myData(1, 1) = 1 : myData(1, 2) = \"Strongly disagree\"" +msgstr "" + +#. tFbTR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id201629988250130\n" +"help.text" +msgid "myData(2, 1) = 3 : myData(2, 2) = \"Disagree\"" +msgstr "" + +#. FtDFM +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id291629988250317\n" +"help.text" +msgid "myData(3, 1) = 5 : myData(3, 2) = \"Undecided\"" +msgstr "" + +#. VAGCD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731629988250530\n" +"help.text" +msgid "myData(4, 1) = 7 : myData(4, 2) = \"Agree\"" +msgstr "" + +#. zVfFm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988250759\n" +"help.text" +msgid "myData(5, 1) = 9 : myData(5, 2) = \"Strongly agree\"" +msgstr "" + +#. bH6aF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id521629988250997\n" +"help.text" +msgid "' Looks up the data array" +msgstr "" + +#. dbNrF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id491629988324413\n" +"help.text" +msgid "' Shows the message \"Disagree\"" +msgstr "" + #. V3quU #: calc_functions.xhp msgctxt "" @@ -38977,6 +39076,15 @@ msgctxt "" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "MySQRTPI = oService.getSqrtPi(arg)" +#. PsFhU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id651629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgstr "" + #. emGWD #: calc_functions.xhp msgctxt "" @@ -42244,23 +42352,23 @@ msgctxt "" msgid "UNO Objects" msgstr "Oggetti UNO" -#. 2XuCg +#. qDEE8 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "bm_id171544787218331\n" "help.text" -msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" -msgstr "<bookmark_value>Programmare;oggetti UNO</bookmark_value><bookmark_value>UNO, oggetti</bookmark_value><bookmark_value>UNO, funzioni</bookmark_value>" +msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" +msgstr "" -#. 5vZxD +#. DhRpt #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id3156027\n" "help.text" -msgid "UNO Objects, Functions and Services" -msgstr "Oggetti UNO, funzioni e servizi" +msgid "<variable id=\"UnoObjects_h1\"><link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UnoObjects_help\">UNO Objects, Functions and Services</link></variable>" +msgstr "" #. 9xsDp #: uno_objects.xhp diff --git a/source/it/helpcontent2/source/text/sbasic/shared/02.po b/source/it/helpcontent2/source/text/sbasic/shared/02.po index 7c68f5c41b1..82a9a417ad4 100644 --- a/source/it/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/it/helpcontent2/source/text/sbasic/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-12-17 14:17+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-01-24 14:52+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.9.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563811923.000000\n" #. 6Kkin @@ -1036,14 +1036,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\">Apre la barra dei <emph>Campi di controllo</emph>.</ahelp>" -#. cJADH +#. tFTAA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147226\n" "help.text" -msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icona</alt></image>" +msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>" +msgstr "" #. DCFsK #: 20000000.xhp @@ -1081,14 +1081,14 @@ msgctxt "" msgid "Button" msgstr "Pulsante" -#. ApFSn +#. extEu #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153824\n" "help.text" -msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icona</alt></image>" +msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>" +msgstr "" #. pGofA #: 20000000.xhp @@ -1117,14 +1117,14 @@ msgctxt "" msgid "Image Control" msgstr "Campo di controllo immagine" -#. iwZZH +#. GUAtq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154138\n" "help.text" -msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" -msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icona</alt></image>" +msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>" +msgstr "" #. VFc83 #: 20000000.xhp @@ -1144,14 +1144,14 @@ msgctxt "" msgid "Check Box" msgstr "Casella di controllo" -#. jLYsw +#. mDDYe #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155131\n" "help.text" -msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" -msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icona</alt></image>" +msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>" +msgstr "" #. QWB7B #: 20000000.xhp @@ -1171,14 +1171,14 @@ msgctxt "" msgid "Option Button" msgstr "Pulsante di scelta" -#. 4PEup +#. KRCpo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155856\n" "help.text" -msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" -msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icona</alt></image>" +msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>" +msgstr "" #. FWkY8 #: 20000000.xhp @@ -1198,14 +1198,14 @@ msgctxt "" msgid "Label Field" msgstr "Testo fisso" -#. LwW4F +#. DQafE #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149300\n" "help.text" -msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icona</alt></image>" +msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>" +msgstr "" #. XA4Aw #: 20000000.xhp @@ -1225,14 +1225,14 @@ msgctxt "" msgid "Text Box" msgstr "Casella di testo" -#. dfUPJ +#. DDKUC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153766\n" "help.text" -msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" -msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icona</alt></image>" +msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>" +msgstr "" #. ruGZ2 #: 20000000.xhp @@ -1252,14 +1252,14 @@ msgctxt "" msgid "List Box" msgstr "Casella di riepilogo" -#. w5Mw5 +#. LdHYT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icona</alt></image>" +msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>" +msgstr "" #. CZ7M5 #: 20000000.xhp @@ -1279,14 +1279,14 @@ msgctxt "" msgid "Combo Box" msgstr "Casella combinata" -#. QsBiA +#. YgGoR #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148418\n" "help.text" -msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" -msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icona</alt></image>" +msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>" +msgstr "" #. Vdn74 #: 20000000.xhp @@ -1306,14 +1306,14 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Barra di scorrimento orizzontale" -#. vjpAs +#. AeTvn #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153781\n" "help.text" -msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" -msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icona</alt></image>" +msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>" +msgstr "" #. Vbp2o #: 20000000.xhp @@ -1333,14 +1333,14 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Barra di scorrimento verticale" -#. dXpxZ +#. 2eBnb #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150515\n" "help.text" -msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" -msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icona</alt></image>" +msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>" +msgstr "" #. NmKDo #: 20000000.xhp @@ -1360,14 +1360,14 @@ msgctxt "" msgid "Group Box" msgstr "Casella di gruppo" -#. GZiCH +#. UCcgq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3151184\n" "help.text" -msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" -msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icona</alt></image>" +msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>" +msgstr "" #. aMgsB #: 20000000.xhp @@ -1396,14 +1396,14 @@ msgctxt "" msgid "Progress Bar" msgstr "Barra di avanzamento" -#. 3WCpk +#. SDEqL #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3159093\n" "help.text" -msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" -msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icona</alt></image>" +msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>" +msgstr "" #. AUUic #: 20000000.xhp @@ -1423,14 +1423,14 @@ msgctxt "" msgid "Horizontal Line" msgstr "Linea orizzontale" -#. SdtNG +#. M4v9f #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150888\n" "help.text" -msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" -msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icona</alt></image>" +msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>" +msgstr "" #. rVrjy #: 20000000.xhp @@ -1450,14 +1450,14 @@ msgctxt "" msgid "Vertical Line" msgstr "Linea verticale" -#. qbWE3 +#. mXCzj #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154913\n" "help.text" -msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" -msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icona</alt></image>" +msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>" +msgstr "" #. aQQuM #: 20000000.xhp @@ -1477,14 +1477,14 @@ msgctxt "" msgid "Date Field" msgstr "Campo data" -#. LfULF +#. ea37C #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148901\n" "help.text" -msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" -msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icona</alt></image>" +msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>" +msgstr "" #. VU2nc #: 20000000.xhp @@ -1513,14 +1513,14 @@ msgctxt "" msgid "Time Field" msgstr "Campo orario" -#. iuUUy +#. 7tb5m #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154338\n" "help.text" -msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" -msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icona</alt></image>" +msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>" +msgstr "" #. 6fSyF #: 20000000.xhp @@ -1540,14 +1540,14 @@ msgctxt "" msgid "Numeric Field" msgstr "Campo numerico" -#. EvwcB +#. GeNcT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3146107\n" "help.text" -msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" -msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icona</alt></image>" +msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>" +msgstr "" #. hMT5t #: 20000000.xhp @@ -1567,14 +1567,14 @@ msgctxt "" msgid "Currency Field" msgstr "Campo valuta" -#. XZarE +#. FEqFW #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153958\n" "help.text" -msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" -msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icona</alt></image>" +msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>" +msgstr "" #. BeFRH #: 20000000.xhp @@ -1594,14 +1594,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Campo formattato" -#. EF6Gs +#. B3cDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153162\n" "help.text" -msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icona</alt></image>" +msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>" +msgstr "" #. QAd5c #: 20000000.xhp @@ -1621,14 +1621,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Campo a maschera" -#. ioBYv +#. t7s46 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150379\n" "help.text" -msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" -msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icona</alt></image>" +msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>" +msgstr "" #. AJhaK #: 20000000.xhp @@ -1648,14 +1648,14 @@ msgctxt "" msgid "File Selection" msgstr "Selezione file" -#. EHVkw +#. WaVBA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149194\n" "help.text" -msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" -msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icona</alt></image>" +msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>" +msgstr "" #. 9GHDa #: 20000000.xhp @@ -1675,14 +1675,14 @@ msgctxt "" msgid "Select" msgstr "Seleziona" -#. kz5Vk +#. 3tedQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154903\n" "help.text" -msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" -msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icona</alt></image>" +msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>" +msgstr "" #. hAcNy #: 20000000.xhp @@ -1702,14 +1702,14 @@ msgctxt "" msgid "Properties" msgstr "Proprietà" -#. Yb2pD +#. uGYVs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148725\n" "help.text" -msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" -msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icona</alt></image>" +msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>" +msgstr "" #. pjygv #: 20000000.xhp @@ -1729,14 +1729,14 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Modo prova sì/no" -#. dYhm7 +#. zHJyC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147417\n" "help.text" -msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" -msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icona</alt></image>" +msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>" +msgstr "" #. 9gCL9 #: 20000000.xhp @@ -1756,14 +1756,14 @@ msgctxt "" msgid "Manage Language" msgstr "Gestisci lingua" -#. GshVT +#. BPnzG #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id2320017\n" "help.text" -msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" -msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Icona Gestisci lingua</alt></image>" +msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" +msgstr "" #. adqA5 #: 20000000.xhp @@ -1783,14 +1783,14 @@ msgctxt "" msgid "Tree Control" msgstr "Campo di controllo ad albero" -#. vkwC5 +#. tiKw8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511520\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Icona Campo di controllo ad albero</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>" +msgstr "" #. xFjgC #: 20000000.xhp @@ -1810,14 +1810,14 @@ msgctxt "" msgid "Table Control" msgstr "Campo di controllo tabella" -#. B9AyQ +#. 4bdNw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511524\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Icona Campo di controllo tabella</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>" +msgstr "" #. XzXwf #: 20000000.xhp @@ -1837,14 +1837,14 @@ msgctxt "" msgid "Hyperlink Control" msgstr "Controllo collegamento ipertestuale" -#. 2UPZL +#. CY98t #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511525\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Icona Inserisci controllo collegamento ipertestuale</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>" +msgstr "" #. C2Gjm #: 20000000.xhp diff --git a/source/it/helpcontent2/source/text/sbasic/shared/03.po b/source/it/helpcontent2/source/text/sbasic/shared/03.po index fc3fba4781d..8dd5f00db0d 100644 --- a/source/it/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/it/helpcontent2/source/text/sbasic/shared/03.po @@ -3,9 +3,9 @@ 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-07-01 17:53+0200\n" -"PO-Revision-Date: 2021-09-08 09:07+0000\n" -"Last-Translator: Valter Mura <valtermura@gmail.com>\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2021-09-14 10:13+0000\n" +"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/it/>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563812143.000000\n" #. ViEWM @@ -61,6 +61,24 @@ msgctxt "" msgid "This property is not available in Python." msgstr "Questa proprietà non è disponibile in Python." +#. J3r7B +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389793\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + +#. ajeAa +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id201613654593537\n" +"help.text" +msgid "This property is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + #. 7KtXf #: avail_release.xhp msgctxt "" @@ -1105,23 +1123,23 @@ msgctxt "" msgid "The following code snippets show the various ways to call methods in the <literal>Array</literal> service (the <literal>Append</literal> method is used as an example):" msgstr "I seguenti frammenti di codice mostrano diversi modi per richiamare i metodi del servizio <literal>Array</literal> (il metodo <literal>Append</literal> è usato come esempio):" -#. qfbfm +#. PZxWC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id571609956486468\n" "help.text" -msgid "The <literal>CreateScriptService</literal> method is only available after you have loaded the <literal>ScriptForge</literal> library." -msgstr "Il metodo <literal>CreateScriptService</literal> è disponibile solo dopo che sono state caricate in memoria le librerie <literal>ScriptForge</literal>." +msgid "Because Python has built-in list and tuple support, most of the methods in the <literal>Array</literal> service are available for Basic scripts only. The only exception is <literal>ImportFromCSVFile</literal> which is supported in both Basic and Python." +msgstr "" -#. yDQWY +#. SFTcE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id651606319520519\n" "help.text" -msgid "Methods" -msgstr "Metodi" +msgid "List of Methods in the Array Service" +msgstr "" #. qDYGe #: sf_array.xhp @@ -1141,23 +1159,23 @@ msgctxt "" msgid "Appends the items listed as arguments to the end of the input array." msgstr "Aggiunge gli elementi elencati negli argomenti alla fine della matrice di partenza." -#. EGFyc +#. 2keb6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582548992953\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph>: la matrice preesistente, che può essere vuota." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. FfdqS +#. WaggZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id531582548992953\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to append to Array_1D." -msgstr "<emph>arg0, ...</emph> : un elenco di elementi da accodare alla matrice Array_1D." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be appended to <literal>array_1d</literal>." +msgstr "" #. SkBjv #: sf_array.xhp @@ -1168,23 +1186,23 @@ msgctxt "" msgid "Appends a new column to the right side of a two dimensional array. The resulting array has the same lower bounds as the initial two dimensional array." msgstr "Aggiunge una nuova colonna alla destra di una matrice bidimensionale. La matrice che ne risulta ha gli stessi limiti inferiori della matrice bidimensionale iniziale." -#. iGG8W +#. dCSCb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582549679175\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." -msgstr "<emph>Array_2D</emph>: la matrice preesistente, che può essere vuota. Se la matrice ha una sola dimensione, viene considerata come prima colonna della matrice bidimensionale risultante." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." +msgstr "" -#. sBuFx +#. NLrB4 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582549679175\n" "help.text" -msgid "<emph>New_Column</emph> : a 1-dimensional array with as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>New_Column</emph>: una matrice unidimensionale con tanti elementi quante sono le righe nella matrice <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. KDB9L #: sf_array.xhp @@ -1195,23 +1213,23 @@ msgctxt "" msgid "Append to the bottom of a two dimension array a new row. The resulting array has the same lower bounds as the initial two dimension array." msgstr "Aggiunge un nuova riga in fondo a una matrice bidimensionale. La matrice che ne risulta ha gli stessi limiti inferiori della matrice bidimensionale iniziale." -#. uKD5Q +#. HEpVM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631582551461984\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph>: la matrice preesistente, che può essere vuota. Se la matrice è unidimensionale, viene considerata la prima riga della matrice bidimensionale risultante." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." +msgstr "" -#. ZmnBs +#. SZZEA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101582551483685\n" "help.text" -msgid "<emph>Row</emph> : a 1D array with as many items as there are columns in Array_2D." -msgstr "<emph>Row</emph>: una matrice unidimensionale con tanti elementi quante sono le colonne nella matrice Array_2D." +msgid "<emph>row</emph>: A 1-dimensional array with as many items as there are columns in <literal>array_2d</literal>." +msgstr "" #. aM65P #: sf_array.xhp @@ -1222,41 +1240,41 @@ msgctxt "" msgid "Check if a one dimension array contains a certain number, text or date. Text comparison can be case-sensitive or not. <br/>Sorted input arrays must be filled homogeneously, meaning all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and is in reality not. <br/>A binary search is done when the array is sorted, otherwise, it is simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored." msgstr "Controlla se una matrice unidimensionale contiene un determinato numero, testo o data. La comparazione del testo può essere soggetta a distinzione tra maiuscole e minuscole oppure no. <br/>Le matrici ordinate di partenza devono essere riempite in modo omogeneo, ciò significa che tutti gli elementi devono essere scalari dello stesso tipo (i valori <literal>Empty</literal> e <literal>Null</literal> sono vietati). <br/>Il risultato del metodo non è prevedibile se una matrice viene passata come ordinata, ma in realtà non lo è. <br/>Se la matrice è ordinata viene effettuata una ricerca di tipo binario, altrimenti viene semplicemente controllata da cima a fondo ed i valori <literal>Empty</literal> e <literal>Null</literal> vengono ignorati." -#. ho7Rr +#. CuUGw #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id451582552517871\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." -msgstr "<emph>Array_1D</emph>: la matrice da controllare." +msgid "<emph>array_1d</emph>: The array to scan." +msgstr "" -#. ADj73 +#. WZiqW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id221582552517872\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." -msgstr "<emph>ToFind</emph>: un numero, una data o una stringa da cercare." +msgid "<emph>tofind</emph>: A number, a date or a string to find." +msgstr "" -#. 3iQDC +#. jFfok #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id981582552517872\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. NBAGy +#. 5ARWv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id641582553128490\n" "help.text" -msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)" -msgstr "<emph>SortOrder</emph>: \"ASC\", \"DESC\" o \"\" (= non ordinata, predefinito)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." +msgstr "" #. HVqG3 #: sf_array.xhp @@ -1267,32 +1285,122 @@ msgctxt "" msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second." msgstr "Memorizza il contenuto di una matrice bidimensionale in un oggetto <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dizionario\">ScriptForge.Dictionary</link>. <br/>La chiave sarà estratta dalla prima colonna e l'elemento dalla seconda." -#. CMssn +#. AdhMA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id561582557214489\n" "help.text" -msgid "<emph>Array_1D</emph> : the first column must contain exclusively strings with a length > 0, in any order." -msgstr "<emph>Array_1D</emph>: la prima colonna deve contenere esclusivamente stringhe di lunghezza > 0, in qualsiasi ordine." +msgid "<emph>array_2d</emph>: Data to be converted into a <literal>ScriptForge.Dictionary</literal> object." +msgstr "" + +#. 9B9aE +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id781626977460310\n" +"help.text" +msgid "The first column must contain exclusively strings with a length greater than zero, in any order. These values will be used as labels in the dictionary." +msgstr "" + +#. GYEkD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id511626977461127\n" +"help.text" +msgid "The second column contains the data that will be associated to the corresponding label in the dictionary." +msgstr "" + +#. fyDBX +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"hd_id991627154151529\n" +"help.text" +msgid "Copy" +msgstr "" + +#. bGXKd +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id571627154604275\n" +"help.text" +msgid "Creates a copy of a 1D or 2D array." +msgstr "" + +#. EYuiH +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id191627155816815\n" +"help.text" +msgid "<emph>array_nd</emph>: The 1D or 2D array to be copied." +msgstr "" + +#. 76Guf +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id451627155478940\n" +"help.text" +msgid "A simple assignment of an <literal>Array</literal> object will copy its reference instead of creating a copy of the object's contents. See the example below:" +msgstr "" + +#. B2KZj +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id801627155939671\n" +"help.text" +msgid "' The assignment below is made by reference" +msgstr "" + +#. SoKPK +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id291627156013810\n" +"help.text" +msgid "' Hence changing values in \"b\" will also change \"a\"" +msgstr "" -#. fngum +#. 6NbNZ +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id701627155874259\n" +"help.text" +msgid "By using the <literal>Copy</literal> method, a copy of the whole <literal>Array</literal> object is made. In the example below, <literal>a</literal> and <literal>b</literal> are different objects and changing values in <literal>b</literal> will not affect values in <literal>a</literal>." +msgstr "" + +#. UycBx +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id141627156152196\n" +"help.text" +msgid "' Creates a copy of \"a\" using the \"Copy\" method" +msgstr "" + +#. bYzRV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id671582558126025\n" "help.text" -msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." -msgstr "Conta il numero di dimensioni di una matrice. Il risultato può essere maggiore di due. <br/>Se l'argomento non è una matrice restituisce -1 <br/>Se la matrice non è inizializzata, restituisce 0." +msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." +msgstr "" -#. tGdVE +#. xbtFE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id771582558126027\n" "help.text" -msgid "<emph>Array_ND</emph> : the array to examine." -msgstr "<emph>Array_ND</emph>: la matrice da esaminare." +msgid "<emph>array_nd</emph>: The array to examine." +msgstr "" #. n2AxD #: sf_array.xhp @@ -1303,32 +1411,32 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the difference operator on the two input arrays. Resulting items originate from the first array and not from the second. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Costruisce un insieme, in forma di matrice con indice iniziale zero, applicando l'operatore della differenza ai valori delle due matrici di partenza. Gli elementi risultanti derivano dalla prima matrice e non dalla seconda. <br/>La matrice risultante è ordinata in modo crescente. <br/>Entrambe le matrici di partenza devono essere riempite in modo omogeneo, i loro elementi devono essere scalari dello stesso tipo. Sono proibiti gli elementi <literal>Empty</literal> e <literal>Null</literal>. <br/>Il confronto del testo può distinguere tra maiuscole e minuscole." -#. NGKHH +#. FTb9n #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id271582558644287\n" "help.text" -msgid "<emph>Array1_1D</emph> : A 1 dimension reference array, whose items are examined for removal." -msgstr "<emph>Array1_1D</emph>: una matrice unidimensionale di riferimento, i cui elementi sono esaminati per la rimozione." +msgid "<emph>array1_1d</emph>: A 1-dimensional reference array, whose items are examined for removal." +msgstr "" -#. gPEJE +#. JXqBK #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id141582558644287\n" "help.text" -msgid "<emph>Array2_1D</emph> : A 1 dimension array, whose items are subtracted from the first input array." -msgstr "<emph>Array2_1D</emph>: una matrice unidimensionale, i cui elementi vengono rimossi dalla matrice passata come primo argomento." +msgid "<emph>array2_1d</emph>: A 1-dimensional array, whose items are subtracted from the first input array." +msgstr "" -#. z2QT8 +#. jK4zC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id291582559651473\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: solo per le matrici popolate da stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: This argument is only applicable if the arrays are populated with strings (Default = <literal>False</literal>)." +msgstr "" #. mzRus #: sf_array.xhp @@ -1339,32 +1447,32 @@ msgctxt "" msgid "Write all items of the array sequentially to a text file. If the file exists already, it will be overwritten without warning." msgstr "Scrivete in sequenza tutti gli elementi della matrice in un file di testo. Se il file esiste già, viene sovrascritto senza alcun avvertimento." -#. igBEo +#. 9mNLT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id100158617970719\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to export. It must contain only strings." -msgstr "<emph>Array_1D</emph>: la matrice da esportare. Deve contenere solamente stringhe." +msgid "<emph>array_1d</emph>: The array to export. It must contain only strings." +msgstr "" -#. gXh53 +#. kXJDE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101586179707232\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." -msgstr "<emph>FileName</emph>: il nome del file di testo che contiene i dati. Il nome è espresso come risulta dall'attuale proprietà <literal>FileNaming</literal> del servizio <literal>SF_FileSystem</literal>. Predefinito = any (sono ammessi sia il formato URL, sia il formato nativo del sistema operativo)." +msgid "<emph>filename</emph>: The name of the text file where the data will be written to. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." +msgstr "" -#. wqGeq +#. fAeZV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id70158617970791\n" "help.text" -msgid "<emph>Encoding</emph> : The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets. Default is \"UTF-8\"." -msgstr "<emph>Encoding</emph>: il set di caratteri da usare. Usate uno dei nomi presente nell'elenco <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"set di caratteri IANA\">set di caratteri IANA</link>. Fate attenzione che %PRODUCTNAME potrebbe non implementare tutti i set di caratteri esistenti. Il predefinito è \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is \"UTF-8\")." +msgstr "" #. TtHbe #: sf_array.xhp @@ -1375,23 +1483,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific column as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the first dimension of the input array." msgstr "Estrae una determinata colonna da una matrice bidimensionale memorizzandola in una nuova matrice. <br/>I suoi limiti inferiore <literal>LBound</literal> e superiore <literal>UBound</literal> sono identici a quelli della prima dimensione della matrice di partenza." -#. EnMKp +#. j2CVW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582560281083\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph>: la matrice da cui eseguire l'estrazione." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. z3M4K +#. QDqrA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582560281084\n" "help.text" -msgid "<emph>ColumnIndex</emph> : The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>ColumnIndex</emph>: il numero della colonna da estrarre - dev'essere compreso nell'intervallo <literal>[LBound, UBound]</literal>." +msgid "<emph>columnindex</emph>: The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AJxYE #: sf_array.xhp @@ -1420,23 +1528,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific row as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the second dimension of the input array." msgstr "Estrae una determinata riga da una matrice bidimensionale memorizzandola in una nuova matrice. <br/>I suoi limiti inferiore <literal>LBound</literal> e superiore <literal>UBound</literal> sono identici a quelli della seconda dimensione della matrice di partenza." -#. BY5S6 +#. VCBJA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id911582561542889\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph> : La matrice dalla quale effettuare l'estrazione." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. bdCja +#. MjXTV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582561551202\n" "help.text" -msgid "<emph>RowIndex</emph> : The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>RowIndex</emph>: il numero della riga da estrarre - deve essere compreso nell'intervallo <literal>[LBound, UBound]</literal>." +msgid "<emph>rowindex</emph>: The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AajEu #: sf_array.xhp @@ -1465,14 +1573,14 @@ msgctxt "" msgid "Stack all single items of an array and all items in its subarrays into one new array without subarrays. Empty subarrays are ignored and subarrays with a number of dimensions greater than one are not flattened." msgstr "Accoda tutti i singoli elementi di una matrice e tutti gli elementi delle matrici nidificate in un'unica nuova matrice priva di matrici nidificate. Le matrici nidificate vuote vengono ignorate, mentre quelle che hanno un numero di dimensioni maggiore di uno non vengono appiattite." -#. j2LdZ +#. CNFGJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431585757822869\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph>: la matrice preesistente, che può essere vuota." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" #. DDwn4 #: sf_array.xhp @@ -1555,41 +1663,50 @@ msgctxt "" msgid "If a line contains less or more fields than the first line in the file, an exception will be raised. Empty lines however are simply ignored. If the size of the file exceeds the number of items limit (see inside the code), a warning is raised and the array is truncated." msgstr "Se una riga contiene un numero minore o maggiore di campi rispetto alla prima riga del file, verrà sollevata un'eccezione. In ogni caso le righe vuote saranno semplicemente ignorate. Se la dimensione del file eccede il numero limite di elementi (vedete all'interno del codice), viene sollevata un'eccezione e la matrice viene troncata." -#. zbUFJ +#. zGf5A #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441585561482121\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." -msgstr "<emph>FileName</emph>: il nome del file di testo che contiene i dati. Il nome è espresso come risulta dall'attuale proprietà <literal>FileNaming</literal> del servizio <literal>SF_FileSystem</literal>. Predefinito = any (sono ammessi sia il formato URL, sia il formato nativo del sistema operativo)." +msgid "<emph>filename</emph>: The name of the text file containing the data. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." +msgstr "" -#. eQNz4 +#. SBuiC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251585561482929\n" "help.text" -msgid "<emph>Delimiter</emph> : A single character, usually, a comma, a semicolon or a TAB character. Default = <literal>\",\"</literal>." -msgstr "<emph>Delimiter</emph>: un singolo carattere, di solito una virgola, un punto e virgola o un carattere di tabulazione. Predefinito = <literal>\",\"</literal>." +msgid "<emph>delimiter</emph>: A single character, usually, a comma, a semicolon or a TAB character (Default = \",\")." +msgstr "" -#. xZgEn +#. Ehoz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631585563491559\n" "help.text" -msgid "<emph>DateFormat</emph> : A special mechanism handles dates when <literal>DateFormat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to \"\" are considered as normal text." -msgstr "<emph>DateFormat</emph>: un meccanismo speciale gestisce le date quando <literal>DateFormat</literal> è in uno dei formati \"AAAA-MM-GG\", \"GG-MM-AAAA\" o \"MM-GG-AAAA\". Il trattino (-) può essere sostituito con un punto (.), una barra (/) o uno spazio. Gli altri formati di data saranno ignorati. Le date che per impostazione predefinita sono \"\" vengono considerate come del normale testo." +msgid "<emph>dateformat</emph>: A special mechanism handles dates when <literal>dateformat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to an empty string \"\" are considered as normal text." +msgstr "" -#. MVUwS +#. oj4Th #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61585564516409\n" "help.text" -msgid "Given this CSV file:" -msgstr "Dato questo file CSV:" +msgid "Consider the CSV file \"myFile.csv\" with the following contents:" +msgstr "" + +#. xNCNA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id181626979812772\n" +"help.text" +msgid "The examples below in Basic and Python read the contents of the CSV file into an <literal>Array</literal> object." +msgstr "" #. xCx7D #: sf_array.xhp @@ -1600,41 +1717,41 @@ msgctxt "" msgid "Look in a one dimension array for a number, a string or a date. Text comparison can be case-sensitive or not. <br/>If the array is sorted it must be filled homogeneously, which means that all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and actually is not. <br/>A binary search is performed on sorted arrays. Otherwise, arrays are simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored. <br/> <br/>The method returns <literal>LBound(input array) - 1</literal> if the search was not successful." msgstr "Cerca un numero, una stringa o una data all'interno di una matrice unidimensionale. Il confronto del testo può distinguere tra maiuscole e minuscole. <br/>Se la matrice è ordinata deve essere riempita in modo omogeneo, ciò significa che tutti gli elementi devono essere scalari dello stesso tipo (i valori <literal>Empty</literal> e <literal>Null</literal> non sono ammessi). <br/>Il risultato del metodo non è prevedibile se una matrice viene passata come ordinata, ma in realtà non lo è. <br/>Se la matrice è ordinata viene eseguita una ricerca di tipo binario, altrimenti viene semplicemente controllata da cima a fondo e i valori <literal>Empty</literal> e <literal>Null</literal> vengono ignorati. <br/> <br/>Se la ricerca è stata infruttuosa, il metodo restituisce <literal>LBound(matrice di partenza) - 1</literal>." -#. mg7DA +#. Bm5Um #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315825627687760\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." -msgstr "<emph>Array_1D</emph>: la matrice da controllare." +msgid "<emph>array_1d</emph>: The array to scan." +msgstr "" -#. 4CuFE +#. B5FFj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id511582562775516\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." -msgstr "<emph>ToFind</emph> : un numero, una data o una stringa da cercare." +msgid "<emph>tofind</emph>: A number, a date or a string to find." +msgstr "" -#. 4YGrJ +#. i4XQT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582562787187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. KHzrp +#. gd5ZZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582562794501\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> or <literal>\"\"</literal> (= not sorted, default)" -msgstr "<emph>SortOrder</emph>: <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> o <literal>\"\"</literal> (= non ordinata, predefinito)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." +msgstr "" #. AWJHj #: sf_array.xhp @@ -1645,77 +1762,77 @@ msgctxt "" msgid "Insert before a given index of the input array the items listed as arguments. <br/>Arguments are inserted blindly. Each of them might be either a scalar of any type or a subarray." msgstr "Inserisce, prima di un determinato indice della matrice di partenza, tutti gli elementi elencati negli argomenti. <br/>Gli argomenti vengono inseriti alla cieca. Ciascuno di essi dev'essere uno scalare di qualsiasi tipo o una matrice da nidificare." -#. 32Nui +#. FwHz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251582626951111\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : la matrice preesistente, che può essere vuota." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. BYjmR +#. zEACt #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582626951111\n" "help.text" -msgid "<emph>Before</emph> : the index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." -msgstr "<emph>Before</emph>: l'indice prima del quale deve avvenire l'inserimento; dev'essere compreso nell'intervallo <literal>[LBound, UBound + 1]</literal>." +msgid "<emph>before</emph>: The index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." +msgstr "" -#. uEZky +#. iYFC5 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41582626951111\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to insert inside <literal>Array_1D</literal>." -msgstr "<emph>arg0, ...</emph>: l'elenco di elementi da inserire all'interno di <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be inserted into <literal>array_1d</literal>." +msgstr "" -#. RLTGT +#. rA4FE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582627664147\n" "help.text" -msgid "Insert in a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." -msgstr "Inserisce un nuovo elemento nel posto corretto di una matrice ordinata. <br/>La matrice deve essere riempita in modo omogeneo, ciò significa che tutti gli elementi devono essere scalari dello stesso tipo. <br/> Gli elementi <literal>Empty</literal> e <literal>Null</literal> non sono ammessi." +msgid "Inserts into a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." +msgstr "" -#. 7q2JZ +#. jBpdF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id121582627664147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph>: la matrice da ordinare." +msgid "<emph>array_1d</emph>: The array into which the value will be inserted." +msgstr "" -#. GygFp +#. 36fZG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315826276641480\n" "help.text" -msgid "<emph>Item</emph> : The scalar value to insert, of the same type as the existing array items." -msgstr "<emph>Item</emph>: il valore scalare da inserire, dello stesso tipo degli elementi già presenti nella matrice." +msgid "<emph>item</emph>: The scalar value to insert, of the same type as the existing array items." +msgstr "" -#. LFGs8 +#. dHYTn #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id415826279771170\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph>: <literal>\"ASC\"</literal> (predefinito) o <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. CwMCp +#. TJanG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id701582627970037\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. t9UFn #: sf_array.xhp @@ -1726,32 +1843,32 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the intersection set operator on the two input arrays. Resulting items are contained in both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, in other words all items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Costruisce un insieme, in forma di matrice con indice iniziale zero, applicando alle due matrici l'operatore di intersezione degli insiemi. Gli elementi risultanti sono quelli presenti in entrambe le matrici.<br/>La matrice risultante è ordinata in modo crescente. <br/>Entrambe le matrici di partenza devono essere riempite in modo omogeneo, in altre parole, tutti i loro elementi devono essere scalari dello stesso tipo. Sono proibiti gli elementi <literal>Empty</literal> e <literal>Null</literal>. <br/>Il confronto del testo può distinguere tra maiuscole e minuscole." -#. NxFNB +#. vCyDN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id881582629216169\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." -msgstr "<emph>Array1_1D</emph>: la prima matrice di partenza." +msgid "<emph>array1_1d</emph>: The first input array." +msgstr "" -#. UPgfZ +#. NhXEb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id191582629223038\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." -msgstr "<emph>Array2_1D</emph>: la seconda matrice di partenza." +msgid "<emph>array2_1d</emph>: The second input array." +msgstr "" -#. xHAQT +#. Dx32U #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71582629230275\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Applies to arrays populated with text items, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: si applica alle matrici popolate con elementi di testo, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applies to arrays populated with text items (Default = <literal>False</literal>)." +msgstr "" #. cirZm #: sf_array.xhp @@ -1762,41 +1879,41 @@ msgctxt "" msgid "Join a two-dimensional array with two delimiters, one for the columns, one for the rows." msgstr "Unisce una matrice bidimensionale con due delimitatori, uno per le colonne e uno per le righe." -#. 6Cm9k +#. 8xwfF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821583064481534\n" "help.text" -msgid "<emph>Array_2D</emph> : Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." -msgstr "<emph>Array_2D</emph>: ogni elemento deve essere un testo, un numero, una data o un valore logico (booleano). <br/>Le date sono convertite nel formato AAAA-MM-GG hh:mm:ss. <br/>Gli elementi non validi sono sostituiti da stringhe vuote di lunghezza zero." +msgid "<emph>array_2d</emph>: Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." +msgstr "" -#. QxLvV +#. TiqUm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id171583066989446\n" "help.text" -msgid "<emph>ColumnDelimiter</emph> : Delimits each column (default = Tab/Chr(9))." -msgstr "<emph>ColumnDelimiter</emph>: delimita ciascuna colonna (predefinito = Tab/Chr(9))." +msgid "<emph>columndelimiter</emph>: Delimits each column (default = Tab/Chr(9))." +msgstr "" -#. f9DAW +#. WG5wm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431583067008842\n" "help.text" -msgid "<emph>RowDelimiter</emph>: delimits each row (default = LineFeed/Chr(10))" -msgstr "<emph>RowDelimiter</emph>: delimita ciascuna riga (predefinito = LineFeed/Chr(10))" +msgid "<emph>rowdelimiter</emph>: Delimits each row (default = LineFeed/Chr(10))" +msgstr "" -#. bB9bB +#. VrBJV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id541583067456273\n" "help.text" -msgid "<emph>Quote</emph> : if <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." -msgstr "<emph>Quote</emph>: se <literal>True</literal>, protegge le stringhe racchiuse tra virgolette. Il valore predefinito è <literal>False</literal>." +msgid "<emph>quote</emph>: If <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." +msgstr "" #. CEE7o #: sf_array.xhp @@ -1807,23 +1924,23 @@ msgctxt "" msgid "Prepend at the beginning of the input array the items listed as arguments." msgstr "Aggiunge, all'inizio della matrice di partenza, gli elementi elencati negli argomenti." -#. j5HX9 +#. HSbWh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582630107068\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : la matrice preesistente, che può essere vuota." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. tMmfH +#. jszVE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id915826301138550\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to prepend to <literal>Array_1D</literal>." -msgstr "<emph>arg0, ...</emph>: l'elenco degli elementi da aggiungere all'inizio di <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: A list of items to prepend to <literal>array_1d</literal>." +msgstr "" #. BokfB #: sf_array.xhp @@ -1834,23 +1951,23 @@ msgctxt "" msgid "Prepend to the left side of a two dimension array a new column. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "Inserisce una nuova colonna alla sinistra di una matrice bidimensionale. La matrice risultante ha gli stessi limiti inferiori della matrice bidimensionale di partenza." -#. iBZMy +#. iBqEm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582643223545\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph>: la matrice preesistente, che può essere vuota. Se la matrice ha una dimensione viene considerata come ultima colonna della risultante matrice bidimensionale." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." +msgstr "" -#. pferZ +#. aKJwC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id381582643223870\n" "help.text" -msgid "<emph>Column</emph> : a 1 dimension array with as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>Column</emph>: una matrice unidimensionale con tanti elementi quante sono le righe in <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. xAruD #: sf_array.xhp @@ -1861,23 +1978,23 @@ msgctxt "" msgid "Prepend at the beginning of a two dimension array a new row. The resulting array has the same lower boundaries as the initial two dimension array." msgstr "Inserisce una nuova riga all'inizio di una matrice bidimensionale. La matrice risultante ha gli stessi limiti inferiori della matrice bidimensionale di partenza." -#. gN2hG +#. nBfC8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582643611645\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph>: la matrice preesistente, che può essere vuota. Se la matrice ha una dimensione viene considerata come ultima riga della risultante matrice bidimensionale." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." +msgstr "" -#. mZ2uk +#. SBF4d #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582643611415\n" "help.text" -msgid "<emph>Row</emph> : a 1 dimension array containing as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>Row</emph>: una matrice unidimensionale contenente tanti elementi quante sono le colonne in <literal>Array_2D</literal>." +msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. WmxAd #: sf_array.xhp @@ -1888,32 +2005,32 @@ msgctxt "" msgid "Initialize a new zero-based array with numeric values." msgstr "Inizializza con valori numerici una nuova matrice avente base zero." -#. ArYNC +#. EVXVL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id591582648204013\n" "help.text" -msgid "<emph>From</emph> : value of the first item." -msgstr "<emph>From</emph>: valore del primo elemento." +msgid "<emph>from</emph>: Value of the first item." +msgstr "" -#. DFUaf +#. ciMBJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648204013\n" "help.text" -msgid "<emph>UpTo</emph> : The last item should not exceed <literal>UpTo</literal>." -msgstr "<emph>UpTo</emph>: l'ultimo elemento non può eccedere <literal>UpTo</literal>." +msgid "<emph>upto</emph>: The last item should not exceed <literal>UpTo</literal>." +msgstr "" -#. AJLMR +#. 2QZtd #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id581582648204014\n" "help.text" -msgid "<emph>ByStep</emph> : The difference between two successive items (default = 1)." -msgstr "<emph>ByStep</emph>: la differenza tra due elementi successivi (predefinito = 1)." +msgid "<emph>bystep</emph>: The difference between two successive items (Default = 1)." +msgstr "" #. SbVGG #: sf_array.xhp @@ -1924,77 +2041,77 @@ msgctxt "" msgid "Return the reversed one dimension input array." msgstr "Restituisce la matrice unidimensionale invertita di quella iniziale." -#. zvyHb +#. dG6d8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648806765\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to reverse." -msgstr "<emph>Array_1D</emph>: la matrice da invertire." +msgid "<emph>array_1d</emph>: The array to reverse." +msgstr "" -#. FGBiV +#. tkEUv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id151582649200088\n" "help.text" -msgid "Return a random permutation of a one dimension array." -msgstr "Restituisce una permutazione casuale di una matrice unidimensionale." +msgid "Returns a random permutation of a one-dimensional array." +msgstr "" -#. 3NPAi +#. xFwWY #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id11582649200088\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to shuffle." -msgstr "<emph>Array_1D</emph>: la matrice da mescolare." +msgid "<emph>array_1d</emph>: The array to shuffle." +msgstr "" -#. ATiL8 +#. BvV5v #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "bas_id611582649200089\n" "help.text" -msgid "' Unpredictable" -msgstr "' Non prevedibile" +msgid "' Array \"a\" is now in random order, f.i. (2, 3, 1, 4)" +msgstr "" -#. 9Xgaq +#. GhFBG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111586184185502\n" "help.text" -msgid "Return a subset of a one dimension array." -msgstr "Restituisce un sottoinsieme di una matrice unidimensionale." +msgid "Returns a subset of a one-dimensional array." +msgstr "" -#. QavhQ +#. YeRkh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id201586184185438\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to slice." -msgstr "<emph>Array_1D</emph>: la matrice da cui estrarre una parte." +msgid "<emph>array_1d</emph>: The array to slice." +msgstr "" -#. hVu6E +#. UzHmT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921586184482370\n" "help.text" -msgid "<emph>From</emph> : The lower index in <literal>Array_1D</literal> of the subarray to extract (<literal>From</literal> included)" -msgstr "<emph>From</emph>: l'indice più basso di <literal>Array_1D</literal> da cui inizia la sottomatrice da estrarre (<literal>From</literal> compreso)" +msgid "<emph>from</emph>: The lower index in <literal>array_1d</literal> of the subarray to extract (<literal>from</literal> included)" +msgstr "" -#. 968pV +#. 326GB #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id211586184471488\n" "help.text" -msgid "<emph>UpTo</emph> : The upper index in <literal>Array_1D</literal> of the subarray to extract (<literal>UpTo</literal> included). Default = upper bound of <literal>Array_1D</literal>. If <literal>UpTo</literal> < <literal>From</literal> then the returned array is empty." -msgstr "<emph>UpTo</emph>: l'indice più alto di <literal>Array_1D</literal> in cui finisce la sottomatrice da estrarre (<literal>UpTo</literal> compreso). Predefinito = limite superiore di <literal>Array_1D</literal>. Se <literal>UpTo</literal> < <literal>From</literal> allora la matrice restituita è vuota." +msgid "<emph>upto</emph>: The upper index in <literal>array_1d</literal> of the subarray to extract (<literal>upto</literal> included). The default value is the upper bound of <literal>array_1d</literal>. If <literal>upto</literal> < <literal>from</literal> then the returned array is empty." +msgstr "" #. oBwcF #: sf_array.xhp @@ -2005,32 +2122,32 @@ msgctxt "" msgid "Sort a one dimension array in ascending or descending order. Text comparisons can be case-sensitive or not. <br/>The array must be filled homogeneously, which means that items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Ordina una matrice unidimensionale in modo ascendente o discendente. Il confronto di testi può distinguere tra maiuscole e minuscole. <br/>La matrice deve essere riempita in modo omogeneo, ciò significa che gli elementi devono essere scalari dello stesso tipo. <br/>Gli elementi <literal>Empty</literal> e <literal>Null</literal> sono ammessi. Convenzionalmente <literal>Empty</literal> < <literal>Null</literal> < qualunque altro valore scalare." -#. ABuRp +#. eNuB8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71158264948346\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph>: la matrice da ordinare." +msgid "<emph>array_1d</emph>: The array to sort." +msgstr "" -#. zSoB2 +#. 7S2Bq #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id21582649483175\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph>: <literal>\"ASC\"</literal> (predefinito) o <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. cYvQY +#. K4GrR #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582649483187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. 6CkrZ #: sf_array.xhp @@ -2041,41 +2158,41 @@ msgctxt "" msgid "Return a permutation of the columns of a two dimension array, sorted on the values of a given row. <br/>The row must be filled homogeneously, which means that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Restituisce la permutazione delle colonne di una matrice bidimensionale, ordinata in base ai valori di una determinata riga. <br/>La riga dev'essere riempita in modo omogeneo, il che significa che tutti gli elementi devono essere scalari dello stesso tipo. Gli <br/>Elementi <literal>Empty</literal> e <literal>Null</literal> sono ammessi. Convenzionalmente <literal>Empty</literal> < <literal>Null</literal> < qualunque altro valore scalare." -#. EGBcR +#. ww7Us #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921582650186869\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph> : La matrice da ordinare." +msgid "<emph>array_2d</emph>: The 2-dimensional array to sort." +msgstr "" -#. cBvze +#. GdFxm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582650186221\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the row to sort the columns on." -msgstr "<emph>RowIndex</emph>: l'indice della riga in base alla quale riordinare le colonne." +msgid "<emph>rowindex</emph>: The index of the row that will be used as reference to sort the columns." +msgstr "" -#. hJKGY +#. toBNF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id34158265018698\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph>: <literal>\"ASC\"</literal> (predefinito) o <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. UdJPV +#. BFduL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id91158265018699\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" #. 7GkBx #: sf_array.xhp @@ -2086,59 +2203,59 @@ msgctxt "" msgid "Return a permutation of the rows of a two dimension array, sorted on the values of a given column. <br/>The column must be filled homogeneously, therefore all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "Restituisce una permutazione delle righe di una matrice bidimensionale, ordinata in base ai valori di una determinata colonna. <br/>La colonna deve essere riempita in modo omogeneo, perciò tutti gli elementi devono essere scalari dello stesso tipo. Gli <br/>Elementi <literal>Empty</literal> e <literal>Null</literal> sono ammessi. Convenzionalmente <literal>Empty</literal> < <literal>Null</literal> < qualunque altro valore scalare." -#. MCFqq +#. durL8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582650954370\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." -msgstr "<emph>Array_1D</emph>: la matrice da ordinare." +msgid "<emph>array_2d</emph>: The array to sort." +msgstr "" -#. FeVrv +#. HZqQi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582650954796\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the column to sort the rows on." -msgstr "<emph>RowIndex</emph>: l'indice della colonna in base alla quale riordinare le righe." +msgid "<emph>columnindex</emph>: The index of the column that will be used as reference to sort the rows." +msgstr "" -#. rxXiT +#. 7TDWy #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582650954416\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." -msgstr "<emph>SortOrder</emph>: <literal>\"ASC\"</literal> (predefinito) o <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." +msgstr "" -#. u4SYA +#. 9YDzi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582650954690\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per il confronto di stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. R8mAZ +#. skzGA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id611582651575637\n" "help.text" -msgid "Swap rows and columns in a two dimension array." -msgstr "Inverte righe e colonne di una matrice bidimensionale." +msgid "Swaps rows and columns in a two-dimensional array." +msgstr "" -#. bAzjH +#. gcbVN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61582651575188\n" "help.text" -msgid "<emph>Array_2D</emph> : The array to transpose." -msgstr "<emph>Array_2D</emph>: la matrice da trasporre." +msgid "<emph>array_2d</emph>: The 2-dimensional array to transpose." +msgstr "" #. dwAVQ #: sf_array.xhp @@ -2149,50 +2266,50 @@ msgctxt "" msgid "Remove from a one dimension array all <literal>Null</literal>, <literal>Empty</literal> and zero-length entries. <br/>String items are trimmed with %PRODUCTNAME Basic <literal>Trim()</literal> function." msgstr "Rimuove da una matrice unidimensionale tutti gli elementi <literal>Null</literal>, <literal>Empty</literal> e di lunghezza zero. <br/>Agli elementi di tipo stringa vengono rimossi gli spazi con la funzione <literal>Trim()</literal> di %PRODUCTNAME Basic." -#. pgrAD +#. L8FQg #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582652996147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to scan." -msgstr "<emph>Array_1D</emph>: la matrice da controllare." +msgid "<emph>array_1d</emph>: The array to trim." +msgstr "" -#. W6HBB +#. bjHF2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582653148663\n" "help.text" -msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." -msgstr "Costruisce un insieme, in forma di matrice con indice iniziale zero, applicando alle due matrici iniziali l'operatore di unione degli insiemi. Gli elementi risultanti provengono da entrambe le matrici.<br/>La matrice risultante è ordinata in modo crescente. <br/>Entrambe le matrici di partenza devono essere riempite in modo omogeneo, i loro elementi devono essere scalari dello stesso tipo. Gli elementi <literal>Empty</literal> e <literal>Null</literal> non sono ammessi. <br/>Il confronto del testo può distinguere tra maiuscole e minuscole." +msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." +msgstr "" -#. ZSpA9 +#. oHeQj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id4715826531488\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." -msgstr "<emph>Array1_1D</emph>: La prima matrice di partenza." +msgid "<emph>array1_1d</emph>: The first input array." +msgstr "" -#. bD9nv +#. GJuXQ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id51158265314898\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." -msgstr "<emph>Array2_1D</emph>: La seconda matrice di partenza." +msgid "<emph>array2_1d</emph>: The second input array." +msgstr "" -#. k5Xve +#. HNhsz #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821582653148126\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : Solo per le matrici popolate da stringhe, valore predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the arrays are populated with strings (Default = <literal>False</literal>)." +msgstr "" #. CGMRq #: sf_array.xhp @@ -2203,23 +2320,23 @@ msgctxt "" msgid "Build a set of unique values derived from the input array. <br/>The input array must be filled homogeneously, its items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Costruisce un insieme di valori univoci derivati dalla matrice di partenza. <br/>La matrice iniziale deve essere riempita in modo omogeneo, i suoi elementi devono essere scalari dello stesso tipo. Gli elementi <literal>Empty</literal> e <literal>Null</literal> non sono ammessi. <br/>Il confronto del testo può distinguere tra maiuscole e minuscole." -#. g5SkL +#. bcFGM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id521582653464553\n" "help.text" -msgid "<emph>Array_1D</emph> : The input array." -msgstr "<emph>Array_1D</emph>: la matrice di partenza." +msgid "<emph>array_1d</emph>: The input array." +msgstr "" -#. V4F4E +#. MYeE2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41158265346441\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph>: solo se la matrice è popolata con testo, predefinito = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the array is populated with strings (Default = <literal>False</literal>)." +msgstr "" #. GAXAU #: sf_base.xhp @@ -2365,6 +2482,33 @@ msgctxt "" msgid "List of Methods in the Base Service" msgstr "Elenco dei metodi del servizio Base" +#. TvfQt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801916099743199\n" +"help.text" +msgid "Closes the given form document. Returns <literal>True</literal> if closure is successful." +msgstr "" + +#. HFyny +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619079997810\n" +"help.text" +msgid "<emph>formDocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string." +msgstr "" + +#. aLKLw +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100723505\n" +"help.text" +msgid "If form documents are organized in folders, it is necessary to include the folder name to specify the form document to be opened, as illustrated in the following examples:" +msgstr "" + #. ZQnqj #: sf_base.xhp msgctxt "" @@ -2563,15 +2707,6 @@ msgctxt "" msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" msgstr "La maggior parte dei formulari è memorizzata nella radice dei documenti di Base e può essere aperta usando semplicemente il loro nome, come nell'esempio seguente:" -#. pv3RA -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283210\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFormDocument\")" -msgstr "oDoc.OpenFormDocument(\"mioFormulario\")" - #. ACLqQ #: sf_base.xhp msgctxt "" @@ -2581,15 +2716,6 @@ msgctxt "" msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" msgstr "Quando i formulari sono organizzati in cartelle, diventa necessario includere il nome della cartella per specificare il formulario da aprire, come illustrato dal seguente esempio:" -#. mLgzR -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283712\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" -msgstr "oDoc.OpenFormDocument(\"miaCartella/mioFormulario\")" - #. 3RzkD #: sf_basic.xhp msgctxt "" @@ -2707,15 +2833,6 @@ msgctxt "" msgid "Description" msgstr "Descrizione" -#. W8eh6 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id541619003984227\n" -"help.text" -msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" -msgstr "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" - #. KuiAD #: sf_basic.xhp msgctxt "" @@ -2725,15 +2842,6 @@ msgctxt "" msgid "Yes" msgstr "Sì" -#. TkYXL -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id111619004011627\n" -"help.text" -msgid "integer" -msgstr "intero" - #. 7DG4F #: sf_basic.xhp msgctxt "" @@ -2743,15 +2851,6 @@ msgctxt "" msgid "Values: 0, 1, 5, 4, 3" msgstr "Valori: 0, 1, 5, 4, 3" -#. oASRR -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161619003998035\n" -"help.text" -msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" -msgstr "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" - #. 8ie8B #: sf_basic.xhp msgctxt "" @@ -2761,15 +2860,6 @@ msgctxt "" msgid "Yes" msgstr "Sì" -#. GNqXc -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id981619004098700\n" -"help.text" -msgid "integer" -msgstr "intero" - #. DQkGQ #: sf_basic.xhp msgctxt "" @@ -2779,15 +2869,6 @@ msgctxt "" msgid "Values: 48, 64, 32, 16<br/>" msgstr "Valori: 48, 64, 32, 16<br/>" -#. RBdBG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id831618922991909\n" -"help.text" -msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" -msgstr "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" - #. mCpye #: sf_basic.xhp msgctxt "" @@ -2797,15 +2878,6 @@ msgctxt "" msgid "Yes" msgstr "Sì" -#. CrG3W -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161618922991910\n" -"help.text" -msgid "integer" -msgstr "intero" - #. h3hZE #: sf_basic.xhp msgctxt "" @@ -2815,15 +2887,6 @@ msgctxt "" msgid "Values: 2, 128, 256, 512" msgstr "Valori: 2, 128, 256, 512" -#. F3DMG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id471618924470655\n" -"help.text" -msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" -msgstr "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" - #. kLst4 #: sf_basic.xhp msgctxt "" @@ -2833,15 +2896,6 @@ msgctxt "" msgid "Yes" msgstr "Sì" -#. XKzky -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id571618924505303\n" -"help.text" -msgid "integer" -msgstr "intero" - #. Tmtc2 #: sf_basic.xhp msgctxt "" @@ -2851,15 +2905,6 @@ msgctxt "" msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." msgstr "Valori: 3, 2, 5, 7, 1, 4, 6<br/>Costanti che indicano il pulsante selezionato nella finestra <literal>MsgBox</literal>." -#. fHLnu -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id421619006246768\n" -"help.text" -msgid "StarDesktop" -msgstr "StarDesktop" - #. BDtqm #: sf_basic.xhp msgctxt "" @@ -3031,14 +3076,14 @@ msgctxt "" msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." msgstr "Crea un'istanza di un servizio UNO con il <literal>ProcessServiceManager</literal>." -#. 7BvYk +#. SF7gE #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id361589200121646\n" "help.text" -msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." -msgstr "<emph>servicename</emph>: il nome completo e qualificato di un servizio come \"com.sun.star.ui.dialogs.FilePicker\" o 'com.sun.star.sheet.FunctionAccess'." +msgid "<emph>servicename</emph>: A fully qualified service name such as <literal>com.sun.star.ui.dialogs.FilePicker</literal> or <literal>com.sun.star.sheet.FunctionAccess</literal>." +msgstr "" #. rZoCx #: sf_basic.xhp @@ -3067,23 +3112,23 @@ msgctxt "" msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." msgstr "<emph>numero</emph>: un'espressione numerica che specifica con quale frequenza il valore dell'<literal>intervallo</literal> verrà aggiunto se positivo, o sottratto se negativo." -#. 4C2B6 +#. CCveG #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id811618561843272\n" "help.text" -msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." -msgstr "<emph>data</emph>: Il valore di un determinato oggetto datetime.datetime. Il valore dell'<literal>intervallo</literal> sarà aggiunto ripetutamente a quello di questa data/ora." +msgid "<emph>date</emph>: A given <literal>datetime.datetime</literal> value, the <literal>interval</literal> value will be added <literal>number</literal> times to this <literal>datetime.datetime</literal> value." +msgstr "" -#. ppBnh +#. Zcf9q #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id181618561778320\n" "help.text" -msgid "A datetime.datetime value." -msgstr "Il valore di un oggetto datetime.datetime." +msgid "A <literal>datetime.datetime</literal> value." +msgstr "" #. HAVdW #: sf_basic.xhp @@ -3094,23 +3139,23 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date/time values." msgstr "Restituisce il numero di intervalli di data od ora che trascorrono tra i due valori di data/ora indicati." -#. 2HBSe +#. 68XgA #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id481618563770490\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." -msgstr "<emph>intervallo</emph>: un'espressione in formato stringa che specifica l'intervallo tra date, come meglio dettagliato nel metodo <literal>DateAdd</literal> di cui sopra." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" -#. ZAKJ9 +#. DQFt3 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id121618563772932\n" "help.text" -msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." -msgstr "<emph>date1</emph>, <emph>date2</emph>: i valori dei due oggetti datetime.datetime da confrontare." +msgid "<emph>date1</emph>, <emph>date2</emph>: The two <literal>datetime.datetime</literal> values to be compared." +msgstr "" #. ZR7AD #: sf_basic.xhp @@ -3121,23 +3166,23 @@ msgctxt "" msgid "A number." msgstr "Un numero." -#. KPEWi +#. K4Lp7 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id81589202925519\n" "help.text" -msgid "The DatePart function returns a specified part of a date." -msgstr "La funzione DatePart restituisce la parte specificata di una data." +msgid "The <literal>DatePart</literal> function returns a specified part of a date." +msgstr "" -#. ens2Q +#. vCQGJ #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id761618672192231\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." -msgstr "<emph>intervallo</emph>: Un'espressione in formato stringa che specifica l'intervallo tra date, come meglio dettagliato nel metodo <literal>DateAdd</literal> sopra indicato." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgstr "" #. KuDhD #: sf_basic.xhp @@ -3283,42 +3328,6 @@ msgctxt "" msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" msgstr "Restituisce il numero di tick (ticchettii) forniti dal sistema operativo. Potete usare questa funzione per ottimizzare alcuni processi. Usate questo metodo per stimare il tempo in millisecondi:" -#. CEtsQ -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id251619448108905\n" -"help.text" -msgid "ticks_ini = svc.GetSystemTicks()" -msgstr "ticks_ini = svc.GetSystemTicks()" - -#. SG6mf -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id181619448111210\n" -"help.text" -msgid "time.sleep(1)" -msgstr "time.sleep(1)" - -#. MZXnC -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id301619448111744\n" -"help.text" -msgid "ticks_end = svc.GetSystemTicks()" -msgstr "ticks_end = svc.GetSystemTicks()" - -#. dSmH3 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id651619448112320\n" -"help.text" -msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" -msgstr "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" - #. t3ADN #: sf_basic.xhp msgctxt "" @@ -3400,15 +3409,6 @@ msgctxt "" msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" msgstr "<bookmark_value>Basic, servizio;InputBox</bookmark_value>" -#. 7GPZv -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id21619008398677\n" -"help.text" -msgid "string" -msgstr "stringa" - #. qRtw5 #: sf_basic.xhp msgctxt "" @@ -3418,14 +3418,14 @@ msgctxt "" msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" msgstr "txt = s.InputBox('Inserisci una frase:', \"Caro/a utente\")" -#. UgiDk +#. B2mnv #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "pyc_id261619081319555\n" "help.text" -msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" -msgstr "s.MsgBox(txt, MB_ICONINFORMATION, \"Conferma della frase\")" +msgid "s.MsgBox(txt, s.MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgstr "" #. 42vSm #: sf_basic.xhp @@ -3499,24 +3499,6 @@ msgctxt "" msgid "Returns an integer color value consisting of red, green, and blue components." msgstr "Restituisce un valore intero per il colore formato dai componenti rosso, verde e blu." -#. vPBAA -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id201619096429785\n" -"help.text" -msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" -msgstr "<input>svc.RGB(red:int, green: int, blue: int): int</input>" - -#. AAeE4 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id381619096830033\n" -"help.text" -msgid "integer" -msgstr "intero" - #. SDu3C #: sf_basic.xhp msgctxt "" @@ -3598,14 +3580,14 @@ msgctxt "" msgid "Inspect Uno objects or variables." msgstr "Ispeziona oggetti e variabili UNO." -#. 2A4om +#. CDCQx #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id21619094660345\n" "help.text" -msgid "<emph>obj</emph>: A variable or Uno object." -msgstr "<emph>obj</emph>: una variabile o un oggetto UNO." +msgid "<emph>obj</emph>: A variable or UNO object." +msgstr "" #. fMbAm #: sf_basic.xhp @@ -3634,23 +3616,23 @@ msgctxt "" msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable>" msgstr "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Servizio Calc\">Servizio <literal>SFDocuments</literal>.<literal>Calc</literal></link></variable>" -#. DGXCA +#. EkFAT #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id381589189355849\n" "help.text" -msgid "The <literal>SFDocuments</literal> library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Calc documents." -msgstr "La libreria <literal>SFDocuments</literal> fornisce una serie di metodi e proprietà che facilitano la gestione e la manipolazione di documenti di %PRODUCTNAME Calc." +msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents." +msgstr "" -#. m4FFE +#. r34Cu #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id351591014177269\n" "help.text" -msgid "Some methods are generic for all types of documents and are inherited from the <literal>Document</literal> service, whereas other methods are specific for the <literal>SF_Calc</literal> module." -msgstr "Alcuni metodi sono generici per tutti i tipi di documenti e sono ereditati dal servizio <literal>Document</literal>, altri metodi invece sono specifici per il modulo <literal>SF_Calc</literal>." +msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Calc documents are defined in the <literal>SF_Calc</literal> module." +msgstr "" #. kTVJM #: sf_calc.xhp @@ -4867,15 +4849,6 @@ msgctxt "" msgid "Copy from one file to another:" msgstr "Copia da un file a un altro:" -#. 2fvZe -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id761621538667290\n" -"help.text" -msgid "doc.CopyToRange(\"SheetX.A1:F10\", \"SheetY.C5:J5\")" -msgstr "doc.CopyToRange(\"FoglioX.A1:F10\", \"FoglioY.C5:J5\")" - #. so8uw #: sf_calc.xhp msgctxt "" @@ -4966,42 +4939,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\" which is stored in \"Sheet1\"." msgstr "Negli esempi seguenti la prima riga ricava i nomi di tutti i formulari memorizzati nel \"Foglio1\" e la seconda recupera l'oggetto <literal>Form</literal> del formulario denominato \"Form_A\" che è memorizzato nel \"Foglio1\"." -#. G9yMh -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms(\"Sheet1\")" -msgstr "Set FormNames = oDoc.Forms(\"Foglio1\")" - -#. cFBZw -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "Set FormA = oDoc.Forms(\"Foglio1\", \"Form_A\")" - -#. NY6Wb -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms(\"Sheet1\")" -msgstr "form_names = doc.Forms(\"Foglio1\")" - -#. DQsCo -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "form_A = doc.Forms(\"Foglio1\", \"Form_A\")" - #. y9kCE #: sf_calc.xhp msgctxt "" @@ -5506,15 +5443,6 @@ msgctxt "" msgid "Removes an existing sheet from the document." msgstr "Elimina un foglio esistente dal documento." -#. Gwe7Z -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"par_id991621620588147\n" -"help.text" -msgid "<input>svc.RemoveSheet(sheetname: str): bool</input>" -msgstr "<input>svc.RemoveSheet(sheetname: str): bool</input>" - #. dVxiA #: sf_calc.xhp msgctxt "" @@ -5992,14 +5920,23 @@ msgctxt "" msgid "Run SQL action statements such as <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, etc." msgstr "Eseguire istruzioni SQL come <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, ecc." -#. ABgYk +#. 7CSTo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id811599407236602\n" "help.text" -msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document." -msgstr "Ogni istanza del servizio <literal>Database</literal> rappresenta un singolo database e fornisce l'accesso alle sue tabelle, ricerche e dati. Questo servizio non consente l'accesso ai formulari e ai rapporti dei documenti di Base." +msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data." +msgstr "" + +#. JopCB +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id111625692871642\n" +"help.text" +msgid "This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href=\"text/sbasic/shared/03/sf_base.xhp#FormDocuments\" name=\"FormDocuments\"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service." +msgstr "" #. Snu6R #: sf_database.xhp @@ -6028,14 +5965,14 @@ msgctxt "" msgid "The provided interfaces include simple tables and queries lists, as well as access to database data." msgstr "Le interfacce fornite comprendono semplici elenchi di tabelle e ricerche, così come l'accesso ai dati del database." -#. N3J98 +#. 644XA #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id891599407280007\n" "help.text" -msgid "To make SQL statements more readable, you can use optional square brackets to enclose tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS)." -msgstr "Per rendere più leggibili le istruzioni SQL, potete usare delle parentesi quadre opzionali per racchiudere le tabelle, le ricerche e i campi, anziché racchiuderli tra altri caratteri che potrebbero essere esclusivi di determinati RDBMS (Relational Database Management Systems)." +msgid "To make SQL statements more readable, you may use square brackets \"[ ]\" to enclose names of tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS). But beware that enclosing characters are mandatory in this context." +msgstr "" #. CAFnK #: sf_database.xhp @@ -6046,68 +5983,86 @@ msgctxt "" msgid "Service invocation" msgstr "Invocare il servizio" -#. GBCxf +#. Cr4oo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id541599408159668\n" "help.text" -msgid "The code snippet below shows how to access any database with the <literal>Database</literal> service." -msgstr "Il frammento di codice sottostante illustra come accedere a qualsiasi database con il servizio <literal>Database</literal>." +msgid "To create a instance of the <literal>Database</literal> service you can use the <literal>CreateScriptService</literal> method:" +msgstr "" -#. RApNW +#. ArhV5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" -"bas_id471599408248873\n" +"par_id551625693442959\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." -msgstr "' ... Esegue query, comandi SQL, ..." +msgid "In the syntax described above you can use either \"SFDatabases.Database\" or simply \"Database\" as the first argument of the <literal>CreateScriptService</literal> method." +msgstr "" -#. f2tV4 +#. S7oNc #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id111615146818256\n" "help.text" -msgid "<emph>FileName</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." -msgstr "<emph>FileName</emph>: il nome del file di Base. Deve essere espresso usando la notazione <literal>SF_FileSystem.FileNaming</literal>." +msgid "<emph>filename</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." +msgstr "" -#. yg5bv +#. fUxEZ #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id771615146944307\n" "help.text" -msgid "<emph>RegistrationName</emph>: The name of a registered database. If a file name is provided, this argument should not be used." -msgstr "<emph>RegistrationName</emph>: il nome di un database registrato. Se è stato indicato un nome di file, questo argomento non deve essere usato." +msgid "<emph>registrationname</emph>: The name of a registered database. If <literal>filename</literal> is provided, this argument should not be used." +msgstr "" -#. RM9c6 +#. J2NA3 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id491615147048748\n" "help.text" -msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." -msgstr "Al contrario, se è specificato <literal>RegistrationName</literal>, il parametro <literal>FileName</literal> non deve essere definito." +msgid "Conversely, if a <literal>registrationname</literal> is specified, the <literal>filename</literal> parameter should not be defined." +msgstr "" -#. Bc97U +#. YQF4D #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." -msgstr "<emph>ReadOnly</emph>: determina se il database sarà aperto in sola lettura (Predefinito = <literal>True</literal>)." +msgid "<emph>readonly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." +msgstr "" -#. Gn7AF +#. 9FEG5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id291615147236001\n" "help.text" -msgid "<emph>User, Password</emph>: Additional connection parameters to the database server." -msgstr "<emph>User, Password</emph>: parametri aggiuntivi per la connessione al server del database." +msgid "<emph>user, password</emph>: Additional connection parameters to the database server." +msgstr "" + +#. ZG5pH +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"bas_id871625698095504\n" +"help.text" +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. uWJrQ +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id791625698186675\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" #. Z2VVg #: sf_database.xhp @@ -6118,14 +6073,14 @@ msgctxt "" msgid "Accessing Databases with the UI Service" msgstr "Accedere ai database con il servizio UI" -#. 6s3Hr +#. 5Kifs #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id901599408410712\n" "help.text" -msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the example below:" -msgstr "È possibile accedere al database associato a un documento di Base anche usando il servizio <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"Servizio UI\"><literal>ScriptForge.UI</literal></link>, come illustrato nell'esempio sottostante:" +msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:" +msgstr "" #. T6mkQ #: sf_database.xhp @@ -6136,14 +6091,77 @@ msgctxt "" msgid "' User and password are supplied below, if needed" msgstr "' Utente e password sono fornite di seguito, se necessarie" -#. 88wGG +#. F43tz #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "bas_id921599408791887\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." -msgstr "' ... Esegue query, comandi SQL, ..." +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. VDFaU +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id881625699438103\n" +"help.text" +msgid "ui = CreateScriptService(\"UI\")" +msgstr "" + +#. EeDew +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id111625699438354\n" +"help.text" +msgid "doc = ui.OpenBaseDocument(\"/home/user/Documents/myDB.odb\")" +msgstr "" + +#. FsCDs +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id731625699527917\n" +"help.text" +msgid "# User and password are supplied below, if needed" +msgstr "" + +#. b8DCF +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id741625699438527\n" +"help.text" +msgid "myDatabase = doc.GetDatabase()" +msgstr "" + +#. BDNDo +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id201625699438702\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" + +#. yL6GV +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id171625699438887\n" +"help.text" +msgid "myDatabase.CloseDatabase()" +msgstr "" + +#. SAyeP +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id231625699570502\n" +"help.text" +msgid "doc.CloseDocument()" +msgstr "" #. AVkg5 #: sf_database.xhp @@ -6325,32 +6343,32 @@ msgctxt "" msgid "Optionally, a SQL <literal>WHERE</literal> clause can be specified as a filter that will be applied prior to the aggregate function." msgstr "Facoltativamente è possibile specificare una clausola <literal>WHERE</literal> di SQL come filtro da applicare prima della funzione aggregata." -#. rKxVP +#. AKqei #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441596554849949\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." -msgstr "<emph>Expression</emph>: un'espressione SQL nella quale i nomi dei campi sono racchiusi tra parentesi quadre." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgstr "" -#. 3PSmS +#. c2Rzq #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." -msgstr "<emph>TableName</emph>: il nome di una tabella (senza parentesi quadre)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." +msgstr "" -#. F4AAZ +#. cjGPp #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id521596554849185\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." -msgstr "<emph>Criteria</emph>: una clausola <literal>WHERE</literal> senza la parola chiave \"WHERE\", nella quale i nomi dei campi sono racchiusi tra parentesi quadre." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgstr "" #. AGBFS #: sf_database.xhp @@ -6406,41 +6424,41 @@ msgctxt "" msgid "If the query returns multiple records, only the first one is considered. Use the <literal>OrderClause</literal> parameter to determine how query results are sorted." msgstr "Se la ricerca restituisce più record, viene considerato solamente il primo. Usate il parametro <literal>OrderClause</literal> per stabilire come vanno ordinati i risultati della ricerca." -#. CNwh2 +#. tNnSe #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id671599488113986\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." -msgstr "<emph>Expression</emph>: Un'espressione SQL nella quale i nomi dei campi sono racchiusi tra parentesi quadre." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgstr "" -#. 5DGVh +#. eGbAr #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441599488113247\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." -msgstr "<emph>TableName</emph>: Il nome di una tabella (senza parentesi quadre)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." +msgstr "" -#. jtrX7 +#. F9xaH #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id40159948811316\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." -msgstr "<emph>Criteria</emph>: Una clausola <literal>WHERE</literal> senza la parola chiave \"WHERE\", nella quale i nomi dei campi sono racchiusi tra parentesi quadre." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgstr "" -#. X5HJp +#. SusUk #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id71599488689029\n" "help.text" -msgid "<emph>OrderClause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." -msgstr "<emph>OrderClause</emph>: una clausola <literal>ORDER BY</literal> senza le parole chiave \"ORDER BY\". I nomi dei campi devono essere racchiusi tra parentesi quadre." +msgid "<emph>orderclause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." +msgstr "" #. CPoBx #: sf_database.xhp @@ -6469,41 +6487,41 @@ msgctxt "" msgid "The returned array will be empty if no rows are returned and the column headers are not required." msgstr "La matrice restituita sarà vuota se non viene restituita alcuna riga e le intestazioni di colonna non sono richieste." -#. dURZU +#. y5u8i #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id451599489278429\n" "help.text" -msgid "<emph>SQLCommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." -msgstr "<emph>SQLCommand</emph>: il nome di una tabella o di una ricerca (senza parentesi quadre) o un'istruzione <literal>SELECT</literal> in SQL." +msgid "<emph>sqlcommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." +msgstr "" -#. fFFFd +#. xAbDx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id271599489278141\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." -msgstr "<emph>DirectSQL</emph>: se <literal>True</literal>, il comando SQL viene inviato al motore del database senza una preanalisi. Il valore predefinito è <literal>False</literal>. Questo argomento viene ignorato per le tabelle. Per le ricerche, l'opzione applicata è quella impostata al momento della definizione della ricerca." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." +msgstr "" -#. unoDn +#. DEzQD #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id941599489278747\n" "help.text" -msgid "<emph>Header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." -msgstr "<emph>Header</emph>: se è <literal>True</literal>, la prima riga della matrice restituita conterrà le intestazioni di colonna." +msgid "<emph>header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." +msgstr "" -#. BZxwK +#. P2SMx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id591599489278926\n" "help.text" -msgid "<emph>MaxRows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." -msgstr "<emph>MaxRows</emph>: il numero massimo di righe da restituire. Il valore predefinito è zero, che significa che non c'è un limite al numero di righe restituite." +msgid "<emph>maxrows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." +msgstr "" #. 3XZPf #: sf_database.xhp @@ -6559,23 +6577,32 @@ msgctxt "" msgid "The <literal>RunSql</literal> method is rejected with an error message in case the database was previously opened in read-only mode." msgstr "Il metodo <literal>RunSql</literal> viene respinto con un messaggio di errore nel caso in cui il database in precedenza era stato aperto in modalità di sola lettura." -#. cMjus +#. AN4H9 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id421625701780046\n" +"help.text" +msgid "<input>db.RunSql(sqlcommand: str, directsql: bool = False): bool</input>" +msgstr "" + +#. WnUpF #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id701599490609473\n" "help.text" -msgid "<emph>SQLCommand</emph>: A query name (without square brackets) or a SQL statement." -msgstr "<emph>SQLCommand</emph>: il nome di una ricerca (senza parentesi quadre) o un'istruzione SQL." +msgid "<emph>sqlcommand</emph>: A query name (without square brackets) or a SQL statement." +msgstr "" -#. kngXb +#. uNMDN #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id51599490609377\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." -msgstr "<emph>DirectSQL</emph>: se è <literal>True</literal>, il comando SQL viene inviato al motore del database senza una preanalisi (predefinito = <literal>False</literal>). Per le ricerche, l'opzione applicata è quella impostata al momento della definizione della ricerca." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." +msgstr "" #. BC4Sc #: sf_dialog.xhp @@ -9169,6 +9196,60 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "Si raccomanda di liberare le risorse dopo l'uso:" +#. gpGvc +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id551626869252987\n" +"help.text" +msgid "The example below creates an empty instance of the <literal>Dictionary</literal> service and uses the Python native <literal>update</literal> method to populate it with the contents of a Python <literal>dict</literal> object." +msgstr "" + +#. bnDdK +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id61626869417128\n" +"help.text" +msgid "# Initialize myDict as an empty dict object" +msgstr "" + +#. Zijqj +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id921626869402748\n" +"help.text" +msgid "# Load the values of dico into myDict" +msgstr "" + +#. G4WCE +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id981626869718081\n" +"help.text" +msgid "It is possible to create an instance of the <literal>Dictionary</literal> service using a Python <literal>dict</literal> object as argument as shown in the following example." +msgstr "" + +#. ymvAC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id201626869185236\n" +"help.text" +msgid "# Initialize myDict with the content of dico" +msgstr "" + +#. UHQFC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id211626699007613\n" +"help.text" +msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> that are supported in both Basic and Python." +msgstr "" + #. Dd4Pp #: sf_dictionary.xhp msgctxt "" @@ -9322,23 +9403,23 @@ msgctxt "" msgid "Adds a new key-item pair into the dictionary. Returns <literal>True</literal> if successful." msgstr "Aggiunge una nuova coppia chiave-elemento al dizionario. Restituisce <literal>True</literal> se l'inserimento ha esito positivo." -#. 3MMGU +#. 4zw8b #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id341582887670030\n" "help.text" -msgid "<emph>Key</emph> : String value used to identify the Item. The key is not case-sensitive." -msgstr "<emph>Key</emph> : un valore in formato stringa usato per identificare l'elemento. La chiave non fa distinzione tra lettere maiuscole e minuscole." +msgid "<emph>key</emph>: String value used to identify the Item. The key is not case-sensitive." +msgstr "" -#. aGgh9 +#. UFFFG #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id401582887670030\n" "help.text" -msgid "<emph>Item</emph> : Any value, including an array, a Basic object, a UNO object, a dictionary, etc." -msgstr "<emph>Item</emph> : qualunque valore, comprese matrici, oggetti Basic, oggetti UNO, dizionari, ecc." +msgid "<emph>item</emph>: Any value, including an array, a Basic object, a UNO object, a dictionary, etc." +msgstr "" #. aNDWv #: sf_dictionary.xhp @@ -9394,23 +9475,23 @@ msgctxt "" msgid "This method supports the following data types: <literal>String</literal>, <literal>Boolean</literal>, numbers, <literal>Null</literal> and <literal>Empty</literal>. Arrays containing items of those types are also allowed, whatever their dimensions. Dates are converted into strings, however they cannot be used inside Arrays. Other data types are converted to their string representation using the <literal>SF_String.Represent</literal> service." msgstr "Questo metodo supporta i seguenti tipi di dati: <literal>String</literal>, <literal>Boolean</literal>, numeri, <literal>Null</literal> ed <literal>Empty</literal>. Sono permesse anche le matrici che contengono questi tipi di dati, indipendentemente dalle loro dimensioni. Le date vengono convertire in stringhe e in ogni caso non possono essere usate all'interno di matrici. Gli altri tipi di dati vengono convertiti nella loro rappresentazione come stringa usando il servizio <literal>SF_String.Represent</literal>." -#. Nmzcs +#. stuTQ #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id8816012968362\n" "help.text" -msgid "<emph>Indent</emph> : When <literal>Indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>Indent</literal> value will add new lines with no indentation. <literal>Indent</literal> default value \"\" selects the most compact representation. Using a positive integer for <literal>Indent</literal> indents that many spaces per level. When <literal>Indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." -msgstr "<emph>Indent</emph> : se <literal>Indent</literal> è un numero positivo o un testo, gli elementi delle matrici e gli oggetti presenti nel testo JSON vengono stampati con quel livello di rientro. Un valore negativo di <literal>Indent</literal> aggiungerà nuove righe senza rientro. Il valore predefinito di <literal>Indent</literal> \"\" seleziona la rappresentazione più compatta. Usando un numero intero positivo per <literal>Indent</literal> il rientro corrisponderà a quel numero di spazi per livello. Se <literal>Indent</literal> è una stringa, come <literal>Chr(9)</literal> o <literal>Tab(1)</literal>, il carattere Tab sarà usato per far rientrare ciascun livello." +msgid "<emph>indent</emph>: When <literal>indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>indent</literal> value will add new lines with no indentation. The default value is an empty string \"\" which selects the most compact representation. Using a positive integer for <literal>indent</literal> indents that many spaces per level. When <literal>indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." +msgstr "" -#. pipLz +#. sQuKi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id151582889470596\n" "help.text" -msgid "Store the content of the dictionary in an array of <literal>PropertyValues</literal>." -msgstr "Memorizza il contenuto di un dizionario in una matrice <literal>PropertyValues</literal>." +msgid "Stores the contents of the dictionary into an array of <literal>PropertyValues</literal>." +msgstr "" #. rTa2V #: sf_dictionary.xhp @@ -9448,6 +9529,15 @@ msgctxt "" msgid "'Converts to an Array of PropertyValue objects" msgstr "'Converte in una matrice di oggetti PropertyValue" +#. XCGFp +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id771626700938786\n" +"help.text" +msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the <literal>CreateScriptService</literal> method." +msgstr "" + #. wTUQt #: sf_dictionary.xhp msgctxt "" @@ -9466,14 +9556,14 @@ msgctxt "" msgid "Determines if a key exists in the dictionary." msgstr "Determina se una chiave esiste già nel dizionario." -#. 9akGN +#. RgUSD #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id971582889812917\n" "help.text" -msgid "<emph>Key</emph> : The key to be looked up in the dictionary." -msgstr "<emph>Key</emph> : La chiave da cercare nel dizionario." +msgid "<emph>key</emph>: The key to be looked up in the dictionary." +msgstr "" #. UAkEx #: sf_dictionary.xhp @@ -9520,23 +9610,23 @@ msgctxt "" msgid "An attempt is made to convert text to date if the item matches one of these patterns: YYYY-MM-DD, HH:MM:SS or YYYY-MM-DD HH:MM:SS." msgstr "Viene eseguito un tentativo di conversione del testo in data quando un elemento corrisponde a uno di questi modelli: AAAA-MM-GG, HH:MM:SS o AAAA-MM-GG HH:MM:SS." -#. Ghov2 +#. 5cknM #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id69160139198061\n" "help.text" -msgid "<emph>InputStr</emph> : The string to import." -msgstr "<emph>InputStr</emph> : La stringa da importare." +msgid "<emph>inputstr</emph>: The string to import." +msgstr "" -#. LW97u +#. GDAGm #: 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." -msgstr "<emph>Overwrite</emph> : se è <literal>True</literal>, nel dizionario possono esistere dei record con lo stesso nome e i relativi valori saranno sovrascritti. Se è <literal>False</literal> (predefinito), le chiavi duplicate genereranno un errore. Fate attenzione che le chiavi del dizionario non fanno distinzione tra lettere minuscole e maiuscole, mentre i nomi all'interno delle stringhe JSON fanno tale distinzione." +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." +msgstr "" #. aBFC5 #: sf_dictionary.xhp @@ -9556,23 +9646,32 @@ msgctxt "" msgid "Inserts the contents of an array of <literal>PropertyValue</literal> objects into the current dictionary. <literal>PropertyValue</literal> Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns <literal>True</literal> if successful." msgstr "Inserisce nel dizionario corrente i contenuti di una matrice di oggetti <literal>PropertyValue</literal>. La proprietà Name di <literal>PropertyValue</literal> viene usata come chiave nel dizionario, mentre la proprietà Value contiene i valori corrrispondenti. Restituisce <literal>True</literal> se l'inserimento ha esito positivo." -#. jYVUA +#. 95A5W #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "<emph>PropertyValues</emph> : A zero-based 1 dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>PropertyValue</literal> object not contained in an Array." -msgstr "<emph>PropertyValues</emph> : una matrice unidimensionale con indice a partire da zero, che contiene oggetti <literal>com.sun.star.beans.PropertyValue</literal>. Questo parametro può essere anche un singolo oggetto <literal>PropertyValue</literal> non all'interno di una matrice." +msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>propertyvalue</literal> object not contained in an Array." +msgstr "" -#. TvJoT +#. g5bHm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id21588941968131\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. Note that dictionary keys are not case-sensitive, whereas names are case-sensitive in sets of property values." -msgstr "<emph>Overwrite</emph> : se è <literal>True</literal>, nel dizionario possono esistere dei record con lo stesso nome e i loro valori saranno sovrascritti. Se è <literal>False</literal> (predefinito), le chiavi duplicate genereranno un errore. Fate attenzione che le chiavi del dizionario non fanno distinzione tra lettere minuscole e maiuscole, mentre i nomi nei set di valori delle proprietà fanno tale distinzione." +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. Note that dictionary keys are not case-sensitive in Basic, whereas names are case-sensitive in sets of property values and in Python dictionaries." +msgstr "" + +#. GKtsH +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id641626703615898\n" +"help.text" +msgid "The examples below first create an array with two <literal>PropertyValue</literal> objects and then convert it to a dictionary." +msgstr "" #. 3rJRP #: sf_dictionary.xhp @@ -9583,14 +9682,14 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>." msgstr "Trova un record all'interno di un dizionario esistente in base alla sua chiave. Restituisce il valore dell'elemento se la ricerca ha esito positivo, altrimenti restituisce <literal>Empty</literal>." -#. UP6qF +#. CGLFi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph> : Non fa distinzione tra lettere minuscole e maiuscole. Deve esistere nel dizionario, altrimenti viene generato un errore <literal>UNKNOWNKEYERROR</literal>." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" #. rGqyT #: sf_dictionary.xhp @@ -9610,14 +9709,14 @@ msgctxt "" msgid "Removes an existing dictionary entry based on its key. Returns <literal>True</literal> if successful." msgstr "Elimina un record da un dizionario esistente in base alla sua chiave. Restituisce <literal>True</literal> se l'eliminazione è riuscita." -#. eEKAA +#. EhVL2 #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890366999\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Non fa distinzione tra lettere minuscole e maiuscole. Deve esistere nel dizionario, altrimenti viene generato un errore <literal>UNKNOWNKEYERROR</literal>." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" #. GyK3j #: sf_dictionary.xhp @@ -9637,23 +9736,23 @@ msgctxt "" msgid "Replaces an existing item value based on its key. Returns <literal>True</literal> if successful." msgstr "Sostituisce il valore di un elemento esistente in base alla sua chiave. Restituisce <literal>True</literal> se la sostituzione è riuscita." -#. pSQCe +#. w4w9A #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id991582895615535\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: valore in formato stringa che rappresenta la chiave del valore da sostituire. Non fa distinzione tra lettere minuscole e maiuscole. Se nel dizionario la chiave non esiste, viene generato un errore <literal>UNKNOWNKEYERROR</literal>." +msgid "<emph>key</emph>: String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" -#. B9QCk +#. FA4hz #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id721582895615186\n" "help.text" -msgid "<emph>Value</emph> : The new value of the item referred to with the Key parameter." -msgstr "<emph>Value</emph> : Il nuovo valore dell'elemento a cui fa riferimento il parametro Key." +msgid "<emph>value</emph>: The new value of the item referred to with the <literal>key</literal> parameter." +msgstr "" #. Y46D4 #: sf_dictionary.xhp @@ -9664,23 +9763,23 @@ msgctxt "" msgid "Replaces an existing key in the dictionary by a new key. The item value is left unchanged. Returns <literal>True</literal> if successful." msgstr "Sostituisce una chiave esistente nel dizionario con una nuova chiave. Il valore dell'elemento rimane immutato. Restituisce <literal>True</literal> se la sostituzione ha esito positivo." -#. SxyfK +#. jKp7C #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id911582896597619\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." -msgstr "<emph>Key</emph>: Valore in formato stringa che rappresenta la chiave da sostituire. Non fa distinzione tra lettere minuscole e maiuscole. Se la chiave non esiste nel dizionario viene generato un errore <literal>UNKNOWNKEYERROR</literal>." +msgid "<emph>key</emph>: String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgstr "" -#. Eu4DG +#. Dku2D #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id531582896597989\n" "help.text" -msgid "<emph>Value</emph> : String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, a <literal>DUPLICATEKEYERROR</literal> error is raised." -msgstr "<emph>Value</emph>: valore in formato stringa per la nuova chiave. Non fa distinzione tra lettere minuscole e maiuscole. Se nel dizionario la chiave esiste già, viene generato un errore <literal>DUPLICATEKEYERROR</literal>." +msgid "<emph>value</emph>: String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, an <literal>DUPLICATEKEYERROR</literal> error is raised." +msgstr "" #. jasej #: sf_document.xhp @@ -9835,33 +9934,6 @@ msgctxt "" msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" msgstr "Eccetto quando il documento è stato chiuso da un programma usando il metodo CloseDocument (che lo rende superfluo), si consiglia di liberare le risorse dopo l'uso:" -#. 2odf5 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id551622819064247\n" -"help.text" -msgid "def RunEvent(event)" -msgstr "def RunEvent(event)" - -#. oHQNa -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id311622819064554\n" -"help.text" -msgid "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" -msgstr "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" - -#. sHApS -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id221622819064967\n" -"help.text" -msgid "# (...)" -msgstr "# (...)" - #. LyvNw #: sf_document.xhp msgctxt "" @@ -10204,15 +10276,6 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "<emph>saveask</emph>: se è <literal>True</literal> (predefinito), l'utente viene invitato a confermare se le modifiche devono essere salvate su disco. Questo argomento viene ignorato se il documento non è stato modificato." -#. STq4L -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id751622827903730\n" -"help.text" -msgid "End If" -msgstr "End If" - #. vp56r #: sf_document.xhp msgctxt "" @@ -10267,42 +10330,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"." msgstr "Negli esempi seguenti la prima riga ottiene il nome di tutti i formulari presenti nel documento e la seconda riga recupera l'oggetto <literal>Form</literal> del formulario chiamato \"Form_A\"." -#. 8GoMk -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms()" -msgstr "Set FormNames = oDoc.Forms()" - -#. uCcpo -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Form_A\")" -msgstr "Set FormA = oDoc.Forms(\"Form_A\")" - -#. 9gHMA -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms()" -msgstr "form_names = doc.Forms()" - -#. H3946 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Form_A\")" -msgstr "form_A = doc.Forms(\"Form_A\")" - #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -11014,6 +11041,42 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type." msgstr "<emph>arg0[, arg1, ...]</emph>: Qualsiasi numero di argomenti di qualunque tipo." +#. ZxYFC +#: 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)." +msgstr "" + +#. ujSFu +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id841621426229467\n" +"help.text" +msgid "The same string is added to the ScriptForge debug console." +msgstr "" + +#. ixNfF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id391126449167833\n" +"help.text" +msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." +msgstr "" + +#. f5WaM +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id261123015276160\n" +"help.text" +msgid "In python use simply the builtin print() statement." +msgstr "" + #. CUoch #: sf_exception.xhp msgctxt "" @@ -11410,23 +11473,23 @@ msgctxt "" msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative." msgstr "Un esempio di notazione URL è <emph>file:///C:/Documents/my_file.odt</emph>. Considerate di utilizzare la notazione URL ogni qualvolta ciò sia possibile, in quanto è un'alternativa più versatile." -#. mao7x +#. QrDqQ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"hd_id581582885621841\n" +"par_id931626652451855\n" "help.text" -msgid "Service invocation" -msgstr "Invocare il servizio" +msgid "The use of the shortcut \"~\" (tilde), which is common in Linux-based operating systems, is not supported to express a path to a folder and file name. Instead of using <emph>\"~/Documents/my_file.odt\"</emph> use the full path <emph>\"/home/user/Documents/my_file.odt\"</emph>." +msgstr "" -#. ms88h +#. mao7x #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id141610734722352\n" +"hd_id581582885621841\n" "help.text" -msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "Prima di usare il servizio <literal>FileSystem</literal> è necessario caricare la libreria <literal>ScriptForge</literal> usando:" +msgid "Service invocation" +msgstr "Invocare il servizio" #. Miw3e #: sf_filesystem.xhp @@ -11680,23 +11743,23 @@ msgctxt "" msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary." msgstr "Unisce il percorso di una cartella al nome di un file e restituisce il nome del file completo usando un carattere di separazione delle cartelle valido. Il carattere di separazione delle cartelle è aggiunto solo se necessario." -#. EDmLL +#. 2pwBF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id90158393307695\n" "help.text" -msgid "<emph>FolderName</emph>: The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder." -msgstr "<emph>FolderName</emph>: il percorso con cui verrà combinato il nome del file (<literal>Name</literal>). Non è necessario che il percorso specificato sia quello di una cartella esistente." +msgid "<emph>foldername</emph>: The path with which <literal>name</literal> will be combined. The specified path does not need to be an existing folder." +msgstr "" -#. TqBVA +#. xFCWJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id891583933076975\n" "help.text" -msgid "<emph>Name</emph>: The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system." -msgstr "<emph>Name</emph>: il nome del file da aggiungere al percorso <literal>FolderName</literal>. Questo parametro usa la notazione del sistema operativo corrente." +msgid "<emph>name</emph>: The name of the file to be appended to <literal>foldername</literal>. This parameter uses the notation of the current operating system." +msgstr "" #. DwTpc #: sf_filesystem.xhp @@ -11707,32 +11770,32 @@ msgctxt "" msgid "Compares two files and returns <literal>True</literal> when they seem identical." msgstr "Confronta due file e restituisce <literal>True</literal> se sembrano identici." -#. CrUQx +#. 6A5Da #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631601119001315\n" "help.text" -msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." -msgstr "A seconda del valore dell'argomento <literal>CompareContents</literal>, il confronto tra i file può essere basato solo sui rispettivi attributi (come la data dell'ultima modifica), o anche sul loro contenuto." +msgid "Depending on the value of the <literal>comparecontents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." +msgstr "" -#. kYy2f +#. MGA4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481601118910755\n" "help.text" -msgid "<emph>FileName1, FileName2</emph>: The files to compare." -msgstr "<emph>FileName1, FileName2</emph>: i file da confrontare." +msgid "<emph>filename1, filename2</emph>: The files to compare." +msgstr "" -#. mXZPN +#. aKfwh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111601118910848\n" "help.text" -msgid "<emph>CompareContents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." -msgstr "<emph>CompareContents</emph>: se è <literal>True</literal>, viene confrontato il contenuto dei file (predefinito = <literal>False</literal>)." +msgid "<emph>comparecontents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." +msgstr "" #. EZNG5 #: sf_filesystem.xhp @@ -11743,14 +11806,14 @@ msgctxt "" msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred." msgstr "Copia uno o più file da una posizione a un'altra. Restituisce <literal>True</literal> se almeno un file è stato copiato o <literal>False</literal> se si è verificato un errore." -#. EFfEH +#. xE9SU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id401612998805699\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." -msgstr "Un errore si verifica anche quando il parametro <literal>Source</literal> fa uso di caratteri jolly e non individua alcun file." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. AZCsn #: sf_filesystem.xhp @@ -11761,68 +11824,68 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver incontrato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche fatte prima di incontrare l'errore." -#. cxNda +#. aVGzZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." -msgstr "<emph>Source</emph>: può essere un <literal>FileName</literal> o un <literal>NamePattern</literal> che indica uno o più file da copiare." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." +msgstr "" -#. pwEq9 +#. ycEpt #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111584542310166\n" "help.text" -msgid "<emph>Destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied." -msgstr "<emph>Destination</emph>: può essere sia un <literal>FileName</literal> che specifica dove il singolo file <literal>Source</literal> deve essere copiato, sia il nome di una cartella (<literal>FolderName</literal>) in cui copiare i diversi file indicati in <literal>Source</literal>." +msgid "<emph>destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>source</literal> are to be copied." +msgstr "" -#. FCpqn +#. frwD2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134752\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." -msgstr "Se la cartella (<literal>FolderName</literal>) non esiste viene creata." +msgid "If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. 4ArCt +#. z3Tok #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166788\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "I caratteri jolly non sono permessi nella destinazione (<literal>Destination</literal>)." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. 48FYf +#. zFyVX #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431558\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." -msgstr "<emph>Overwrite</emph>: se è <literal>True</literal> (predefinito), i file possono essere sovrascritti. Il metodo fallisce se la destinazione (<literal>Destination</literal>) è di sola lettura, indipendentemente dal valore specificato in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." +msgstr "" -#. KerV3 +#. uRMe8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id211613000903194\n" +"par_id691626216252568\n" "help.text" -msgid "' Copies a single file" -msgstr "'Copia un singolo file" +msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." +msgstr "" -#. HKFaH +#. GevfF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id841584541257574\n" +"par_id411626216328023\n" "help.text" -msgid "' Copies multiple files. Only files are copied, subfolders are not." -msgstr "'Copia più file. Solo i file vengono copiati, non le sottocartelle." +msgid "Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." +msgstr "" #. TdGi7 #: sf_filesystem.xhp @@ -11833,14 +11896,14 @@ msgctxt "" msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred." msgstr "Copia una o più cartelle da una posizione a un'altra. Restituisce <literal>True</literal> se almeno una cartella è stata copiata o <literal>False</literal> se si è verificato un errore." -#. TymFf +#. TSLCU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775377\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." -msgstr "Un errore si verifica anche se il parametro <literal>Source</literal> usa dei caratteri jolly e non individua alcuna cartella." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. m3Hzh #: sf_filesystem.xhp @@ -11851,59 +11914,59 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver incontrato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche effettuate prima di incontrare l'errore." -#. isESD +#. GCCf3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id851584544734202\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." -msgstr "<emph>Source</emph>: può essere il nome di una cartella (<literal>FolderName</literal>) o un <literal>NamePattern</literal> che individua una o più cartelle da copiare." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." +msgstr "" -#. 5fFnt +#. msqGq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id321584544734273\n" "help.text" -msgid "<emph>Destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied." -msgstr "<emph>Destination</emph>: specifica il nome della cartella (<literal>FolderName</literal>) in cui copiare la singola cartella o le varie cartelle definite in <literal>Source</literal>." +msgid "<emph>destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>source</literal> are to be copied." +msgstr "" -#. CzQ9A +#. iLKYc #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134762\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." -msgstr "Se la cartella (<literal>FolderName</literal>) non esiste viene creata." +msgid "If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. Uqyna +#. TvYDS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166740\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "I caratteri jolly non sono permessi nella destinazione (<literal>Destination</literal>)." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. 2ziFA +#. 3A2C2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431525\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." -msgstr "<emph>Overwrite</emph>: Se è <literal>True</literal> (predefinito), i file possono essere sovrascritti. Il metodo fallisce se la destinazione (<literal>Destination</literal>) è di sola lettura, indipendentemente dal valore specificato in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." +msgstr "" -#. niaPD +#. 7CxBB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id541584544734497\n" +"par_id751626216627481\n" "help.text" -msgid "' Folders, their files and their subfolders are copied" -msgstr "'Vengono copiate le cartelle, i file e le sottocartelle in esse contenuti" +msgid "In the examples below all files, folders and subfolders are copied." +msgstr "" #. fNBgH #: sf_filesystem.xhp @@ -11923,23 +11986,23 @@ msgctxt "" msgid "If the specified folder has a parent folder that does not exist, it is created." msgstr "Se la cartella specificata ha una cartella genitore che non esiste, questa viene creata." -#. G2A8N +#. 7gTts #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491584540675469\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." -msgstr "<emph>FolderName</emph>: una stringa che rappresenta la cartella da creare. Se la cartella esiste già, viene sollevata un'eccezione." +msgid "<emph>foldername</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." +msgstr "" -#. EYSCS +#. 2zcfH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731585322689518\n" "help.text" -msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file." -msgstr "Crea il file specificato e restituisce un oggetto <literal>TextStream</literal> che può essere usato per scrivere nel file." +msgid "Creates a specified file and returns a <literal>TextStream</literal> service instance that can be used to write to the file." +msgstr "" #. YMZDA #: sf_filesystem.xhp @@ -11950,32 +12013,32 @@ msgctxt "" msgid "The method returns a <literal>Null</literal> object if an error occurred." msgstr "Il metodo restituisce un oggetto <literal>Null</literal> se si verifica un errore." -#. hBQSN +#. 2NPVD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id901585322689715\n" "help.text" -msgid "<emph>FileName</emph>: The name of the file to be created." -msgstr "<emph>FileName</emph>: il nome del file da creare." +msgid "<emph>filename</emph>: The name of the file to be created." +msgstr "" -#. VkGyb +#. gEJA4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id501585322689209\n" "help.text" -msgid "<emph>Overwrite</emph>: Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)." -msgstr "<emph>Overwrite</emph>: un valore booleano che determina se il file <literal>FileName</literal> può essere sovrascritto (predefinito = <literal>True</literal>)." +msgid "<emph>overwrite</emph>: Boolean value that determines if <literal>filename</literal> can be overwritten (default = <literal>True</literal>)." +msgstr "" -#. Zp6H3 +#. CkbhC #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585322689192\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." -msgstr "<emph>Encoding</emph>: la codifica caratteri da usare. La codifica predefinita è \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgstr "" #. eoE92 #: sf_filesystem.xhp @@ -11995,14 +12058,14 @@ msgctxt "" msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred." msgstr "Elimina uno o più file. Restituisce <literal>True</literal> se almeno un file è stato eliminato o <literal>False</literal> se si verifica un errore." -#. DQEzT +#. y69YZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775356\n" "help.text" -msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files." -msgstr "Un errore si verifica anche quando il parametro <literal>FileName</literal> fa uso di caratteri jolly e non corrisponde ad alcun file." +msgid "An error will also occur if the <literal>filename</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. TWJRd #: sf_filesystem.xhp @@ -12022,23 +12085,23 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver rilevato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche effettuate prima della comparsa dell'errore." -#. 2k57M +#. DkCdk #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id441584882040860\n" "help.text" -msgid "<emph>FileName</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." -msgstr "<emph>FileName</emph>: può essere il nome di un file (<literal>FileName</literal>) o un <literal>NamePattern</literal> che indica uno o più file da eliminare." +msgid "<emph>filename</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." +msgstr "" -#. YtAfH +#. FnaSi #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id181584882040535\n" +"par_id851626217167909\n" "help.text" -msgid "' Only files are deleted, subfolders are not" -msgstr "'Vengono cancellati solo i file, non le sottocartelle" +msgid "In the examples below only files are deleted, subfolders are not deleted." +msgstr "" #. c9ZCd #: sf_filesystem.xhp @@ -12049,14 +12112,14 @@ msgctxt "" msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred." msgstr "Elimina una o più cartelle. Restituisce <literal>True</literal> se almeno una cartella è stata eliminata o <literal>False</literal> se si verifica un errore." -#. xmtzX +#. bGmGo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775346\n" "help.text" -msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders." -msgstr "Un errore si verifica anche quando il parametro <literal>FolderName</literal> fa uso di caratteri jolly e non individua ad alcuna cartella." +msgid "An error will also occur if the <literal>foldername</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. GsqDD #: sf_filesystem.xhp @@ -12076,23 +12139,23 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver rilevato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche effettuate prima della comparsa dell'errore." -#. ecg9D +#. 7YCXM #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id451584882542247\n" "help.text" -msgid "<emph>FolderName</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." -msgstr "<emph>FolderName</emph>: può essere il nome di una cartella (<literal>FolderName</literal>) o un <literal>NamePattern</literal> che indica una o più cartelle da eliminare." +msgid "<emph>foldername</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." +msgstr "" -#. ECKGi +#. cCnG9 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id491584882542177\n" +"par_id651626217314709\n" "help.text" -msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not" -msgstr "'Solo le cartelle vengono eliminate, non i file nella cartella superiore (C:\\Temp\\)" +msgid "In the examples below only folders and their contents are deleted. Files in the parent folder \"C:\\Temp\" are not deleted." +msgstr "" #. ZbyLn #: sf_filesystem.xhp @@ -12103,23 +12166,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "Restituisce <literal>True</literal> se un determinato nome di file è valido ed esistente, altrimenti il metodo restituisce <literal>False</literal>." -#. BNEmC +#. 7j5TN #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id91613003122613\n" "help.text" -msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." -msgstr "Se il parametro <literal>FileName</literal> è in realtà il nome di una cartella, il metodo restituisce <literal>False</literal>." +msgid "If the <literal>filename</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." +msgstr "" -#. 7pDFB +#. fr2Ei #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id361583764426547\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file to be tested." -msgstr "<emph>FileName</emph>: una stringa che rappresenta il file da verificare." +msgid "<emph>filename</emph>: A string representing the file to be tested." +msgstr "" #. ChDCL #: sf_filesystem.xhp @@ -12130,14 +12193,14 @@ msgctxt "" msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name." msgstr "Restituisce una matrice, con indice a partire da zero, dei file memorizzati in una determinata cartella. Ogni voce della matrice è una stringa che comprende l'intero percorso e il nome del file." -#. HT5PM +#. JVjE3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id641613003790120\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, an exception is raised." -msgstr "Se la cartella (<literal>FolderName</literal>) non esiste, viene sollevata un'eccezione." +msgid "If the argument <literal>foldername</literal> specifies a folder that does not exist, an exception is raised." +msgstr "" #. nFaPD #: sf_filesystem.xhp @@ -12148,23 +12211,23 @@ msgctxt "" msgid "The resulting list may be filtered with wildcards." msgstr "L'elenco risultante può essere filtrato usando dei caratteri jolly." -#. YsYdQ +#. bq6vD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731583944543140\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." -msgstr "<emph>FolderName</emph>: una stringa che rappresenta una cartella. La cartella deve esistere. <literal>FolderName</literal> non deve indicare un file." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. This argument must not designate a file." +msgstr "" -#. V95Bm +#. EM5cJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591585648450060\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." -msgstr "<emph>Filter</emph>: una stringa contenente caratteri jolly (\"?\" e \"*\") da applicare all'elenco di file risultante (predefinito = \"\")." +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." +msgstr "" #. zG7ec #: sf_filesystem.xhp @@ -12175,23 +12238,23 @@ msgctxt "" msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "Restituisce <literal>True</literal> se la cartella specificata in <literal>FolderName</literal> è valida ed esistente, altrimenti il metodo restituisce <literal>False</literal>." -#. G4Rcz +#. 9xtCG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id151613004111990\n" "help.text" -msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." -msgstr "Se il parametro <literal>FolderName</literal> corrisponde effettivamente al nome di un file esistente, il metodo restituisce <literal>False</literal>." +msgid "If the <literal>foldername</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." +msgstr "" -#. Z46FB +#. qrf4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001583765642211\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be tested." -msgstr "<emph>FolderName</emph>: una stringa che rappresenta la cartella da verificare." +msgid "<emph>foldername</emph>: A string representing the folder to be tested." +msgstr "" #. eAFVs #: sf_filesystem.xhp @@ -12211,32 +12274,23 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Il metodo non controlla se il file o la cartella specificata esiste." -#. B3jVo +#. 3FPjB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id691584110618308\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: una stringa che rappresenta il nome del file ed il suo percorso." - -#. VcGyZ -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"bas_id861584110618986\n" -"help.text" -msgid "' If the input parameter is a folder, it returns the last component of the path" -msgstr "'Se il parametro inserito è una cartella, restituisce l'ultimo componente del percorso" +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" -#. xmK9A +#. jwFaP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id591613004793431\n" +"par_id1001626271201609\n" "help.text" -msgid "' If the input parameter is a file, the method returns the file name without the extension and the path" -msgstr "'Se il parametro inserito è un file, il metodo restituisce il nome del file senza l'estensione e il percorso" +msgid "In the examples below, the first <literal>GetBaseName</literal> method call corresponds to a folder, so the function returns the last component of the path. The second call receives a file name as input, so the name of the file is returned without its extension." +msgstr "" #. A56XC #: sf_filesystem.xhp @@ -12265,14 +12319,14 @@ msgctxt "" msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned." msgstr "Se questo metodo viene applicato al nome di una cartella o ad un file privo di estensione verrà restituita una stringa vuota." -#. GDoGW +#. NzK5z #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821584032680311\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: una stringa che rappresenta il nome del file e il suo percorso." +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" #. Am6Bu #: sf_filesystem.xhp @@ -12292,14 +12346,14 @@ msgctxt "" msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value." msgstr "Il metodo <literal>GetFileLen</literal> può gestire file di dimensioni molto più grandi restituendo un valore di tipo <literal>Currency</literal>." -#. FvwV6 +#. PK2Fo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id161600685050367\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: una stringa che rappresenta un file esistente." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" #. o2GGJ #: sf_filesystem.xhp @@ -12310,14 +12364,14 @@ msgctxt "" msgid "Returns the last modified date of a given file." msgstr "Restituisce la data dell'ultima modifica ad un determinato file." -#. dxpgz +#. VMB4i #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id25158481147822\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: una stringa che rappresenta un file esistente." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" #. VEZR6 #: sf_filesystem.xhp @@ -12337,14 +12391,14 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Il metodo non controlla se il file o la cartella specificata esiste." -#. VWPoq +#. iajZD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671584032366193\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." -msgstr "<emph>FileName</emph>: una stringa che rappresenta il nome del file e il suo percorso." +msgid "<emph>filename</emph>: A string representing the file name and its path." +msgstr "" #. ffxFe #: sf_filesystem.xhp @@ -12364,14 +12418,14 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "Il metodo non controlla se il file o la cartella specificata esiste." -#. XDmYQ +#. YUAQ3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471584113432231\n" "help.text" -msgid "<emph>FileName</emph>: A string with the file or folder name to be analyzed." -msgstr "<emph>FileName</emph>: una stringa con il nome del file o della cartella da analizzare." +msgid "<emph>filename</emph>: A string with the file or folder name to be analyzed." +msgstr "" #. Uc93M #: sf_filesystem.xhp @@ -12427,23 +12481,23 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "Gli algoritmi di hash supportati sono: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> e <literal>SHA512</literal>." -#. jTMPS +#. s5ZiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id28160104251451\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." -msgstr "<emph>FileName</emph>: una stringa che rappresenta un file esistente." +msgid "<emph>filename</emph>: A string representing an existing file." +msgstr "" -#. F86KG +#. Eomhm #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id71601042959846\n" "help.text" -msgid "<emph>Algorithm</emph>: One of the supported algorithms." -msgstr "<emph>Algorithm</emph>: uno degli algoritmi supportati." +msgid "<emph>algorithm</emph>: One of the supported algorithms." +msgstr "" #. HzFs2 #: sf_filesystem.xhp @@ -12454,14 +12508,14 @@ msgctxt "" msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred." msgstr "Sposta uno o più file da una posizione ad un'altra. Restituisce <literal>True</literal> se almeno un file è stato spostato o <literal>False</literal> se si verifica un errore." -#. oEPar +#. RFrNE #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631613062890648\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." -msgstr "Si verifica un errore anche quando il parametro <literal>Source</literal> fa uso di caratteri jolly e non corrisponde ad alcun file." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." +msgstr "" #. ETmEP #: sf_filesystem.xhp @@ -12472,59 +12526,59 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver rilevato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche effettuate prima della comparsa dell'errore." -#. LAeis +#. DbC6F #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id721584791330406\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." -msgstr "<emph>Source</emph>: può essere un nome di file (<literal>FileName</literal>) o o un <literal>NamePattern</literal> che individua uno o più file da spostare." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." +msgstr "" -#. rgNqi +#. BHa7Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id291584791330181\n" "help.text" -msgid "<emph>Destination</emph>: If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." -msgstr "<emph>Destination</emph>: Se <literal>Source</literal> è un nome di file (<literal>FileName</literal>) allora questo parametro indica il nuovo percorso ed il nome del file spostato." +msgid "<emph>destination</emph>: If <literal>source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." +msgstr "" -#. E4opD +#. ZzA3Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31613063334246\n" "help.text" -msgid "If the move operation involves multiple files, then <literal>Destination</literal> must be a folder name. If it does not exist, it is created." -msgstr "Se l'operazione di spostamento coinvolge più file, allora <literal>Destination</literal> deve essere un nome di cartella. Se non esiste, viene creata." +msgid "If the move operation involves multiple files, then <literal>destination</literal> must be a folder name. If it does not exist, it is created." +msgstr "" -#. BvhBP +#. 39oR8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id391613063494599\n" "help.text" -msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>." -msgstr "Se <literal>Source</literal> e <literal>Destination</literal> condividono la stessa cartella di origine, il metodo rinominerà <literal>Source</literal>." +msgid "If <literal>source</literal> and <literal>destination</literal> have the same parent folder, the method will rename the <literal>source</literal>." +msgstr "" -#. 6UKxC +#. 7bzK4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id941613063476533\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "I caratteri jolly non sono permessi nella destinazione (<literal>Destination</literal>)." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" -#. qPvQA +#. Bysqd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id331584791330495\n" +"par_id91626272612758\n" "help.text" -msgid "' Only files are moved, subfolders are not" -msgstr "'Vengono spostati solo i file, non le sottocartelle" +msgid "In the following examples only files are moved, subfolders are not." +msgstr "" #. iYBMe #: sf_filesystem.xhp @@ -12535,14 +12589,14 @@ msgctxt "" msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred." msgstr "Sposta una o più cartelle da una posizione ad un'altra. Restituisce <literal>True</literal> se almeno una cartella è stata spostata o <literal>False</literal> se si verifica un errore." -#. R9Jrz +#. RHjYG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411613072570664\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." -msgstr "Si verifica un errore anche se il parametro <literal>Source</literal> usa dei caratteri jolly e non trova corrispondenze con alcuna cartella." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." +msgstr "" #. F2DaD #: sf_filesystem.xhp @@ -12553,41 +12607,41 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "Il metodo si interrompe immediatamente dopo aver rilevato un errore. Il metodo non ritorna al punto di partenza e non annulla le modifiche effettuate prima della comparsa dell'errore." -#. tLxAt +#. xVGBy #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id541584791330777\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." -msgstr "<emph>Source</emph>: può essere il nome di una cartella (<literal>FolderName</literal>) o un <literal>NamePattern</literal> che individua una o più cartelle da spostare." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." +msgstr "" -#. bTWWF +#. 4Ampu #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551584791330279\n" "help.text" -msgid "<emph>Destination</emph>: If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist." -msgstr "<emph>Destination</emph>: se l'operazione di spostamento riguarda una singola cartella, allora <literal>Destination</literal> è il nome e il percorso del file spostato e non deve essere già esistente." +msgid "<emph>destination</emph>: If the move operation involves a single folder, then <literal>destination</literal> is the name and path of the moved folder and it must not exist." +msgstr "" -#. rNbq3 +#. dD7SB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id11613072890641\n" "help.text" -msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Destination</literal> does not exist, it is created." -msgstr "Se si spostano più cartelle, allora <literal>Destination</literal> indica dove saranno spostate le cartelle presenti in <literal>Source</literal>. Se la cartella <literal>Destination</literal> non esiste, viene creata." +msgid "If multiple folders are being moved, then <literal>destination</literal> designates where the folders in <literal>source</literal> will be moved into. If <literal>destination</literal> does not exist, it is created." +msgstr "" -#. DFBsa +#. A69QS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id301613072928159\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." -msgstr "I caratteri jolly non sono permessi nella destinazione (<literal>Destination</literal>)." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." +msgstr "" #. JNTia #: sf_filesystem.xhp @@ -12607,41 +12661,41 @@ msgctxt "" msgid "Note that the method does not check if the given file is really a text file." msgstr "Fate attenzione che il metodo non controlla se il file indicato è effettivamente un file di testo." -#. p6VFZ +#. SGJCd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951613073135036\n" "help.text" -msgid "The method returns a <literal>Null</literal> object if an error occurred." -msgstr "Il metodo restituisce un oggetto <literal>Null</literal> se si verifica un errore." +msgid "The method returns a <literal>Null</literal> object (in Basic) or <literal>None</literal> (in Python) if an error occurred." +msgstr "" -#. R5a4m +#. mxuwo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585320922678\n" "help.text" -msgid "<emph>FileName</emph>: Identifies the file to open." -msgstr "<emph>FileName</emph>: identifica il file da aprire." +msgid "<emph>filename</emph>: Identifies the file to open." +msgstr "" -#. FUxVH +#. tsRLR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671585320922388\n" "help.text" -msgid "<emph>IOMode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>." -msgstr "<emph>IOMode</emph>: indica la modalità di input/output. Può essere una delle tre costanti: <literal>FSO.ForReading</literal> (predefinita), <literal>FSO.ForWriting</literal> o <literal>FSO.ForAppending</literal>." +msgid "<emph>iomode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>svc.ForReading</literal> (default), <literal>svc.ForWriting</literal>, or <literal>svc.ForAppending</literal>." +msgstr "" -#. ttSYS +#. z27vT #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21585321398586\n" "help.text" -msgid "<emph>Create</emph>: Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:" -msgstr "<emph>Create</emph>: valore logico (booleano) che indica se può essere creato un nuovo file nel caso in cui il nome del file specificato non esista:" +msgid "<emph>create</emph>: Boolean value that indicates whether a new file can be created if the specified <literal>filename</literal> doesn't exist:" +msgstr "" #. VDFAi #: sf_filesystem.xhp @@ -12661,14 +12715,14 @@ msgctxt "" msgid "If <literal>False</literal> then new files are not created (default)." msgstr "se è <literal>False</literal> non saranno creati nuovi file (predefinito)." -#. BoVQQ +#. wjGYH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id771585321576210\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." -msgstr "<emph>Encoding</emph>: la codifica caratteri da usare. La codifica predefinita è \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgstr "" #. FuYwe #: sf_filesystem.xhp @@ -12688,14 +12742,14 @@ msgctxt "" msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed." msgstr "Se è impostata la modalità <literal>SAVE</literal> e il file selezionato esiste, sarà visualizzato un messaggio di avvertimento." -#. PAaAH +#. YgsLZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481583670342502\n" "help.text" -msgid "<emph>DefaultFile</emph>: This argument is a string composed of a folder and file name:" -msgstr "<emph>DefaultFile</emph>: questo argomento è una stringa composta dal nome di una cartella e di un file:" +msgid "<emph>defaultfile</emph>: This argument is a string composed of a folder and file name:" +msgstr "" #. fyVCs #: sf_filesystem.xhp @@ -12715,32 +12769,32 @@ msgctxt "" msgid "The file part designates the default file to open or save." msgstr "La parte del file designa il file predefinito da aprire o salvare." -#. rcast +#. fBHyg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id981583670342502\n" "help.text" -msgid "<emph>Mode</emph>: <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>." -msgstr "<emph>Mode</emph>: <literal>OPEN</literal> (file da aprire) o <literal>SAVE</literal> (file da salvare). Il valore predefinito è <literal>OPEN</literal>." +msgid "<emph>mode</emph>: A string value that can be either \"OPEN\" (for input files) or \"SAVE\" (for output files). The default value is \"OPEN\"." +msgstr "" -#. Dtmio +#. uvwDP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31583670342502\n" "help.text" -msgid "<emph>Filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." -msgstr "<emph>Filter</emph>: l'estensione dei file visualizzati nella finestra di dialogo quando è aperta (predefinito = nessun filtro)." +msgid "<emph>filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." +msgstr "" -#. 8WirR +#. niaGR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id941583670925672\n" +"par_id881626276134300\n" "help.text" -msgid "' Only *.txt files are displayed" -msgstr "'Vengono visualizzati solo i file *.txt" +msgid "The examples below open a file picker with the \"txt\" filter applied." +msgstr "" #. HkwaR #: sf_filesystem.xhp @@ -12751,41 +12805,50 @@ msgctxt "" msgid "Opens a dialog box to select a folder." msgstr "Apre una finestra di dialogo per selezionare una cartella." -#. coL3A +#. mG6QD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951583671701872\n" "help.text" -msgid "<emph>DefaultFolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." -msgstr "<emph>DefaultFolder</emph>: una stringa che contiene il nome della cartella che sarà visualizzata all'apertura della finestra di dialogo (predefinita = l'ultima cartella selezionata)." +msgid "<emph>defaultfolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." +msgstr "" -#. esSGJ +#. ymABK #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821583671701764\n" "help.text" -msgid "<emph>FreeText</emph>: Text to display in the dialog (default = \"\")." -msgstr "<emph>FreeText</emph>: il testo da visualizzare nella finestra di dialogo (predefinito = \"\")." +msgid "<emph>freetext</emph>: Text to display in the dialog (default = \"\")." +msgstr "" -#. GMYtx +#. 4FFby #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "bas_id921583671701610\n" "help.text" -msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")" -msgstr "a = FSO.PickFolder(\"C:\\\", \"Seleziona una cartella o premi Annulla\")" +msgid "aFolder = FSO.PickFolder(\"C:\\Documents\", \"Choose a folder or press Cancel\")" +msgstr "" -#. C3UA9 +#. ENDba +#: sf_filesystem.xhp +msgctxt "" +"sf_filesystem.xhp\n" +"pyc_id631626276402296\n" +"help.text" +msgid "aFolder = fso.PickFolder(r\"C:\\Documents\", \"Choose a folder or press Cancel\")" +msgstr "" + +#. xdfBh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id431584016761996\n" "help.text" -msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>." -msgstr "Restituisce una matrice con indice a partire da zero delle cartelle memorizzate in una determinata cartella (<literal>FolderName</literal>)." +msgid "Returns a zero-based array of strings corresponding to the folders stored in a given <literal>foldername</literal>." +msgstr "" #. LVNZq #: sf_filesystem.xhp @@ -12796,41 +12859,23 @@ msgctxt "" msgid "The list may be filtered with wildcards." msgstr "L'elenco può essere filtrato con i caratteri jolly." -#. ApGN7 +#. 7pDiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id701584016761945\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." -msgstr "<emph>FolderName</emph>: una stringa che rappresenta una cartella. È necessario che la cartella esista. <literal>FolderName</literal> non deve indicare un file." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. <literal>foldername</literal> must not designate a file." +msgstr "" -#. zHooS +#. Xmg8b #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471585648674921\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." -msgstr "<emph>Filter</emph>: una stringa contenente i caratteri jolly (\"?\" e \"*\") che sarà applicata all'elenco di cartelle risultante (predefinito = \"\")." - -#. WVhEh -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Funzione Input\">Funzione Input</link>" - -#. QhSzj -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Istruzione Open\">Istruzione Open</link>" +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." +msgstr "" #. XQG8t #: sf_form.xhp @@ -16423,23 +16468,23 @@ msgctxt "" msgid "To invoke the <literal>L10N</literal> service, two optional arguments can be specified to determine the folder where PO files are located and the locale to be used, as described below." msgstr "Invocando il servizio <literal>L10N</literal>, potete specificare, come descritto in seguito, due argomenti opzionali che determinano la cartella in cui si trovano i file PO file e la lingua da usare." -#. u3ENa +#. cCwBS #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id331585843652877\n" "help.text" -msgid "<emph>FolderName</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." -msgstr "<emph>FolderName</emph>: La cartella che contiene i file PO. Deve essere espressa nella notazione <literal>FileSystem.FileNaming</literal>." +msgid "<emph>foldername</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." +msgstr "" -#. 8PpqQ +#. oQD4m #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585843652789\n" "help.text" -msgid "<emph>Locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." -msgstr "<emph>Locale</emph>: Una stringa nel formato \"li-PA\" (lingua-PAESE) o in formato solo \"li\" (lingua)" +msgid "<emph>locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." +msgstr "" #. Z5Pb3 #: sf_l10n.xhp @@ -16468,6 +16513,15 @@ msgctxt "" msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." msgstr "L'esempio seguente specifica la cartella che contiene i file PO. Dato che l'argomento locale non è definito, l'istanza del servizio userà le impostazioni locali correnti di %PRODUCTNAME." +#. F998n +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id391625855630975\n" +"help.text" +msgid "The example above will result in an runtime error if the PO file for the current locale does not exist in the specified folder." +msgstr "" + #. Ab7iH #: sf_l10n.xhp msgctxt "" @@ -16477,14 +16531,14 @@ msgctxt "" msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French." msgstr "Nell'esempio seguente, sia il nome della cartella che le impostazioni locali sono definiti esplicitamente per essere in francese del Belgio." -#. zEgWG +#. YhDVT #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "bas_id661614358846464\n" "help.text" -msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\", \"fr-BE\")" -msgstr "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\", \"fr-BE\")" +msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\", \"fr-BE\")" +msgstr "" #. UGFWB #: sf_l10n.xhp @@ -16504,6 +16558,15 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "Si raccomanda di liberare le risorse dopo l'uso:" +#. CmhnJ +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281625854773330\n" +"help.text" +msgid "The examples above can be translated to Python as follows:" +msgstr "" + #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -16621,41 +16684,50 @@ msgctxt "" msgid "Adds a new entry in the list of localizable strings. It must not exist yet." msgstr "Aggiunge una nuova voce nell'elenco delle stringhe traducibili. Non deve esistere già." -#. WPVrn +#. 5Fs5v +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725050\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. gyUYQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id391585843652753\n" "help.text" -msgid "<emph>Context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." -msgstr "<emph>Context</emph>: La chiave con cui ricercare le stringhe tradotte con il metodo <literal>GetText</literal>. Questo parametro ha come valore predefinito \"\"." +msgid "<emph>context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." +msgstr "" -#. EC7wb +#. YVUWx #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585844419114\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>MsgId</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>Context</literal> is empty." -msgstr "<emph>MsgId</emph>: La stringa non tradotta che corrisponde al testo che appare nel codice del programma. Non deve essere vuota. <literal>MsgId</literal> diventa la chiave con cui trovare la stringa tradotta tramite il metodo <literal>GetText</literal> se <literal>Context</literal> è vuoto." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>msgid</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>context</literal> is empty." +msgstr "" -#. X3F7E +#. 7FDE9 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id311614361926844\n" "help.text" -msgid "The <literal>MsgId</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." -msgstr "La stringa <literal>MsgId</literal> può contenere un numero qualunque di segnaposti (%1 %2 %3 ...) per la modifica dinamica della stringa in fase di esecuzione." +msgid "The <literal>msgid</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." +msgstr "" -#. 9Jgn8 +#. ioGmP #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id541585844475331\n" "help.text" -msgid "<emph>Comment</emph>: Optional comment to be added alongside the string to help translators." -msgstr "<emph>Comment</emph>: Un commento opzionale da aggiungere accanto alla stringa per aiutare i traduttori." +msgid "<emph>comment</emph>: Optional comment to be added alongside the string to help translators." +msgstr "" #. TAyPG #: sf_l10n.xhp @@ -16675,50 +16747,59 @@ msgctxt "" msgid "Exports a set of untranslated strings as a POT file." msgstr "Esporta un insieme di stringhe non tradotte in un file POT." -#. zTKQ4 +#. NABBq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id711586102939257\n" "help.text" -msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>FolderName</literal> argument present. It is also possible to use a combination of both techniques." -msgstr "Per creare un insieme di stringhe potete usare una sequenza di chiamate al metodo <literal>AddText</literal>, oppure invocare correttamente il servizio <literal>L10N</literal> con l'argomento <literal>FolderName</literal> presente. È anche possibile usare una combinazione di entrambe le tecniche." +msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>foldername</literal> argument present. It is also possible to use a combination of both techniques." +msgstr "" + +#. Pb4VF +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725141\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" -#. WiqHy +#. BsmCX #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id31586102707537\n" "help.text" -msgid "<emph>FileName</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." -msgstr "<emph>FileName</emph>: il file di output in notazione <literal>FileSystem.FileNaming</literal>." +msgid "<emph>filename</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." +msgstr "" -#. BkEjG +#. jQV77 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id851586102707579\n" "help.text" -msgid "<emph>Header</emph>: Comments that will be added on top of the generated POT file." -msgstr "<emph>Header</emph>: commenti che saranno aggiunti in testa al file POT generato." +msgid "<emph>header</emph>: Comments that will be added on top of the generated POT file." +msgstr "" -#. qfPvB +#. YhYbQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id111614364686973\n" "help.text" -msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>Header</literal> argument." -msgstr "Non inserite alcun carattere \"#\" a inizio riga. Se volete suddividere l'intestazione su più righe inserite delle sequenze di escape (\\n) dove richiesto. Un'intestazione standard sarà aggiunta accanto al testo specificato nell'argomento <literal>Header</literal>." +msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>header</literal> argument." +msgstr "" -#. rUUCt +#. E2Loj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id5158610270728\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used (Default = \"UTF-8\")." -msgstr "<emph>Encoding</emph>: la codifica caratteri da usare (predefinita = \"UTF-8\")." +msgid "<emph>encoding</emph>: The character set to be used (Default = \"UTF-8\")." +msgstr "" #. uDu7z #: sf_l10n.xhp @@ -16729,14 +16810,14 @@ msgctxt "" msgid "The generated file should successfully pass the <literal>msgfmt --check</literal> GNU command." msgstr "Il file generato dovrebbe passare il controllo del comando GNU <literal>msgfmt --check</literal> senza errori." -#. wBAjb +#. 32fPj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891586165768715\n" "help.text" -msgid "Gets the translated string corresponding to the given <literal>MsgId</literal> argument." -msgstr "Ottiene le stringhe tradotte corrispondenti all'argomento <literal>MsgId</literal> specificato." +msgid "Gets the translated string corresponding to the given <literal>msgid</literal> argument." +msgstr "" #. NzGZC #: sf_l10n.xhp @@ -16765,59 +16846,59 @@ msgctxt "" msgid "This method can be called either by the full name <literal>GetText</literal> or by the shortcut <literal>_</literal> (a single underscore):" msgstr "Questo metodo può essere chiamato sia con il suo nome intero <literal>GetText</literal> o con l'abbreviazione <literal>_</literal> (un singolo carattere di sottolineatura):" -#. NzdBC +#. mvB66 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id421614967136502\n" "help.text" -msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic scripts." -msgstr "Nella libreria ScriptForge, tutti i metodi che iniziano col carattere \"_\" sono riservati al solo uso interno. L'abbreviazione <literal>_</literal> usata per <literal>GetText</literal> tuttavia è l'unica eccezione a questa regola e per tale motivo può essere usata in modo sicuro negli script in Basic." +msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic and Python scripts." +msgstr "" -#. rNrAw +#. 2ZVAQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id51586165768525\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." -msgstr "<emph>MsgId</emph>: la stringa non tradotta, che corrisponde al testo che appare nel codice del programma. Non deve essere vuota. Può contenere un numero qualsiasi di segnaposti (%1 %2 %3 ...), utilizzabili per l'inserimento dinamico del testo al tempo di esecuzione (runtime)." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." +msgstr "" -#. Fummg +#. dALxK #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id11614365537450\n" "help.text" -msgid "Besides using a single <literal>MsgId</literal> string, this method also accepts the following formats:" -msgstr "Oltre a usare una singola stringa <literal>MsgId</literal>, questo metodo accetta anche i seguenti formati:" +msgid "Besides using a single <literal>msgid</literal> string, this method also accepts the following formats:" +msgstr "" -#. fD2Bg +#. Q7Bbm #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id961614365557277\n" "help.text" -msgid "The <literal>Context</literal> string with which the method will retrieve the <literal>MsgId</literal> in the PO file, or;" -msgstr "La stringa <literal>Context</literal> con cui il metodo trova <literal>MsgId</literal> nel file PO, oppure;" +msgid "The <literal>context</literal> string with which the method will retrieve the <literal>msgid</literal> in the PO file, or;" +msgstr "" -#. v6nVR +#. rTDrq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id981614365589866\n" "help.text" -msgid "A combination <literal>Context|MsgId</literal>, instructing the method to retrieve the <literal>MsgId</literal> using specified <literal>Context</literal> value. The second part of the argument is used to improve code readability." -msgstr "Una combinazione <literal>Context|MsgId</literal>, che ordina al metodo di recuperare <literal>MsgId</literal> utilizzando il valore specificato di <literal>Context</literal>. La seconda parte dell'argomento è usata per migliorare la leggibilità del codice." +msgid "A combination <literal>context|msgid</literal>, instructing the method to retrieve the <literal>msgid</literal> using specified <literal>context</literal> value. The second part of the argument is used to improve code readability." +msgstr "" -#. 5zB4f +#. dW6RE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id571586165768106\n" "help.text" -msgid "<emph>Arg1, ...</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." -msgstr "<emph>Arg1, ...</emph>: i valori da inserire nei segnaposti. È permesso qualsiasi tipo di variabile, ma saranno prese in considerazione solamente stringhe, numeri e date." +msgid "<emph>args</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." +msgstr "" #. cCZDK #: sf_l10n.xhp @@ -16828,14 +16909,329 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "Considerate che il seguente codice sia in esecuzione in una installazione di %PRODUCTNAME con le impostazioni locali \"es-ES\" (spagnolo-Spagna). In aggiunta, all'interno della cartella specificata è presente un file \"es-ES.po\" che traduce le stringhe passate al metodo <literal>GetText</literal>:" -#. zJaES -#: sf_l10n.xhp +#. yYNtX +#: sf_methods.xhp msgctxt "" -"sf_l10n.xhp\n" -"par_id301613075694148\n" +"sf_methods.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. ycA6s +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id31529004750471\n" +"help.text" +msgid "<variable id=\"SF_Signatures\"><link href=\"text/sbasic/shared/03/sf_methods.xhp\" name=\"ScriptForge Method Signatures\"><literal>ScriptForge</literal> Method Signatures</link></variable>" +msgstr "" + +#. gEAos +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"bm_id491529070339774\n" +"help.text" +msgid "<bookmark_value>ScriptForge; Method signatures</bookmark_value>" +msgstr "" + +#. Xq2N5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681619700336879\n" +"help.text" +msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgstr "" + +#. paARG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623415196030\n" "help.text" -msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Translation of Controls in the Dialog Editor</link>" -msgstr "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Traduzione dei campi di controllo\">Traduzione dei campi di controllo nell'editor delle finestre di dialogo</link>" +msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgstr "" + +#. 4dWnv +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id401623415235965\n" +"help.text" +msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgstr "" + +#. McY36 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id1001623415980365\n" +"help.text" +msgid "Basic only service method" +msgstr "" + +#. tCvuL +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id791623418737799\n" +"help.text" +msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgstr "" + +#. FkDFy +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id711623416000470\n" +"help.text" +msgid "Python or Basic service methods" +msgstr "" + +#. 8C6EM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id221623415475781\n" +"help.text" +msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgstr "" + +#. aSSDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id661623417427142\n" +"help.text" +msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgstr "" + +#. 534sD +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623417430814\n" +"help.text" +msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgstr "" + +#. kFDAg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id781623417432494\n" +"help.text" +msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgstr "" + +#. bmVjq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id741623417433319\n" +"help.text" +msgid "Basic data types and Python annotations are syntactically transposed as:" +msgstr "" + +#. GGeNU +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id441613838858931\n" +"help.text" +msgid "Syntax" +msgstr "" + +#. ENqPg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id851613847558931\n" +"help.text" +msgid "Boolean" +msgstr "" + +#. KvECx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id541623420256687\n" +"help.text" +msgid "datetime" +msgstr "" + +#. gEDv5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id421623420257224\n" +"help.text" +msgid "datetime" +msgstr "" + +#. KyGCx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id321623420281678\n" +"help.text" +msgid "float" +msgstr "" + +#. TCZND +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id471623420282320\n" +"help.text" +msgid "float" +msgstr "" + +#. CYgLM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id971623420314751\n" +"help.text" +msgid "int" +msgstr "" + +#. 6SGDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id561623420315278\n" +"help.text" +msgid "int" +msgstr "" + +#. gQx34 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623420342159\n" +"help.text" +msgid "int" +msgstr "" + +#. BxcdG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id591623420343208\n" +"help.text" +msgid "int" +msgstr "" + +#. n2DgV +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id601623420375543\n" +"help.text" +msgid "obj" +msgstr "" + +#. AophW +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420532337\n" +"help.text" +msgid "float" +msgstr "" + +#. gegJw +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623420532936\n" +"help.text" +msgid "float" +msgstr "" + +#. RFbyb +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id211623420546503\n" +"help.text" +msgid "str" +msgstr "" + +#. Eex5K +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623420559167\n" +"help.text" +msgid "str" +msgstr "" + +#. BxTYx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id81623420571390\n" +"help.text" +msgid "any" +msgstr "" + +#. vWABe +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id931623419595424\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. cE5KS +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420607671\n" +"help.text" +msgid "uno" +msgstr "" + +#. 2q5Bk +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id951623419595631\n" +"help.text" +msgid "User Defined<br/>Type (UDT)" +msgstr "" + +#. yATCd +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id491623420626262\n" +"help.text" +msgid "obj" +msgstr "" + +#. h4Tu4 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623419793734\n" +"help.text" +msgid "<literal>ScriptForge</literal><br/>service" +msgstr "" + +#. tBcFF +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id761623420648335\n" +"help.text" +msgid "svc" +msgstr "" #. Ah5Gj #: sf_platform.xhp @@ -16918,14 +17314,14 @@ msgctxt "" msgid "Service invocation" msgstr "Invocare il servizio" -#. Emisv +#. mHGZk #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id321614902851541\n" "help.text" -msgid "The code snippet below instantiates the <literal>Platform</literal> service and accesses the <literal>Architecture</literal> property." -msgstr "Il seguente frammento di codice istanzia il servizio <literal>Platform</literal> e accede alla proprietà <literal>Architecture</literal>." +msgid "The examples below in Basic and Python instantiate the <literal>Platform</literal> service and access the <literal>Architecture</literal> property." +msgstr "" #. KC5eN #: sf_platform.xhp @@ -17179,68 +17575,68 @@ msgctxt "" msgid "Example: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" msgstr "Esempio: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" -#. fCdYi +#. E8DzK #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id941600789527698\n" +"par_id941608709527698\n" "help.text" msgid "Yes" -msgstr "Sì" +msgstr "" -#. wkthE +#. ArFcn #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id631600789527859\n" +"par_id661300789527859\n" "help.text" -msgid "The real processor name. Example: '<literal>amdk6</literal>'." -msgstr "Il nome reale del processore. Esempio: '<literal>amdk6</literal>'." +msgid "The list of available printers as a zero-based array." +msgstr "" -#. MYY9M +#. nN5EG #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id111614902598396\n" +"par_id111614952098396\n" "help.text" -msgid "This property may return the same value as the <literal>Machine</literal> property." -msgstr "Questa proprietà potrebbe restituire lo stesso valore della proprietà <literal>Machine</literal>." +msgid "The default printer is put in the first position of the list (index = 0)." +msgstr "" -#. 4pnPw +#. fCdYi #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613075694148\n" +"par_id941600789527698\n" "help.text" -msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Identifying the operating system</link>" -msgstr "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Identificazione del sistema operativo</link>" +msgid "Yes" +msgstr "Sì" -#. UCfLb +#. wkthE #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613065794148\n" +"par_id631600789527859\n" "help.text" -msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Platform information with Calc INFO formula\">Platform information with INFO(\"system\") Calc formula</link>" -msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Informazioni sulla piattaforma con la formula INFO di Calc\">Informazioni sulla piattaforma con la formula INFO(\"system\") di Calc</link>" +msgid "The real processor name. Example: '<literal>amdk6</literal>'." +msgstr "Il nome reale del processore. Esempio: '<literal>amdk6</literal>'." -#. PqDHG +#. MYY9M #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id103613075694148\n" +"par_id111614902598396\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType function</link>" -msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"Funzione GetGuiType\">Funzione GetGuiType</link>" +msgid "This property may return the same value as the <literal>Machine</literal> property." +msgstr "Questa proprietà potrebbe restituire lo stesso valore della proprietà <literal>Machine</literal>." -#. DAfoV +#. 3yeMr #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301316075694148\n" +"par_id301613065794148\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools library</link>" -msgstr "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Libreria Tools\">Libreria Tools</link>" +msgid "<link href=\"text/scalc/01/04060104.xhp#bm_id3691824\" name=\"Calc_Info\">Platform information with INFO(\"system\") Calc formula</link>" +msgstr "" #. GpvmN #: sf_services.xhp @@ -17260,194 +17656,104 @@ msgctxt "" msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>" msgstr "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Servizio Services\">Servizio <literal>ScriptForge</literal>.<literal>Services</literal></link></variable>" -#. 2TqZf -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582710868545\n" -"help.text" -msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:" -msgstr "La libreria ScriptForge è costruita basandosi su una raccolta estensibile di cosiddetti \"Servizi\". <br/>Questa raccolta viene implementata con categorie di librerie in Basic o di moduli in Python:" - -#. G2GDr -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id751582711417284\n" -"help.text" -msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME" -msgstr "la libreria <literal>ScriptForge</literal> standard fornita con %PRODUCTNAME" - -#. pyGFM -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id711582711434921\n" -"help.text" -msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well" -msgstr "una serie di librerie \"associate\", fornite anch'esse con %PRODUCTNAME" - -#. DLRfn -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id11582711444725\n" -"help.text" -msgid "any user/contributor LibreOffice extension wanting to fit into the same framework" -msgstr "qualsiasi estensione di LibreOffice di utenti o collaboratori che desiderano inglobarla nella stessa infrastruttura" - -#. WZtZa -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id211596296017810\n" -"help.text" -msgid "A <emph>service</emph> is a collection of properties or methods which implement the service." -msgstr "Un <emph>service</emph> è una raccolta di proprietà e metodi che implementa il servizio." - -#. 8yaDQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id301596296901387\n" -"help.text" -msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module." -msgstr "Per l'autore di uno script utente, un servizio può essere o un <emph>modulo</emph> all'interno di una libreria, o una <emph>istanza</emph> del modulo di una classe." - -#. pJ7ic -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411596296395830\n" -"help.text" -msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance." -msgstr "Un <emph>gestore degli eventi</emph> (event manager) è uno script contenuto in una libreria che lega un evento che attiva una macro - di solito definito nel menu <menuitem>Strumenti - Personalizza</menuitem> - all'istanza del servizio interessata." - -#. 8tKxb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771596296933669\n" -"help.text" -msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role." -msgstr "Ad esempio, se più documenti durante il loro caricamento attivano la stessa macro, potrebbe essere utile sapere quale documento ha attivato tale macro. Qui è dove il gestore degli eventi entra in gioco." - -#. vpUVp +#. SDbDJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id191582711902530\n" +"par_id241627513489594\n" "help.text" -msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:" -msgstr "I metodi seguenti costituiscono il nocciolo del framework <literal>ScriptForge</literal>:" - -#. td8Cp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582712098824\n" -"help.text" -msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method." -msgstr "Viene chiamato internamente da <literal>ScriptForge</literal> per registrare l'elenco dei servizi implementati da una libreria. <br/>Ogni libreria associata a <literal>Scriptforge</literal>, o che la estende, deve implementare il proprio metodo <literal>RegisterScriptServices</literal>." - -#. Adbws -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id671595847982308\n" -"help.text" -msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>." -msgstr "Viene richiamato, tante volte quanti sono i servizi da registrare nella libreria, da <literal>RegisterScriptServices</literal>." +msgid "The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework." +msgstr "" -#. vsobg +#. 7B2KJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id241596294275434\n" +"par_id351582710868545\n" "help.text" -msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>." -msgstr "Viene chiamato da <literal>RegisterScriptServices</literal> per registrare un gestore degli eventi della libreria." +msgid "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders." +msgstr "" -#. sZBHB +#. NW4BS #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id741582712156448\n" +"par_id541627513771828\n" "help.text" -msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked through the <literal>CreateScriptService</literal> method." -msgstr "Viene chiamato dagli script dell'utente per ottenere un oggetto che fornisce l'accesso al servizio specificato come argomento. <br/>Tutti i servizi devono essere invocati attraverso il metodo <literal>CreateScriptService</literal>." +msgid "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>." +msgstr "" -#. 9Geac +#. FW4FC #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id651582712806415\n" +"par_id871582714020043\n" "help.text" -msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>." -msgstr "Per convenzione i servizi <literal>String</literal>, <literal>Array</literal> e <literal>Exception</literal> possono essere invocati direttamente come <literal>SF_String</literal>, <literal>SF_Array</literal> e <literal>SF_Exception</literal>, rispettivamente." +msgid "This method is used to instantiate a ScriptForge service so it can be called in user scripts." +msgstr "" -#. BzHaE +#. jG6U9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id891611613601554\n" +"par_id711627514310039\n" "help.text" -msgid "List of Methods in the Services Service" -msgstr "Elenco dei metodi del servizio Services" +msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." +msgstr "" -#. howve +#. Vrzc9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id871582714020043\n" +"par_id961627475353964\n" "help.text" -msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." -msgstr "Ottiene l'accesso a uno dei servizi della libreria a vantaggio di uno script utente. <br/> Il valore restituito è un oggetto Basic o <literal>Nothing</literal> se si verifica un errore." +msgid "<input>svc.CreateScriptService(service: str, [arg0: any] ...): svc</input>" +msgstr "" -#. KweBC +#. oojMF #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id101582714266656\n" +"par_id971582714020045\n" "help.text" -msgid "A service can be understood as either:" -msgstr "Un servizio può essere inteso come uno fra:" +msgid "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":" +msgstr "" -#. w7Czn +#. CEqku #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id531582714337820\n" +"par_id11627475954271\n" "help.text" -msgid "as a set of methods gathered in a Basic standard module" -msgstr "un insieme di metodi raggruppati in un modulo standard di Basic" +msgid "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\"." +msgstr "" -#. rfAFT +#. BBFeA #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id291582714347134\n" +"par_id811627475954641\n" "help.text" -msgid "or a set of methods and properties gathered in a Basic class module." -msgstr "o un insieme di metodi e proprietà raggruppati in un modulo di classi in Basic." +msgid "The <emph>service</emph> is one of the services registered by the ScriptForge library." +msgstr "" -#. VuLrG +#. btbtw #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id971582714020045\n" +"par_id391582714020045\n" "help.text" -msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method." -msgstr "<emph>Service</emph>: il nome del servizio identificato come \"library.service\". <br/>La libreria è una libreria di Basic che deve esistere nel <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. Il valore predefinito è \"ScriptForge\". <br/>Il servizio è uno di quelli registrati dalla libreria tramite il metodo <literal>RegisterScriptServices()</literal>." +msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service." +msgstr "" -#. q97vs +#. yAaks #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id391582714020045\n" +"par_id841627475900817\n" "help.text" -msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro." -msgstr "<emph>arg0, ...</emph>: un elenco di argomenti richiesti dal servizio invocato. <br/>Se il primo argomento si riferisce a un gestore degli eventi, allora arg0 è obbligatorio e deve essere un oggetto UNO che rappresenta l'evento fornito come argomento alla macro dell'utente." +msgid "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro." +msgstr "" #. wuR7S #: sf_services.xhp @@ -17512,212 +17818,41 @@ msgctxt "" msgid "' Returns the instance of the Document class that fired the event" msgstr "'Restituisce un'istanza della classe Document che ha innescato l'evento" -#. AsuMY -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id1315827229793\n" -"help.text" -msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method." -msgstr "Eseguendo una serie di invocazioni di <literal>RegisterService()</literal> e <literal>RegisterEventManager()</literal>, il metodo <literal>RegisterScriptServices()</literal> incorpora una libreria nel framework <literal>ScriptForge</literal>. <br/>Ogni libreria appartenente al framework deve implementare la propria versione di questo metodo." - -#. 8FgEA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411582723190195\n" -"help.text" -msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module." -msgstr "Il metodo deve essere memorizzato in un modulo <emph>standard</emph> di Basic al contrario di un modulo di classe." - -#. jEAZb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582724127926\n" -"help.text" -msgid "A service is either:" -msgstr "Un servizio può essere:" - -#. oC8wx -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id171582722979820\n" -"help.text" -msgid "a Basic standard module passed as a Basic object." -msgstr "un modulo standard di Basic passato come oggetto di Basic;" - -#. r98Hy -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id121582722979649\n" -"help.text" -msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance." -msgstr "o una stringa che indica la funzione da eseguire per ottenere un'istanza del servizio. Di fatto è la funzione che contiene la parola chiave <literal>New</literal> di un'istruzione <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Istruzione Set\">Set</link> a creare l'istanza." - -#. FKqFQ -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771582725815107\n" -"help.text" -msgid "GlobalScope.LibraryName.ModuleName ' Object" -msgstr "GlobalScope.LibraryName.ModuleName ' Oggetto" - -#. DYyWS -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id721582724496873\n" -"help.text" -msgid "\"LibraryName.ModuleName.FunctionName\" ' String" -msgstr "\"LibraryName.ModuleName.FunctionName\" ' Stringa" - -#. uej6R -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id11582725353585\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "'Fa riferimento a un modulo standard di Basic che implementa il servizio come insieme di metodi" - -#. jCUWF -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id341582725374064\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "'La funzione deve restituire un'istanza di una classe di oggetti di Basic che implementa il servizio" - -#. iwekv -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id741582727674249\n" -"help.text" -msgid "When a user script contains a statement such as:" -msgstr "Quando lo script dell'utente contiene un'istruzione come:" - -#. ivHq4 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id611582727701061\n" -"help.text" -msgid "<br/><literal>ScriptForge</literal> performs these tasks:" -msgstr "<br/><literal>ScriptForge</literal> esegue queste operazioni:" - -#. 8AiaU -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id511582728914523\n" -"help.text" -msgid "load the library <literal>myLibrary</literal> when necessary" -msgstr "carica la libreria <literal>myLibrary</literal>, se necessario" - -#. Egm5V -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id441582728492537\n" -"help.text" -msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory" -msgstr "invoca il metodo <literal>RegisterScriptServices</literal> per caricare in memoria l'elenco dei servizi di <literal>myLibrary</literal>" - -#. csxrp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id531582728511341\n" -"help.text" -msgid "initialize the variable <literal>myServ</literal> with the given service" -msgstr "inizializza la variabile <literal>myServ</literal> con il servizio indicato" - -#. x6Xa6 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331595857355789\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "Il metodo restituisce <literal>True</literal> se la coppia nome-valore indicata come argomento può essere registrata correttamente." - -#. ELGxD -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id721595857355929\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "<emph>ServiceName</emph>: il nome del servizio in formato stringa che non distingue tra minuscole e maiuscole. Il nome deve essere univoco." - -#. GkGcA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id271595857355756\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A service reference is either:" -msgstr "<emph>ServiceReference</emph> - il riferimento a un servizio può essere:" - -#. cmHCE -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id101595857355820\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "'Fa riferimento a un modulo standard di Basic che implementa il servizio come insieme di metodi" - -#. bgCCe +#. zhCyY #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"bas_id951595857355198\n" +"par_id321627570607194\n" "help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "'La funzione deve restituire un'istanza di una classe di oggetti di Basic che implementa il servizio" - -#. QPDMC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id701596299279876\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "Il metodo restituisce <literal>True</literal> se la coppia nome-valore indicata come argomento può essere registrata correttamente." +msgid "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments." +msgstr "" -#. Ky8rX +#. jah7F #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id331596299279165\n" +"par_id901627576693156\n" "help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "<emph>ServiceName</emph>: il nome del servizio in formato stringa che non distingue tra minuscole e maiuscole. Il nome deve essere univoco." +msgid "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions." +msgstr "" -#. 3AXvN +#. SDQ7m #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id92159629927929\n" +"par_id41627644806288\n" "help.text" -msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:" -msgstr "<emph>ServiceReference</emph>: una stringa che designa la funzione da eseguire per ottenere un'istanza del servizio. Di fatto è la funzione che contiene la parola chiave <literal>New</literal> di un'istruzione <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Istruzione Set\">Set</link> a creare l'istanza:" +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 "" -#. FKFAC +#. zVgQm #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"bas_id521596299279373\n" +"par_id581627645023307\n" "help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "'La funzione dovrebbe restituire un'istanza dell'oggetto della classe di Basic che implementa il servizio" +msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." +msgstr "" #. LCVem #: sf_session.xhp @@ -17791,14 +17926,14 @@ msgctxt "" msgid "Constants" msgstr "Costanti" -#. BuuCB +#. zcRQu #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id82158281472034\n" "help.text" -msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>." -msgstr "Di seguito è riportato un elenco di costanti disponibili che facilitano la designazione della libreria che contiene lo script in Basic o in Python da invocare. <br/>Usatele nel formato <literal>session.CONSTANT</literal>." +msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>." +msgstr "" #. yyF2R #: sf_session.xhp @@ -17899,14 +18034,14 @@ msgctxt "" msgid "List of Methods in the Session Service" msgstr "Elenco dei metodi del servizio Session" -#. V4BCf +#. JvBuZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id491613061572993\n" "help.text" -msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script." -msgstr "I metodi del servizio <literal>Session</literal> si comportano nel modo seguente: <br/>Gli argomenti sono passati per valore. Gli aggiornamenti eseguiti dalla funzioni chiamate non vengono inviati nuovamente allo script che lo ha chiamato. <br/>A quest'ultimo viene restituito un singolo valore o una matrice di valori." +msgid "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows: <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script. <br/>A single value or an array of values is returned to the calling script." +msgstr "" #. 72GZi #: sf_session.xhp @@ -17917,49 +18052,94 @@ msgctxt "" msgid "Execute the Basic script given its name and location and fetch its result if any." msgstr "Esegue lo script in Basic indicato in base al suo nome e posizione e ne recupera i risultati, se presenti." -#. yWXBt +#. yFnSG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921600856780901\n" "help.text" -msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." -msgstr "Se lo script non viene trovato o non restituisce alcun valore, il valore restituito è <literal>Empty</literal>." +msgid "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>." +msgstr "" -#. bWiEa +#. VTyCE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631582815407231\n" "help.text" -msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>." -msgstr "<emph>Scope</emph>: \"document\" o \"application\" o una delle costanti <literal>session.CONSTANTS</literal> applicabili." +msgid "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)." +msgstr "" -#. fxDM3 +#. SCCpE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id691582815407231\n" "help.text" -msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>." +msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string." +msgstr "" + +#. hS5x4 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id741626828862265\n" +"help.text" +msgid "The library is loaded in memory if necessary." +msgstr "" + +#. D8AL6 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id981626828863001\n" +"help.text" +msgid "The module must not be a class module." +msgstr "" + +#. VsUFD +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id721626828863257\n" +"help.text" +msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>." msgstr "" -#. UM3xU +#. eExjm #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id881582815407231\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." -msgstr "<emph>arg0, ...</emph>: gli argomenti da fornire allo script richiamato." +msgid "<emph>args</emph>: The arguments to be passed to the called script." +msgstr "" + +#. mg5WG +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id21626809513802\n" +"help.text" +msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"." +msgstr "" -#. bvuhY +#. PMyrB #: sf_session.xhp msgctxt "" "sf_session.xhp\n" -"bas_id61582815407231\n" +"par_id551626810319766\n" "help.text" -msgid "' Xray returns no value" +msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>." +msgstr "" + +#. Gx6fV +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id461626810470057\n" +"help.text" +msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts." msgstr "" #. Yr22N @@ -17969,24 +18149,24 @@ msgctxt "" "par_id111582816585181\n" "help.text" msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>." -msgstr "" +msgstr "Esegue una funzione di Calc usando il suo nome in inglese e basandosi sugli argomenti indicati. <br/>Se gli argomenti sono matrici, la funzione viene eseguita come una <link href=\"text/scalc/01/04060107.xhp\" name=\"formula di matrice\">formula di matrice</link>." -#. gG7vu +#. EDU9x #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582816585183\n" "help.text" -msgid "<emph>CalcFunction</emph>: The English name of the function to execute." +msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English." msgstr "" -#. ULCqi +#. FJJJh #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id371582816585183\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." +msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." msgstr "" #. XMfUD @@ -17996,7 +18176,7 @@ msgctxt "" "bas_id881582816585185\n" "help.text" msgid "' Generates an error." -msgstr "" +msgstr "'Genera un errore." #. ygESx #: sf_session.xhp @@ -18005,7 +18185,7 @@ msgctxt "" "par_id571582818023245\n" "help.text" msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values." -msgstr "" +msgstr "Esegue lo script in Python in base alla sua posizione e al suo nome e ne recupera il risultato, se presente. Il risultato può essere un singolo valore o una matrice di valori." #. SB2gx #: sf_session.xhp @@ -18016,22 +18196,22 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "Se lo script non viene trovato o non restituisce alcun valore, il valore restituito è <literal>Empty</literal>." -#. JsjbE +#. jdWTU #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id791582818023246\n" "help.text" -msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>." +msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>." msgstr "" -#. UDbdL +#. ELfda #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id71582818023247\n" "help.text" -msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." +msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." msgstr "" #. P6ZKD @@ -18050,7 +18230,7 @@ msgctxt "" "par_id771613061043097\n" "help.text" msgid "myScript: The folder containing the Python module." -msgstr "" +msgstr "myScript: la cartella che contiene il modulo Python." #. ANBoy #: sf_session.xhp @@ -18059,7 +18239,7 @@ msgctxt "" "par_id301613061123849\n" "help.text" msgid "module.py: The Python module." -msgstr "" +msgstr "module.py: il modulo Python." #. f4B8C #: sf_session.xhp @@ -18068,16 +18248,43 @@ msgctxt "" "par_id241613061044560\n" "help.text" msgid "method: The Python function." -msgstr "" +msgstr "method: la funzione in Python." -#. LPeJj +#. dWbiV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id711582818023247\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." -msgstr "<emph>arg0, ...</emph>: gli argomenti da fornire allo script richiamato." +msgid "<emph>args</emph>: The arguments to be passed to the called script.." +msgstr "" + +#. Az2PX +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id701626817164878\n" +"help.text" +msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> an <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder." +msgstr "" + +#. CHr5n +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751626817335715\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/sbasic/python/python_locations.xhp#pythonlocations1\"/> to learn more about where Python scripts can be stored." +msgstr "" + +#. vqBm9 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id121626817725471\n" +"help.text" +msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts." +msgstr "" #. Lv4iA #: sf_session.xhp @@ -18086,24 +18293,24 @@ msgctxt "" "par_id111587477335982\n" "help.text" msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid." -msgstr "" +msgstr "Restituisce <literal>True</literal> se un oggetto UNO contiene il metodo specificato. Restituisce <literal>False</literal> se il metodo non viene trovato o se un argomento non è valido." -#. AmYDH +#. HAw32 #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921587477335673\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. d8D4G +#. DDw6g #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631587477566016\n" "help.text" -msgid "<emph>MethodName</emph>: the method as a case-sensitive string" +msgid "<emph>methodname</emph>: the method as a case-sensitive string" msgstr "" #. gDBRB @@ -18113,24 +18320,24 @@ msgctxt "" "par_id191587477832959\n" "help.text" msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid." -msgstr "" +msgstr "Restituisce <literal>True</literal> se un oggetto UNO contiene la proprietà specificata. Restituisce <literal>False</literal> se la proprietà non viene trovata o se un argomento non è valido." -#. 4Sgnh +#. 54oXs #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id121587477832805\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. DGzZA +#. hCTCk #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701587477832750\n" "help.text" -msgid "<emph>PropertyName</emph>: the property as a case-sensitive string" +msgid "<emph>propertyname</emph>: the property as a case-sensitive string" msgstr "" #. QWaTF @@ -18140,42 +18347,42 @@ msgctxt "" "par_id97160112964017\n" "help.text" msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser." -msgstr "" +msgstr "Apre un Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) nel browser predefinito." -#. JD25Y +#. 4tFWV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241601129640549\n" "help.text" -msgid "<emph>URL</emph>: The URL to open." +msgid "<emph>url</emph>: The URL to open." msgstr "" -#. hmMBt +#. hJqsF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id311582819697897\n" "help.text" -msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully." +msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully." msgstr "" -#. QgJxa +#. D483F #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id461582819697898\n" "help.text" -msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. vTm42 +#. b8hbC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id611582819697899\n" "help.text" -msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." +msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." msgstr "" #. 2hTM7 @@ -18185,69 +18392,69 @@ msgctxt "" "par_id131601030349755\n" "help.text" msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately." -msgstr "" +msgstr "Invia un messaggio - con degli allegati opzionali - a dei destinatari dal programma di posta elettronica dell'utente. Il messaggio può essere modificato dall'utente prima dell'invio o, in alternativa, essere inviato immediatamente." -#. qdmqa +#. FCn8e #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701601030349896\n" "help.text" -msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)." +msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)." msgstr "" -#. xC9Lq +#. BdMiD #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id571601030349904\n" "help.text" -msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." +msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." msgstr "" -#. xxBCy +#. ADjaV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id961601031043346\n" "help.text" -msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." +msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." msgstr "" -#. vMyR2 +#. zAkWZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id891601031050814\n" "help.text" -msgid "<emph>Subject</emph>: the header of the message." +msgid "<emph>subject</emph>: the header of the message." msgstr "" -#. L7Cqy +#. EG6ZA #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id191601031056673\n" "help.text" -msgid "<emph>Body</emph>: The content of the message as an unformatted text." +msgid "<emph>body</emph>: The content of the message as an unformatted text." msgstr "" -#. HKGDs +#. McuEx #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id511601031063269\n" "help.text" -msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. k3Ssx +#. h9Urq #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id161601032784063\n" "help.text" -msgid "<emph>EditMessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." +msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." msgstr "" #. HtzHP @@ -18257,15 +18464,15 @@ msgctxt "" "par_id321587478024997\n" "help.text" msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty." -msgstr "" +msgstr "Restituisce l'elenco dei metodi richiamabili da un oggetto UNO. L'elenco è una matrice di stringhe, con indice a partire da zero, che può essere vuota." -#. C7NYy +#. DX8qb #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id251587478024311\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. sL6Ri @@ -18275,15 +18482,15 @@ msgctxt "" "par_id141587478343306\n" "help.text" msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty." -msgstr "" +msgstr "Restituisce l'elenco delle proprietà di un oggetto UNO. L'elenco è una matrice di stringhe, con indice a partire da zero, che può essere vuota." -#. FfvFC +#. CFZRP #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241587478343323\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. Cm4eK @@ -18293,15 +18500,15 @@ msgctxt "" "par_id371582820251347\n" "help.text" msgid "Identify the type of a UNO object as a string." -msgstr "" +msgstr "Identifica il tipo di oggetto UNO in formato stringa." -#. SudxH +#. Cs3VC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921582820251349\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to identify." +msgid "<emph>unoobject</emph>: The object to identify." msgstr "" #. UAy4i @@ -18313,14 +18520,14 @@ msgctxt "" msgid "Get some web content from a URI." msgstr "Ottiene del contenuto web da un URI." -#. C2AxK +#. BU5XR #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582821057374\n" "help.text" -msgid "<emph>URI</emph>: URI text of the web service." -msgstr "<emph>URI</emph>: il testo URI del servizio web." +msgid "<emph>uri</emph>: URI address of the web service." +msgstr "" #. gn6AM #: sf_string.xhp @@ -18329,7 +18536,7 @@ msgctxt "" "tit\n" "help.text" msgid "ScriptForge.String service (SF_String)" -msgstr "" +msgstr "Servizio ScriptForge.String (SF_String)" #. ZhvDP #: sf_string.xhp @@ -18338,7 +18545,7 @@ msgctxt "" "hd_id521580038927003\n" "help.text" msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>" -msgstr "" +msgstr "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Servizio String\">Servizio <literal>ScriptForge</literal>.<literal>String</literal></link></variable>" #. yaisH #: sf_string.xhp @@ -18347,7 +18554,7 @@ msgctxt "" "par_id351579602570526\n" "help.text" msgid "The <literal>String</literal> service provides a collection of methods for string processing. These methods can be used to:" -msgstr "" +msgstr "Il servizio <literal>String</literal> fornisce una raccolta di metodi per l'eleborazione delle stringhe. Questi metodi possono essere usati per:" #. oNvbV #: sf_string.xhp @@ -18356,7 +18563,7 @@ msgctxt "" "par_id611611952070366\n" "help.text" msgid "Validate the contents of strings" -msgstr "" +msgstr "Convalidare il contenuto delle stringhe" #. UmFAv #: sf_string.xhp @@ -18365,7 +18572,7 @@ msgctxt "" "par_id611611952070376\n" "help.text" msgid "Format strings by trimming, justifying or wrapping their contents" -msgstr "" +msgstr "Formattare le stringhe rimuovendo spazi, giustificandole o adattando i loro contenuti" #. EZKAi #: sf_string.xhp @@ -18374,7 +18581,7 @@ msgctxt "" "par_id611611952070367\n" "help.text" msgid "Use regular expressions to search and replace substrings" -msgstr "" +msgstr "Usare le espressioni regolari per cercare e sostituire parti delle stringhe" #. D2qPU #: sf_string.xhp @@ -18383,7 +18590,7 @@ msgctxt "" "par_id611611952070368\n" "help.text" msgid "Apply hash algorithms on strings, etc." -msgstr "" +msgstr "Applicare algoritmi di hash alle stringhe, ecc." #. Nd4es #: sf_string.xhp @@ -18401,7 +18608,7 @@ msgctxt "" "hd_id441579603838777\n" "help.text" msgid "Line breaks" -msgstr "" +msgstr "Interruzioni di riga" #. ePyj2 #: sf_string.xhp @@ -18410,7 +18617,7 @@ msgctxt "" "par_id791611946942340\n" "help.text" msgid "The <literal>String</literal> service recognizes the following line breaks:" -msgstr "" +msgstr "Il servizio <literal>String</literal> riconosce i seguenti tipi di interruzione di riga:" #. o2TiZ #: sf_string.xhp @@ -18419,7 +18626,7 @@ msgctxt "" "par_id151611947117831\n" "help.text" msgid "Symbolic name" -msgstr "" +msgstr "Nome simbolico" #. fEbm9 #: sf_string.xhp @@ -18428,7 +18635,7 @@ msgctxt "" "par_id721611947117831\n" "help.text" msgid "ASCII number" -msgstr "" +msgstr "Numero ASCII" #. yqVHd #: sf_string.xhp @@ -18437,7 +18644,7 @@ msgctxt "" "par_id761611947117831\n" "help.text" msgid "Line feed<br/> Vertical tab<br/> Carriage return<br/> Line feed + Carriage return<br/> File separator<br/> Group separator<br/> Record separator<br/> Next line<br/> Line separator<br/> Paragraph separator" -msgstr "" +msgstr "Nuova riga<br/> Tabulatore verticale<br/> Ritorno a capo<br/> Nuova riga + Ritorno a capo<br/> Separatore file<br/> Separatore di gruppo<br/>Separatore di record<br/> Prossima riga<br/>Separatore di riga<br/> Separatore di paragrafo" #. WCvgW #: sf_string.xhp @@ -18455,7 +18662,7 @@ msgctxt "" "par_id401611948279056\n" "help.text" msgid "The <literal>String</literal> service recognizes the following whitespaces:" -msgstr "" +msgstr "Il servizio <literal>String</literal> riconosce i seguenti tipi di spazi:" #. U3GSy #: sf_string.xhp @@ -18464,7 +18671,7 @@ msgctxt "" "par_id151611947117893\n" "help.text" msgid "Symbolic name" -msgstr "" +msgstr "Nome simbolico" #. ZsSFF #: sf_string.xhp @@ -18473,7 +18680,7 @@ msgctxt "" "par_id721611947117855\n" "help.text" msgid "ASCII number" -msgstr "" +msgstr "Numero ASCII" #. TXAFP #: sf_string.xhp @@ -18482,7 +18689,7 @@ msgctxt "" "par_id761611947117835\n" "help.text" msgid "Space<br/> Horizontal tab<br/> Line feed<br/> Vertical tab<br/> Form feed<br/> Carriage return<br/> Next line<br/> No-break space<br/> Line separator<br/> Paragraph separator" -msgstr "" +msgstr "Spazio<br/> Tabulazione orizzontale<br/> A capo<br/> Tabulazione verticale<br/> Avanzamento di formulario<br/> Carattere di ritorno<br/> Prossima riga<br/> Spazio unificatore<br/> Separatore di riga<br/> Separatore di paragrafo" #. UPByW #: sf_string.xhp @@ -18500,7 +18707,7 @@ msgctxt "" "par_id971611949145057\n" "help.text" msgid "Below is a list of escape sequences that can be used in strings." -msgstr "" +msgstr "Il seguente è un elenco delle sequenze di escape che potete usare nelle stringhe." #. D4DjE #: sf_string.xhp @@ -18509,7 +18716,7 @@ msgctxt "" "par_id151611947117287\n" "help.text" msgid "Escape Sequence" -msgstr "" +msgstr "Sequenza di escape" #. xzDai #: sf_string.xhp @@ -18518,7 +18725,7 @@ msgctxt "" "par_id721611947117732\n" "help.text" msgid "Symbolic name" -msgstr "" +msgstr "Nome simbolico" #. rrxV4 #: sf_string.xhp @@ -18527,7 +18734,7 @@ msgctxt "" "par_id721611947117144\n" "help.text" msgid "ASCII number" -msgstr "" +msgstr "Numero ASCII" #. fS24a #: sf_string.xhp @@ -18536,7 +18743,7 @@ msgctxt "" "par_id761611947119834\n" "help.text" msgid "Line feed<br/> Carriage return<br/> Horizontal tab" -msgstr "" +msgstr "A capo<br/> Carattere di ritorno<br/> Tabulazione orizzontale" #. wAbkt #: sf_string.xhp @@ -18545,7 +18752,7 @@ msgctxt "" "par_id251611949474763\n" "help.text" msgid "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of <literal>\"\\\" & Chr(10).</literal>" -msgstr "" +msgstr "Per fare in modo che la sequenza di escape \"\\n\" sia interpretata alla lettera come una stringa, usate semplicemente \"\\\\n\" invece di <literal>\"\\\" & Chr(10).</literal>" #. AYQbH #: sf_string.xhp @@ -18554,7 +18761,7 @@ msgctxt "" "hd_id771579606799550\n" "help.text" msgid "Non-printable characters:" -msgstr "" +msgstr "Caratteri non stampabili:" #. WXEDi #: sf_string.xhp @@ -18563,7 +18770,7 @@ msgctxt "" "par_id531579606877342\n" "help.text" msgid "Characters defined in the Unicode Character Database as “Other” or “Separator” are considered as non-printable characters." -msgstr "" +msgstr "I caratteri che nel database dei caratteri Unicode sono definiti come “Altro” o “Separatore” sono considerati come caratteri non stampabili." #. EsBdD #: sf_string.xhp @@ -18572,7 +18779,7 @@ msgctxt "" "par_id221611949584320\n" "help.text" msgid "Control characters (ascii code <= 0x1F) are also considered as non-printable." -msgstr "" +msgstr "Anche i caratteri di controllo (codici ascii <= 0x1F) sono considerati come non stampabili." #. GfNfK #: sf_string.xhp @@ -18581,7 +18788,7 @@ msgctxt "" "hd_id661579604944268\n" "help.text" msgid "Quotes inside strings:" -msgstr "" +msgstr "Virgolette all'interno delle stringhe:" #. 6KLF9 #: sf_string.xhp @@ -18590,7 +18797,7 @@ msgctxt "" "par_id551579605035332\n" "help.text" msgid "To add quotes in strings use \\' (single quote) or \\\" (double quote). For example:" -msgstr "" +msgstr "Per aggiungere delle virgolette all'interno delle stringhe usate \\' (virgoletta) o \\\" (virgolette doppie). Per esempio:" #. BKoHN #: sf_string.xhp @@ -18599,7 +18806,7 @@ msgctxt "" "par_id201611949691285\n" "help.text" msgid "The string <literal>[str\\'i\\'ng]</literal> is interpreted as <literal>[str'i'ng]</literal>" -msgstr "" +msgstr "La stringa <literal>[str\\'i\\'nga]</literal> è interpretata come <literal>[str'i'nga]</literal>" #. eRosR #: sf_string.xhp @@ -18608,7 +18815,7 @@ msgctxt "" "par_id201611949691323\n" "help.text" msgid "The string <literal>[str\\\"i\\\"ng]</literal> is interpreted as <literal>[str\"i\"ng]</literal>" -msgstr "" +msgstr "La stringa <literal>[str\\\"i\\\"nga]</literal> è interpretata come <literal>[str\"i\"nga]</literal>" #. FtzhT #: sf_string.xhp @@ -18626,15 +18833,33 @@ msgctxt "" "par_id141609955500101\n" "help.text" msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" +msgstr "Prima di usare il servizio <literal>ScriptForge.String</literal> è necessario caricare la libreria <literal>ScriptForge</literal> usando:" + +#. znLHV +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id271627158844922\n" +"help.text" +msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service." msgstr "" -#. tSsDx +#. e2Gty #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id63158659509728\n" "help.text" -msgid "The following code snippets show the three ways to call methods in the <literal>String</literal> service (the <literal>ExpandTabs</literal> method is used as an example):" +msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):" +msgstr "" + +#. UE3DL +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id761627158463235\n" +"help.text" +msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example." msgstr "" #. GfEcK @@ -18646,13 +18871,13 @@ msgctxt "" msgid "Properties" msgstr "Proprietà" -#. PGBk4 +#. qKhL4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241611950267068\n" "help.text" -msgid "The <literal>SF_String</literal> object provides the following properties:" +msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:" msgstr "" #. FDjPb @@ -18698,7 +18923,7 @@ msgctxt "" "par_id581584978715701\n" "help.text" msgid "Carriage return: Chr(13)" -msgstr "" +msgstr "Carattere di ritorno: Chr(13)" #. NCbTs #: sf_string.xhp @@ -18716,7 +18941,7 @@ msgctxt "" "par_id691584978211774\n" "help.text" msgid "Carriage return + Linefeed: Chr(13) & Chr(10)" -msgstr "" +msgstr "Carattere di ritorno + A capo: Chr(13) & Chr(10)" #. ennLs #: sf_string.xhp @@ -18734,7 +18959,7 @@ msgctxt "" "par_id951584978666296\n" "help.text" msgid "Linefeed: Chr(10)" -msgstr "" +msgstr "A capo: Chr(10)" #. TTF6v #: sf_string.xhp @@ -18752,7 +18977,7 @@ msgctxt "" "par_id901584978666158\n" "help.text" msgid "Carriage return + Linefeed, which can be<br/>1) Chr(13) & Chr(10) or <br/>2) Linefeed: Chr(10) <br/>depending on the operating system." -msgstr "" +msgstr "Carattere di ritorno + A capo, che possono essere <br/>1) Chr(13) e Chr(10) o <br/>2) A capo: Chr(10) <br/>a seconda del sistema operativo." #. EMV7g #: sf_string.xhp @@ -18770,7 +18995,7 @@ msgctxt "" "par_id741584978666508\n" "help.text" msgid "Horizontal tabulation: Chr(9)" -msgstr "" +msgstr "Tabulazione orizzontale: Chr(9)" #. Ee5CF #: sf_string.xhp @@ -18779,7 +19004,7 @@ msgctxt "" "par_id461584978880380\n" "help.text" msgid "You can use the properties above to identify or insert the corresponding characters inside strings. For example, the Linefeed can be replaced by <literal>SF_String.sfLF</literal>." -msgstr "" +msgstr "Potete usare le proprietà precedenti per identificare o inserire i corrispondenti caratteri all'interno delle stringhe. Per esempio, il carattere di A capo può essere sostituito da <literal>SF_String.sfLF</literal>." #. TFfR3 #: sf_string.xhp @@ -18788,6 +19013,15 @@ msgctxt "" "par_id151611951803163\n" "help.text" msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution." +msgstr "Il primo argomento della maggior parte dei metodi è la stringa da prendere in considerazione. Questa viene sempre passata per riferimento e lasciata inalterata. Metodi come <literal>Capitalize</literal>, <literal>Escape</literal>, ecc., restituiscono una nuova stringa al termine dell'esecuzione." + +#. PYcny +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id371627158142730\n" +"help.text" +msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>." msgstr "" #. jaBZR @@ -18797,15 +19031,15 @@ msgctxt "" "par_id271579683706571\n" "help.text" msgid "Capitalizes the first character from each word in the input string." -msgstr "" +msgstr "Rende maiuscolo il primo carattere di ogni parola della stringa di partenza." -#. ABfrm +#. ibgky #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941582304592013\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be capitalized." +msgid "<emph>inputstr</emph>: The string to be capitalized." msgstr "" #. DB982 @@ -18815,42 +19049,42 @@ msgctxt "" "par_id891582384556756\n" "help.text" msgid "Counts the number of occurrences of a substring or a regular expression within a string." -msgstr "" +msgstr "Conta il numero di occorrenze di una sottostringa o di un'espressione regolare all'interno di una stringa." -#. tvxcg +#. DxK5L #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571582384689863\n" "help.text" -msgid "<emph>InputStr</emph>: The input string to be examined" +msgid "<emph>inputstr</emph>: The input string to be examined" msgstr "" -#. 97Asr +#. QUeur #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id601582384696486\n" "help.text" -msgid "<emph>Substring</emph>: The substring or the regular expression to be used during search" +msgid "<emph>substring</emph>: The substring or the regular expression to be used during search" msgstr "" -#. i5aBr +#. vGiqm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451582384703719\n" "help.text" -msgid "<emph>IsRegex</emph>: Use <literal>True</literal> if the substring is a regular expression (default = <literal>False</literal>)" +msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)" msgstr "" -#. fxSHM +#. WiFme #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141582384726168\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. QcE5q @@ -18860,7 +19094,7 @@ msgctxt "" "bas_id371582384749769\n" "help.text" msgid "'Counts the occurrences of the substring \"or\" inside the input string (returns 2)" -msgstr "" +msgstr "'Conta le occorrenze della sottostringa \"or\" all'interno della stringa di partenza (restituisce 2)" #. XXCR4 #: sf_string.xhp @@ -18869,7 +19103,7 @@ msgctxt "" "bas_id561582384801586\n" "help.text" msgid "'Counts the number of words with only lowercase letters (returns 7)" -msgstr "" +msgstr "'Conta il numero di parole con solo lettere minuscole (restituisce 7)" #. aJNDg #: sf_string.xhp @@ -18878,7 +19112,7 @@ msgctxt "" "par_id131612223767126\n" "help.text" msgid "To learn more about regular expressions, refer to the Python's documentation on <link href=\"https://docs.python.org/3/library/re.html\" name=\"Regular expressions\">Regular Expression Operations</link>." -msgstr "" +msgstr "Per saperne di più sulle espressioni regolari, fate riferimento alla documentazione di Python sulle <link href=\"https://docs.python.org/3/library/re.html\" name=\"Espressioni regolari\">Operazioni con le Espressioni regolari</link>." #. CCzMc #: sf_string.xhp @@ -18887,7 +19121,7 @@ msgctxt "" "par_id581579687739629\n" "help.text" msgid "Returns <literal>True</literal> if a string ends with a specified substring." -msgstr "" +msgstr "Restituisce <literal>True</literal> se una stringa termina con la sottostringa indicata." #. cAmFW #: sf_string.xhp @@ -18896,33 +19130,33 @@ msgctxt "" "par_id21612306392239\n" "help.text" msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string." -msgstr "" +msgstr "La funzione restituisce <literal>False</literal> se la stringa o la sottostringa hanno una lunghezza pari a = 0, o se la sottostringa è più lunga della stringa." -#. xsyiT +#. qk5nE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id191579861552201\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. B5JDX +#. 2Vipn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211579861561473\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." msgstr "" -#. WfUif +#. 4DKkW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801579861574009\n" "help.text" -msgid "<emph>CaseSensitive</emph>: The comparison can be case sensitive or not (default = <literal>False</literal>)." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. gn2F8 @@ -18932,7 +19166,7 @@ msgctxt "" "bas_id811579862998452\n" "help.text" msgid "'Returns True because the method was called with the default CaseSensitive = False" -msgstr "" +msgstr "'Restituisce True perchè il metodo è stato chiamato con il valore predefinito di CaseSensitive = False" #. vJDmx #: sf_string.xhp @@ -18941,7 +19175,7 @@ msgctxt "" "bas_id231579863168747\n" "help.text" msgid "'Returns False due to the CaseSensitive parameter" -msgstr "" +msgstr "'Restituisce False a causa del parametro CaseSensitive" #. zThMM #: sf_string.xhp @@ -18950,15 +19184,15 @@ msgctxt "" "par_id921585921441429\n" "help.text" msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)." -msgstr "" +msgstr "Converte le interruzioni di riga e le tabulazioni contenute nella stringa di partenza nella loro equivalente sequenza di escape (\\\\, \\n, \\r, \\t)." -#. KH5Qh +#. kBiBE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id9158592144110\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. cpLKD @@ -18988,22 +19222,22 @@ msgctxt "" msgid "If a line break is found, a new line is started and the character counter is reset." msgstr "" -#. da5NH +#. E73Ko #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231579868290408\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be expanded" +msgid "<emph>inputstr</emph>: The string to be expanded" msgstr "" -#. J3oNq +#. 9dyYc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281579868299807\n" "help.text" -msgid "<emph>TabSize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)" +msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)" msgstr "" #. GUoE8 @@ -19015,22 +19249,22 @@ msgctxt "" msgid "Replaces all non-printable characters in the input string by a given character." msgstr "" -#. bJBrE +#. GpHwp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431579874633865\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. bywcr +#. GttDN #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579874656437\n" "help.text" -msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")" +msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")" msgstr "" #. W44TL @@ -19042,58 +19276,58 @@ msgctxt "" msgid "Finds in a string a substring matching a given regular expression." msgstr "" -#. FK83s +#. aq28M #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id131579876314120\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. pEWGm +#. hRrBB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751579876371545\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression" +msgid "<emph>regex</emph>: The regular expression" msgstr "" -#. vBGPG +#. y2Fqs #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881579876394584\n" "help.text" -msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>Start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>Start</literal> will be set to 0." +msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0." msgstr "" -#. 8ACCG +#. yZMDg #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251579876403831\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" -#. y5jTA +#. A4JC7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841579876412287\n" "help.text" -msgid "<emph>Forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" +msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" msgstr "" -#. 24fyo +#. SkaCi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451612309155653\n" "help.text" -msgid "At the first iteration, if <literal>Forward = True</literal>, then <literal>Start</literal> should be equal to 1, whereas if <literal>Forward = False</literal> then <literal>Start</literal> should be equal to <literal>Len(InputStr)</literal>" +msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>" msgstr "" #. gv3oo @@ -19132,22 +19366,22 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "Gli algoritmi di hash supportati sono: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> e <literal>SHA512</literal>." -#. xWGnD +#. yUmmb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621601048983210\n" "help.text" -msgid "<emph>InputStr</emph> : The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." +msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." msgstr "" -#. krqwK +#. nuQRb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941601048983822\n" "help.text" -msgid "<emph>Algorithm</emph> : One of the supported algorithms listed above, passed as a string." +msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string." msgstr "" #. TXGmB @@ -19168,13 +19402,13 @@ msgctxt "" msgid "For example, the character <literal>é</literal> would be replaced by <literal>é</literal> or an equivalent numerical HTML code." msgstr "" -#. 2SAZB +#. CGFQH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id501579879570781\n" "help.text" -msgid "<emph>InputStr</emph>: The string to encode" +msgid "<emph>inputstr</emph>: The string to encode." msgstr "" #. jpv97 @@ -19186,22 +19420,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format." msgstr "" -#. rhVGc +#. tBGBH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id151579881091821\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" msgstr "" -#. J4E4L +#. nmTv3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991579881107670\n" "help.text" -msgid "<emph>DateFormat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" +msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" msgstr "" #. GvZLC @@ -19258,13 +19492,13 @@ msgctxt "" msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>." msgstr "" -#. VMZud +#. a9rTa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11579881691826\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. KaLGv @@ -19276,13 +19510,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit." msgstr "" -#. LLCAz +#. BAEB4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579884464101\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. qAZpA @@ -19294,13 +19528,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters." msgstr "" -#. AR4hr +#. 3DNou #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id791580039528838\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. iuPF4 @@ -19312,13 +19546,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are digits." msgstr "" -#. njKib +#. yU7cc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id41580044873043\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. J8Ykx @@ -19330,13 +19564,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid email address." msgstr "" -#. DFTVq +#. 8Pxsn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841580045280071\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. R6MsU @@ -19348,22 +19582,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system." msgstr "" -#. VEp6E +#. aQbRF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580047079938\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. j3yDJ +#. jWMpJ #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id781580047088954\n" "help.text" -msgid "<emph>OSName</emph>: The operating system name, as a string. It can be WINDOWS, LINUX, MACOSX or SOLARIS." +msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"." msgstr "" #. GnrxA @@ -19384,13 +19618,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits." msgstr "" -#. WqaBe +#. hWqAh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id331580047594144\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. kEz4y @@ -19411,13 +19645,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." msgstr "" -#. JZERm +#. DnC6i #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id951880048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. VgT3x @@ -19438,13 +19672,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address." msgstr "" -#. m9byA +#. rMpXB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id981580048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. yWHew @@ -19456,22 +19690,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards." msgstr "" -#. GDhnV +#. PzigS #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141580049142548\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. DnQC9 +#. XEBzh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31580049154551\n" "help.text" -msgid "<emph>Pattern</emph>: The pattern as a string. Wildcard are:" +msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:" msgstr "" #. ZCzDP @@ -19492,13 +19726,13 @@ msgctxt "" msgid "\"*\" represents zero, one, or multiple characters." msgstr "" -#. CntsV +#. eLYBF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991580049206617\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. kSMmn @@ -19517,7 +19751,7 @@ msgctxt "" "par_id751580050122938\n" "help.text" msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." -msgstr "" +msgstr "<emph>InputStr</emph>: la stringa da controllare. Se vuota, il metodo restituisce <literal>False</literal>." #. BzD3y #: sf_string.xhp @@ -19528,13 +19762,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are printable." msgstr "" -#. XjiTs +#. gUhut #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id721580051706431\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. HYBp5 @@ -19546,31 +19780,31 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression." msgstr "" -#. eaFWB +#. ZuBxC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id161580052454770\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. AVFYQ +#. mi4mi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580052467973\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." +msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." msgstr "" -#. FvYsk +#. vmqZM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621580052654341\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. iZSEw @@ -19582,13 +19816,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name." msgstr "" -#. oFBzi +#. xPFLm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671589460240552\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. uE5gz @@ -19609,13 +19843,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase." msgstr "" -#. iiBCT +#. uVF9U #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580293142283\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7Ryzp @@ -19627,13 +19861,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored." msgstr "" -#. N7DBZ +#. HFDCW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id391580128736809\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. BTRpG @@ -19645,13 +19879,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported." msgstr "" -#. NdBfD +#. HrFqG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id321580132113593\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. wBAqG @@ -19663,13 +19897,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are whitespaces" msgstr "" -#. DRDP8 +#. JDD85 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580132535511\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7EBbA @@ -19681,31 +19915,31 @@ msgctxt "" msgid "Returns the input string center-justified." msgstr "" -#. ycGFR +#. TLmnE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571612380829021\n" "help.text" -msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. 9aW5U +#. 4uuQT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id911580133391827\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be center-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string." msgstr "" -#. RXgZr +#. jHJNT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671580133694946\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. A3qof @@ -19717,13 +19951,13 @@ msgctxt "" msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated." msgstr "" -#. LEKsf +#. fys4j #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id101580133705268\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. 4zk3p @@ -19735,31 +19969,31 @@ msgctxt "" msgid "Returns the input string left-justified." msgstr "" -#. GbAcR +#. 9KeCE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431612381917641\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. rPfqE +#. UQXSM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281580135523448\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be left-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be left-justified. If empty, the method returns an empty string." msgstr "" -#. tUCdj +#. EAwAa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431580135534910\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. ntKXx @@ -19771,13 +20005,13 @@ msgctxt "" msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated." msgstr "" -#. BrEAS +#. wBnmv #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id221580135568475\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. TTokb @@ -19789,31 +20023,31 @@ msgctxt "" msgid "Returns the input string right-justified." msgstr "" -#. PPcZT +#. 4fG7c #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id771612382000293\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. MzFoN +#. KxskT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id201580136154170\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be right-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be right-justified. If empty, the method returns an empty string." msgstr "" -#. uM4Xm +#. FboQc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id71580136164632\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. dshKE @@ -19825,13 +20059,13 @@ msgctxt "" msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated." msgstr "" -#. f9BKD +#. LtcVG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751580136200680\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. Wn55u @@ -19843,22 +20077,22 @@ msgctxt "" msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes." msgstr "" -#. 6VRqZ +#. YBvt4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580136944674\n" "help.text" -msgid "<emph>InputStr</emph>: the string to quote." +msgid "<emph>inputstr</emph>: The string to quote." msgstr "" -#. T8fPe +#. GynWV #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581599129397412\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or (default) double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." msgstr "" #. fY3PC @@ -19888,31 +20122,31 @@ msgctxt "" msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>." msgstr "" -#. 949cN +#. DD2CL #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11580139160633\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. DfiCN +#. DvaRE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id111580139169795\n" "help.text" -msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement." +msgid "<emph>before</emph>: A string with the characters that will be searched in the input string for replacement." msgstr "" -#. jCz7k +#. N46b3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id851580139182113\n" "help.text" -msgid "<emph>After</emph>: A string with the new characters that will replace those defined in <literal>Before</literal>." +msgid "<emph>after</emph>: A string with the new characters that will replace those defined in <literal>before</literal>." msgstr "" #. CDuCC @@ -19942,40 +20176,40 @@ msgctxt "" msgid "Replaces all occurrences of a given regular expression by a new string." msgstr "" -#. yT3Qw +#. ujCyu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580140311626\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. hW8Q6 +#. o2DS2 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id651580140322666\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression." +msgid "<emph>regex</emph>: The regular expression." msgstr "" -#. Do29t +#. itEEd #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id891580140334754\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string." +msgid "<emph>newstr</emph>: The replacing string." msgstr "" -#. MwRMp +#. gJRAr #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580140345221\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. ykPVR @@ -20005,85 +20239,85 @@ msgctxt "" msgid "Replaces in a string some or all occurrences of an array of strings by an array of new strings." msgstr "" -#. W4yEv +#. SDpot #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id831580146504326\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. ik56f +#. UfuEm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id411580146514927\n" "help.text" -msgid "<emph>OldStr</emph>: A single string or an array of strings. Zero-length strings are ignored." +msgid "<emph>oldstr</emph>: A single string or an array of strings. Zero-length strings are ignored." msgstr "" -#. pRZAd +#. Ukr3F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id591580146532966\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string or the array of replacing strings." +msgid "<emph>newstr</emph>: The replacing string or the array of replacing strings." msgstr "" -#. 97Cuk +#. 7BQ7F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384873347\n" "help.text" -msgid "If <literal>OldStr</literal> is an array, each occurrence of any of the items in <literal>OldStr</literal> is replaced by <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> is an array, each occurrence of any of the items in <literal>oldstr</literal> is replaced by <literal>newstr</literal>." msgstr "" -#. jLs7f +#. AfRz6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384880820\n" "help.text" -msgid "If <literal>OldStr</literal> and <literal>NewStr</literal> are arrays, replacements occur one by one up to the <literal>UBound(NewStr)</literal>." +msgid "If <literal>oldstr</literal> and <literal>newstr</literal> are arrays, replacements occur one by one up to the <literal>UBound(newstr)</literal>." msgstr "" -#. qUhcr +#. E39aH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241612385058264\n" "help.text" -msgid "If <literal>OldStr</literal> has more entries than <literal>NewStr</literal>, then the residual elements in <literal>OldStr</literal> are replaced by the last element in <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> has more entries than <literal>newstr</literal>, then the residual elements in <literal>oldstr</literal> are replaced by the last element in <literal>newstr</literal>." msgstr "" -#. oTqRh +#. MkqW5 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id701580146547619\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." +msgid "<emph>occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." msgstr "" -#. eigiB +#. QX33p #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741612385380533\n" "help.text" -msgid "When <literal>OldStr</literal> is an array, the <literal>Occurrence</literal> parameter is computed separately for each item in the array." +msgid "When <literal>oldstr</literal> is an array, the <literal>occurrence</literal> parameter is computed separately for each item in the array." msgstr "" -#. EUziv +#. aWrvA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id301580146556599\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. eygyi @@ -20095,13 +20329,13 @@ msgctxt "" msgid "Returns a string with a readable representation of the argument, truncated at a given length. This is useful mainly for debugging or logging purposes." msgstr "" -#. jNrC5 +#. cU3Ev #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11612386054691\n" "help.text" -msgid "If the <literal>AnyValue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." +msgid "If the <literal>anyvalue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." msgstr "" #. gVB32 @@ -20113,31 +20347,31 @@ msgctxt "" msgid "In strings, tabs and line breaks are replaced by \\t, \\n or \\r." msgstr "" -#. vnB48 +#. SfUGD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id921612386089103\n" "help.text" -msgid "If the final length exceeds the <literal>MaxLength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." +msgid "If the final length exceeds the <literal>maxlength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." msgstr "" -#. ukVSq +#. zLfNR #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id91580147593626\n" "help.text" -msgid "<emph>AnyValue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." +msgid "<emph>anyvalue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." msgstr "" -#. Gp3Gk +#. hdDFi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580147609322\n" "help.text" -msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." +msgid "<emph>maxlength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." msgstr "" #. Ape7i @@ -20185,31 +20419,31 @@ msgctxt "" msgid "Returns the input string in reversed order." msgstr "" -#. 5PtEv +#. EEyG6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141612387177873\n" "help.text" -msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>, however with better performance." +msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>." msgstr "" -#. CjFDm +#. ZEarP #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id961612387463144\n" "help.text" -msgid "To use the <literal>StrReverse</literal> function, the statement <literal>OpTion VBASupport 1</literal> must be present in the module." +msgid "To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module." msgstr "" -#. ScghL +#. pSyL6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241580312964497\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be reversed." +msgid "<emph>inputstr</emph>: The string to be reversed." msgstr "" #. KBFDk @@ -20221,22 +20455,22 @@ msgctxt "" msgid "Returns a zero-based array of strings with the lines in the input string. Each item in the array is obtained by splitting the input string at newline characters." msgstr "" -#. RRtva +#. nuUF6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id481580210806878\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. UAkXJ +#. FEFUw #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231580210820309\n" "help.text" -msgid "<emph>KeepBreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." +msgid "<emph>keepbreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." msgstr "" #. HAG8Q @@ -20257,40 +20491,49 @@ msgctxt "" msgid "If a quoted substring contains a delimiter, it is ignored. This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. mw9Lu +#. JKAaG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881580211809490\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. sYE2m +#. zFjwe #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580211821162\n" "help.text" -msgid "<emph>Delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the space character." +msgid "<emph>delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the Ascii space \" \" character." msgstr "" -#. NBsXC +#. 3rGRu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id181580211833778\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." +msgid "<emph>occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." msgstr "" -#. dzzmh +#. W2og7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id421599123777334\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote." +msgstr "" + +#. S63t6 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id661627251379676\n" +"help.text" +msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them." msgstr "" #. 6Q2tJ @@ -20311,31 +20554,31 @@ msgctxt "" msgid "This method returns <literal>False</literal> if either the input string or the substring have a length = 0 or when the substring is longer than the input string." msgstr "" -#. rmutH +#. jrzxu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id271580212876135\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. 2wa7W +#. tE9WD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571580212889462\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the start of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the start of <literal>inputstr</literal>." msgstr "" -#. HAFmq +#. ZeQP4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580212900799\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. DGgBx @@ -20347,13 +20590,13 @@ msgctxt "" msgid "Returns the input string without its leading and trailing whitespaces." msgstr "" -#. ekDEE +#. BESEu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id541580296044377\n" "help.text" -msgid "<emph>InputStr</emph>: The string to trimmed." +msgid "<emph>inputstr</emph>: The string to trim." msgstr "" #. 9t9vX @@ -20365,13 +20608,13 @@ msgctxt "" msgid "Converts any escaped sequence (\\\\, \\n, \\r, \\t) in the input string to their corresponding Ascii character." msgstr "" -#. J7Fpn +#. mzTsG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id971580483124743\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. BoYHV @@ -20392,40 +20635,49 @@ msgctxt "" msgid "This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. GrBsF +#. BhVvp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id761580213677493\n" "help.text" -msgid "<emph>InputStr</emph> : The string to unquote." +msgid "<emph>inputstr</emph>: The string to unquote." msgstr "" -#. GYKCt +#. gRUHA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211599129509890\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote (default)." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." +msgstr "" + +#. nGq4Q +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id371580213702598\n" +"help.text" +msgid "' s = \"Some text\" (without enclosing quotes)" msgstr "" -#. G368s +#. Fp8ip #: sf_string.xhp msgctxt "" "sf_string.xhp\n" -"bas_id981580213799125\n" +"bas_id51580213693694\n" "help.text" -msgid "s = SF_String.Unquote(\"\"\"Some text\"\"\") ' s = \"Some text\" (without enclosing quotes)" +msgid "' The string below does not have enclosing quotes, so it remains unchanged" msgstr "" -#. kyuNy +#. A4Eki #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id961612393917830\n" "help.text" -msgid "s = SF_String.Unquote(\"Some text\") ' s = \"Some text\" (unchanged)" +msgid "' s = \"Some text\" (unchanged)" msgstr "" #. ULtxx @@ -20437,6 +20689,15 @@ msgctxt "" msgid "' Quotes inside the string are not removed" msgstr "" +#. 8w4ia +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id961612394171208\n" +"help.text" +msgid "' s = \"The \"\"true\"\" meaning\" (unchanged)" +msgstr "" + #. JGhWK #: sf_string.xhp msgctxt "" @@ -20482,40 +20743,31 @@ msgctxt "" msgid "If the wrapped output has no content, the returned array is empty." msgstr "" -#. J73yb +#. SNRzH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251585834468498\n" "help.text" -msgid "<emph>InputStr</emph>: The string to wrap." +msgid "<emph>inputstr</emph>: The string to wrap." msgstr "" -#. 5iowq +#. MiptC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id351585834773177\n" "help.text" -msgid "<emph>Width</emph> : The maximum number of characters in each line (default = 70)." +msgid "<emph>width</emph>: The maximum number of characters in each line (Default = 70)." msgstr "" -#. GhpV4 +#. epG6z #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741585834874500\n" "help.text" -msgid "<emph>TabSize</emph> : Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. TabSize defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)." -msgstr "" - -#. xDXfd -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String function\">String built-in function</link>" +msgid "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)." msgstr "" #. HjZDB @@ -20525,7 +20777,7 @@ msgctxt "" "tit\n" "help.text" msgid "ScriptForge.TextStream service" -msgstr "" +msgstr "Servizio ScriptForge.TextStream" #. cEA5U #: sf_textstream.xhp @@ -20581,22 +20833,22 @@ msgctxt "" msgid "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run." msgstr "" -#. U6RHd +#. dc5KN #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "hd_id83158533078741\n" "help.text" -msgid "Service instantiation" +msgid "Service invocation" msgstr "" -#. c7WYC +#. AuQX2 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id351613598192725\n" "help.text" -msgid "The code snippet below uses the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." +msgid "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." msgstr "" #. UUudg @@ -20842,13 +21094,13 @@ msgctxt "" msgid "Consider the text file \"Students.txt\" with the following contents (a name in each line):" msgstr "" -#. dUSey +#. hk7q4 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id391613596019750\n" "help.text" -msgid "The example below uses the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" +msgid "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" msgstr "" #. BuRJE @@ -20923,13 +21175,13 @@ msgctxt "" msgid "Writes a specified number of empty lines to the output stream." msgstr "" -#. NqNwE +#. YsBUm #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id291585330787357\n" "help.text" -msgid "<emph>Lines</emph>: The number of empty lines to write." +msgid "<emph>lines</emph>: The number of empty lines to write to the file." msgstr "" #. GCPCC @@ -20950,13 +21202,22 @@ msgctxt "" msgid "The character defined in the <literal>NewLine</literal> property is used as the line delimiter." msgstr "" -#. YRTuQ +#. LXFPE #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id491585330787650\n" "help.text" -msgid "<emph>Line</emph>: The line to write, may be empty." +msgid "<emph>line</emph>: The line to write, may be empty." +msgstr "" + +#. PM5Bx +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"par_id821626894480105\n" +"help.text" +msgid "The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached." msgstr "" #. 39u4o @@ -21004,24 +21265,6 @@ msgctxt "" msgid "'Closes the file and free resources" msgstr "" -#. nrDCn -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Funzione Input\">Funzione Input</link>" - -#. FnNRc -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Istruzione Open\">Istruzione Open</link>" - #. PCSPY #: sf_timer.xhp msgctxt "" @@ -21029,7 +21272,7 @@ msgctxt "" "tit\n" "help.text" msgid "ScriptForge.Timer service" -msgstr "" +msgstr "Servizio ScriptForge.Timer" #. cxRDS #: sf_timer.xhp @@ -21112,15 +21355,6 @@ msgctxt "" msgid "Service invocation" msgstr "Invocare il servizio" -#. 8ntzF -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id141610734722352\n" -"help.text" -msgid "Before using the <literal>Timer</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "" - #. SCYEX #: sf_timer.xhp msgctxt "" @@ -21326,7 +21560,7 @@ msgctxt "" "par_id911582734180676\n" "help.text" msgid "Returned value" -msgstr "" +msgstr "Valore restituito" #. 6DJTP #: sf_timer.xhp @@ -21418,6 +21652,15 @@ msgctxt "" msgid "<literal>False</literal> if the timer is neither started nor suspended" msgstr "" +#. DuD3h +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id731626871820490\n" +"help.text" +msgid "The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service." +msgstr "" + #. UgBnC #: sf_timer.xhp msgctxt "" @@ -21454,6 +21697,15 @@ 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 +#: 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." +msgstr "" + #. bHEyr #: sf_timer.xhp msgctxt "" @@ -21508,24 +21760,6 @@ msgctxt "" msgid "'Terminate both timers" msgstr "" -#. CpzL5 -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030203.xhp#now\">Now function</link>" -msgstr "" - -#. iuTvZ -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id221610970653662\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp#timer\">Timer function</link>" -msgstr "" - #. dphFv #: sf_ui.xhp msgctxt "" @@ -21533,7 +21767,7 @@ msgctxt "" "tit\n" "help.text" msgid "ScriptForge.UI service" -msgstr "" +msgstr "Servizio ScriptForge.UI" #. QWA6E #: sf_ui.xhp @@ -21659,7 +21893,7 @@ msgctxt "" "par_id541587914079744\n" "help.text" msgid "the title of the window" -msgstr "" +msgstr "il titolo della finestra" #. rdSGt #: sf_ui.xhp @@ -21940,13 +22174,13 @@ msgctxt "" msgid "<emph>filename</emph> : Identifies the file to create. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning" msgstr "" -#. ncJxE +#. Jub7D #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default) or \"FIREBIRD\"." +msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default), \"FIREBIRD\" or \"CALC\"." msgstr "" #. BWgpN @@ -21958,6 +22192,15 @@ msgctxt "" msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning." msgstr "" +#. AFin6 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id181629364905056\n" +"help.text" +msgid "<emph>calcfilename</emph> : Only when <literal>embeddeddatabase</literal> = \"CALC\", <literal>calcfilename</literal> represents the file containing the tables as Calc sheets. The file must exist or an error is raised." +msgstr "" + #. GtB5n #: sf_ui.xhp msgctxt "" @@ -22003,22 +22246,22 @@ msgctxt "" msgid "In both examples below, the first call to <literal>CreateDocument</literal> method creates a blank Calc document, whereas the second creates a document from a template file." msgstr "" -#. W3qxn +#. TxY93 #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id201588520551463\n" "help.text" -msgid "Returns a document object referring to either the active window or the given window." +msgid "Returns a document object referring to either the active window, a given window or the active document." msgstr "" -#. hZmVw +#. xgMAv #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id851588520551368\n" "help.text" -msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used." +msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> or <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link> service." msgstr "" #. AAjDB diff --git a/source/it/helpcontent2/source/text/scalc/00.po b/source/it/helpcontent2/source/text/scalc/00.po index 331233ddff5..c08f1e59f52 100644 --- a/source/it/helpcontent2/source/text/scalc/00.po +++ b/source/it/helpcontent2/source/text/scalc/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563970631.000000\n" #. E9tti @@ -961,14 +961,14 @@ msgctxt "" msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>." msgstr "Menu <emph>Strumenti - Detective - Individua precedenti</emph>." -#. iGnP6 +#. q3pmU #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150447\n" "help.text" -msgid "Shift+F7" -msgstr "Maiusc+F7" +msgid "Shift+F9" +msgstr "" #. Mn26m #: 00000406.xhp diff --git a/source/it/helpcontent2/source/text/scalc/01.po b/source/it/helpcontent2/source/text/scalc/01.po index 49b86eb26ff..6061504d830 100644 --- a/source/it/helpcontent2/source/text/scalc/01.po +++ b/source/it/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:00+0200\n" "PO-Revision-Date: 2021-08-30 13:39+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564768864.000000\n" #. sZfWF @@ -115,14 +115,14 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>" msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigatore\">Navigatore</link>" -#. CJKL2 +#. RJGLF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3156422\n" "help.text" -msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>." -msgstr "<ahelp hid=\".uno:Navigator\">Consente di attivare e disattivare il Navigatore.</ahelp> Il Navigatore è una <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"finestra ancorabile\">finestra ancorabile</link>." +msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>." +msgstr "" #. tDkHa #: 02110000.xhp @@ -20140,6 +20140,78 @@ msgctxt "" msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions. </variable>" msgstr "<variable id=\"texttext\">In questa sezione sono descritte le funzioni della categoria <emph>Testo</emph>. </variable>" +#. bF46G +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"bm_id331624453577057\n" +"help.text" +msgid "<bookmark_value>using double quotation marks in formulas</bookmark_value> <bookmark_value>formulas; using double quotation marks</bookmark_value>" +msgstr "" + +#. XXyWj +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"hd_id291624454173529\n" +"help.text" +msgid "Using double quotation marks in formulas" +msgstr "" + +#. aGDFQ +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id891624454058773\n" +"help.text" +msgid "To include a text string in a formula, place the text string between two double quotation marks (\") and Calc takes the characters in the string without attempting to interpret them. For example, the formula <input>=\"Hello world!\"</input> displays the text string <literal>Hello world!</literal> in the cell, with no surrounding double quotation marks." +msgstr "" + +#. HCwEU +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id461624454425320\n" +"help.text" +msgid "The more complex formula <input>=CONCATENATE(\"Life is really simple, \"; \"but we insist on making it complicated \"; \"(Confucius).\")</input> concatenates three individual strings in double quotation marks, outputting <literal>Life is really simple, but we insist on making it complicated (Confucius).</literal>" +msgstr "" + +#. XBDt9 +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id711624454477483\n" +"help.text" +msgid "To place a literal double quotation mark within a string inside a formula, two methods can be used:" +msgstr "" + +#. 8qFEv +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id541624454496424\n" +"help.text" +msgid "You can \"escape\" the double quotation mark with an additional double quotation mark, and Calc treats the escaped double quotation mark as a literal value. For example, the formula <input>=\"My name is \"\"John Doe\"\".\"</input> outputs the string <literal>My name is \"John Doe\".</literal> Another simple example is the formula <input>=UNICODE(\"\"\"\")</input> which returns <literal>34</literal>, the decimal value of the Unicode quotation mark character (U+0022) — here the first and fourth double quotation marks indicate the beginning and end of the string, while the second double quotation mark escapes the third." +msgstr "" + +#. MfLZn +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id21624454513641\n" +"help.text" +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 +#: 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." +msgstr "" + #. Gmvo8 #: 04060110.xhp msgctxt "" @@ -20338,14 +20410,14 @@ msgctxt "" msgid "BASE" msgstr "BASE" -#. QtLKF +#. znNLx #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153289\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." -msgstr "<ahelp hid=\"HID_FUNC_BASIS\">Converte un numero intero positivo in un testo da un <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"sistema numerico\">sistema numerico</link> alla base indicata.</ahelp> Vengono usate le cifre 0-9 e le lettere A-Z." +msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." +msgstr "" #. 2cDvi #: 04060110.xhp @@ -20689,14 +20761,14 @@ msgctxt "" msgid "DECIMAL" msgstr "DECIMALE" -#. CeS5L +#. BcCUk #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3156361\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." -msgstr "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converte un testo con caratteri da un determinato <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"sistema numerico\">sistema numerico</link> in un intero positivo, utilizzando come base la radice indicata.</ahelp> La radice deve essere compresa tra 2 e 36. Eventuali spazi e tabulazioni verranno ignorati. Il campo <emph>Testo</emph> non distingue tra maiuscole e minuscole." +msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." +msgstr "" #. 5yN72 #: 04060110.xhp @@ -21274,50 +21346,50 @@ msgctxt "" msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned." msgstr "<emph>Numero_byte</emph> (opzionale) specifica il numero di caratteri che SINISTRA.B deve estrarre, basato sui byte. Se questo parametro non è definito, viene restituito un solo carattere." -#. TFXGD +#. FFvts #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949141\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." -msgstr "<item type=\"input\">SINISTRA.B(\"中国\";1)</item> restituisce \" \" (un byte è solo metà carattere DBCS, e viene invece restituito un carattere di spazio)." +msgid "<item type=\"input\">=LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." +msgstr "" -#. QwisG +#. mQvUN #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949151\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">SINISTRA.B(\"中国\";2)</item> restituisce \"中\" (due byte costituiscono un carattere DBCS completo)." +msgid "<item type=\"input\">=LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. SDFHG +#. qAEZ3 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949161\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." -msgstr "<item type=\"input\">SINISTRA.B(\"中国\";3)</item> restituisce \"中 \" (tre byte costituiscono un carattere DBCS e mezzo; l'ultimo carattere restituito è dunque un carattere di spazio)." +msgid "<item type=\"input\">=LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." +msgstr "" -#. 26C2F +#. s3UVQ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949171\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">SINISTRA.B(\"中国\";4)</item> restituisce \"中国\" (quattro byte costituiscono due caratteri DBCS completi)." +msgid "<item type=\"input\">=LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. 8AtC5 +#. FM3FS #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949181\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." -msgstr "<item type=\"input\">SINISTRA.B(\"office\";3)</item> restituisce \"off\" (tre caratteri non DBCS, ciascuno formato da un byte)." +msgid "<item type=\"input\">=LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." +msgstr "" #. eEgeD #: 04060110.xhp @@ -21661,104 +21733,104 @@ msgctxt "" msgid "<emph>Number_bytes</emph> specifies the number of characters MIDB will return from text, in bytes." msgstr "<emph>Numero_byte</emph> specifica il numero di caratteri, in byte, che STRINGA.ESTRAI.B restituirà dal testo." -#. YrAwV +#. 5Nn2i #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958417\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";1;0)</item> restituisce \"\" (zero byte è sempre una stringa vuota)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." +msgstr "" -#. vSWbG +#. q6dWL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958427\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";1;1)</item> restituisce \" \" (un byte è solo mezzo carattere DBCS, dunque il risultato è un carattere di spazio)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." +msgstr "" -#. TLFgD +#. CfNES #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958437\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";1;2)</item> restituisce \"中\" (due byte costituiscono un carattere DBCS completo)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. BPauw +#. wBLqC #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958447\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";1;3)</item> restituisce \"中 \" (tre byte costituiscono un carattere DBCS e mezzo; l'ultimo byte è formato da un carattere di spazio)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." +msgstr "" -#. PwTEe +#. GedmG #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958457\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";1;4)</item> restituisce \"中国\" (quattro byte costituiscono due caratteri DBCS completi)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. Yb4iF +#. dAMAA #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958467\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";2;1)</item> restituisce \" \" (la posizione di byte 2 non si trova all'inizio di un carattere in una stringa DBCS; viene restituito uno spazio di carattere)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." +msgstr "" -#. DyXxB +#. SXLij #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958477\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";2;2)</item> restituisce \" \" (la posizione di byte 2 punta all'ultima metà del primo carattere nella stringa DBCS; i due byte richiesti costituiscono perciò nella stringa l'ultima metà del primo carattere e la prima metà del secondo; vengono restituiti dunque due spazi di carattere)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." +msgstr "" -#. WA6xA +#. cFw7V #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958487\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";2;3)</item> restituisce \" 国\" (la posizione di byte 2 non si trova all'inizio di un carattere in una stringa DBCS; viene restituito uno spazio di carattere per la posizione di byte 2)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." +msgstr "" -#. riZ7z +#. drtpL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958497\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";3;1)</item> restituisce \" \" (la posizione di byte 3 si trova all'inizio di un carattere in una stringa DBCS, ma un byte è solo mezzo carattere DBCS, e viene dunque restituito uno spazio di carattere)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." +msgstr "" -#. KeBuT +#. koipq #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958507\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"中国\";3;2)</item> restituisce \"国\" (la posizione di byte 3 si trova all'inizio di un carattere in una stringa DBCS, e due byte costituiscono un carattere DBCS)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." +msgstr "" -#. CmwD5 +#. aQmsH #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958517\n" "help.text" -msgid "<item type=\"input\">MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." -msgstr "<item type=\"input\">STRINGA.ESTRAI.B(\"office\";2;3)</item> restituisce \"ffi\" (la posizione di byte 2 si trova all'inizio di un carattere in un stringa non DBCS, e tre byte di una stringa non DBCS costituiscono tre caratteri)." +msgid "<item type=\"input\">=MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." +msgstr "" #. k4kCo #: 04060110.xhp @@ -21958,23 +22030,23 @@ msgctxt "" msgid "<emph>Number</emph> is the number of repetitions." msgstr "<emph>Numero</emph> è il numero delle ripetizioni." -#. x3LR5 +#. brnbx #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3149922\n" +"par_id3148626\n" "help.text" -msgid "The result can be a maximum of 255 characters." -msgstr "Il risultato può essere al massimo di 255 caratteri." +msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." +msgstr "<item type=\"input\">=RIPETI(\"Buon giorno\";2)</item> restituisce Buon giornoBuon giorno." -#. brnbx +#. 9Dbjv #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3148626\n" +"par_id381626381556310\n" "help.text" -msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." -msgstr "<item type=\"input\">=RIPETI(\"Buon giorno\";2)</item> restituisce Buon giornoBuon giorno." +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT\" name=\"REPT_Wiki\">REPT</link> wiki page for more details about this function." +msgstr "" #. mtFNA #: 04060110.xhp @@ -22021,14 +22093,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Testo</emph> è il testo la cui parte destra deve essere determinata." -#. KRpFB +#. tkbjJ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153350\n" "help.text" -msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text." -msgstr "<emph>Numero</emph> (opzionale) è il numero di caratteri partendo dalla destra del testo." +msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned." +msgstr "" #. xNFMc #: 04060110.xhp @@ -22084,14 +22156,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Testo</emph> è il testo la cui parte destra deve essere determinata." -#. Vciv6 +#. yUHYp #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2953350\n" "help.text" -msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes." -msgstr "<emph>Numero_byte</emph> (opzionale) specifica il numero di caratteri che DESTRA.B deve estrarre, basato sui byte." +msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes. If this parameter is not defined, one byte is returned." +msgstr "" #. KnAgN #: 04060110.xhp @@ -22777,60 +22849,6 @@ msgctxt "" msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING." msgstr "<item type=\"input\">=MAIUSC(\"Buon giorno\")</item> restituisce BUON GIORNO." -#. KWdkk -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"bm_id3150802\n" -"help.text" -msgid "<bookmark_value>VALUE function</bookmark_value>" -msgstr "<bookmark_value>VALORE, funzione</bookmark_value>" - -#. QPiD6 -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"hd_id3150802\n" -"help.text" -msgid "VALUE" -msgstr "VALORE" - -#. yFFSn -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3152551\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_WERT\">Converte una stringa di testo in un numero.</ahelp>" - -#. fGm5h -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153638\n" -"help.text" -msgid "VALUE(\"Text\")" -msgstr "VALORE(\"Testo\")" - -#. iYHvi -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153651\n" -"help.text" -msgid "<emph>Text</emph> is the text to be converted to a number." -msgstr "<emph>Testo</emph> è il testo da convertire in numero." - -#. mDpCa -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3144733\n" -"help.text" -msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321." -msgstr "<item type=\"input\">=VALORE(\"4321\")</item> restituisce 4321." - #. E5UtK #: 04060111.xhp msgctxt "" @@ -23164,6 +23182,24 @@ msgctxt "" msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code." msgstr "<emph>Testo</emph> indica la stringa da cifrare. ROT13(ROT13(Testo)) decifra il codice ottenuto." +#. tN74B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id151626469224135\n" +"help.text" +msgid "<input>=ROT13(\"Gur Qbphzrag Sbhaqngvba jnf sbhaqrq va Frcgrzore 2010.\")</input> returns the string \"The Document Foundation was founded in September 2010.\". Notice how spaces, digits, and full stops are unaffected by ROT13." +msgstr "" + +#. 4TMAT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id221626469509161\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13\" name=\"ROT13_Wiki\">ROT13</link> wiki page for more details about this function." +msgstr "" + #. CFJsA #: 04060111.xhp msgctxt "" @@ -38320,59 +38356,68 @@ msgctxt "" msgid "PHI" msgstr "FI" -#. BiQu7 +#. YyypL #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3150254\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_PHI\">Restituisce i valori della funzione di distribuzione per una distribuzione normale standard.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the value of the probability density function for a given value considering the standard normal distribution.</ahelp>" +msgstr "" -#. HEuJD +#. oEGwC #: 04060184.xhp msgctxt "" "04060184.xhp\n" -"par_id3149976\n" +"par_id151629986285891\n" "help.text" -msgid "PHI(Number)" -msgstr "FI(Numero)" +msgid "<input>PHI(Number)</input>" +msgstr "" -#. vZds8 +#. 4JwEu #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3156108\n" "help.text" -msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated." -msgstr "<emph>Numero</emph> è il valore su cui calcolare la distribuzione normale standard." +msgid "<emph>Number</emph> is the value for which the probability density function is calculated." +msgstr "" -#. jVwEp +#. 92hiK #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3155849\n" "help.text" -msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03" -msgstr "<item type=\"input\">=FI(2,25)</item> = 0,03" +msgid "<input>=PHI(2.25)</input> returns 0.0317." +msgstr "" -#. SsB5N +#. NsLhE #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3143236\n" "help.text" -msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03" -msgstr "<item type=\"input\">=FI(-2,25)</item> = 0,03" +msgid "<input>=PHI(-2.25)</input> also returns 0.0317 because the normal distribution is symmetrical." +msgstr "" -#. UnjEG +#. NXho4 #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3149286\n" "help.text" -msgid "<item type=\"input\">=PHI(0)</item> = 0.4" -msgstr "<item type=\"input\">=FI(0)</item> = 0,4" +msgid "<input>=PHI(0)</input> returns 0.3989." +msgstr "" + +#. GMDrd +#: 04060184.xhp +msgctxt "" +"04060184.xhp\n" +"par_id611629985664328\n" +"help.text" +msgid "Calling <input>PHI(Number)</input> is equivalent to calling <input>NORMDIST(Number,0,1,FALSE())</input> or <input>NORM.S.DIST(Number;FALSE())</input>, hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the <emph>Cumulative</emph> argument set to <emph>False.</emph>" +msgstr "" #. vqBTN #: 04060184.xhp @@ -41947,15 +41992,6 @@ msgctxt "" msgid "Addition" msgstr "Addizione" -#. vVWxJ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153247\n" -"help.text" -msgid "1+1" -msgstr "1+1" - #. r74qM #: 04060199.xhp msgctxt "" @@ -41974,15 +42010,6 @@ msgctxt "" msgid "Subtraction" msgstr "Sottrazione" -#. tZXmq -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153554\n" -"help.text" -msgid "2-1" -msgstr "2-1" - #. zqeEq #: 04060199.xhp msgctxt "" @@ -42001,15 +42028,6 @@ msgctxt "" msgid "Negation" msgstr "Negazione" -#. xRAoR -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154712\n" -"help.text" -msgid "-5" -msgstr "-5" - #. uTzKJ #: 04060199.xhp msgctxt "" @@ -42028,15 +42046,6 @@ msgctxt "" msgid "Multiplication" msgstr "Moltiplicazione" -#. p7EVk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149055\n" -"help.text" -msgid "2*2" -msgstr "2*2" - #. LyrLq #: 04060199.xhp msgctxt "" @@ -42055,15 +42064,6 @@ msgctxt "" msgid "Division" msgstr "Divisione" -#. Mm2KC -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153027\n" -"help.text" -msgid "9/3" -msgstr "9/3" - #. St2pE #: 04060199.xhp msgctxt "" @@ -42082,15 +42082,6 @@ msgctxt "" msgid "Percent" msgstr "Percentuale" -#. 6tQYS -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145632\n" -"help.text" -msgid "15%" -msgstr "15%" - #. KTLME #: 04060199.xhp msgctxt "" @@ -42109,14 +42100,14 @@ msgctxt "" msgid "Exponentiation" msgstr "Potenza" -#. G8KSc +#. QZRSe #: 04060199.xhp msgctxt "" "04060199.xhp\n" -"par_id3157873\n" +"par_id881623862728559\n" "help.text" -msgid "3^2" -msgstr "3^2" +msgid "Prefix \"-\" (negation) has a higher precedence than \"^\" (exponentiation). For example -3^2 equals 9, which is the square of a negative number." +msgstr "" #. 77TDi #: 04060199.xhp @@ -42181,15 +42172,6 @@ msgctxt "" msgid "Equal" msgstr "Uguale" -#. uSFf9 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154546\n" -"help.text" -msgid "A1=B1" -msgstr "A1=B1" - #. Vg88D #: 04060199.xhp msgctxt "" @@ -42208,15 +42190,6 @@ msgctxt "" msgid "Greater than" msgstr "Maggiore di" -#. Q4HZQ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145138\n" -"help.text" -msgid "A1>B1" -msgstr "A1>B1" - #. jCt4x #: 04060199.xhp msgctxt "" @@ -42235,15 +42208,6 @@ msgctxt "" msgid "Less than" msgstr "Minore di" -#. zHDAx -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3150901\n" -"help.text" -msgid "A1<B1" -msgstr "A1<B1" - #. EBajC #: 04060199.xhp msgctxt "" @@ -42262,15 +42226,6 @@ msgctxt "" msgid "Greater than or equal to" msgstr "Maggiore o uguale" -#. iopG3 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153111\n" -"help.text" -msgid "A1>=B1" -msgstr "A1>=B1" - #. wXVvo #: 04060199.xhp msgctxt "" @@ -42289,15 +42244,6 @@ msgctxt "" msgid "Less than or equal to" msgstr "Minore o uguale" -#. DjB2C -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148760\n" -"help.text" -msgid "A1<=B1" -msgstr "A1<=B1" - #. 4XUDV #: 04060199.xhp msgctxt "" @@ -42316,15 +42262,6 @@ msgctxt "" msgid "Inequality" msgstr "Diverso" -#. NEJpk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149878\n" -"help.text" -msgid "A1<>B1" -msgstr "A1<>B1" - #. aAdxC #: 04060199.xhp msgctxt "" @@ -42478,15 +42415,6 @@ msgctxt "" msgid "Range" msgstr "Area" -#. DCYDo -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148432\n" -"help.text" -msgid "A1:C108" -msgstr "A1:C108" - #. fWnpm #: 04060199.xhp msgctxt "" @@ -43279,14 +43207,14 @@ msgctxt "" msgid "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values." msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Questo comando apre l'area Elenco funzioni all'interno della barra laterale, nella quale sono visualizzate tutte le funzioni che si possono inserire nel documento.</ahelp></variable> L'area <emph>Elenco funzioni</emph> è simile alla scheda <emph>Funzioni</emph> della <link href=\"text/scalc/01/04060000.xhp\" name=\"Creazione guidata funzione\">Creazione guidata funzione</link>. Le funzioni sono inserite con segnaposti che dovranno essere sostituiti con i valori effettivi." -#. UGvDB +#. kJGdD #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3152576\n" "help.text" -msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." -msgstr "La finestra <emph>Elenco funzioni</emph> è una <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"finestra ancorabile\">finestra ancorabile</link> che potete ridimensionare. È utile per inserire rapidamente funzioni nel foglio elettronico. Facendo doppio clic su una voce nell'elenco delle funzioni, la funzione corrispondente viene direttamente inserita nel foglio elettronico con tutti i parametri." +msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." +msgstr "" #. tu2NZ #: 04080000.xhp @@ -45088,14 +45016,14 @@ msgctxt "" msgid "Use the Styles deck of the Sidebar to assign styles to cells and pages. You can apply, update, and modify existing styles or create new styles." msgstr "L'area Stili della barra laterale consente di assegnare stili di formato a celle e pagine. Potete applicare, aggiornare e modificare gli stili esistenti oppure crearne di nuovi." -#. HL32W +#. nTiyj #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149665\n" "help.text" -msgid "The Styles <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document." -msgstr "La <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"finestra ancorabile\">finestra ancorabile</link> Stili può rimanere aperta durante l'elaborazione del documento." +msgid "The Styles <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link> can remain open while editing the document." +msgstr "" #. cawKF #: 05100000.xhp @@ -45484,6 +45412,15 @@ msgctxt "" msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>" msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">Con questo comando si può applicare una formattazione automatica a un'area del foglio precedentemente selezionata o definire formattazioni automatiche personalizzate.</ahelp></variable>" +#. 7SZiE +#: 05110000.xhp +msgctxt "" +"05110000.xhp\n" +"par_id181630332690300\n" +"help.text" +msgid "The AutoFormat command is available only if a cell range with at least 3 columns and 3 rows are selected. Otherwise this command will appear grayed out in the menu." +msgstr "" + #. Gid6Q #: 05110000.xhp msgctxt "" @@ -45736,50 +45673,68 @@ msgctxt "" msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>" msgstr "<bookmark_value>Formattazione;condizionata</bookmark_value>" -#. FMGh8 +#. tYBMm +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id71624649758112\n" +"help.text" +msgid "Condition list" +msgstr "" + +#. aX6Li #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149413\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">List of the conditions defined for the cell range in order of evaluation.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elenco delle condizioni definite per l'intervallo di celle in ordine di valutazione.</ahelp>" +msgid "List of the conditions defined for the cell range in order of evaluation. You can define as many conditions as you want." +msgstr "" -#. u9xFc +#. YHZ6v +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id41624649786605\n" +"help.text" +msgid "Up" +msgstr "" + +#. xSGWr #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149414\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Increase priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Aumenta la priorità della condizione selezionata.</ahelp>" +msgid "<ahelp hid=\".\">Increase priority of the selected condition.</ahelp>" +msgstr "" -#. jtCfF +#. YWF6k #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id3149415\n" +"hd_id861624649792266\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Decrease priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diminuisce la priorità della condizione selezionata.</ahelp>" +msgid "Down" +msgstr "" -#. kbqQx +#. BAEJK #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"par_id3149415\n" "help.text" -msgid "Condition" -msgstr "Condizione" +msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" +msgstr "" -#. XUCvV +#. FZJa2 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494131\n" +"hd_id31531891\n" "help.text" -msgid "You can define as many conditions as you want." -msgstr "Potete definire tutte le condizioni che volete." +msgid "Condition list entry" +msgstr "" #. YLwyA #: 05120000.xhp @@ -49228,14 +49183,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Selezionare l'area denominata o specificate l'area di celle che contiene i criteri di filtro da applicare.</ahelp>" -#. DAGu3 +#. qhEo5 #: 12040300.xhp msgctxt "" "12040300.xhp\n" -"hd_id3153188\n" +"hd_id331625165680452\n" "help.text" -msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>" -msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"Extra\">Extra</link>" +msgid "Options" +msgstr "" #. oYCwG #: 12040400.xhp @@ -53359,6 +53314,78 @@ msgctxt "" msgid "Sample macro:" msgstr "Macro di esempio:" +#. vkaMd +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id521625929022780\n" +"help.text" +msgid "Below is a sample function that can be called when an error occurs. Note that the macro takes in two parameters that are passed on by %PRODUCTNAME when the function is called:" +msgstr "" + +#. F9upo +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id981625929097216\n" +"help.text" +msgid "<emph>CellValue</emph>: The value entered by the user, as a String." +msgstr "" + +#. oSFqW +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id421625929100152\n" +"help.text" +msgid "<emph>CellAddress</emph>: The address of the cell where the value was entered, as a String prefixed with the sheet name (e.g: \"Sheet1.A1\")." +msgstr "" + +#. A52Nm +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id101625929384030\n" +"help.text" +msgid "The function must return a Boolean value. If it returns <literal>True</literal>, the entered value is kept. If the function returns <literal>False</literal>, the entered value is erased and the previous value is restored." +msgstr "" + +#. 4tzCz +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id531545240216611\n" +"help.text" +msgid "msg = \"Invalid value: \" & \"'\" & CellValue & \"'\"" +msgstr "" + +#. Zfic8 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id971625928577365\n" +"help.text" +msgid "msg = msg & \" in cell: \" & \"'\" & CellAddress & \"'\"" +msgstr "" + +#. hiNR9 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id181625928577640\n" +"help.text" +msgid "msg = msg & Chr(10) & \"Accept anyway?\"" +msgstr "" + +#. EhFBn +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id941625928578118\n" +"help.text" +msgid "iAnswer = MsgBox (msg , MB_FLAGS, \"Error message\")" +msgstr "" + #. 4C6T2 #: ODFF.xhp msgctxt "" @@ -53458,6 +53485,15 @@ msgctxt "" msgid "Example" msgstr "Esempio" +#. 54Ga6 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id281996\n" +"help.text" +msgid "Examples" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -60190,14 +60226,14 @@ msgctxt "" msgid "<emph>Position</emph>: The position in the text where the search starts." msgstr "<emph>Posizione</emph>: la posizione nel testo in cui inizia la ricerca." -#. VLM4H +#. okEBS #: func_findb.xhp msgctxt "" "func_findb.xhp\n" "par_id481573517830373\n" "help.text" -msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." -msgstr "<input>=TROVA.B(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> restituisce 19." +msgid "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> returns 15. The <emph>Find Text</emph> argument is a text string that comprises a full-width, double-byte \"a\" character, while the <emph>Text</emph> argument comprises 12 single-byte characters followed by four full-width, double-byte characters." +msgstr "" #. aACGP #: func_floor.xhp @@ -63394,77 +63430,131 @@ msgctxt "" msgid "<bookmark_value>NUMBERVALUE function</bookmark_value>" msgstr "<bookmark_value>VALORENUMERO, funzione</bookmark_value>" -#. 6XDJp +#. GomzJ #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "hd_id3145621\n" "help.text" -msgid "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" -msgstr "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">VALORENUMERO</link> </variable>" +msgid "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>" +msgstr "" -#. 3WLvS +#. Ywca6 #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3145087\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Convert text to number, in a locale-independent way.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converte il testo in numero, in modo indipendente.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converts the string representation of a number into a locale-independent numeric value.</ahelp>" +msgstr "" -#. JUF4C +#. xfP9G #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3149281\n" "help.text" -msgid "Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator" -msgstr "Vincoli: LUNGHEZZA(separatore_decimale) = 1, separatore_decimale non apparirà nel separatore_gruppo" +msgid "The input text may be in a locale-dependent or other bespoke format." +msgstr "" -#. 2uppP +#. vVK9p #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" -"par_id3149268\n" +"par_id381625600941159\n" +"help.text" +msgid "The output number is formatted as a valid floating point value and shown using the current cell's number format." +msgstr "" + +#. 2Ditv +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id351625601754290\n" +"help.text" +msgid "Refer to the <embedvar href=\"text/shared/01/05020300.xhp#NumbersLink\"/> help page to learn how to change the format of numbers in a cell." +msgstr "" + +#. vEdwF +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625602228575\n" "help.text" -msgid "NUMBERVALUE(\"Text\" [;decimal_separator [;group_separator]])" -msgstr "VALORENUMERO(\"Testo\" [;separatore_decimale [;separatore_gruppo]])" +msgid "NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])" +msgstr "" -#. ytM82 +#. Y3A9n #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154819\n" "help.text" -msgid "<emph>Text</emph> is a valid number expression and must be entered with quotation marks." -msgstr "<emph>Testo</emph> è un'espressione di numero valida da inserire tra virgolette." +msgid "<emph>Text</emph> is a string that contains the number to be converted." +msgstr "" -#. exDVp +#. gwZ7A #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154820\n" "help.text" -msgid "<emph>decimal_separator</emph> (optional) defines the character used as the decimal separator." -msgstr "<emph>separatore_decimale</emph> (opzionale) definisce il carattere usato come separatore decimale." +msgid "<emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators." +msgstr "" -#. PAA4R +#. KJ6WA #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154821\n" "help.text" -msgid "<emph>group_separator</emph> (optional) defines the character(s) used as the group separator." -msgstr "<emph>separatore_gruppo</emph> (opzionale) definisce i caratteri usati come separatori del gruppo." +msgid "<emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>." +msgstr "" -#. zmrjG +#. yptHN #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3155841\n" "help.text" -msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" -msgstr "<item type=\"input\">=VALORENUMERO(\"123,456\";\".\";\",\")</item> restituisce 123,456" +msgid "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop." +msgstr "" + +#. UNiLM +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625603302860\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> returns 123.4 (considering en-US locale). The function changes the decimal separator from a \"·\" to a full stop. No group separator is used in the supplied number and so the <emph>Group Separator</emph> argument is omitted." +msgstr "" + +#. iGGwj +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id491625603415715\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123e12\")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted." +msgstr "" + +#. vTYDd +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id801625603497421\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string." +msgstr "" + +#. 4sMd6 +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id451626100385699\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> wiki page for more details about this function." +msgstr "" #. EJhfD #: func_opt_barrier.xhp @@ -64204,14 +64294,14 @@ msgctxt "" msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied." msgstr "<emph>Testo</emph>: un testo o un riferimento a una cella dove deve essere applicata l'espressione regolare." -#. gdhZh +#. aaDJc #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id211542232209275\n" "help.text" -msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." -msgstr "<emph>Espressione</emph>: un testo che rappresenta l'espressione regolare tramite <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"REGEXP ICU\">espressioni regolari ICU</link>. Se non esiste corrispondenza e non viene proposta una <emph>Sostituzione</emph>, è restituito #N/D." +msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." +msgstr "" #. ZBTYi #: func_regex.xhp @@ -64294,14 +64384,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">List of regular expressions</link>" msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"elenchi espressioni regolari\">Elenco delle espressioni regolari</link>" -#. U7Ffm +#. 2AHRN #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id431542233650614\n" "help.text" -msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" -msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ESPR.REG ICU\">Espressioni regolari ICU</link>" +msgid "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>" +msgstr "" #. B64FM #: func_replaceb.xhp @@ -64348,32 +64438,32 @@ msgctxt "" msgid "REPLACEB( Text ; Position ; Length ; NewText )" msgstr "SOSTITUISCI.B( Testo ; Posizione ; Lunghezza ; Nuovo testo )" -#. eY5FG +#. uBLSC #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id331573510857418\n" "help.text" -msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." -msgstr "<emph>Testo</emph>: un'espressione di testo o il riferimento a una cella che contiene un'espressione di testo in cui devono essere sostituiti i caratteri." +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced." +msgstr "" -#. bqPxd +#. 9a6mz #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id431573510862075\n" "help.text" -msgid "<emph>Position</emph>: the character position from which text is to be replaced." -msgstr "<emph>Posizione</emph>: la posizione del carattere da cui il testo deve essere sostituito." +msgid "<emph>Position</emph>: the byte position from which text is to be replaced." +msgstr "" -#. TtgNA +#. AsHs8 #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id481573510866260\n" "help.text" -msgid "<emph>Length</emph>: the number of characters to be replaced." -msgstr "<emph>Lunghezza</emph>: il numero di caratteri da sostituire." +msgid "<emph>Length</emph>: the number of bytes to be replaced." +msgstr "" #. UuACG #: func_replaceb.xhp @@ -64393,6 +64483,15 @@ msgctxt "" msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." msgstr "<input>=SOSTITUISCI.B(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> restituisce \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." +#. zzieb +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id721626381053212\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> wiki page for more details about this function." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -65419,6 +65518,132 @@ msgctxt "" msgid "<item type=\"input\">TODAY()</item> returns the current computer system date." msgstr "<item type=\"input\">=OGGI()</item> restituisce la data corrente del sistema." +#. w86Dm +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"tit\n" +"help.text" +msgid "VALUE Function" +msgstr "" + +#. D5EDU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"bm_id831542233029549\n" +"help.text" +msgid "<bookmark_value>VALUE function</bookmark_value> <bookmark_value>text functions;convert text to numeric value</bookmark_value>" +msgstr "" + +#. pkYxF +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"hd_id881628776094597\n" +"help.text" +msgid "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>" +msgstr "" + +#. BZ7SU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id541542230672101\n" +"help.text" +msgid "<variable id=\"func_value_desc\"><ahelp hid=\".\">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable>" +msgstr "" + +#. KAY8o +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "<input>VALUE(Text)</input>" +msgstr "" + +#. QVErw +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id621542232197446\n" +"help.text" +msgid "<emph>Text</emph>: A string (in quotation marks), a number, or a reference to a cell containing one of those types, that contains the value to be converted." +msgstr "" + +#. hMLPV +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628787003937\n" +"help.text" +msgid "If the <emph>Text</emph> argument is a string representing a date, time, currency or a numeric value with decimal and thousands separators, the string must comply with current locale settings." +msgstr "" + +#. 3BCEU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id451628776707264\n" +"help.text" +msgid "<input>=VALUE(\"1234\")</input> returns the numeric value 1234." +msgstr "" + +#. zEuFg +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628778036375\n" +"help.text" +msgid "<input>=VALUE(\"+1,234.567\")</input> returns 1234.567 (considering en-US locale). Note that the \"+\" sign could have been omitted." +msgstr "" + +#. Hhrax +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id991628779914913\n" +"help.text" +msgid "<input>=VALUE(\"$100\")</input> returns 100 (considering en-US locale). Note that the currency prefix must match the current locale settings." +msgstr "" + +#. syxTJ +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628780114427\n" +"help.text" +msgid "<input>=VALUE(\"50%\")</input> returns 0.5. Note that the character \"%\" causes the numeric part to be divided by 100." +msgstr "" + +#. xDJeH +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628780240876\n" +"help.text" +msgid "<input>=VALUE(\"07/30/2021\")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date." +msgstr "" + +#. Kkcm7 +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id501628780340635\n" +"help.text" +msgid "<input>=VALUE(\"09:20:25\")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value." +msgstr "" + +#. qxHgs +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id801628779804928\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> wiki page for more details about this function." +msgstr "" + #. dQeP6 #: func_webservice.xhp msgctxt "" @@ -68938,32 +69163,32 @@ msgctxt "" msgid "The following table displays the results of the descriptive statistics of the sample data above." msgstr "La tabella che segue mostra i risultati della statistica descrittiva dei dati di esempio sopra riportati." -#. XC7CC +#. BmGdK #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000690\n" "help.text" -msgid "Column 1" -msgstr "Colonna 1" +msgid "Maths" +msgstr "" -#. HY2UN +#. BYWoQ #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000700\n" "help.text" -msgid "Column 2" -msgstr "Colonna 2" +msgid "Physics" +msgstr "" -#. qTDSp +#. FeMDR #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000710\n" "help.text" -msgid "Column 3" -msgstr "Colonna 3" +msgid "Biology" +msgstr "" #. AjAbs #: statistics_descriptive.xhp @@ -69532,14 +69757,14 @@ msgctxt "" msgid "Regression Analysis" msgstr "Analisi di regressione" -#. wDYsU +#. vJQLe #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "bm_id2764278\n" "help.text" -msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value>" -msgstr "<bookmark_value>Analisi, pacchetto strumenti di;analisi di regressione</bookmark_value><bookmark_value>Regressione, analisi di;pacchetto strumenti di analisi</bookmark_value><bookmark_value>Statistica dati;analisi di regressione</bookmark_value>" +msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value><bookmark_value>Confidence level;regression analysis</bookmark_value><bookmark_value>regression analysis;linear</bookmark_value><bookmark_value>regression analysis;power</bookmark_value><bookmark_value>regression analysis;logarithmic</bookmark_value>" +msgstr "" #. UPKr7 #: statistics_regression.xhp @@ -69550,14 +69775,23 @@ msgctxt "" msgid "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Regression Analysis</link></variable>" msgstr "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"analisi di regressione\">Analisi di regressione</link></variable>" -#. NFhSA +#. A8gk9 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "par_id1001240\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produces the regression analysis of a data set</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produce l'analisi di regressione di un gruppo di dati</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp>" +msgstr "" + +#. PDDGb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id431629832333206\n" +"help.text" +msgid "For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables." +msgstr "" #. ENJtD #: statistics_regression.xhp @@ -69577,140 +69811,194 @@ msgctxt "" msgid "For more information on regression analysis, refer to the <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">corresponding Wikipedia article</link>." msgstr "Per maggiori informazioni sull'analisi di regressione, consultate l'<link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">articolo wikipedia relativo</link> (in inglese)." -#. rdATw +#. G5y4R #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"hd_id1000070\n" +"hd_id891629830986496\n" "help.text" -msgid "Output Regression Type" -msgstr "Tipi di output della regressione" +msgid "Data" +msgstr "" -#. QMDBG +#. 9uRGh #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001280\n" +"hd_id101629830993962\n" "help.text" -msgid "Set the regression type. Three types are available:" -msgstr "Impostate il tipo di regressione. Sono disponibili tre tipi:" +msgid "Independent variable(s) (X) range:" +msgstr "" -#. 7Avaz +#. XGD77 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620334364\n" +"par_id961629834099308\n" "help.text" -msgid "<emph>Linear Regression</emph>: find a straight line in the form of <item type=\"literal\">y = a.x + b</item>, where <item type=\"literal\">a</item> is the slope and <item type=\"literal\">b</item> is the intercept that best fits the data." -msgstr "<emph>Regressione lineare</emph>: ricercate una linea retta nella forma di <item type=\"literal\">y = a.x + b</item>, dove <item type=\"literal\">a</item> è la pendenza e <item type=\"literal\">b</item> è il punto di intersezione che meglio si adatta ai dati." +msgid "Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table." +msgstr "" -#. B6dex +#. yCogF #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340168\n" +"hd_id871629830998653\n" "help.text" -msgid "<emph>Logarithmic regression</emph>: find a logarithmic curve in the form of <item type=\"literal\">y = a.ln(x) + b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept and <item type=\"literal\">ln(x)</item> is the natural logarithm of <item type=\"literal\">x</item>, that best fits the data." -msgstr "<emph>Regressione logaritmica</emph>: ricercate una curva logaritmica nella forma di <item type=\"literal\">y = a.ln(x) + b</item>, dove <item type=\"literal\">a</item> è la pendenza, <item type=\"literal\">b</item> è il punto d'intersezione <item type=\"literal\">ln(x)</item> è il logaritmo naturale di <item type=\"literal\">x</item>, che meglio si adatta ai dati." +msgid "Dependent variable (Y) range:" +msgstr "" -#. txgoZ +#. NiB9B #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340139\n" +"par_id391629834089370\n" "help.text" -msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the coefficient, <item type=\"literal\">b</item> is the power that best fits the data." -msgstr "<emph>Regressione potenziale</emph>: ricercate una curva di potenza nella forma di <item type=\"literal\">y = a.x^b</item>, dove <item type=\"literal\">a</item> è il coefficiente, <item type=\"literal\">b</item> è la potenza che meglio si adatta ai dati." +msgid "Enter the range that contains the dependent variable whose regression is to be calculated." +msgstr "" -#. EtPbr +#. A8dZ8 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001310\n" +"hd_id931629831003368\n" "help.text" -msgid "The results of the three types of <emph>regression analysis</emph> of the measurements in the table above are shown below." -msgstr "In basso sono riportati i risultati dei tre tipi di <emph>analisi di regressione</emph> relativi alle misurazioni contenute nella tabella precedente." +msgid "Both X and Y ranges have labels" +msgstr "" -#. iJ7yf +#. mSnba #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090526\n" +"par_id261629834071776\n" "help.text" -msgid "Regression" -msgstr "Regressione" +msgid "Check to use the first line (or column) of the data sets as variable names in the output range." +msgstr "" -#. cSAoU +#. 7TDwz #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090542\n" +"hd_id11629831014811\n" "help.text" -msgid "Regression Model" -msgstr "Modello di regressione" +msgid "Results to:" +msgstr "" -#. YAGFi +#. CAKdU #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090596\n" +"par_id441629834000533\n" "help.text" -msgid "Linear" -msgstr "Lineare" +msgid "The reference of the top left cell of the range where the results will be displayed." +msgstr "" -#. 2zcqS +#. ZMxv6 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090586\n" +"hd_id1000070\n" "help.text" -msgid "Logarithmic" -msgstr "Logaritmica" +msgid "Output Regression Types" +msgstr "" -#. QvaFq +#. QMDBG #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090555\n" +"par_id1001280\n" "help.text" -msgid "Power" -msgstr "Potenza" +msgid "Set the regression type. Three types are available:" +msgstr "Impostate il tipo di regressione. Sono disponibili tre tipi:" -#. oHBnC +#. vauNm #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090553\n" +"par_id1701201620334364\n" "help.text" -msgid "R^2" -msgstr "R^2" +msgid "<emph>Linear Regression</emph>: finds a linear function in the form of y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th slope, [x<sub>i</sub>] is the i-th independent variable, and b is the intercept that best fits the data." +msgstr "" -#. egmFM +#. cR7FM #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090595\n" +"par_id1701201620340168\n" "help.text" -msgid "Standard Error" -msgstr "Errore standard" +msgid "<emph>Logarithmic regression</emph>: finds a logarithmic curve in the form of y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th coefficient, b is the intercept and ln[x<sub>i</sub>] is the natural logarithm of the i-th independent variable, that best fits the data." +msgstr "" + +#. YfNEL +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id1701201620340139\n" +"help.text" +msgid "<emph>Power regression</emph>: finds a power curve in the form of y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), where a<sub>i</sub> is the i-th power, [x<sub>i</sub>] is the i-th independent variable, and b is intercept that best fits the data." +msgstr "" -#. woESA +#. 3KkxA #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090563\n" +"hd_id331629834218606\n" "help.text" -msgid "Slope" -msgstr "Pendenza" +msgid "Options" +msgstr "" -#. qfNCA +#. uBCr7 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090642\n" +"hd_id481629834269509\n" "help.text" -msgid "Intercept" -msgstr "Intersezione" +msgid "Confidence level" +msgstr "" + +#. YjBMV +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id971629835636129\n" +"help.text" +msgid "A numeric value between 0 and 1 (exclusive), default is 0.95. Calc uses this percentage to compute the corresponding confidence intervals for each of the estimates (namely the slopes and intercept)." +msgstr "" + +#. f2CEs +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id751629834274709\n" +"help.text" +msgid "Calculate residuals" +msgstr "" + +#. b4unQ +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id401629835408653\n" +"help.text" +msgid "Select whether to opt in or out of computing the residuals, which may be beneficial in cases where you are interested only in the slopes and intercept estimates and their statistics. The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model." +msgstr "" + +#. F99az +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id861629834279039\n" +"help.text" +msgid "Force intercept to be zero" +msgstr "" + +#. UYdQb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id121629837424848\n" +"help.text" +msgid "Calculates the regression model using zero as the intercept, thus forcing the model to pass through the origin." +msgstr "" #. u47eB #: statistics_sampling.xhp diff --git a/source/it/helpcontent2/source/text/scalc/04.po b/source/it/helpcontent2/source/text/scalc/04.po index aea6e9c564c..9cea78edec8 100644 --- a/source/it/helpcontent2/source/text/scalc/04.po +++ b/source/it/helpcontent2/source/text/scalc/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-14 18:09+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564139209.000000\n" #. NQkD7 @@ -25,14 +25,14 @@ msgctxt "" msgid "Shortcut Keys for Spreadsheets" msgstr "Tasti di scelta rapida per i fogli elettronici" -#. KkAUs +#. DdGD4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "bm_id3145801\n" "help.text" -msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>" -msgstr "<bookmark_value>Foglio elettronico;tasti di scelta rapida</bookmark_value><bookmark_value>Tasti di scelta rapida;foglio elettronico</bookmark_value><bookmark_value>Area foglio;riempire</bookmark_value>" +msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value> <bookmark_value>shortcut keys; spreadsheets</bookmark_value> <bookmark_value>sheet ranges; filling</bookmark_value>" +msgstr "" #. CkSXA #: 01020000.xhp @@ -187,14 +187,14 @@ msgctxt "" msgid "End" msgstr "Fine" -#. ezWwF +#. THrNt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155095\n" "help.text" -msgid "Moves the cursor to the last cell of the current row." -msgstr "Sposta il cursore sull'ultima cella della riga attiva." +msgid "Moves the cursor to the last cell that contains values in the current row." +msgstr "" #. FhvWD #: 01020000.xhp @@ -223,14 +223,14 @@ msgctxt "" msgid "Shift+End" msgstr "Maiusc+Fine" -#. BnYcn +#. CsAmu #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id4155095\n" "help.text" -msgid "Selects cells from the current cell to the last cell of the current row." -msgstr "Seleziona le celle dalla cella corrente all'ultima cella della riga attiva." +msgid "Selects all cells from the current cell to the last cell that contains values in the current row." +msgstr "" #. 8bBCM #: 01020000.xhp @@ -331,14 +331,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Freccia sinistra" -#. LWDGG +#. ziZQj #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3154766\n" "help.text" -msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with cursor is empty, cursor moves leftward in row to the next cell with contents. If the row on the left of the cursor is empty, the cursor moves to then first cell in the row." -msgstr "Sposta il cursore a sinistra all'inizio e alla fine dei blocchi di celle con dati. Se la cella alla sinistra del cursore o il cursore si trova in una cella vuota, il cursore si sposta a sinistra nella riga alla prossima cella con contenuto. Se la riga alla sinistra del cursore è vuota, il cursore si sposta alla prima cella nella riga." +msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with the cursor is empty, the cursor moves leftward in the current row until it reaches the next cell with contents. If all cells in the same row to the left of the cursor are empty, the cursor moves to the first cell in the row." +msgstr "" #. PgM3v #: 01020000.xhp @@ -349,14 +349,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Freccia destra" -#. TURv3 +#. WxdVv #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155593\n" "help.text" -msgid "Moves the cursor rightward to the start and end of cell blocks with contents. If the cell to the right of the cursor is empty or the cursor is in an empty cell, the cursor moves rightward to the next cell that contains data. If the row on the right of the cursor is empty, the cursor moves to the last cell in the row." -msgstr "Sposta il cursore a destra all'inizio e alla fine di blocchi di celle con dati. Se la cella alla destra del cursore è vuota o il cursore si trova in una cella vuota, il cursore si sposta a destra alla cella successiva che contiene dati. Se la riga alla destra del cursore è vuota, il cursore si sposta all'ultima cella nella riga." +msgid "Moves the cursor rightward to the start and end of cell blocks with data. If the cell to the right of the cursor is empty or the cell with the cursor is empty, the cursor moves rightward in the current row until it reaches the next cell with contents. If all cells in the same row to the right of the cursor are empty, the cursor moves to the last cell in the row." +msgstr "" #. R9tmv #: 01020000.xhp @@ -367,14 +367,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Freccia su" -#. FhV8W +#. UV76n #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153076\n" "help.text" -msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cursor is in an empty cell, the cursor moves up to the end of next cell block with data. If the column above the cursor is empty, the cursor moves up to first cell in the column." -msgstr "Sposta il cursore sopra all'inizio e alla fine di blocchi di celle con dati. Se la cella sopra il cursore è vuota o il cursore si trova in una cella vuota, il cursore si sposta sopra alla fine del blocco di celle con dati successivo. Se la colonna sopra il cursore è vuota, il cursore si sposta sopra alla prima cella nella colonna." +msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cell with the cursor is empty, the cursor moves upward in the current column until it reaches the next cell with contents. If all cells in the same column above the cursor are empty, the cursor moves to the first cell in the column." +msgstr "" #. EamtM #: 01020000.xhp @@ -385,14 +385,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Freccia giù" -#. kB7sB +#. x95TY #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149054\n" "help.text" -msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cursor is in an empty cell, the cursor moves down to the next cell that contains data. If the column below the cursor is empty, the cursor moves down to last cell in the column." -msgstr "Sposta il cursore sotto all'inizio e alla fine di blocchi di celle con dati. Se la cella sotto il cursore è vuota o il cursore si trova in una cella vuota, il cursore si sposta sotto alla cella successiva con dati. Se la colonna sotto il cursore è vuota, il cursore si sposta sotto all'ultima cella nella colonna." +msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cell with the cursor is empty, the cursor moves downward in the current column until it reaches the next cell with contents. If all cells in the same column below the cursor are empty, the cursor moves to the last cell in the column." +msgstr "" #. UQi4B #: 01020000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maiusc+Freccia" -#. BKMzG +#. FwaRy #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3159258\n" "help.text" -msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected." -msgstr "Seleziona tutte le celle dell'intervallo creato dal movimento del cursore con l'uso di combinazioni di tasti <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Frecce</keycode>. Se utilizzato per selezionare insieme righe e colonne, viene selezionato un intervallo rettangolare di celle." +msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected. If the cursor is in an empty cell, the selection will stretch from the current cell up to the first cell with value in the direction of the arrow pressed." +msgstr "" #. F95ji #: 01020000.xhp @@ -637,14 +637,68 @@ msgctxt "" msgid "Enter (in a selected range)" msgstr "Invio (in un'area selezionata)" -#. iA7nB +#. aFEgB #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153935\n" "help.text" -msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." -msgstr "Sposta il cursore in basso di una cella in un'area selezionata. Per specificare la direzione dello spostamento, scegliete <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferenze</emph></caseinline><defaultinline><emph>Strumenti - Opzioni</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Generale</emph>." +msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph> and change the option in <emph>Press Enter to move selection</emph>." +msgstr "" + +#. DbRBy +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id351630625364216\n" +"help.text" +msgid "Enter (after copying cell contents)" +msgstr "" + +#. 5PZQn +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id681630625395135\n" +"help.text" +msgid "If cell contents have just been copied to the clipboard and no additional editing has been done in the current file, then pressing <keycode>Enter</keycode> will paste clipboard contents to the current cursor position." +msgstr "" + +#. 2MKS8 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id521630625780621\n" +"help.text" +msgid "Shift+Enter" +msgstr "" + +#. dAv3b +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id541630625783264\n" +"help.text" +msgid "If the clipboard contains cell contents and no editing has been done in the file, then <keycode>Shift+Enter</keycode> has the same behavior as <keycode>Enter</keycode> and pastes clipboard contents to the current cursor position." +msgstr "" + +#. so8sW +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id921630625968749\n" +"help.text" +msgid "If no cells are selected, <keycode>Shift+Enter</keycode> moves the cursor to the opposite direction defined in the option <emph>Press Enter to move selection</emph> found in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." +msgstr "" + +#. f4gCc +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id951630626229215\n" +"help.text" +msgid "If a range of cells is selected, <keycode>Shift+Enter</keycode> moves the cursor inside the current selection to the opposite direction defined in the option <emph>Press Enter to move selection</emph>." +msgstr "" #. ESQwM #: 01020000.xhp @@ -727,23 +781,41 @@ msgctxt "" msgid "F2" msgstr "F2" -#. N2Q5C +#. BUfoX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3148568\n" "help.text" -msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode." -msgstr "Passa in modo modifica e posiziona il cursore alla fine del contenuto della cella attiva. Per uscire dal modo modifica, premete nuovamente questo tasto." +msgid "With a cell selected, press F2 to open cell contents for editing. If the cell contains a formula, use arrow keys to navigate the sheet to easily enter range addresses into the formula." +msgstr "" + +#. KPNsf +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id381629750112725\n" +"help.text" +msgid "Press F2 again to enable the use of arrow keys to move the cursor in the formula text." +msgstr "" + +#. YE2ga +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id481629750230372\n" +"help.text" +msgid "Each additional use of the F2 shortcut switches between the two states previously described." +msgstr "" -#. GFKGE +#. Dzhco #: 01020000.xhp msgctxt "" "01020000.xhp\n" -"par_id3153108\n" +"par_id461629750358215\n" "help.text" -msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog." -msgstr "Se il cursore si trova in una casella di digitazione in una finestra di dialogo che contiene un pulsante <emph>Minimizza</emph>, la finestra di dialogo viene nascosta e la casella di digitazione rimane visibile. Per visualizzare l'intera finestra di dialogo premete nuovamente F2." +msgid "Some dialog boxes have input fields with a <emph>Shrink</emph> button. Pressing F2 with the cursor inside such field causes the <emph>Shrink</emph> command to be executed." +msgstr "" #. seNCx #: 01020000.xhp @@ -1033,14 +1105,14 @@ msgctxt "" msgid "Updates the selected chart." msgstr "Aggiorna il grafico selezionato." -#. 7Bnwf +#. VLV2J #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149279\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Command+T</caseinline> <defaultinline>F11</defaultinline> </switchinline>" +msgstr "" #. edNSJ #: 01020000.xhp @@ -1752,12 +1824,3 @@ msgctxt "" "help.text" msgid "Removes the current field from the area." msgstr "Rimuove il campo attivo dall'area." - -#. npGBx -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"par_id3150630\n" -"help.text" -msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>" -msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Tasti di scelta rapida in $[officename]\">Tasti di scelta rapida in $[officename]</link>" diff --git a/source/it/helpcontent2/source/text/scalc/06.po b/source/it/helpcontent2/source/text/scalc/06.po index f7b494098bf..e9d28d811f3 100644 --- a/source/it/helpcontent2/source/text/scalc/06.po +++ b/source/it/helpcontent2/source/text/scalc/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-12-09 21:12+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1544389979.000000\n" +#. HDsTF #: calcsamplefiles.xhp msgctxt "" "calcsamplefiles.xhp\n" diff --git a/source/it/helpcontent2/source/text/scalc/guide.po b/source/it/helpcontent2/source/text/scalc/guide.po index 97be6b27e53..86e735f85db 100644 --- a/source/it/helpcontent2/source/text/scalc/guide.po +++ b/source/it/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564140096.000000\n" #. NXy6S @@ -403,14 +403,14 @@ msgctxt "" msgid "Using AutoFormat for Tables" msgstr "Usare la formattazione automatica per le tabelle" -#. 33hwy +#. V4grY #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "bm_id3155132\n" "help.text" -msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>" -msgstr "<bookmark_value>Tabella;formattare automaticamente</bookmark_value> <bookmark_value>Formattazione;automatica delle tabelle</bookmark_value> <bookmark_value>Formattazione automatica</bookmark_value> <bookmark_value>Formato;formattare fogli elettronici automaticamente</bookmark_value> <bookmark_value>Formattazione;automatica dei fogli elettronici</bookmark_value> <bookmark_value>Foglio;formattare automaticamente</bookmark_value>" +msgid "<bookmark_value>tables; AutoFormat</bookmark_value> <bookmark_value>AutoFormat cell ranges</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat</bookmark_value>" +msgstr "" #. EiEMB #: autoformat.xhp @@ -421,122 +421,113 @@ msgctxt "" msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>" msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Usare la formattazione automatica per le tabelle\">Applicare la formattazione automatica a un'area di celle selezionata</link></variable>" -#. CC2ie +#. 7xexA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149401\n" "help.text" -msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range." -msgstr "La funzione di formattazione automatica vi permette di applicare rapidamente un formato a un foglio o a un'area di celle selezionata." +msgid "Use the AutoFormat feature to quickly apply a format to a selected cell range." +msgstr "" -#. FGf7G +#. rA9iM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10702\n" "help.text" -msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range" -msgstr "Per applicare una formattazione automatica a un foglio o a un'area di celle selezionata" +msgid "Applying an AutoFormat to a Selected Cell Range" +msgstr "" -#. XEBko +#. jDKjA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106CE\n" "help.text" -msgid "Select the cells, including the column and row headers, that you want to format." -msgstr "Selezionate le celle da formattare, incluse le intestazioni di righe e colonne." +msgid "Select the range of cells to which the AutoFormat style is to be applied. The range must be at least 3 columns and 3 rows in size." +msgstr "" -#. PMa8H +#. 6GCsB #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106D5\n" "help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Scegliete <item type=\"menuitem\">Formato - Stili di formattazione automatica</item>." +msgid "Go to <menuitem>Format - AutoFormat Styles</menuitem> to open the AutoFormat dialog." +msgstr "" -#. YT4xh +#. CXiex #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3151242\n" +"par_id771630333791025\n" "help.text" -msgid "Select which properties to include in an AutoFormat." -msgstr "Selezionate le proprietà da includere nella formattazione automatica." +msgid "In the <emph>Format</emph> list choose the AutoFormat style to apply." +msgstr "" -#. dhKwA +#. tCZL9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN10715\n" +"par_id3151242\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Fate clic su <emph>OK</emph>." +msgid "In the <emph>Formatting</emph> section choose which properties from the AutoFormat style to apply to the selected cell range." +msgstr "" -#. 5rFWK +#. rgXQa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN1075D\n" +"par_idN10715\n" "help.text" -msgid "The format is applied to the selected range of cells." -msgstr "Il formato viene applicato all'area di celle selezionata." +msgid "Click <emph>OK</emph> to apply the AutoFormat style and close the dialog." +msgstr "" -#. gG5Fm +#. EAyCv #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149210\n" "help.text" -msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>." -msgstr "Se il contenuto delle celle non cambia colore, scegliete <item type=\"menuitem\">Visualizza - Evidenzia valori</item>." +msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled." +msgstr "" -#. WuFW6 +#. ovMm9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3155379\n" +"bm_id11630343392868\n" "help.text" -msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "Per definire una formattazione automatica per fogli elettronici o aree" +msgid "<bookmark_value>defining;AutoFormat styles</bookmark_value>" +msgstr "" -#. kMXDR +#. 5DZHa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3148868\n" +"hd_id731630343367098\n" "help.text" -msgid "You can define a new AutoFormat that is available to all spreadsheets and ranges." -msgstr "Potete definire una nuova formattazione automatica che sia disponibile a tutti i fogli elettronici e le aree." +msgid "Defining a new AutoFormat style" +msgstr "" -#. LBQQi +#. 2QDCM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3152985\n" "help.text" -msgid "Format a sheet or range." -msgstr "Formattate un foglio o un'area." +msgid "In a Calc spreadsheet, format a cell range with at least 4 columns and 4 rows to serve as model to create the new AutoFormat style." +msgstr "" -#. JVW7G +#. 3GsCL #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "Scegliete <item type=\"menuitem\">Modifica - Seleziona tutto</item> o selezionate l'area formattata." - -#. VuwGM -#: autoformat.xhp -msgctxt "" -"autoformat.xhp\n" -"par_id3153815\n" -"help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Scegliete <item type=\"menuitem\">Formato - Stili di formattazione automatica</item>." +msgid "Select the cell range formatted in the previous step and go to <menuitem>Format - AutoFormat Styles</menuitem>." +msgstr "" #. CzaoG #: autoformat.xhp @@ -547,23 +538,32 @@ msgctxt "" msgid "Click <emph>Add</emph>." msgstr "Fate clic su <emph>Aggiungi</emph>." -#. FDB4v +#. GxXmX #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10760\n" "help.text" -msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format." -msgstr "Nella casella <emph>Nome</emph> della finestra di dialogo <emph>Aggiungi formattazione automatica</emph>, inserite un nome per il formato." +msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the new AutoFormat style." +msgstr "" -#. YWSGG +#. pMxn9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN107C3\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Fate clic su <emph>OK</emph>." +msgid "Click <emph>OK</emph> and close the dialog." +msgstr "" + +#. HJiDi +#: autoformat.xhp +msgctxt "" +"autoformat.xhp\n" +"par_id51630343134146\n" +"help.text" +msgid "The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created." +msgstr "" #. hpPvo #: autoformat.xhp @@ -718,14 +718,14 @@ msgctxt "" msgid "User Defined Borders in Cells" msgstr "Bordi personalizzati per le celle" -#. GxTZ8 +#. RRraV #: borders.xhp msgctxt "" "borders.xhp\n" "bm_id3457441\n" "help.text" -msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" -msgstr "<bookmark_value>Cella;bordi</bookmark_value><bookmark_value>Cornice;celle</bookmark_value><bookmark_value>Bordo;celle</bookmark_value>" +msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" +msgstr "" #. ajMCN #: borders.xhp @@ -898,15 +898,6 @@ msgctxt "" msgid "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>" msgstr "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">bordi con un blocco selezionato</alt></image>" -#. j9iat -#: borders.xhp -msgctxt "" -"borders.xhp\n" -"par_id5383465\n" -"help.text" -msgid "You cannot apply borders to multiple selections." -msgstr "Non potete applicare i bordi a una selezione multipla" - #. 2gKsC #: borders.xhp msgctxt "" @@ -1240,6 +1231,51 @@ msgctxt "" msgid "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>" msgstr "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">esempio avanzato per i bordi delle celle</alt></image>" +#. KKHLH +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"bm_id151630452717743\n" +"help.text" +msgid "<bookmark_value>adjacent cells;remove border</bookmark_value>" +msgstr "" + +#. eEE4F +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"hd_id861630451554176\n" +"help.text" +msgid "Adjacent Cells" +msgstr "" + +#. k8s2o +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id231630451548190\n" +"help.text" +msgid "This option becomes available when formatting a range of cells that already have borders and the new format defined for the range involves removing outer borders." +msgstr "" + +#. xADD4 +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id931630451706604\n" +"help.text" +msgid "By default the option <emph>Remove border</emph> is disabled and the borders at the edges of the selected range are left unchanged. Check this option if the borders at the edge of the selection should be removed." +msgstr "" + +#. V8sNd +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id641630452272324\n" +"help.text" +msgid "If the preset <emph>No Borders</emph> is chosen then the <emph>Remove border</emph> option is enabled." +msgstr "" + #. kCAyU #: calc_date.xhp msgctxt "" @@ -10645,6 +10681,123 @@ msgctxt "" msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)." msgstr "I riferimenti possono cambiare non solo quando si inseriscono nuove righe e colonne, ma anche quando si copia una formula esistente che fa riferimento a particolari celle in un'altra area del foglio. Supponete di avere inserito la formula =SOMMA(A1:A9) nella riga 10. Se volete calcolare la somma della colonna adiacente sulla destra, basterà copiare la formula nella cella a destra. La copia della formula nella colonna B verrà automaticamente modificata in =SOMMA(B1:B9)." +#. kAFBF +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"tit\n" +"help.text" +msgid "Removing Duplicate Values" +msgstr "" + +#. hGQvA +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"bm_id3153896\n" +"help.text" +msgid "<bookmark_value>filters; removing duplicates</bookmark_value> <bookmark_value>filters; finding unique values</bookmark_value>" +msgstr "" + +#. Q5494 +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"hd_id501630021281902\n" +"help.text" +msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Removing Duplicate Values</link></variable>" +msgstr "" + +#. ocizx +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id3150869\n" +"help.text" +msgid "Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:" +msgstr "" + +#. omVUk +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id631630021463659\n" +"help.text" +msgid "Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column." +msgstr "" + +#. XvTTj +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id31630021517873\n" +"help.text" +msgid "Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <embedvar href=\"text/shared/02/12090100.xhp#StandardFilter_h1\"/> dialog." +msgstr "" + +#. EVEzq +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id801630022108301\n" +"help.text" +msgid "In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically." +msgstr "" + +#. TesFn +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id461630022298515\n" +"help.text" +msgid "In <emph>Condition</emph> choose the option <emph>=</emph> (equals sign), which is the default option." +msgstr "" + +#. nWrGh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id261630022372414\n" +"help.text" +msgid "In <emph>Value</emph> choose the option <emph>Not Empty</emph>." +msgstr "" + +#. fFZRM +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id441630022436605\n" +"help.text" +msgid "Click <emph>Options</emph> and select <emph>No duplications</emph>. If the first value is the column header check <emph>Range contains column labels</emph>." +msgstr "" + +#. sdBSD +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id841630022924442\n" +"help.text" +msgid "Check <emph>Copy results</emph> and use the input box below it to inform a cell address where the unique entries are to be entered." +msgstr "" + +#. DJcXh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id61630023053412\n" +"help.text" +msgid "Click <emph>OK</emph>. The unique values in the range will be entered starting with the cell selected in the previous step." +msgstr "" + +#. 3qh4V +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id81630022708336\n" +"help.text" +msgid "The <emph>No duplications</emph> option is case sensitive. Therefore, values \"A\" and \"a\" are each considered as unique values." +msgstr "" + #. cPpmr #: rename_table.xhp msgctxt "" @@ -11428,14 +11581,14 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>" msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Elenchi\">Elenchi</link>" -#. atsHK +#. 6GdiT #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "tit\n" "help.text" -msgid "Filter: Applying Advanced Filters" -msgstr "Filtro: applicare filtri avanzati" +msgid "Applying Advanced Filters" +msgstr "" #. Gy5TZ #: specialfilter.xhp @@ -11446,14 +11599,14 @@ msgctxt "" msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>" msgstr "<bookmark_value>Filtro;definire filtri avanzati </bookmark_value><bookmark_value>Avanzato, filtro</bookmark_value><bookmark_value>Definire; filtri avanzati</bookmark_value><bookmark_value>Database, area di; filtri avanzati</bookmark_value>" -#. GS4TQ +#. cjgod #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "hd_id3148798\n" "help.text" -msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link></variable>" -msgstr "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filtro: applicare filtri avanzati\">Filtro: applicare filtri avanzati</link></variable>" +msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Applying Advanced Filters</link></variable>" +msgstr "" #. tYuAi #: specialfilter.xhp @@ -13282,6 +13435,276 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>" msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"Finestra di dialogo Dati esterni\">Finestra di dialogo Dati esterni</link>" +#. GnXq4 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"tit\n" +"help.text" +msgid "Using Wildcards in Formulas" +msgstr "" + +#. EvMSm +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"bm_id3152149\n" +"help.text" +msgid "<bookmark_value>wildcards in calc formulas</bookmark_value> <bookmark_value>wildcards, examples</bookmark_value>" +msgstr "" + +#. 98C5v +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id941629155075179\n" +"help.text" +msgid "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Using Wildcards in Formulas</link></variable>" +msgstr "" + +#. yqMKw +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id571629155308959\n" +"help.text" +msgid "Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find & Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string." +msgstr "" + +#. vQrdp +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id391629156224638\n" +"help.text" +msgid "%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions." +msgstr "" + +#. DyzLn +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id551629156504794\n" +"help.text" +msgid "To make sure wildcards are supported, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions." +msgstr "" + +#. BHJzs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629156913731\n" +"help.text" +msgid "The following wildcards are supported:" +msgstr "" + +#. tbbPM +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id801629209195110\n" +"help.text" +msgid "Wildcard" +msgstr "" + +#. 7PmfG +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209212608\n" +"help.text" +msgid "Description" +msgstr "" + +#. DfkJA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id591629209073388\n" +"help.text" +msgid "<emph>? (question mark)</emph>" +msgstr "" + +#. F2wmk +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id31629209073388\n" +"help.text" +msgid "Matches any single character. For example, the search string \"b?g\" matches “bag” and “beg” but will not match \"boog\" or \"mug\"." +msgstr "" + +#. pi9ik +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629209114452\n" +"help.text" +msgid "Note that it will not match \"bg\" as well, since \"?\" must match exactly <emph>one</emph> character. The \"?\" wildcard does not correspond to a zero-character match." +msgstr "" + +#. PmsQL +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id981629209073388\n" +"help.text" +msgid "<emph>* (asterisk)</emph>" +msgstr "" + +#. 6V7SE +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id51629209073388\n" +"help.text" +msgid "Matches any sequence of characters, including an empty string. For example, the search string \"*cast\" will match “cast”, “forecast”, and “outcast”, but will not match \"forecaster\" using default %PRODUCTNAME settings." +msgstr "" + +#. 3gkp8 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id351629209153307\n" +"help.text" +msgid "If the option <menuitem>Search criteria = and <> must apply to whole cells</menuitem> is disabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>, then \"forecaster\" will be a match using the \"*cast\" search string." +msgstr "" + +#. ek6t7 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id181629209277556\n" +"help.text" +msgid "<emph>~ (tilde)</emph>" +msgstr "" + +#. F3Tuy +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id881629209280877\n" +"help.text" +msgid "Escapes the special meaning of a question mark, asterisk, or tilde character that follows immediately after the tilde character." +msgstr "" + +#. P35Fo +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209431020\n" +"help.text" +msgid "For example, the search string \"why~?\" matches “why?” but will not match \"whys\" nor \"why~s\"." +msgstr "" + +#. aCtpj +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id1001629157561261\n" +"help.text" +msgid "Wildcards are supported in %PRODUCTNAME Calc and in Microsoft Excel. Therefore, if interoperability between both applications is needed, choose to work with wildcards instead of regular expressions. Conversely, if interoperability is not necessary, consider using regular expressions for more powerful search capabilities." +msgstr "" + +#. Dwt2G +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id671629158766165\n" +"help.text" +msgid "Supported Spreadsheet Functions" +msgstr "" + +#. YF9FB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id161629158785887\n" +"help.text" +msgid "Wildcards are supported by the following spreadsheet functions:" +msgstr "" + +#. rRPbf +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id441629158810517\n" +"help.text" +msgid "<emph>Database functions:</emph> DAVERAGE, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR and DVARP." +msgstr "" + +#. gfUGT +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id321629158810916\n" +"help.text" +msgid "<emph>Conditional functions:</emph> AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, MAXIFS, MINIFS, SUMIF and SUMIFS." +msgstr "" + +#. oUwuB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id941629158811325\n" +"help.text" +msgid "<emph>Lookup functions:</emph> HLOOKUP, LOOKUP and VLOOKUP." +msgstr "" + +#. Ka6SK +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id41629158919808\n" +"help.text" +msgid "<emph>Other functions:</emph> MATCH and SEARCH." +msgstr "" + +#. 2ZGuQ +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id701629159564269\n" +"help.text" +msgid "Examples of Wildcards in Formulas" +msgstr "" + +#. GnADR +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629289062103\n" +"help.text" +msgid "The following examples consider that the options <menuitem>Enable wildcards in formulas</menuitem> and <menuitem>Search criteria = and <> must apply to whole cells</menuitem> are enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>." +msgstr "" + +#. znKay +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id271629159111490\n" +"help.text" +msgid "<input>=COUNTIF(A1:A10;\"Chi*\")</input> counts the number of cells in the range <emph>A1:A10</emph> containing strings that start with \"Chi\" followed by zero or more characters." +msgstr "" + +#. TPRuA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id741629159343415\n" +"help.text" +msgid "<input>=SUMIF(A1:A5;\"A??\";B1:B5)</input> sums the values in <emph>B1:B5</emph> whose corresponding values in <emph>A1:A5</emph> start with \"A\" followed by exactly two other characters." +msgstr "" + +#. 7GqMs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629159465592\n" +"help.text" +msgid "Wildcard comparisons are <emph>not</emph> case sensitive, hence \"A?\" will match both \"A1\" and \"a1\"." +msgstr "" + #. ysgCC #: year2000.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/schart/01.po b/source/it/helpcontent2/source/text/schart/01.po index 1ce59248318..f5dcb409e9a 100644 --- a/source/it/helpcontent2/source/text/schart/01.po +++ b/source/it/helpcontent2/source/text/schart/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-01-12 10:36+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textschart01/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563485645.000000\n" #. DsZFP @@ -1591,14 +1591,23 @@ msgctxt "" msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line</emph> or <emph>Column</emph>, then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable." msgstr "Se inserite una curva di regressione a un grafico che utilizza categorie, tipo <emph>riga</emph> o <emph>colonna</emph>, allora i numeri 1, 2, 3, <emph>…</emph> sono utilizzati come valori x per calcolare la linea di tendenza. Per tali grafici, il tipo di grafico XY potrebbe essere il più adatto." -#. hatV8 +#. E7mkV #: 04050100.xhp msgctxt "" "04050100.xhp\n" "par_id4349192\n" "help.text" -msgid "To insert a trend line for a data series, select the data series in the chart. Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." -msgstr "Per inserire una linea di tendenza per una serie di dati, selezionatela nel grafico. Scegliete <item type=\"menuitem\">Inserisci - Linee di tendenza</item> o fate clic col pulsante destro del mouse per aprire il menu contestuale e scegliere <item type=\"menuitem\">Inserisci linea di tendenza</item>." +msgid "To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created." +msgstr "" + +#. VLWvK +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id801630627531175\n" +"help.text" +msgid "Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click the data series to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." +msgstr "" #. osECL #: 04050100.xhp @@ -1618,14 +1627,14 @@ msgctxt "" msgid "To delete a trend line or mean value line, click the line, then press the Del key." msgstr "Per eliminare una linea di tendenza o linea del valore medio, fate clic sulla linea e premete il tasto Canc." -#. JVZCk +#. nbEcg #: 04050100.xhp msgctxt "" "04050100.xhp\n" -"par_id296334\n" +"par_id801630627733593\n" "help.text" -msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." -msgstr "La linea di tendenza è mostrata automaticamente nella legenda. Il suo nome può essere definito nelle opzioni della linea di tendenza." +msgid "The menu item <menuitem>Insert - Trend Line</menuitem> is only available when the chart is in edit mode. It will appear grayed out if the chart is in edit mode but no data series is selected." +msgstr "" #. EFBBV #: 04050100.xhp @@ -1636,6 +1645,15 @@ msgctxt "" msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>." msgstr "La linea di tendenza ha lo stesso colore della serie di dati corrispondente. Per modificare le proprietà della linea, selezionate la linea di tendenza e scegliete<item type=\"menuitem\">Formato - Formato selezione - Linea</item>." +#. JVZCk +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id296334\n" +"help.text" +msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." +msgstr "La linea di tendenza è mostrata automaticamente nella legenda. Il suo nome può essere definito nelle opzioni della linea di tendenza." + #. FAqAo #: 04050100.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/sdatabase.po b/source/it/helpcontent2/source/text/sdatabase.po index d963137928e..8507b489787 100644 --- a/source/it/helpcontent2/source/text/sdatabase.po +++ b/source/it/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" #. ugSgG #: 02000000.xhp @@ -159,14 +159,14 @@ msgctxt "" msgid "Allows you to sort and filter the data in a query table." msgstr "Potete ordinare e filtrare i dati visualizzati nelle ricerche." -#. XpUzN +#. ci2PA #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153379\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Struttura ricerca\">Struttura ricerca</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "" #. 3JCfK #: 02000000.xhp @@ -177,14 +177,14 @@ msgctxt "" msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." msgstr "Usando la <emph>Struttura ricerca</emph>, potete creare e modificare una ricerca o una vista." -#. q79aD +#. QwBay #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153968\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Ricerca su più tabelle\">Ricerca su più tabelle</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" +msgstr "" #. ASeVi #: 02000000.xhp @@ -195,14 +195,14 @@ msgctxt "" msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." msgstr "Il risultato della ricerca può contenere dati di più tabelle, se queste sono collegate tra di loro altre mediante campi di dati adeguati." -#. uBo2H +#. MaoPn #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3159149\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulare i criteri di ricerca\">Formulare i criteri di ricerca</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" +msgstr "" #. JTXBF #: 02000000.xhp @@ -213,14 +213,14 @@ msgctxt "" msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." msgstr "Potete scoprire quali operatori e comandi potete utilizzare per formulare le condizioni di filtro per una ricerca." -#. uCGCF +#. xmAkP #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3156212\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Eseguire le funzioni\">Eseguire le funzioni</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" +msgstr "" #. FWCVa #: 02000000.xhp @@ -3894,14 +3894,14 @@ msgctxt "" msgid "Primary key and foreign keys" msgstr "Chiave primaria e chiavi esterne" -#. ksuDX +#. BDbWF #: 05020000.xhp msgctxt "" "05020000.xhp\n" "par_id3149168\n" "help.text" -msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." -msgstr "Se volete definire una relazione tra varie tabelle, dovete inserire una <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"chiave primaria\">chiave primaria</link> che identifichi in modo univoco un campo di dati della tabella esistente. Per accedere ai dati di questa tabella, potete fare riferimento alla chiave primaria da altre tabelle. Tutti i campi di dati che fanno riferimento a questa chiave primaria verranno identificati come chiave esterna." +msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primary_key\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." +msgstr "" #. FACvb #: 05020000.xhp @@ -6585,6 +6585,888 @@ msgctxt "" msgid "SELECT LAST_INSERT_D();" msgstr "SELECT LAST_INSERT_D();" +#. xUFRA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"tit\n" +"help.text" +msgid "Database File" +msgstr "" + +#. STdE4 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10544\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabadoc.xhp\">Database File</link>" +msgstr "" + +#. XWsT6 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10554\n" +"help.text" +msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" +msgstr "" + +#. 3KEBA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN105B7\n" +"help.text" +msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" +msgstr "" + +#. ptEgp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"tit\n" +"help.text" +msgid "Database Properties" +msgstr "" + +#. ZqWEp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10550\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabaprop.xhp\">Database Properties</link>" +msgstr "" + +#. J8CiZ +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10560\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" +msgstr "" + +#. GkxKK +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_id1322977\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" +msgstr "" + +#. X569b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"tit\n" +"help.text" +msgid "Additional Settings" +msgstr "" + +#. eYNbJ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropadd.xhp\">Additional Settings</link>" +msgstr "" + +#. aQVe4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" +msgstr "" + +#. VDVT6 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_id4641865\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" +msgstr "" + +#. jRxSF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. GXZC2 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Host name" +msgstr "" + +#. X6fnx +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" +msgstr "" + +#. rp55d +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Port number" +msgstr "" + +#. RQEQ4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" +msgstr "" + +#. PP95C +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1057D\n" +"help.text" +msgid "MySQL JDBC driver class" +msgstr "" + +#. 2nqZZ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10615\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" +msgstr "" + +#. evMXj +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10581\n" +"help.text" +msgid "Character set" +msgstr "" + +#. hbyg9 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10634\n" +"help.text" +msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." +msgstr "" + +#. zvk8A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10651\n" +"help.text" +msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." +msgstr "" + +#. VoZcz +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10585\n" +"help.text" +msgid "Oracle JDBC driver class" +msgstr "" + +#. 7eLFU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" +msgstr "" + +#. 5KbCC +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Driver settings" +msgstr "" + +#. tEiQb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10672\n" +"help.text" +msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" +msgstr "" + +#. rh98b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Use catalog for file-based databases" +msgstr "" + +#. TipDh +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10691\n" +"help.text" +msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" +msgstr "" + +#. d3PBB +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Base DN" +msgstr "" + +#. UYaFM +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" +msgstr "" + +#. bvx2A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10595\n" +"help.text" +msgid "Maximum number of records" +msgstr "" + +#. AUVCH +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106F3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" +msgstr "" + +#. K5mtr +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10599\n" +"help.text" +msgid "Display deleted records as well" +msgstr "" + +#. GENGU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10700\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" +msgstr "" + +#. RAmgF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10715\n" +"help.text" +msgid "In dBASE format, deleted records remain in the file." +msgstr "" + +#. yPXvG +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10718\n" +"help.text" +msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." +msgstr "" + +#. 9EL3T +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1059D\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. EuWB8 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10725\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" +msgstr "" + +#. zGqEv +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105B9\n" +"help.text" +msgid "Text contains headers" +msgstr "" + +#. RVLEb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107B0\n" +"help.text" +msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" +msgstr "" + +#. FujFi +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "Field separator" +msgstr "" + +#. f85dT +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107CF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" +msgstr "" + +#. 2GiWs +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C1\n" +"help.text" +msgid "Text separator" +msgstr "" + +#. f9igV +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107DC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" +msgstr "" + +#. nPoAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C5\n" +"help.text" +msgid "Decimal separator" +msgstr "" + +#. zz9uf +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107E9\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" +msgstr "" + +#. pxpUk +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C9\n" +"help.text" +msgid "Thousands separator" +msgstr "" + +#. Z66yU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" +msgstr "" + +#. zF6Wc +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "File extension" +msgstr "" + +#. 4UxAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10803\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." +msgstr "" + +#. KEi9S +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"tit\n" +"help.text" +msgid "Connection Type Wizard" +msgstr "" + +#. tR5Cs +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropcon.xhp\">Connection Type Wizard</link>" +msgstr "" + +#. cnXMD +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10551\n" +"help.text" +msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" +msgstr "" + +#. UGEKg +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_id9003875\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" +msgstr "" + +#. nwRC4 +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10569\n" +"help.text" +msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." +msgstr "" + +#. htEBY +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056C\n" +"help.text" +msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." +msgstr "" + +#. GLS4A +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Database type" +msgstr "" + +#. TAPYr +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" +msgstr "" + +#. pr7Ss +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"tit\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. eFAEi +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropgen.xhp\">Advanced Properties</link>" +msgstr "" + +#. u6Nh4 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Specifies some options for a database." +msgstr "" + +#. BGBSR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id4513992\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" +msgstr "" + +#. VRoAF +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. BBQPA +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Path to dBASE files" +msgstr "" + +#. QKfDa +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" +msgstr "" + +#. L6KhU +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." +msgstr "" + +#. 3FEHH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Browse" +msgstr "" + +#. hERNG +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10595\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" +msgstr "" + +#. ASumy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Test Connection" +msgstr "" + +#. pvebP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AE\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" +msgstr "" + +#. avxGq +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "Path to the text files" +msgstr "" + +#. zC6Zp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" +msgstr "" + +#. BbvJR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Path to the spreadsheet document" +msgstr "" + +#. 7uZBe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" +msgstr "" + +#. sHbo7 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Name of the ODBC data source on your system" +msgstr "" + +#. oEcfz +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" +msgstr "" + +#. GNzhk +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "User name" +msgstr "" + +#. SiH7S +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" +msgstr "" + +#. YDXqp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "Password required" +msgstr "" + +#. Az64m +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D1\n" +"help.text" +msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" +msgstr "" + +#. pQT6Z +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"hd_id7806329\n" +"help.text" +msgid "Name of the database" +msgstr "" + +#. HAijN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id5589159\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" +msgstr "" + +#. 8Bxuy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D4\n" +"help.text" +msgid "Name of the MySQL database" +msgstr "" + +#. e9p3M +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D8\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" +msgstr "" + +#. UECFe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DB\n" +"help.text" +msgid "Name of the Oracle database" +msgstr "" + +#. dd99x +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" +msgstr "" + +#. dzDEB +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105E9\n" +"help.text" +msgid "Microsoft Access database file" +msgstr "" + +#. p9EGJ +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105ED\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" +msgstr "" + +#. s7mEP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F0\n" +"help.text" +msgid "Host name" +msgstr "" + +#. WpRBM +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F4\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" +msgstr "" + +#. NsdZh +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F7\n" +"help.text" +msgid "Data source URL" +msgstr "" + +#. kB6vt +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FB\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" +msgstr "" + +#. 2qqXH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "JDBC driver class" +msgstr "" + +#. 4kGAN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10602\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" +msgstr "" + +#. uprKx +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10605\n" +"help.text" +msgid "Test Class" +msgstr "" + +#. SL9De +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10609\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" +msgstr "" + +#. LXtcL +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10613\n" +"help.text" +msgid "Choose a database" +msgstr "" + +#. QNz26 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10617\n" +"help.text" +msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/sdraw/guide.po b/source/it/helpcontent2/source/text/sdraw/guide.po index 8463d8f5c7f..dd572e4fb13 100644 --- a/source/it/helpcontent2/source/text/sdraw/guide.po +++ b/source/it/helpcontent2/source/text/sdraw/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-01-25 14:55+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563455517.000000\n" #. cZbDh @@ -763,14 +763,14 @@ msgctxt "" msgid "Hold down Shift and click each object." msgstr "Premete Maiusc e fate clic su ciascun oggetto." -#. yq4gd +#. Dfyf6 #: cross_fading.xhp msgctxt "" "cross_fading.xhp\n" "par_id3166428\n" "help.text" -msgid "Choose <emph>Edit - Cross-fading</emph>." -msgstr "Scegliete <emph>Modifica - Morphing</emph>." +msgid "Choose <emph>Shape - Cross-fading</emph>." +msgstr "" #. dmA2i #: cross_fading.xhp @@ -2644,14 +2644,14 @@ msgctxt "" msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>" msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icona</alt></image>" -#. BCWQR +#. GoxPE #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id3150716\n" "help.text" -msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." -msgstr "Selezionate l'oggetto da ruotare. Nella barra degli strumenti <emph>Modo</emph> di $[officename] Draw o nella barra degli strumenti <emph>Disegno</emph> di $[officename] Impress, fate clic sull'icona <emph>Ruota</emph>." +msgid "Select the object you want to rotate. On the <emph>Transformations</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." +msgstr "" #. MLBay #: rotate_object.xhp diff --git a/source/it/helpcontent2/source/text/shared.po b/source/it/helpcontent2/source/text/shared.po index 1ac7b65b514..df3d00b4a51 100644 --- a/source/it/helpcontent2/source/text/shared.po +++ b/source/it/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-10-27 14:18+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-30 19:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561913682.000000\n" #. DBz3U @@ -250,14 +250,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text." msgstr "<ahelp hid=\".uno:HelpIndex\">Apre la pagina principale della Guida di $[officename] relativa all'applicazione attiva.</ahelp> Potete scorrere le pagine della Guida e ricercare i termini elencati nell'indice o qualsiasi altra stringa di testo." -#. r2xBY +#. SPpw7 #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_idN1064A\n" "help.text" -msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">icon</alt></image>" -msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">Icona</alt></image>" +msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>" +msgstr "" #. iPjUH #: main0108.xhp @@ -340,6 +340,60 @@ msgctxt "" msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>" msgstr "<ahelp hid=\".uno:SafeMode\">La modalità provvisoria permette di avviare temporaneamente %PRODUCTNAME con un nuovo profilo utente e disabilita l'accelerazione hardware. Essa aiuta a correggere un'istanza di %PRODUCTNAME non funzionante.</ahelp>" +#. 4BvDS +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id561629934889067\n" +"help.text" +msgid "Get Involved" +msgstr "" + +#. ZiLDo +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id501629934998665\n" +"help.text" +msgid "Opens the <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community." +msgstr "" + +#. YrMYp +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id431629934866702\n" +"help.text" +msgid "Donate to %PRODUCTNAME" +msgstr "" + +#. xoFgE +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id691629934873388\n" +"help.text" +msgid "%PRODUCTNAME is Free Software and is made available free of charge." +msgstr "" + +#. GAMwn +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id651629934878405\n" +"help.text" +msgid "Your donation, which is purely optional, supports our worldwide community." +msgstr "" + +#. gGbbH +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id611629934882669\n" +"help.text" +msgid "If you like the software, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">please consider a donation</link>." +msgstr "" + #. sWFkG #: main0108.xhp msgctxt "" @@ -367,14 +421,14 @@ msgctxt "" msgid "%PRODUCTNAME Credits" msgstr "%PRODUCTNAME - Riconoscimenti" -#. Jedhd +#. 26xSB #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_id5144510\n" "help.text" -msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>" -msgstr "<ahelp hid=\".uno:ShowLicense\">Visualizza il documento <emph>CREDITS.odt</emph>, in cui sono elencati i nomi delle persone che hanno contribuito al codice sorgente di OpenOffice.org (le cui contribuzioni sono state importate in LibreOffice) o di LibreOffice a partire dal 28 settembre 2010.</ahelp>" +msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into %PRODUCTNAME) or %PRODUCTNAME since 2010-09-28.</ahelp>" +msgstr "" #. F8BFu #: main0108.xhp @@ -547,14 +601,14 @@ msgctxt "" msgid "Creates a chart in the current document." msgstr "Crea un grafico nel documento attivo." -#. P6tFi +#. DexEu #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN107D8\n" "help.text" -msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>" -msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icona</alt></image>" +msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Icon</alt></image>" +msgstr "" #. wcCfo #: main0201.xhp @@ -583,14 +637,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>" msgstr "<ahelp hid=\".\">Abilita la Guida attiva sotto il puntatore del mouse fino al clic successivo.</ahelp>" -#. 4s9Yp +#. gMBSS #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10855\n" "help.text" -msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>" -msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">Icona</alt></image>" +msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">icon What's this?'</alt></image>" +msgstr "" #. C6Uid #: main0201.xhp diff --git a/source/it/helpcontent2/source/text/shared/00.po b/source/it/helpcontent2/source/text/shared/00.po index eaff51c3c3e..066a62ef023 100644 --- a/source/it/helpcontent2/source/text/shared/00.po +++ b/source/it/helpcontent2/source/text/shared/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-30 19:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564773131.000000\n" #. 3B8ZN @@ -295,23 +295,23 @@ msgctxt "" msgid "This option appears only for Paragraph Style and Character Style." msgstr "Questa opzione compare solo per lo Stile di paragrafo e lo Stile di carattere." -#. 8ZDnK +#. DQLG8 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "hd_id3153760\n" "help.text" -msgid "Shrink / Maximize" -msgstr "Zoom indietro/Zoom avanti" +msgid "Shrink / Expand" +msgstr "" -#. jvSRy +#. MKk2n #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153087\n" "help.text" -msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Maximize</emph> icon. Click it to restore the dialog to its original size.</ahelp>" -msgstr "<ahelp hid=\".\">Fare clic sull'icona <emph>Zoom indietro</emph> per ridurre la finestra di dialogo alla dimensione di un campo di digitazione. In questo modo sarà più semplice contrassegnare il riferimento richiesto nel foglio. Le icone vengono quindi convertite automaticamente nell'icona <emph>Zoom avanti</emph>. Facendo clic su quest'ultima si può ripristinare la dimensione originale della finestra di dialogo.</ahelp>" +msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Expand</emph> icon. Click it to restore the dialog to its original size.</ahelp>" +msgstr "" #. XBrSB #: 00000001.xhp @@ -322,14 +322,14 @@ msgctxt "" msgid "The dialog is automatically minimized when you click into a sheet with the mouse. As soon as you release the mouse button, the dialog is restored and the reference range defined with the mouse is highlighted in the document by a blue frame." msgstr "La riduzione della finestra di dialogo avviene automaticamente se premete il pulsante del mouse nel foglio e delineate un'area. Quando rilasciate il pulsante del mouse, la finestra viene nuovamente visualizzata in tutta la sua grandezza e il riferimento area definito con il mouse viene evidenziato nel documento con una cornice blu." -#. hBM4F +#. 4pdui #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3157808\n" "help.text" -msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>" -msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icona</alt></image>" +msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Icon shrink</alt></image>" +msgstr "" #. fdGk2 #: 00000001.xhp @@ -340,23 +340,23 @@ msgctxt "" msgid "Shrink" msgstr "Riduci" -#. CVMX8 +#. F3599 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153349\n" "help.text" -msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>" -msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icona</alt></image>" +msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Icon Expand</alt></image>" +msgstr "" -#. RiUGk +#. dKe9x #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3155628\n" "help.text" -msgid "Maximize" -msgstr "Ingrandisci" +msgid "Expand" +msgstr "" #. JXBBr #: 00000001.xhp @@ -1609,24 +1609,6 @@ msgctxt "" msgid "Font Color" msgstr "Colore carattere" -#. AEQa2 -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3157898\n" -"help.text" -msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>" -msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icona</alt></image>" - -#. gfGjE -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3149893\n" -"help.text" -msgid "Font Color" -msgstr "Colore carattere" - #. TsxVC #: 00000004.xhp msgctxt "" @@ -2887,6 +2869,60 @@ msgctxt "" msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid." msgstr "Se preferite salvare il file in modo assoluto, verranno definiti come assoluti anche tutti i riferimenti agli altri file, che saranno basati sul disco, sul volume o sulla cartella radice di appartenenza. In questo caso, il vantaggio è rappresentato dal fatto che il documento può essere spostato in altre cartelle mantenendo la validità dei riferimenti." +#. W3GjN +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"hd_id381624628286724\n" +"help.text" +msgid "Focus" +msgstr "" + +#. gNp8p +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id61624628294382\n" +"help.text" +msgid "In a form document, a control must receive focus from the user in order to become active and perform its tasks. For example, users must give focus to a text box in order to enter text into it." +msgstr "" + +#. DasRP +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id511624628298935\n" +"help.text" +msgid "There are several ways to give focus to a control:" +msgstr "" + +#. 2DUBz +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id301624628318973\n" +"help.text" +msgid "Designate the control with a mouse or any pointing device." +msgstr "" + +#. pXW93 +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id191624628327510\n" +"help.text" +msgid "Navigate from one control to the next with the keyboard. The document's author may define a tabbing order that specifies the order in which controls will receive focus if the user navigates the document with the keyboard. Once selected, a control may be activated by some other key sequence." +msgstr "" + +#. PEbNU +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id351624628336039\n" +"help.text" +msgid "Select a control through an access key (sometimes called \"keyboard shortcut\" or \"keyboard accelerator\")." +msgstr "" + #. KRQQF #: 00000005.xhp msgctxt "" @@ -7693,14 +7729,14 @@ msgctxt "" msgid "HTML Source" msgstr "Testo sorgente HTML" -#. EgBt7 +#. JUCPP #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_idN1091B\n" "help.text" -msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem> (Impress or Draw).</variable>" -msgstr "<variable id=\"grid\">Scegliete <menuitem>Visualizza - Griglia e linee guida</menuitem> (Impress o Draw).</variable>" +msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem>.</variable>" +msgstr "" #. rWXdw #: 00000403.xhp @@ -12832,14 +12868,14 @@ msgctxt "" msgid "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Choose <menuitem>Format - Page Style - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Choose <menuitem>Page - Properties - Background</menuitem></caseinline> <caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties - Background</menuitem></caseinline> </switchinline> <emph> - Hatch</emph> tab. </variable>" msgstr "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Scegliete <menuitem>Formato - Stile di pagina - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Scegliete <menuitem>Pagina - Proprietà - Sfondo</menuitem></caseinline> <caseinline select=\"IMPRESS\">Scegliete <menuitem>Diapositiva - Proprietà - Sfondo</menuitem></caseinline> </switchinline> - scheda <emph>Hatch</emph>. </variable>" -#. cGik7 +#. 8D2G2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145800\n" "help.text" -msgid "<variable id=\"bitmap\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Bitmaps</menuitem> tab.</variable>" -msgstr "<variable id=\"bitmap\">Scegliete la scheda <menuitem>Formato - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Casella di testo e forma - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Oggetto - </menuitem></caseinline></switchinline><menuitem>Area - Bitmap</menuitem>.</variable>" +msgid "<variable id=\"image\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Image</menuitem> tab.</variable>" +msgstr "" #. VRoLs #: 00040502.xhp @@ -13903,14 +13939,14 @@ msgctxt "" msgid "Showing and Hiding Docked Windows" msgstr "Nascondere e fissare finestre ancorate" -#. WAD7S +#. AXPtD #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_id3149948\n" "help.text" -msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." -msgstr "Le finestre <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancorate\">ancorate</link> dispongono di un'icona che permette di controllarne le proprietà di visualizzazione." +msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." +msgstr "" #. jJcsB #: 01000000.xhp diff --git a/source/it/helpcontent2/source/text/shared/01.po b/source/it/helpcontent2/source/text/shared/01.po index b4d964224eb..78c92bf79c4 100644 --- a/source/it/helpcontent2/source/text/shared/01.po +++ b/source/it/helpcontent2/source/text/shared/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565337097.000000\n" #. 3u8hR @@ -223,14 +223,14 @@ msgctxt "" msgid "Database" msgstr "Database" -#. nPTfK +#. 9cSKy #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_idN108D0\n" "help.text" -msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>database file</emph></link>." -msgstr "Apre la <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Creazione guidata database</emph></link> per creare un <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>file database</emph></link>." +msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/sdatabase/dabadoc.xhp\"><emph>database file</emph></link>." +msgstr "" #. 9nYdo #: 01010000.xhp @@ -7189,6 +7189,123 @@ msgctxt "" msgid "This dialog appears in Calc if the clipboard contains spreadsheet cells." msgstr "Questa finestra di dialogo compare se gli Appunti di Calc contengono celle di un foglio elettronico." +#. HA2yt +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id191630440520574\n" +"help.text" +msgid "Presets" +msgstr "" + +#. H4Mqr +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id951630440692605\n" +"help.text" +msgid "Choose one of the presets to quickly load commonly used settings for Paste Special." +msgstr "" + +#. DBS7B +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id41630440570501\n" +"help.text" +msgid "Values Only" +msgstr "" + +#. pk4yA +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id111630440722545\n" +"help.text" +msgid "Pastes only cell contents including text, numbers and dates." +msgstr "" + +#. khvcS +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id891630440587478\n" +"help.text" +msgid "Values & Formats" +msgstr "" + +#. h6phw +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id511630441051343\n" +"help.text" +msgid "Pastes cell contents and formats applied to cells." +msgstr "" + +#. VUzzv +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id301630440615367\n" +"help.text" +msgid "Formats Only" +msgstr "" + +#. uStsB +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id851630441123702\n" +"help.text" +msgid "Pastes only formats applied to cells." +msgstr "" + +#. 2kAAp +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id81630440632865\n" +"help.text" +msgid "Transpose All" +msgstr "" + +#. dszzk +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id41630441349354\n" +"help.text" +msgid "Pastes all cell contents with their positions transposed." +msgstr "" + +#. uNrP7 +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id991630441460829\n" +"help.text" +msgid "Run immediately" +msgstr "" + +#. FP5bX +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id331630441454811\n" +"help.text" +msgid "Check this option to load the preset and immediately apply it. When unchecked, choosing a preset will only load the corresponding options in the dialog without pasting anything." +msgstr "" + +#. 3etKJ +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id811630441564039\n" +"help.text" +msgid "Uncheck <emph>Run immediately</emph> to load the options from the preset and change its settings in the Paste Special dialog before applying them by clicking <emph>OK</emph>." +msgstr "" + #. LTyRC #: 02070000.xhp msgctxt "" @@ -7675,23 +7792,32 @@ msgctxt "" msgid "Find & Replace" msgstr "Trova e sostituisci" -#. JSALd +#. Qzs8e +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"bm_id501629842533945\n" +"help.text" +msgid "<bookmark_value>Find & Replace dialog</bookmark_value>" +msgstr "" + +#. FGyuJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154044\n" "help.text" -msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>" -msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Trova e sostituisci\">Trova e sostituisci</link></variable>" +msgid "<variable id=\"02100000\"> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link> </variable>" +msgstr "" -#. 9Lmbn +#. ANaCL #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149893\n" "help.text" -msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp></variable>" -msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Permette di trovare o sostituire un testo o un formato nel documento.</ahelp></variable>" +msgid "<variable id=\"suchenersetzentext\"> <ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp> </variable>" +msgstr "" #. 2c3d6 #: 02100000.xhp @@ -7765,23 +7891,41 @@ msgctxt "" msgid "<bookmark_value>case sensitivity;searching</bookmark_value>" msgstr "<bookmark_value>Maiuscole/minuscole; ricerca</bookmark_value>" -#. 6BpCN +#. BLpGy #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3154760\n" "help.text" -msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>" -msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distingue tra lettere maiuscole e minuscole.</ahelp></variable>" +msgid "<variable id=\"exakt\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Matches the exact character provided in the <emph>Find</emph> box without considering any alternative case matches.</ahelp> </variable>" +msgstr "" + +#. jsLqT +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id811629842746430\n" +"help.text" +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 +#: 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)." +msgstr "" -#. H8feD +#. VHvn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id891558923816062\n" "help.text" -msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" -msgstr "<bookmark_value>Cercare;numeri formattati</bookmark_value><bookmark_value>Cercare;visualizzazione formattata</bookmark_value><bookmark_value>Trovare;numeri formattati</bookmark_value><bookmark_value>Trovare;visualizzazione formattata</bookmark_value>" +msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" +msgstr "" #. UnzxV #: 02100000.xhp @@ -7801,50 +7945,50 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Includes number formatting characters in the search.</ahelp>" msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Include i caratteri di formattazione dei numeri nella ricerca.</ahelp>" -#. iw8Eo +#. QN28h #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3148538\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Solo celle intere</caseinline><defaultinline>Solo parole intere</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Entire Cells</caseinline> <defaultinline>Whole words only</defaultinline> </switchinline>" +msgstr "" -#. 8zaDz +#. FBomz #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149579\n" "help.text" -msgid "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>" -msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Ricerca parole intere o celle identiche al valore da ricercare.</ahelp></variable>" +msgid "<variable id=\"ganze\"> <ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp> </variable>" +msgstr "" -#. jTAAd +#. GjHVg #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id3152960\n" "help.text" -msgid "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>finding; in all sheets</bookmark_value><bookmark_value>sheets; searching all</bookmark_value>" -msgstr "<bookmark_value>Ricerca; in tutti i fogli</bookmark_value><bookmark_value>Trovare; in tutti i fogli </bookmark_value><bookmark_value>Foglio; ricerca generale</bookmark_value>" +msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>" +msgstr "" -#. jkXem +#. 4ARiJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3152960\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Tutti i fogli</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">All sheets</caseinline> </switchinline>" +msgstr "" -#. 7MSZK +#. dQCPM #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145619\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca in tutti i fogli del foglio elettronico corrente.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline> </switchinline>" +msgstr "" #. D5Jko #: 02100000.xhp @@ -7972,14 +8116,14 @@ msgctxt "" msgid "Replace All" msgstr "Sostituisci tutto" -#. vEXBU +#. ZNqAf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145660\n" "help.text" -msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>" -msgstr "<ahelp hid=\".\">Sostituisce tutte le occorrenze del testo o del formato specificato.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Ripetere questo comando per tutte le sostituzioni da eseguire nella diapositiva.</caseinline></switchinline>" +msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp> <switchinline select=\"appl\"> <caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline> </switchinline>" +msgstr "" #. vUDHU #: 02100000.xhp @@ -8062,23 +8206,23 @@ msgctxt "" msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>" msgstr "<ahelp hid=\".\">In Writer è possibile scegliere di includere i testi dei commenti nelle proprie ricerche.</ahelp>" -#. Dvvya +#. hDiLB #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3144439\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Espressioni regolari</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>" +msgstr "" -#. Vj29Y +#. YTjDH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3155342\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use regular expressions in your search.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Permette di utilizzare le espressioni regolari nella ricerca.</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>" +msgstr "" #. JTXQw #: 02100000.xhp @@ -8098,14 +8242,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Find</emph> list. To specify a replacement style, select a style from the <emph>Replace</emph> list.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cerca il testo formattato con lo stile di formato specificato. Seleziona questa casella di controllo e quindi scegli uno stile di formato nell'elenco <emph>Trova</emph>. Per specificare uno stile di formato sostitutivo, selezionalo dall'elenco <emph>Sostituisci</emph>.</ahelp>" -#. YFddy +#. LYkeX #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153524\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline><caseinline select=\"CALC\">Cell Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Stili di paragrafo/ Includi stili</caseinline><caseinline select=\"CALC\">Stili di cella</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline> <caseinline select=\"CALC\">Cell Styles</caseinline> </switchinline>" +msgstr "" #. sg7R3 #: 02100000.xhp @@ -8125,14 +8269,14 @@ msgctxt "" msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"halbnormaltitel\">Fate attenzione alla larghezza del carattere (solo se è stato attivato il supporto per le lingue asiatiche)</variable>" -#. LUDU5 +#. 3PLmH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145744\n" "help.text" -msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full width</link> character forms.</ahelp></variable>" -msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distingue tra formati di caratteri <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"mezza larghezza\">a mezza larghezza e a larghezza intera</link>.</ahelp></variable>" +msgid "<variable id=\"halbnormaltext\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full-width</link> character forms.</ahelp> </variable>" +msgstr "" #. D4hMq #: 02100000.xhp @@ -8143,23 +8287,23 @@ msgctxt "" msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"aehnlichtitel\">Ortografia simile (giapponese) (solo se è stato attivato il supporto per le lingue asiatiche)</variable>" -#. pvCos +#. xuxC3 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145421\n" "help.text" -msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp></variable>" -msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Permette di specificare le opzioni di ricerca per le notazioni simili usate nei testi giapponesi. Selezionare questa casella di controllo e fare clic sul pulsante <emph>Simile...</emph> per specificare le opzioni di ricerca. </ahelp></variable>" +msgid "<variable id=\"aehnlichtext\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp> </variable>" +msgstr "" -#. hgfVQ +#. pCFVE #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149765\n" "help.text" -msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>" -msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Permette di impostare le opzioni di ricerca per le notazioni simili usate nei testi giapponesi.</ahelp></variable>" +msgid "<variable id=\"aehnlichbutton\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp> </variable>" +msgstr "" #. buRmS #: 02100000.xhp @@ -8206,23 +8350,23 @@ msgctxt "" msgid "Searches exact match, does not include Arabic Tatweel mark <literal>U+0640</literal> (also known as Kashida) in search. For example, searching for كتاب will not match كـتاب or كتــــاب and so on." msgstr "Ricerca la corrispondenza esatta, non include il segno Tatweel arabo <literal>U+0640</literal> (detto anche Kashida) nella ricerca. Per esempio, la ricerca di كتاب non individuerà كـتاب o كتــــاب , e via discorrendo." -#. Yfpme +#. WAxVa #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributi\">Attributi</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link> </caseinline> </switchinline>" +msgstr "" -#. qXZEJ +#. S66Gf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155854\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Formato\">Formato</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link> </caseinline> </switchinline>" +msgstr "" #. 2HX6G #: 02100000.xhp @@ -8242,23 +8386,23 @@ msgctxt "" msgid "After you select format and attributes that you want to search for, the <emph>Paragraph Styles</emph> checkbox in the <emph>Other options</emph> area changes to <emph>Including Styles</emph>. Select this checkbox if you want to include search for formatting and attributes set by styles." msgstr "Dopo aver selezionato il formato e gli attributi da ricercare, la casella di spunta <emph>Stili di paragrafo</emph>, nell'area <emph>Altre opzioni</emph>, cambia in <emph>Includi stili</emph>. Attivate questa opzione se volete includere la ricerca per la formattazione e gli attributi impostati per gli stili." -#. iuEjF +#. 9Kfn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154188\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Senza formato</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">No Format</caseinline> </switchinline>" +msgstr "" -#. K6cJh +#. U8isj #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3159155\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Fate clic nella casella <emph>Trova</emph> o <emph>Sostituisci</emph>, poi fate clic su questo pulsante per rimuovere i criteri di ricerca basati sui formati.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline> </switchinline>" +msgstr "" #. RD9Dh #: 02100000.xhp @@ -8278,41 +8422,41 @@ msgctxt "" msgid "The search and replace criteria selected for Format and Attributes are displayed under the <emph>Find</emph> and <emph>Replace</emph> boxes." msgstr "I criteri di ricerca e sostituzione selezionati per Formato e Attributi vengono mostrati sotto i riquadri <emph>Trova</emph> e <emph>Sostituisci</emph>." -#. AEyg4 +#. 9Z6qm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153004\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direzione</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Direction</caseinline> </switchinline>" +msgstr "" -#. h6bCC +#. DM8Er #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3156332\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determina l'ordine di ricerca nelle celle.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline> </switchinline>" +msgstr "" -#. BaX3C +#. zFwLm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155064\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Righe</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Rows</caseinline> </switchinline>" +msgstr "" -#. MXcmg +#. TAnrV #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161457217894\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca da destra a sinistra, riga per riga.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline> </switchinline>" +msgstr "" #. XN5B4 #: 02100000.xhp @@ -8323,23 +8467,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cerca da destra a sinistra, riga per riga.</ahelp>" -#. CJSEj +#. ga3sb #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3156277\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Colonne</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Columns</caseinline> </switchinline>" +msgstr "" -#. DavNn +#. drjqY #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145207\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Ricerca dall'alto verso il basso attraverso le colonne.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline> </switchinline>" +msgstr "" #. DKdyD #: 02100000.xhp @@ -8350,32 +8494,32 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cerca dall'alto verso il basso, colonna per colonna.</ahelp>" -#. 2we6m +#. 6ALEr #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154944\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca in</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Search in</caseinline> </switchinline>" +msgstr "" -#. jaDAq +#. GpAnn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3146925\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formule</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Formulas</caseinline> </switchinline>" +msgstr "" -#. 8PEbc +#. BsCkZ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161448509633\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca i caratteri specificati nelle formule e nei valori fissi (non calcolati). Ad esempio, potresti cercare le formule che contengono la parola 'SOMMA'.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline> </switchinline>" +msgstr "" #. 5Jw5w #: 02100000.xhp @@ -8386,23 +8530,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cerca i caratteri specificati nelle formule e nei valori fissi (non calcolati). Ad esempio, potresti cercare le formule che contengono la parola 'SOMMA'.</ahelp>" -#. SCCjN +#. uDxxn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3149400\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Valori</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Values</caseinline> </switchinline>" +msgstr "" -#. gNAhz +#. g2dn5 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3146969\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca i caratteri specificati sia nei valori, sia nei risultati delle formule.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline> </switchinline>" +msgstr "" #. aj5NM #: 02100000.xhp @@ -8413,23 +8557,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cerca i caratteri specificati sia nei valori, sia nei risultati delle formule.</ahelp>" -#. Hxei2 +#. GrF5E #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3145650\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Commenti</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Comments</caseinline> </switchinline>" +msgstr "" -#. MTECk +#. BRdDC #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3153947\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cerca i caratteri specificati nei commenti collegati alle celle.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline> </switchinline>" +msgstr "" #. psHFB #: 02100000.xhp @@ -9790,14 +9934,14 @@ msgctxt "" msgid "Orphans" msgstr "Vedove" -#. wMnjp +#. rKcG8 #: 02100200.xhp msgctxt "" "02100200.xhp\n" "par_id3156737\n" "help.text" -msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Orphan Control</emph></link> attribute." -msgstr "Trova l'attributo <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Controllo orfane</emph></link>." +msgid "Finds the <link href=\"text/shared/00/00000005.xhp#widows_and_orphans\"><emph>Orphan Control</emph></link> attribute." +msgstr "" #. 2r5Ai #: 02100200.xhp @@ -12436,14 +12580,14 @@ msgctxt "" msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>" msgstr "<bookmark_value>Modifica; mostrare</bookmark_value><bookmark_value>Nascondere;modifiche</bookmark_value><bookmark_value>Mostrare; modifiche</bookmark_value>" -#. pehkn +#. NXNow #: 02230200.xhp msgctxt "" "02230200.xhp\n" "hd_id3149988\n" "help.text" -msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show</link>" -msgstr "<link href=\"text/shared/01/02230200.xhp\" name=\"Mostra modifiche\">Mostra</link>" +msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Track Changes</link>" +msgstr "" #. Bk7zQ #: 02230200.xhp @@ -16306,14 +16450,14 @@ msgctxt "" msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>" msgstr "<bookmark_value>Formatto; formati di numeri e valute</bookmark_value><bookmark_value>Numero,formato; formati</bookmark_value><bookmark_value>Valuta;codici di formattazione</bookmark_value><bookmark_value>Predefinito; formati numeri</bookmark_value>" -#. fXs76 +#. YGEmP #: 05020300.xhp msgctxt "" "05020300.xhp\n" "hd_id3162942\n" "help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" -msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numeri\">Numeri</link>" +msgid "<variable id=\"NumbersLink\"><link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link></variable>" +msgstr "" #. z8GFZ #: 05020300.xhp @@ -22165,14 +22309,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/borderpage/presets\">Select a predefined border style to apply.</ahelp>" msgstr "<ahelp hid=\"cui/ui/borderpage/presets\">Selezionare uno degli stili di bordo predefiniti.</ahelp>" -#. QopCR +#. XQVt3 #: 05030500.xhp msgctxt "" "05030500.xhp\n" "par_id3148643\n" "help.text" -msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>." -msgstr "Se siete in una tabella o in un foglio elettronico, potete anche aggiungere o rimuovere i bordi predefiniti. Fate clic sull'icona <emph>Bordi</emph> nella <emph>barra delle tabelle</emph>." +msgid "Alternatively, use the <emph>Borders</emph> button on the toolbar to apply predefined border formats." +msgstr "" + +#. m9hFs +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id591630450693398\n" +"help.text" +msgid "The <emph>Remove border</emph> option in the <emph>Adjacent Cells</emph> section determines if borders in the edges of the selected range are to be removed. Leave this option unchecked if edge borders should be left unchanged." +msgstr "" + +#. VPwsL +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id181630450040456\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/scalc/guide/borders.xhp#borders\"/> to learn more on how to define custom line arrangements." +msgstr "" #. 2SFo2 #: 05030500.xhp @@ -26296,6 +26458,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>" msgstr "<ahelp hid=\".\">Inserire un nome per l'oggetto selezionato. Il nome verrà visualizzato nel Navigatore.</ahelp>" +#. CSL6H +#: 05190000.xhp +msgctxt "" +"05190000.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names must be unique between images, OLE objects and frames in the same document." +msgstr "" + #. 2gqYZ #: 05190100.xhp msgctxt "" @@ -27169,14 +27340,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Impostare le opzioni di riempimento per l'oggetto di disegno o per l'elemento del documento.</ahelp>" -#. eE2Fr +#. DB3Ez #: 05210100.xhp msgctxt "" "05210100.xhp\n" "par_id3154863\n" "help.text" -msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use." -msgstr "Potete aggiungere agli elenchi predefiniti colori personalizzati, sfumature, tratteggi, motivi a due colori e bitmap, in modo da poterli utilizzare successivamente." +msgid "You can add custom colors, gradients, hatchings, two color patterns and image patterns to the default lists for later use." +msgstr "" #. CGbA3 #: 05210100.xhp @@ -27925,68 +28096,68 @@ msgctxt "" msgid "To apply a background color, select the <emph>Background color</emph> box, then select a color." msgstr "Per applicare un colore di sfondo, selezionate il riquadro <emph>Colore di sfondo</emph> quindi scegliete un colore." -#. pDxGG +#. FCpZG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "tit\n" "help.text" -msgid "Bitmap" -msgstr "Bitmap" +msgid "Image" +msgstr "" -#. DL8RS +#. 9yCZ3 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "bm_id3155619\n" "help.text" -msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>" -msgstr "<bookmark_value>Bitmap; aree</bookmark_value><bookmark_value>Area; bitmap</bookmark_value>" +msgid "<bookmark_value>images; areas</bookmark_value><bookmark_value>areas; image</bookmark_value>" +msgstr "" -#. 2jwXu +#. EXFDE #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3155619\n" "help.text" -msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" -msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" +msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Image\">Image</link>" +msgstr "" -#. Xc6qZ +#. AAzK8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3149495\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Selezionare un'immagine bitmap da utilizzare come immagine di riempimento oppure aggiungere un motivo bitmap personalizzato.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/ImageTabPage\">Select an image that you want to use as a fill image, or add your own image pattern.</ahelp>" +msgstr "" -#. wEhVG +#. fogGu #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3148585\n" "help.text" -msgid "Bitmap" -msgstr "Bitmap" +msgid "Image" +msgstr "" -#. 8ZuCa +#. AbybR #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3147226\n" "help.text" -msgid "Lists the available bitmaps. You can also import bitmaps." -msgstr "Elenca le bitmap disponibili. Potete anche importarne." +msgid "Lists the available images. You can also import images." +msgstr "" -#. eCeUD +#. rr7b8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id501592872056000\n" "help.text" -msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>." -msgstr "Per rinominare un'immagine bitmap, selezionatela, fate clic col pulsante destro del mouse e scegliete <menuitem>Rinomina</menuitem>. Per eliminare un'immagine bitmap, selezionatela, fate clic col pulsante destro del mouse e scegliete <menuitem>Elimina</menuitem>." +msgid "To rename an image, select the image, right-click and choose <menuitem>Rename</menuitem>. To delete an image, select the image, right-click and choose <menuitem>Delete</menuitem>." +msgstr "" #. MqVdD #: 05210500.xhp @@ -27997,23 +28168,23 @@ msgctxt "" msgid "Add/Import" msgstr "Aggiungi/Importa" -#. SGKZW +#. KS3aG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Individuare il bitmap da importare e fare clic su <emph>Apri</emph>. Il bitmap viene aggiunto alla fine dell'elenco dei bitmap disponibili.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. the image is added to the end of the list of available images.</ahelp>" +msgstr "" -#. EBwza +#. FXqsL #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id301592866270627\n" "help.text" -msgid "Imported bitmaps are saved in your user profile and can be used in other documents." -msgstr "Le immagini bitmaps importate vengono salvate nel vostro profilo utente e possono essere utilizzate in altri documenti." +msgid "Imported images are saved in your user profile and can be used in other documents." +msgstr "" #. pC4QD #: 05210500.xhp @@ -28033,14 +28204,14 @@ msgctxt "" msgid "Style" msgstr "Stile" -#. GnwjN +#. PgyUs #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id241592868416096\n" "help.text" -msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles." -msgstr "<emph>Mosaico</emph>: riempite l'area utilizzando un mosaico della bitmap specificata." +msgid "<emph>Tiled</emph>: Fill the area with the image as tiles." +msgstr "" #. gCgdA #: 05210500.xhp @@ -28051,14 +28222,14 @@ msgctxt "" msgid "<emph>Stretched</emph>: Stretch the image to fit the object area." msgstr "<emph>Estesa</emph>: adattate l'immagine in modo da riempire l'area dell'oggetto." -#. Fi4Fj +#. MRcQq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id651592868426975\n" "help.text" -msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area." -msgstr "<emph>Dimensione e posizione personalizzate</emph>: potete impostare una dimensione e una posizione personalizzata della bitmap all'interno dell'area dell'oggetto." +msgid "<emph>Custom position/size</emph>: Set a custom size and position of the image in the object area." +msgstr "" #. sAiUV #: 05210500.xhp @@ -28114,14 +28285,14 @@ msgctxt "" msgid "Position" msgstr "Posizione" -#. 8qFYv +#. BnQeq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id321592869780471\n" "help.text" -msgid "Select the anchoring position of the bitmap image inside the object area." -msgstr "Selezionate la posizione di ancoraggio dell'immagine bitmap all'interno dell'area dell'oggetto." +msgid "Select the anchoring position of the image inside the object area." +msgstr "" #. WKmCj #: 05210500.xhp @@ -28132,23 +28303,23 @@ msgctxt "" msgid "Tiling Position" msgstr "Posizione mosaico" -#. 286Bv +#. MC32h #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id811592870169715\n" "help.text" -msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position." -msgstr "<emph>Scostamento X</emph>: impostate il valore di scostamento orizzontale dell'immagine bitmap rispettivamente alla posizione di ancoraggio." +msgid "<emph>X-Offset</emph>: Set the horizontal image offset value with respect to the anchoring position." +msgstr "" -#. w8e6v +#. MM4XP #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id41592870267463\n" "help.text" -msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position." -msgstr "<emph>Scostamento Y</emph>: impostate il valore di scostamento verticale dell'immagine bitmap rispettivamente alla posizione di ancoraggio." +msgid "<emph>Y-Offset</emph>: Set the vertical image offset value with respect to the anchoring position." +msgstr "" #. FeN7H #: 05210500.xhp @@ -44395,14 +44566,14 @@ msgctxt "" msgid "HTML import and export" msgstr "Importazione ed esportazione HTML" -#. vGJmc +#. AQC2u #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3145119\n" "help.text" -msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want." -msgstr "Quando esportate un file in un documento HTML, la descrizione e le proprietà definite dall'utente vengono incluse come <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tag\">tag</link> META tra i tag HEAD del documento esportato. I tag META non vengono visualizzati in un browser Web e sono utilizzati per includere informazioni, quali parole chiave per i motori di ricerca, nella pagina Web. Per impostare le proprietà del documento attivo, scegliete <emph>File - Proprietà</emph>, fate clic sulle schede <emph>Descrizione</emph> o <emph>Utente</emph>, quindi digitate le informazioni desiderate." +msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want." +msgstr "" #. AMHpy #: about_meta_tags.xhp @@ -44413,14 +44584,32 @@ msgctxt "" msgid "The following file properties are converted to META tags when you export a file as an HTML document:" msgstr "Quando esportate un file come documento HTML, le proprietà file seguenti vengono convertite in tag META:" -#. AdB9y +#. 5tzLL +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id321630929312928\n" +"help.text" +msgid "ODF Property" +msgstr "" + +#. 3XGHd +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id611630929312929\n" +"help.text" +msgid "HTML Tags" +msgstr "" + +#. eX98Q #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3154935\n" "help.text" -msgid "File Property" -msgstr "Proprietà file" +msgid "Title" +msgstr "" #. ESE4Z #: about_meta_tags.xhp @@ -44485,23 +44674,23 @@ msgctxt "" msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">" msgstr "<META NAME=\"DESCRIPTION\" CONTENT=Contenuto campo\">" -#. McABW +#. kSxDx #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3159149\n" "help.text" -msgid "Info fields 1...4" -msgstr "Campi Info 1...4" +msgid "Custom Properties" +msgstr "" -#. GXt5i +#. adi33 #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3157892\n" "help.text" -msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">" -msgstr "<META NAME=\"nome campo Info\" CONTENT=\"Contenuto campo\">" +msgid "<META NAME=\"Custom field name\" CONTENT=\"Custom field content\">" +msgstr "" #. DXH3M #: about_meta_tags.xhp @@ -50101,6 +50290,24 @@ msgctxt "" msgid "Exports only the Notes page views." msgstr "Esporta solo la vista della pagina delle annotazioni." +#. XjnLG +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id291629821618352\n" +"help.text" +msgid "Export hidden pages" +msgstr "" + +#. Wttv3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631629821626204\n" +"help.text" +msgid "Exports the document’s hidden slides." +msgstr "" + #. 9FqPS #: ref_pdf_export_general.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/shared/02.po b/source/it/helpcontent2/source/text/shared/02.po index fbf4762d419..8696ed8fdf1 100644 --- a/source/it/helpcontent2/source/text/shared/02.po +++ b/source/it/helpcontent2/source/text/shared/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-04-27 17:02+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-30 19:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564174414.000000\n" #. Edm6o @@ -682,14 +682,14 @@ msgctxt "" msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):" msgstr "Icona sulla barra dgli strumenti <emph>Inserisci</emph> (potrebbe essere necessario abilitare questa icona, inizialmente non visibile):" -#. 3bFUE +#. h7uSA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icona</alt></image>" +msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" +msgstr "" #. Dbydo #: 01170000.xhp @@ -844,14 +844,14 @@ msgctxt "" msgid "Check Box" msgstr "Casella di controllo" -#. bQbxK +#. xGAoN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3148483\n" "help.text" -msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>" -msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icona</alt></image>" +msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" +msgstr "" #. fbJjh #: 01170000.xhp @@ -871,14 +871,14 @@ msgctxt "" msgid "Text Box" msgstr "Campo di testo" -#. EJRD5 +#. jxTx3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3163665\n" "help.text" -msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>" -msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icona</alt></image>" +msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" +msgstr "" #. p3BAw #: 01170000.xhp @@ -898,14 +898,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Campo formattato" -#. kYbGJ +#. ehyrQ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154836\n" "help.text" -msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>" -msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icona</alt></image>" +msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" +msgstr "" #. W4Jis #: 01170000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "Push Button" msgstr "Pulsante" -#. GqKLB +#. GsVDb #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>" -msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icona</alt></image>" +msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" +msgstr "" #. KTA7G #: 01170000.xhp @@ -970,14 +970,14 @@ msgctxt "" msgid "Option Button" msgstr "Pulsante di scelta" -#. MZW3N +#. qpeu3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" -msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icona</alt></image>" +msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" +msgstr "" #. DJdqY #: 01170000.xhp @@ -997,14 +997,14 @@ msgctxt "" msgid "List Box" msgstr "Casella di riepilogo" -#. jfrqS +#. NBqDr #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>" -msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icona</alt></image>" +msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" +msgstr "" #. Dbwav #: 01170000.xhp @@ -1024,14 +1024,14 @@ msgctxt "" msgid "Combo Box" msgstr "Casella combinata" -#. AukwD +#. 8M2uc #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>" -msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icona</alt></image>" +msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" +msgstr "" #. bUeTF #: 01170000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "Label Field" msgstr "Testo fisso" -#. KNzCu +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145295\n" "help.text" -msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>" -msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icona</alt></image>" +msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" +msgstr "" #. xAedG #: 01170000.xhp @@ -1096,14 +1096,14 @@ msgctxt "" msgid "Wizards On/Off" msgstr "Attiva/disattiva procedure guidate" -#. R8E9C +#. GY3P2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B65\n" "help.text" -msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icona</alt></image>" +msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" +msgstr "" #. ySzEv #: 01170000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Spin Button" msgstr "Pulsante di selezione" -#. it4JG +#. 2dBYJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11A64\n" "help.text" -msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icona</alt></image>" +msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" +msgstr "" #. rY5Pe #: 01170000.xhp @@ -1177,14 +1177,14 @@ msgctxt "" msgid "Scrollbar" msgstr "Barra di scorrimento" -#. 4yAE9 +#. Mhj4A #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11ACA\n" "help.text" -msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icona</alt></image>" +msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" +msgstr "" #. RNigC #: 01170000.xhp @@ -1411,14 +1411,14 @@ msgctxt "" msgid "Image Button" msgstr "Pulsante immagine" -#. JiLWn +#. Dc2HC #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icona Pulsante immagine</alt></image>" +msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" #. B9Era #: 01170000.xhp @@ -1438,14 +1438,14 @@ msgctxt "" msgid "Image Control" msgstr "Campo di controllo immagine" -#. SGrkb +#. ymnGP #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155869\n" "help.text" -msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>" -msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icona</alt></image>" +msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" +msgstr "" #. ZJDNH #: 01170000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Campo data" -#. TvrCS +#. faE9Y #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149423\n" "help.text" -msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icona</alt></image>" +msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" +msgstr "" #. sSv2y #: 01170000.xhp @@ -1528,14 +1528,14 @@ msgctxt "" msgid "Time Field" msgstr "Campo orario" -#. UDpQS +#. T6act #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3153687\n" "help.text" -msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icona</alt></image>" +msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" +msgstr "" #. 7apBh #: 01170000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "File Selection" msgstr "Scelta file" -#. 82ZxH +#. oGq2E #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150531\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" -msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icona</alt></image>" +msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" +msgstr "" #. 4CELT #: 01170000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Numerical Field" msgstr "Campo numerico" -#. LR2YN +#. c2Gra #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149396\n" "help.text" -msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icona</alt></image>" +msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" +msgstr "" #. 3jPvp #: 01170000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Currency Field" msgstr "Campo di valuta" -#. uskeC +#. 6nQhR #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145324\n" "help.text" -msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icona</alt></image>" +msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" +msgstr "" #. dc7AD #: 01170000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Campo a maschera" -#. C4vNu +#. zwZsE #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149742\n" "help.text" -msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icona</alt></image>" +msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" +msgstr "" #. 4SYQW #: 01170000.xhp @@ -1681,14 +1681,14 @@ msgctxt "" msgid "Group Box" msgstr "Casella di gruppo" -#. NMGq5 +#. ZpKrz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159334\n" "help.text" -msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>" -msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icona</alt></image>" +msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" +msgstr "" #. 3Suwy #: 01170000.xhp @@ -1735,14 +1735,14 @@ msgctxt "" msgid "Table Control" msgstr "Campo di controllo tabella" -#. CdczK +#. sXNiD #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156402\n" "help.text" -msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>" -msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icona</alt></image>" +msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" +msgstr "" #. YNpAD #: 01170000.xhp @@ -1771,14 +1771,14 @@ msgctxt "" msgid "Navigation bar" msgstr "Barra di navigazione" -#. 4sz8J +#. z63Mz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B2C\n" "help.text" -msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>" -msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icona</alt></image>" +msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" +msgstr "" #. dmjpG #: 01170000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Automatic Control Focus" msgstr "Focalizzazione automatica sull'elemento di controllo" -#. pDASa +#. LWHkL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150261\n" "help.text" -msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icona</alt></image>" +msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgstr "" #. iDFFL #: 01170000.xhp @@ -7342,14 +7342,14 @@ msgctxt "" msgid "Changed" msgstr "Modificato" -#. FEBF7 +#. FSNEk #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148755\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'evento <emph>Modificato</emph> si verifica quando il campo di controllo riceve una modifica dopo la perdita del fuoco.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link> and the content of the control has changed since it lost the focus.</ahelp>" +msgstr "" #. pW2Ah #: 01170103.xhp @@ -7378,14 +7378,14 @@ msgctxt "" msgid "Item status changed" msgstr "Stato modificato" -#. EZLhq +#. Dbbyx #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3150870\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">The <emph>Item status changed</emph> event takes place if the status of the control field has changed.</ahelp> The <emph>Item status changed</emph> event takes place if the status of the control field has changed." -msgstr "<ahelp hid=\".\" visibility=\"hidden\">L'evento <emph>Stato modificato</emph> si verifica se lo stato del campo di controllo viene modificato.</ahelp> L'evento <emph>Stato modificato</emph> si verifica se lo stato del campo di controllo viene modificato." +msgid "The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked." +msgstr "" #. CRguq #: 01170103.xhp @@ -7396,14 +7396,14 @@ msgctxt "" msgid "When receiving focus" msgstr "Al ricevimento del fuoco" -#. hUKWb +#. vSAqD #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3154218\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'evento <emph>Al ricevimento del fuoco</emph> si verifica quando il campo di controllo viene attivato.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. NrRE4 #: 01170103.xhp @@ -7414,14 +7414,14 @@ msgctxt "" msgid "When losing focus" msgstr "Alla perdita del fuoco" -#. NwYiE +#. epakc #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3159252\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'evento <emph>Alla perdita del fuoco</emph> si verifica quando il campo di controllo perde lo stato di attivazione.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. JkyEm #: 01170103.xhp @@ -9133,32 +9133,32 @@ msgctxt "" msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed." msgstr "Quando l'utente esplora i dati, il formulario visualizza sempre il record di dati attivo. Se avete definito dei formulari secondari, i loro contenuti verranno visualizzati dopo un breve ritardo (circa 200 ms). Questo ritardo consente di passare rapidamente da un record all'altro nel formulario master. Se passate rapidamente al record di dati successivo del formulario principale, i dati del formulario secondario non vengono richiamati e visualizzati." -#. yknW5 +#. QBY2R #: 01170300.xhp msgctxt "" "01170300.xhp\n" "tit\n" "help.text" -msgid "Tab Order" -msgstr "Sequenza di attivazione" +msgid "Activation Order" +msgstr "" -#. 8XyJN +#. LWAYe #: 01170300.xhp msgctxt "" "01170300.xhp\n" "hd_id3146959\n" "help.text" -msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>" -msgstr "<link href=\"text/shared/02/01170300.xhp\" name=\"Sequenza di attivazione\">Sequenza di attivazione</link>" +msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Activation Order</link>" +msgstr "" -#. cdwww +#. ds3GH #: 01170300.xhp msgctxt "" "01170300.xhp\n" "par_id3150347\n" "help.text" -msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" -msgstr "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Nella finestra di dialogo <emph>Sequenza di attivazione</emph> è possibile modificare l'ordine in cui vengono attivati i campi di controllo premendo il tasto di tabulazione.</ahelp></variable>" +msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" +msgstr "" #. oEDQP #: 01170300.xhp @@ -15010,14 +15010,14 @@ msgctxt "" msgid "Standard Filter" msgstr "Filtro standard" -#. q2qAj +#. AdEPW #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3151097\n" "help.text" -msgid "Standard Filter" -msgstr "Filtro standard" +msgid "<variable id=\"StandardFilter_h1\"><link href=\"text/shared/02/12090100.xhp\" name=\"StandardFilter_link\">Standard Filter</link></variable>" +msgstr "" #. u4zmZ #: 12090100.xhp @@ -17890,14 +17890,14 @@ msgctxt "" msgid "Selection Mode" msgstr "Modo selezione" -#. 3uAEb +#. 7L8xS #: 20050000.xhp msgctxt "" "20050000.xhp\n" "bm_id3148668\n" "help.text" -msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>" -msgstr "<bookmark_value>Selezione, modalità di; nel testo</bookmark_value><bookmark_value>Testo; modalità di selezione</bookmark_value><bookmark_value>Estensione, modalità di selezione con</bookmark_value><bookmark_value>Aggiunta, modalità di selezione con</bookmark_value><bookmark_value>Blocco, modalità di selezione a</bookmark_value>" +msgid "<bookmark_value>selection modes in text</bookmark_value> <bookmark_value>text; selection modes</bookmark_value> <bookmark_value>extending selection mode</bookmark_value> <bookmark_value>adding selection mode</bookmark_value> <bookmark_value>block selection mode</bookmark_value>" +msgstr "" #. ntcAk #: 20050000.xhp @@ -17908,23 +17908,23 @@ msgctxt "" msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>" msgstr "<link href=\"text/shared/02/20050000.xhp\" name=\"Modo selezione\">Modo selezione</link>" -#. BxC56 +#. jwKSR #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3146130\n" "help.text" -msgid "<ahelp hid=\".\">Here you can switch between different selection modes.</ahelp>" -msgstr "<ahelp hid=\".\">Qui è possibile alternare i vari modi di selezione.</ahelp>" +msgid "<ahelp hid=\".\">Switches between different selection modes.</ahelp>" +msgstr "" -#. 649aC +#. iyCEv #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153894\n" "help.text" -msgid "When you click in the field, a popup menu comes up with the available options:" -msgstr "Se fate clic sul campo, apparirà un menu con le seguenti opzioni:" +msgid "Click this field to open a popup menu with the following options:" +msgstr "" #. FVGbB #: 20050000.xhp @@ -17962,77 +17962,86 @@ msgctxt "" msgid "This is the default selection mode for text documents. With the keyboard, selections can be performed by <emph>Shift</emph>+navigation key (<item type=\"keycode\">arrows, Home, End, Page Up, Page Down</item>). With the mouse, click in the text where the selection is to start, hold the left mouse button and move to the end of the selection. Release the mouse key to end selection." msgstr "Questo è il modo di selezione predefinito per i documenti di testo. Le selezioni con la tastiera si possono eseguire con <emph>Maiusc</emph> + Tasto di navigazione (<item type=\"keycode\">frecce, Inizio, Fine, PagSu, PagGiù</item>). Se usate il mouse, fate clic ovunque vogliate far iniziare la selezione nel testo, tenete premuto il pulsante sinistro del mouse e spostatevi fino alla fine della selezione. Rilasciate il pulsante del mouse per terminare la selezione." -#. E5Epi +#. AZd4x #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3149580\n" "help.text" -msgid "Extending selection (<item type=\"keycode\">F8</item>)" -msgstr "Selezione estesa (<item type=\"keycode\">F8</item>)" +msgid "Extending selection" +msgstr "" -#. vpxft +#. 8V8BG #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153717\n" "help.text" -msgid "By using the <emph>arrow</emph> keys or the <item type=\"keycode\">Home</item> and <item type=\"keycode\">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position." -msgstr "Tramite i tasti <emph>freccia</emph> o i tasti <item type=\"keycode\">Inizio</item> e <item type=\"keycode\">Fine</item> potete estendere o accorciare la selezione corrente. Facendo clic all'interno del testo si seleziona il testo tra la posizione attuale del cursore e la posizione del clic." +msgid "Use the mouse, arrow keys or the <keycode>Home</keycode> and <keycode>End</keycode> keys to extend or crop the current selection. Clicking anywhere in the text selects the region between the current cursor position and the click position." +msgstr "" + +#. Jwb3c +#: 20050000.xhp +msgctxt "" +"20050000.xhp\n" +"par_id821630330412209\n" +"help.text" +msgid "Hold the <keycode>Shift</keycode> key to temporarily activate the Extending selection mode." +msgstr "" -#. CWx2K +#. dL6uZ #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3147620\n" "help.text" -msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)" -msgstr "Selezione con aggiunta (<item type=\"keycode\">Maiusc+F8</item>)" +msgid "Adding selection (<keycode>Shift+F8</keycode>)" +msgstr "" -#. NBwAq +#. YjCCD #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3154307\n" "help.text" -msgid "A new selection is added to an existing selection. The result is a multiple selection." -msgstr "Viene aggiunto un nuovo elemento alla selezione esistente. Il risultato è una selezione multipla." +msgid "Use this mode to select multiple ranges of text. Each new selection using the mouse or keyboard is added as a new selection." +msgstr "" -#. De6wr +#. CFmAA #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id6971037\n" +"par_id941630331257314\n" "help.text" -msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" -msgstr "Selezione a blocchi (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Cmd</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Maiusc+F8</item>)" +msgid "Hold the <keycode>Ctrl</keycode> key to temporarily activate the Adding selection mode." +msgstr "" -#. CHTsh +#. vSETC #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id5258644\n" +"par_id6971037\n" "help.text" -msgid "A block of text can be selected." -msgstr "È possibile selezionare un blocco di testo." +msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F8</keycode>)" +msgstr "" -#. SzDrA +#. qAeGQ #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id4441663\n" +"par_id5258644\n" "help.text" -msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode." -msgstr "Su sistemi Windows, potete tenere premuto il tasto <item type=\"keycode\">Alt</item> mentre trascinate per selezionare un blocco di testo. Non è necessario inserire il modo di selezione a blocchi." +msgid "Use this mode to select a non-contiguous block of text." +msgstr "" -#. VyEA4 +#. tcCu3 #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id901513465638512\n" +"par_id41630331461837\n" "help.text" -msgid "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigating and Selecting With the Keyboard\">Navigating and Selecting With the Keyboard</link>" -msgstr "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigare e selezionare con la tastiera\">Navigare e selezionare parti di testo con la tastiera</link>" +msgid "Hold the <keycode>Alt</keycode> key to temporarily activate the Block selection mode." +msgstr "" #. ubD2w #: 20060000.xhp diff --git a/source/it/helpcontent2/source/text/shared/07.po b/source/it/helpcontent2/source/text/shared/07.po index 5d807131092..cdf45c3766c 100644 --- a/source/it/helpcontent2/source/text/shared/07.po +++ b/source/it/helpcontent2/source/text/shared/07.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: 2018-11-16 22:41+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-01-02 19:48+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1546458485.000000\n" +#. 6qu9B #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Web Pages" msgstr "Pagine web" +#. KFDmp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web Pages</link>" msgstr "<link href=\"text/shared/07/09000000.xhp\" name=\"Pagine web\">Pagine web</link>" +#. YuDvW #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type=\"menuitem\">File - New</item>." msgstr "Per creare una nuova pagina web per Internet, aprite un nuovo <emph>Documento HTML</emph> scegliendo <item type=\"menuitem\">File - Nuovo</item>." +#. GqZYp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <item type=\"menuitem\">View - Web</item>." msgstr "Uno strumento per la creazione di nuove pagine web è il modo Layout web, che potete abilitare scegliendo <item type=\"menuitem\">Visualizza - Web</item>." +#. TPf7Q #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Creating a New Web Page" msgstr "Creare una nuova pagina web" +#. NGME8 #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Switch to the web layout mode by choosing <item type=\"menuitem\">View - Web</item> or by opening a new HTML document." msgstr "Passate al modo Layout web scegliendo <item type=\"menuitem\">Visualizza - Web</item> o aprendo un nuovo documento HTML." +#. veBKZ #: 09000000.xhp msgctxt "" "09000000.xhp\n" diff --git a/source/it/helpcontent2/source/text/shared/autokorr.po b/source/it/helpcontent2/source/text/shared/autokorr.po index 5dabafe88b4..9c449a74034 100644 --- a/source/it/helpcontent2/source/text/shared/autokorr.po +++ b/source/it/helpcontent2/source/text/shared/autokorr.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2017-01-18 21:08+0000\n" -"Last-Translator: Valter Mura <valtermura@gmail.com>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-10 02:16+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: Italian <l10n@it.libreoffice.org>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1484773699.000000\n" +"X-POOTLE-MTIME: 1494382594.000000\n" +#. 3VEtt #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. i3BcA #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. FTvjN #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "TWo INitial CApitals have been corrected" msgstr "Sono state corrette due maiuscole all'inizio di parola." +#. pEU6M #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"." msgstr "Gli errori di digitazione sono stati corretti e sostituiti dalla funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link>; ad esempio, l'errato inserimento di \"PArola\" è stato corretto con \"Parola\"." +#. YGggv #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. zoEyC #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. gFS3q #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Start each sentence with a capital letter" msgstr "Inizia ogni frase con la lettera maiuscola" +#. pFvJs #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)." msgstr "Il testo è stato corretto con la <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Correzione automatica</link> in modo da fare iniziare la parola corrente con la lettera maiuscola. La Correzione automatica cambia le parole che si trovano all'inizio di un paragrafo e quelle che seguono il carattere alla fine di una frase (punto, punto esclamativo, punto interrogativo)." +#. L6A3T #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. JtgRN #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. FPkJ3 #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter" msgstr "Correggi la doppia maiuscola all'inizio di parola e inizia la frase con maiuscola" +#. dmDsA #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter." msgstr "Nel vostro testo le prime due lettere maiuscole all'inizio di una parola o di una frase sono state corrette dalla funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link>." +#. gwa8j #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. CA2DC #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. VRBAj #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "A replacement has been carried out" msgstr "La correzione automatica (una sostituzione) è stata eseguita" +#. yJMPc #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word." msgstr "La funzione <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha sostituito una parola." +#. CgGde #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. NbHBz #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. d3tZ4 #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter" msgstr "La correzione automatica (una sostituzione) è stata eseguita, la frase inizia con una maiuscola." +#. E4kio #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter." msgstr "La funzione <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha eseguito una sostituzione e la prima parola della frase ora inizia con una lettera maiuscola." +#. pMoyc #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. 9qGA6 #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. b4nNu #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Double quotation marks (\") have been replaced" msgstr "Le virgolette doppie sono state sostituite" +#. MaFTX #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Il testo è stato corretto dalla funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> che ha sostituito le virgolette doppie con <link href=\"text/shared/01/06040400.xhp\" name=\"virgolette tipografiche\">virgolette tipografiche</link>." +#. B9CDq #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. vZ6Ro #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. VTugm #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single quotes have been replaced" msgstr "Le virgolette semplici sono state sostituite" +#. vH2Er #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Il testo è stato corretto dalla funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> che ha sostituito le virgolette singole con <link href=\"text/shared/01/06040400.xhp\" name=\"virgolette tipografiche\">virgolette tipografiche</link>." +#. RkFAj #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. ekBVe #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. GDDY3 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "An URL has been detected and a hyperlink attribute has been set" msgstr "È stato riconosciuto un URL ed è stato inserito l'attributo hyperlink (collegamento ipertestuale)." +#. 6exK7 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink." msgstr "La funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha individuato un indirizzo URL e lo ha evidenziato come un collegamento ipertestuale." +#. VTdXe #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. 4NBsG #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. z3HAF #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Double spaces have been ignored" msgstr "Il doppio spazio è stato ignorato." +#. G2E4T #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space." msgstr "La funzione <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha corretto il testo eliminando gli eventuali spazi in eccesso e assicurando che vi sia un singolo spazio tra le parole." +#. EejSa #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. eCJ3u #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. S3H9i #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Bold and underline attributes have been recognized and applied" msgstr "I caratteri in grassetto e sottolineati sono stati riconosciuti e impostati automaticamente." +#. 76NkE #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied." msgstr "La funzione <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha modificato il testo e ha applicato automaticamente gli attributi grassetto e, o in alternativa, sottolineato." +#. FBeJm #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. WD2KN #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. ZLpSE #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Minus signs have been replaced" msgstr "I segni meno sono stati sostituiti" +#. C4dAK #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes." msgstr "La funzione di <link href=\"text/shared/01/06040000.xhp\" name=\"Correzione automatica\">Correzione automatica</link> ha sostituito il segno meno con un trattino." +#. bKCng #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. hNwWE #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "Correzione automatica attivata" +#. FEB92 #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "1st ... has been replaced with 1st ..." msgstr "1o ... è stato sostituito con 1° ..." +#. WMnqT #: 13000000.xhp msgctxt "" "13000000.xhp\n" diff --git a/source/it/helpcontent2/source/text/shared/explorer/database.po b/source/it/helpcontent2/source/text/shared/explorer/database.po index d7604415c5b..62d227e6604 100644 --- a/source/it/helpcontent2/source/text/shared/explorer/database.po +++ b/source/it/helpcontent2/source/text/shared/explorer/database.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-24 16:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/it/>\n" @@ -13,891 +13,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564172189.000000\n" -#. xUFRA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"tit\n" -"help.text" -msgid "Database File" -msgstr "File del database" - -#. qTD7t -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10544\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>" -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">File del database</link>" - -#. XWsT6 -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10554\n" -"help.text" -msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" -msgstr "<ahelp hid=\".\">La finestra file del database permette di organizzare le tabelle, le viste, le ricerche e i rapporti dei database in %PRODUCTNAME.</ahelp>" - -#. 3KEBA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN105B7\n" -"help.text" -msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" -msgstr "<link href=\"text/sdatabase/main.xhp\">Usare i database in %PRODUCTNAME</link>" - -#. ptEgp -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"tit\n" -"help.text" -msgid "Database Properties" -msgstr "Proprietà del database" - -#. NAq6e -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10550\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Proprietà del database</link>" - -#. J8CiZ -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10560\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" -msgstr "<ahelp hid=\".\">Permette di specificare le proprietà di un database.</ahelp>" - -#. GkxKK -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_id1322977\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" -msgstr "In una finestra di database scegliete <emph>Modifica - Database - Proprietà</emph>" - -#. X569b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"tit\n" -"help.text" -msgid "Additional Settings" -msgstr "Altre impostazioni" - -#. 3zjpy -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Altre impostazioni</link>" - -#. aQVe4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Permette di specificare opzioni aggiuntive per una sorgente dati.</ahelp>" - -#. VDVT6 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_id4641865\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" -msgstr "In una finestra di database scegliete <emph>Modifica - Database - Proprietà</emph>, quindi fate clic sulla scheda <emph>Altre impostazioni</emph>" - -#. jRxSF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "La disponibilità dei campi di controllo seguenti dipende dal tipo di database:" - -#. GXZC2 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Host name" -msgstr "Nome host" - -#. X6fnx -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome host del server che contiene il database, ad esempio ldap.server.com.</ahelp>" - -#. rp55d -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Port number" -msgstr "Numero di porta" - -#. RQEQ4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il numero di porta per il server sul quale è memorizzato il database.</ahelp>" - -#. PP95C -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1057D\n" -"help.text" -msgid "MySQL JDBC driver class" -msgstr "Classe di driver JDBC per MySQL" - -#. 2nqZZ -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10615\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome del driver JDBC per il database MySQL.</ahelp>" - -#. evMXj -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10581\n" -"help.text" -msgid "Character set" -msgstr "Set di caratteri" - -#. hbyg9 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10634\n" -"help.text" -msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." -msgstr "<ahelp hid=\".\">Selezionare il tipo di carattere da utilizzare per visualizzare il database in $[officename].</ahelp> Questa impostazione non modifica il database. Per usare il set di caratteri predefinito del sistema operativo, selezionate \"Sistema\"." - -#. zvk8A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10651\n" -"help.text" -msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." -msgstr "I database in formato testo e dBase possono usare solo i set di caratteri a larghezza fissa, in cui tutti i caratteri sono codificati con lo stesso numero di byte." - -#. VoZcz -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10585\n" -"help.text" -msgid "Oracle JDBC driver class" -msgstr "Classe di driver JDBC Oracle" - -#. 7eLFU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10653\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome del driver JDBC per il database Oracle.</ahelp>" - -#. 5KbCC -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Driver settings" -msgstr "Impostazioni driver" - -#. tEiQb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10672\n" -"help.text" -msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" -msgstr "<ahelp hid=\".\">Permette di impostare opzioni aggiuntive per il driver.</ahelp>" - -#. rh98b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "Use catalog for file-based databases" -msgstr "Usa il catalogo per i database basati su file" - -#. TipDh -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10691\n" -"help.text" -msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" -msgstr "<ahelp hid=\".\">Usa l'attuale sorgente dati del catalogo. Questa opzione è utile quando la sorgente dati ODBC è un server di database. Non selezionare questa opzione se la sorgente dati ODBC è un driver dBase.</ahelp>" - -#. d3PBB -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Base DN" -msgstr "Base DN" - -#. UYaFM -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106B0\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il punto iniziale per la ricerca nel database LDAP, ad esempio dc=com.</ahelp>" - -#. bvx2A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10595\n" -"help.text" -msgid "Maximum number of records" -msgstr "Numero massimo di record" - -#. AUVCH -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106F3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il numero massimo di record da caricare all'accesso al server LDAP.</ahelp>" - -#. K5mtr -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10599\n" -"help.text" -msgid "Display deleted records as well" -msgstr "Mostra anche i record eliminati" - -#. GENGU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10700\n" -"help.text" -msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" -msgstr "<ahelp hid=\".\">Mostra tutti i record contenuti nei file, inclusi quelli contrassegnati come eliminati. Selezionando questa casella, i record non potranno essere eliminati.</ahelp>" - -#. RAmgF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10715\n" -"help.text" -msgid "In dBASE format, deleted records remain in the file." -msgstr "Nel formato dBASE, i record eliminati rimangono nel file." - -#. yPXvG -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10718\n" -"help.text" -msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." -msgstr "Per visualizzare le modifiche apportate al database, chiudete e riaprite la connessione al database." - -#. 9EL3T -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1059D\n" -"help.text" -msgid "Indexes" -msgstr "Indici" - -#. EuWB8 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10725\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" -msgstr "<ahelp hid=\".\">Apre la finestra di dialogo Indici, in cui si possono gestire gli indici per le tabelle nel database dBASE corrente.</ahelp>" - -#. zGqEv -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105B9\n" -"help.text" -msgid "Text contains headers" -msgstr "Il testo contiene la riga d'intestazione" - -#. RVLEb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107B0\n" -"help.text" -msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" -msgstr "<ahelp hid=\".\">Selezionare questa casella se la prima riga del file di testo contiene nomi di comandi di campo.</ahelp>" - -#. FujFi -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "Field separator" -msgstr "Separatore di campo" - -#. f85dT -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107CF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire o selezionare il carattere che separa i campi di dati nel file di testo.</ahelp>" - -#. 2GiWs -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C1\n" -"help.text" -msgid "Text separator" -msgstr "Separatore di testo" - -#. f9igV -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107DC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire o selezionare il carattere che identifica i campi di testo nel file. Non si può utilizzare lo stesso carattere usato come separatore tra i campi.</ahelp>" - -#. nPoAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C5\n" -"help.text" -msgid "Decimal separator" -msgstr "Carattere di separazione decimali" - -#. zz9uf -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107E9\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" -msgstr "<ahelp hid=\".\">Inserire o selezionare il carattere da usare come separatore decimale nel file di testo, ad esempio il punto (0.5) o la virgola (0,5).</ahelp>" - -#. pxpUk -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C9\n" -"help.text" -msgid "Thousands separator" -msgstr "Carattere di separazione migliaia" - -#. Z66yU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" -msgstr "<ahelp hid=\".\">Inserire o selezionare il carattere da usare come separatore di migliaia nel file di testo, ad esempio la virgola (1,000) o il punto (1.000).</ahelp>" - -#. zF6Wc -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "File extension" -msgstr "Estensione file" - -#. 4UxAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10803\n" -"help.text" -msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." -msgstr "<ahelp hid=\".\">Selezionare il formato per il file di testo.</ahelp> Dall'estensione selezionata dipendono alcune delle impostazioni predefinite della finestra di dialogo." - -#. KEi9S -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"tit\n" -"help.text" -msgid "Connection Type Wizard" -msgstr "Procedura guidata per il tipo di connessione" - -#. CxEzp -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Procedura guidata per il tipo di connessione</link>" - -#. cnXMD -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10551\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" -msgstr "<ahelp hid=\".\">Permette di cambiare il tipo di connessione per il database attivo.</ahelp>" - -#. UGEKg -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_id9003875\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" -msgstr "In una finestra di database scegliete <emph>Modifica - Database - Tipo di connessione</emph>" - -#. nwRC4 -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10569\n" -"help.text" -msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." -msgstr "La procedura guidata per il tipo di connessione si compone di tre finestre. Non è possibile trasferire tutte le impostazioni da un tipo di database a un altro." - -#. htEBY -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." -msgstr "Ad esempio, potete utilizzare la procedura guidata per aprire un file di database in un formato normalmente non riconosciuto da un database installato." - -#. GLS4A -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Database type" -msgstr "Tipo di database" - -#. TAPYr -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10573\n" -"help.text" -msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" -msgstr "<ahelp hid=\".\">Selezionare il tipo di database a cui connettersi.</ahelp>" - -#. pr7Ss -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"tit\n" -"help.text" -msgid "Advanced Properties" -msgstr "Proprietà avanzate" - -#. AdCiu -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Proprietà avanzate</link>" - -#. u6Nh4 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Specifies some options for a database." -msgstr "Permette di specificare alcune opzioni per un database." - -#. BGBSR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id4513992\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" -msgstr "In una finestra di database scegliete <emph>Modifica - Database - Proprietà</emph>, quindi fate clic sulla scheda <emph>Proprietà avanzate</emph>" - -#. VRoAF -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "La disponibilità dei campi di controllo seguenti dipende dal tipo di database:" - -#. BBQPA -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Path to dBASE files" -msgstr "Percorso dei file dBASE" - -#. QKfDa -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il percorso della cartella contenente i file dBASE.</ahelp>" - -#. L6KhU -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." -msgstr "Accertatevi che l'estensione *.dbf del nome dei file dBase sia in lettere minuscole." - -#. 3FEHH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Browse" -msgstr "Sfoglia" - -#. hERNG -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10595\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" -msgstr "<ahelp hid=\".\">Apre una finestra di dialogo in cui si può selezionare un file o una cartella.</ahelp>" - -#. ASumy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Test Connection" -msgstr "Connessione di prova" - -#. pvebP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AE\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" -msgstr "<ahelp hid=\".\">Verifica la connessione al database con le impostazioni attive.</ahelp>" - -#. avxGq -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "Path to the text files" -msgstr "Percorso dei file di testo" - -#. zC6Zp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il percorso della cartella dei file di testo.</ahelp>" - -#. BbvJR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Path to the spreadsheet document" -msgstr "Percorso del foglio elettronico" - -#. 7uZBe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il percorso del foglio elettronico da utilizzare come database.</ahelp>" - -#. sHbo7 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Name of the ODBC data source on your system" -msgstr "Nome della sorgente dati ODBC nel sistema" - -#. oEcfz -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome della sorgente dati ODBC.</ahelp>" - -#. GNzhk -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "User name" -msgstr "Nome utente" - -#. SiH7S -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome utente richiesto per accedere al database.</ahelp>" - -#. YDXqp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "Password required" -msgstr "Password richiesta" - -#. Az64m -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D1\n" -"help.text" -msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Se l'opzione è selezionata, l'utente dovrà inserire la password richiesta per accedere al database.</ahelp>" - -#. pQT6Z -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"hd_id7806329\n" -"help.text" -msgid "Name of the database" -msgstr "Nome del database" - -#. HAijN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id5589159\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" -msgstr "<ahelp hid=\".\">Digitare il nome del database.</ahelp>" - -#. 8Bxuy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D4\n" -"help.text" -msgid "Name of the MySQL database" -msgstr "Nome del database MySQL" - -#. e9p3M -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D8\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome del database MySQL da utilizzare come sorgente dati.</ahelp>" - -#. UECFe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DB\n" -"help.text" -msgid "Name of the Oracle database" -msgstr "Nome del database Oracle" - -#. dd99x -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome del database Oracle da utilizzare come sorgente dati.</ahelp>" - -#. dzDEB -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105E9\n" -"help.text" -msgid "Microsoft Access database file" -msgstr "File del database Microsoft Access" - -#. p9EGJ -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105ED\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome del database Microsoft Access da utilizzare come sorgente dati.</ahelp>" - -#. s7mEP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F0\n" -"help.text" -msgid "Host name" -msgstr "Nome host" - -#. WpRBM -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F4\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome host della sorgente dati LDAP.</ahelp>" - -#. NsdZh -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F7\n" -"help.text" -msgid "Data source URL" -msgstr "URL sorgente dati" - -#. kB6vt -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FB\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire la posizione della sorgente dati JDBC come URL.</ahelp>" - -#. 2qqXH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "JDBC driver class" -msgstr "Classe di driver JDBC" - -#. 4kGAN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10602\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Inserire il nome della classe di driver JDBC che si connette alla sorgente dati.</ahelp>" - -#. uprKx -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10605\n" -"help.text" -msgid "Test Class" -msgstr "Prova la classe" - -#. SL9De -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10609\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" -msgstr "<ahelp hid=\".\">Verifica la connessione al database tramite la classe di driver JDBC.</ahelp>" - -#. LXtcL -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10613\n" -"help.text" -msgid "Choose a database" -msgstr "Scegliete un database" - -#. QNz26 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10617\n" -"help.text" -msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" -msgstr "<ahelp hid=\".\">Selezionare un database dall'elenco o fare clic su <emph>Crea</emph> per creare un nuovo database.</ahelp>" - #. BhD6X #: dabawiz00.xhp msgctxt "" @@ -934,14 +52,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">La Creazione guidata database crea un file di database contenente informazioni su un database.</ahelp>" -#. BBkQg +#. 4L7fe #: dabawiz00.xhp msgctxt "" "dabawiz00.xhp\n" "par_id9856563\n" "help.text" -msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database." -msgstr "La Creazione guidata database crea un <link href=\"text/shared/explorer/database/dabadoc.xhp\">file di database </link> contenente informazioni su un database." +msgid "The Database Wizard creates a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> that contains information about a database." +msgstr "" #. MP58w #: dabawiz00.xhp @@ -3445,14 +2563,14 @@ msgctxt "" msgid "Save" msgstr "Salva" -#. SDorY +#. BGNgM #: menufilesave.xhp msgctxt "" "menufilesave.xhp\n" "par_idN1054B\n" "help.text" -msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." -msgstr "In questa finestra di dialogo è possibile specificare la posizione e il nome di un formulario da salvare all'interno di un <link href=\"text/shared/explorer/database/dabadoc.xhp\">file di database</link>. La finestra di dialogo si apre automaticamente quando si salva un formulario per prima volta." +msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." +msgstr "" #. CDw7n #: menufilesave.xhp diff --git a/source/it/helpcontent2/source/text/shared/guide.po b/source/it/helpcontent2/source/text/shared/guide.po index 6a6e0ca1b90..72491911a0b 100644 --- a/source/it/helpcontent2/source/text/shared/guide.po +++ b/source/it/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-11 23:57+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564770238.000000\n" #. iharT @@ -655,6 +655,186 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferenze</caseinline><defaultinline>Strumenti - Opzioni</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibilità\">$[officename] - Accessibilità</link>" +#. FFtrt +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"tit\n" +"help.text" +msgid "Automatic Redaction" +msgstr "" + +#. K7arh +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" +msgstr "" + +#. dujqZ +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id171562795247122\n" +"help.text" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatic Redaction</link></variable>" +msgstr "" + +#. 5TXro +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id4715627952214572\n" +"help.text" +msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable> This makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." +msgstr "" + +#. erJBg +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>" +msgstr "" + +#. XFRFz +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id551626027709362\n" +"help.text" +msgid "This feature comes in handy in documents that have multiple occurrences of names and other personal information (e.g. credit cards, phone numbers, etc). Redacting all these portions of the document manually would required significant effort, but with Automatic Redaction this task can be automated in a more efficient manner." +msgstr "" + +#. HsEH7 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id11626028179231\n" +"help.text" +msgid "Creating Targets" +msgstr "" + +#. U4tPq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id211626097811059\n" +"help.text" +msgid "Targets are rules and patterns used by Automatic Redaction to find portions of the document to be automatically marked for redaction." +msgstr "" + +#. A6CCF +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id851626028193218\n" +"help.text" +msgid "To create a new target, click the <menuitem>Add Target</menuitem> button." +msgstr "" + +#. RGwFa +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id101626028852152\n" +"help.text" +msgid "The <emph>Add Target</emph> dialog appears, to let you define a <emph>Name</emph> for the new target, as well as to choose its <emph>Type</emph> and <emph>Content</emph>. There are three types of targets to choose from in the <emph>Type</emph> dropdown list:" +msgstr "" + +#. 5AKPv +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id241626028988544\n" +"help.text" +msgid "<emph>Text</emph>: Automatic Redaction will look for all occurrences of the specified text and mark them for redaction." +msgstr "" + +#. iCDRP +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id31626028992866\n" +"help.text" +msgid "<emph>Regular expression</emph>: Define a regular expression to use to search the document. All matches will be marked for redaction." +msgstr "" + +#. puprE +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id391626028994653\n" +"help.text" +msgid "<emph>Predefined</emph>: Choose predefined regular expressions to automatically redact contents, such as credit card numbers, email addresses and so on." +msgstr "" + +#. bMHnY +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id181626029575406\n" +"help.text" +msgid "Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool." +msgstr "" + +#. kiFS3 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id611626029791762\n" +"help.text" +msgid "Continue redacting other portions of the generated document and then print or export it to PDF." +msgstr "" + +#. gnseq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id581626101004089\n" +"help.text" +msgid "Refer to the help page <embedvar href=\"text/shared/01/02100001.xhp#02100001\"/> to learn more about regular expressions." +msgstr "" + +#. AE55E +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id951626029985729\n" +"help.text" +msgid "Exporting and Importing Targets" +msgstr "" + +#. CsYeH +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id701626030005749\n" +"help.text" +msgid "Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file." +msgstr "" + +#. M2XoB +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id971626030103135\n" +"help.text" +msgid "Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document." +msgstr "" + +#. 2haDR +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id311626030327293\n" +"help.text" +msgid "The document automatic redaction targets are saved alongside the document. Hence, they are available in the document after you save and close it." +msgstr "" + #. K7YtD #: autocorr_url.xhp msgctxt "" @@ -1681,14 +1861,14 @@ msgctxt "" msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>" msgstr "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Applicare i motivi alle barre del grafico \">Applicare i motivi alle barre del grafico</link></variable>" -#. FTMBo +#. 3ZmxR #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3156136\n" "help.text" -msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:" -msgstr "Potete aggiungere un motivo alle barre in un grafico o diagramma (invece di utilizzare i colori predefiniti) utilizzando immagini bitmap:" +msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:" +msgstr "" #. 4UEfD #: chart_barformat.xhp @@ -1726,14 +1906,14 @@ msgctxt "" msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab." msgstr "Selezionate la voce <emph>Proprietà oggetto</emph> dal menu di contesto e di seguito la scheda <emph>Area</emph>." -#. 4EBBU +#. uLD5N #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3146797\n" "help.text" -msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." -msgstr "Fate clic su <emph>Bitmap</emph>. A questo punto nella casella di riepilogo potete selezionare un'immagine bitmap come motivo per le barre. Se fate clic su <emph>OK</emph>, vengono applicate le impostazioni." +msgid "Click on <emph>Image</emph>. In the list box select an image as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." +msgstr "" #. rgZEg #: chart_insert.xhp @@ -6712,14 +6892,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registrare ed eliminare un database</link></variable>" -#. E6cCK +#. CEh3D #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "I dati dei <link href=\"text/shared/explorer/database/dabadoc.xhp\">file di database</link> possono essere registrati nell'istanza installata di %PRODUCTNAME. La registrazione è il processo con cui indicate a %PRODUCTNAME la posizione dei dati, la loro forma di organizzazione, i modi per richiamarli e altre informazioni. Una volta registrato il database, potete usare il comando <emph>Visualizza - Sorgente dati</emph> per accedere ai record di dati da un documento di testo o da un foglio elettronico." +msgid "Data from any <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -7756,14 +7936,14 @@ msgctxt "" msgid "Choose <emph>File - Open</emph> to open the database file." msgstr "Per aprire il file database, scegliete <emph>File - Apri</emph>." -#. C7CYD +#. e8sEc #: data_view.xhp msgctxt "" "data_view.xhp\n" "par_idN105D1\n" "help.text" -msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." -msgstr "Il <link href=\"text/shared/explorer/database/dabadoc.xhp\">file database</link> offre l'accesso a tabelle, ricerche, rapporti e formulari. Potete modificare la struttura delle tabelle e cambiare il contenuto dei record di dati." +msgid "The <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." +msgstr "" #. drvbN #: data_view.xhp @@ -7990,6 +8170,447 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>" msgstr "<link href=\"text/shared/01/05340400.xhp\" name=\"Digitare, modificare, copiare record di dati\">Digitare, modificare, copiare record di dati</link>" +#. DiHDB +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"tit\n" +"help.text" +msgid "Development Tools" +msgstr "" + +#. EQHbW +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>development tools</bookmark_value> <bookmark_value>object inspector</bookmark_value>" +msgstr "" + +#. SfpDF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Development Tools</link></variable>" +msgstr "" + +#. p3pqz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable>" +msgstr "" + +#. st97j +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Development Tools</menuitem>" +msgstr "" + +#. XaydF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id271627931218557\n" +"help.text" +msgid "After <emph>Development Tools</emph> is enabled it will become visible in all documents and %PRODUCTNAME applications. This setting is persistent and the <emph>Development Tools</emph> will remain visible until it is explicitly disabled by choosing <menuitem>Tools - Development Tools</menuitem>." +msgstr "" + +#. D74vk +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3152821\n" +"help.text" +msgid "When <emph>Development Tools</emph> is enabled, a dockable window will be shown at the bottom of the screen. This window has two main sections:" +msgstr "" + +#. BbGGE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id31627862228021\n" +"help.text" +msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgstr "" + +#. fJXDt +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id581627862228381\n" +"help.text" +msgid "<emph>Object inspection panel:</emph> Displays the available services, methods, properties and interfaces of the selected object." +msgstr "" + +#. SfCJQ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id91627862617231\n" +"help.text" +msgid "This feature is available since %PRODUCTNAME 7.2 and can be used in Writer, Calc, Impress and Draw." +msgstr "" + +#. 5J2jc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id791627911297568\n" +"help.text" +msgid "Document Model Tree View" +msgstr "" + +#. WCR6k +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3153303\n" +"help.text" +msgid "The left side of the window contains a <emph>Current Selection</emph> toggle button, a <emph>Refresh</emph> button and a tree view that displays all objects in the document." +msgstr "" + +#. DEPEn +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627912224207\n" +"help.text" +msgid "The behavior of the tree view depends on the status of the <emph>Current Selection</emph> toggle button:" +msgstr "" + +#. CjDg6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id811627912238786\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>enabled</emph>, then the <emph>Object Inspection Panel</emph> will display the properties of the object that is currently selected in the document. Hence, clicking any item in the tree view will have no effect." +msgstr "" + +#. 8sDyd +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id721627912239053\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>disabled</emph>, then clicking any item in the tree view will update the contents of the <emph>Object Inspection Panel</emph>." +msgstr "" + +#. PmkTZ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id931627912467594\n" +"help.text" +msgid "The types of objects displayed by the <emph>Document Model Tree View</emph> depend on the %PRODUCTNAME application being used:" +msgstr "" + +#. AMFhp +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id691627912559559\n" +"help.text" +msgid "%PRODUCTNAME application" +msgstr "" + +#. 44vcy +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id771627912559559\n" +"help.text" +msgid "Supported objects" +msgstr "" + +#. c5tx6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id551627912559559\n" +"help.text" +msgid "Writer" +msgstr "" + +#. meXjs +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id941627912559559\n" +"help.text" +msgid "Paragraphs<br/>Text Portions in a Paragraph<br/>Shapes<br/>Tables<br/>Frames<br/>Graphic Objects<br/>Embedded Objects (OLE)<br/>Style Families and Styles" +msgstr "" + +#. KrHuw +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id171627912693619\n" +"help.text" +msgid "Calc" +msgstr "" + +#. SHryG +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id601627912702265\n" +"help.text" +msgid "Sheets<br/>Shapes per sheet<br/>Charts per sheet<br/>Pivot tables per sheet<br/>Style Families and Styles" +msgstr "" + +#. c5S5D +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898951\n" +"help.text" +msgid "Impress" +msgstr "" + +#. G7tq6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902324\n" +"help.text" +msgid "Slides<br/>Shapes per slide<br/>Master slides<br/>Style Families and Styles" +msgstr "" + +#. APvko +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898022\n" +"help.text" +msgid "Draw" +msgstr "" + +#. QBNop +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902123\n" +"help.text" +msgid "Pages<br/>Shapes per page<br/>Style Families and Styles" +msgstr "" + +#. SsmFY +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id731627913346236\n" +"help.text" +msgid "Object Inspection Panel" +msgstr "" + +#. cP4WT +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id571627913372273\n" +"help.text" +msgid "The right side of the window consists of the <emph>Object Inspection Panel</emph> that displays information about the object being inspected." +msgstr "" + +#. CGBzb +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id361627930602108\n" +"help.text" +msgid "The first piece of information available is the <emph>Class Name</emph>, which is the name of the implementation class of the object." +msgstr "" + +#. aF94B +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id111627931046662\n" +"help.text" +msgid "Use the <emph>class name</emph> to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href=\"https://docs.libreoffice.org/sw/html/classSwXTextDocument.html\" name=\"SwXTextDocument_API\">SwXTextDocument Class Reference</link>." +msgstr "" + +#. X9o8G +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627930700568\n" +"help.text" +msgid "It is possible to inspect the object further by using the four tabs available that display its <emph>Interfaces</emph>, <emph>Services</emph>, <emph>Properties</emph> and <emph>Methods</emph>." +msgstr "" + +#. AwMan +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id71627913884995\n" +"help.text" +msgid "Each of the tabs organize the information about the object in columns. The set of columns presented depend on which tab is selected." +msgstr "" + +#. RECVL +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id511627914011995\n" +"help.text" +msgid "Interfaces tab" +msgstr "" + +#. FJcvE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id321627914033147\n" +"help.text" +msgid "Contains a single column presenting the list of interfaces implemented by the object." +msgstr "" + +#. BF7qu +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id21627913972266\n" +"help.text" +msgid "Services tab" +msgstr "" + +#. HZPma +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627913989665\n" +"help.text" +msgid "Contains a single column presenting the list of services supported by the object." +msgstr "" + +#. NGnte +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id901627914056156\n" +"help.text" +msgid "Properties tab" +msgstr "" + +#. 9kX9a +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id531627914066770\n" +"help.text" +msgid "Contains four columns that describe the properties of the object:" +msgstr "" + +#. VyG2A +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id461627914264898\n" +"help.text" +msgid "<emph>Property</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. YBmE7 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id491627914265327\n" +"help.text" +msgid "<emph>Value</emph>: Displays a textual representation of the values of all properties." +msgstr "" + +#. 7P4rv +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id981627914265672\n" +"help.text" +msgid "<emph>Type</emph>: Shows the property type." +msgstr "" + +#. FYv4W +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id391627914265992\n" +"help.text" +msgid "<emph>Info</emph>: Presents relevant information about the property. For instance, a property that is read-only will have a \"read-only\" value in this column." +msgstr "" + +#. G2CGc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id161627914138859\n" +"help.text" +msgid "The <emph>Properties</emph> tab contains an additional section that shows a textual representation of the value of the selected property. When a property is selected the value is updated in the text box available at the bottom of the <emph>Object Inspection Panel</emph>. This is useful when the value is too long to be shown in the <emph>Value</emph> column." +msgstr "" + +#. ptFVa +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id941627914764723\n" +"help.text" +msgid "Methods tab" +msgstr "" + +#. XBugD +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id671627914803456\n" +"help.text" +msgid "Contains four columns that describe the combined list of methods that can be called by the current object:" +msgstr "" + +#. Bq4dK +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id281627914839271\n" +"help.text" +msgid "<emph>Method</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. kxBZz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id421627914839748\n" +"help.text" +msgid "<emph>Return type</emph>: Displays the return type of the methods that can be called by the object. Methods that do not return any value are marked as \"void\" in this column." +msgstr "" + +#. NwGtg +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627914840174\n" +"help.text" +msgid "<emph>Parameters</emph>: Shows the list of parameters that are required by the method as well as their respective types." +msgstr "" + +#. KDTST +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627914840561\n" +"help.text" +msgid "<emph>Implementation class</emph>: Displays the name of the class where the method is implemented." +msgstr "" + #. WNbRY #: digital_signatures.xhp msgctxt "" @@ -18970,14 +19591,14 @@ msgctxt "" msgid "Copying Attributes With the Clone Formatting Tool" msgstr "Copiare gli attributi con lo strumento Clona formattazione" -#. TRHUk +#. 7Frig #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "bm_id380260\n" "help.text" -msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" -msgstr "<bookmark_value>Formato, pennello</bookmark_value><bookmark_value>Clona formattazione</bookmark_value><bookmark_value>Formattazione; copiare</bookmark_value><bookmark_value>Copiare; formattazione</bookmark_value><bookmark_value>Pennello</bookmark_value>" +msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" +msgstr "" #. 7BBrB #: paintbrush.xhp @@ -18988,23 +19609,14 @@ msgctxt "" msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Clone Formatting Tool</link></variable>" msgstr "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copiare la formattazione con lo strumento Clona formattazione</link></variable>" -#. qhepx +#. KdqKE #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10655\n" "help.text" -msgid "You can use the Clone Formatting tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." -msgstr "Potete utilizzare lo strumento Clona formattazione per copiare la formattazione di un testo selezionato o di un oggetto e applicarla a un altro testo od oggetto." - -#. iDbUF -#: paintbrush.xhp -msgctxt "" -"paintbrush.xhp\n" -"par_id101920091122570\n" -"help.text" -msgid "In Calc, the Clone Formatting tool only applies to cell formatting." -msgstr "In Calc, lo strumento Clona formattazione riguarda solo la formattazione delle celle." +msgid "Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." +msgstr "" #. F7Fcd #: paintbrush.xhp @@ -19015,50 +19627,50 @@ msgctxt "" msgid "Select the text or object whose formatting you want to copy." msgstr "Selezionate il testo o l'oggetto di cui volete copiare la formattazione." -#. jdFbC +#. gu5yT #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10667\n" "help.text" -msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon." -msgstr "Nella <emph>barra degli strumenti standard</emph>, fate clic sull'icona <emph>Clona formattazione</emph>." +msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon. The mouse cursor will change to a paint bucket." +msgstr "" -#. ipwBd +#. AZjCv #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10660\n" +"par_idN1066E\n" "help.text" -msgid "The cursor changes to a paint bucket." -msgstr "Il cursore si trasforma in un barattolo di vernice." +msgid "Select or click the text or object that you want to apply the formatting to." +msgstr "Selezionate o fate clic sul testo o sull'oggetto a cui desiderate applicare la formattazione." -#. Ets82 +#. c28pc #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10663\n" +"par_id291629997756899\n" "help.text" -msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." -msgstr "Per applicare la formattazione a più selezioni, fate doppio clic sull'icona <emph>Clona formattazione</emph> <image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icona</alt></image>. Dopo aver applicato la formattazione, fate nuovamente clic sull'icona." +msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon <image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." +msgstr "" -#. AZjCv +#. 9ivCF #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN1066E\n" +"par_idN10716\n" "help.text" -msgid "Select or click the text or object that you want to apply the formatting to." -msgstr "Selezionate o fate clic sul testo o sull'oggetto a cui desiderate applicare la formattazione." +msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." +msgstr "Per impostazione predefinita viene copiata solo la formattazione del carattere; per includere la formattazione del paragrafo, tenete premuto <switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre fate clic. Per copiare solo la formattazione del carattere, tenete premuto <switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maiusc mentre fate clic." -#. 9ivCF +#. Q29RQ #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10716\n" +"par_id1001629997571404\n" "help.text" -msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." -msgstr "Per impostazione predefinita viene copiata solo la formattazione del carattere; per includere la formattazione del paragrafo, tenete premuto <switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre fate clic. Per copiare solo la formattazione del carattere, tenete premuto <switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maiusc mentre fate clic." +msgid "In Calc, the Clone Formatting tool only copies formatting applied using the <menuitem>Format - Cells</menuitem> dialog or other equivalent methods. Therefore, any formatting applied directly to characters by selecting text inside a cell and then going to the <menuitem>Format - Character</menuitem> dialog will not be copied using the Clone Formatting tool." +msgstr "" #. pjGa2 #: paintbrush.xhp @@ -19249,14 +19861,14 @@ msgctxt "" msgid "Calc table or cells are selected" msgstr "Sono selezionate una tabella o delle celle in Calc" -#. xBbMX +#. kuPwA #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN1070C\n" "help.text" -msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents" -msgstr "Copia la formattazione definita nelle finestre di dialogo <item type=\"menuitem\">Formato - Celle</item> nonché la formattazione del contenuto della cella." +msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog." +msgstr "" #. LFKkc #: pasting.xhp @@ -20275,23 +20887,23 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; redacting contents</bookmark_value> <bookmark_value>presentations; redacting contents</bookmark_value> <bookmark_value>text documents; redacting contents</bookmark_value> <bookmark_value>redaction</bookmark_value>" msgstr "<bookmark_value>Foglio elettronico; oscurare il contenuto</bookmark_value><bookmark_value>Presentazione; oscurare il contenuto</bookmark_value><bookmark_value>Testo, documento di; oscurare il contenuto</bookmark_value><bookmark_value>Oscuramento</bookmark_value>" -#. uen9A +#. A7KDQ #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Redacting Documents</link>" -msgstr "<link href=\"text/shared/guide/redaction.xhp\" name=\"oscuramento\">Oscuramento di documenti</link>" +msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redacting Documents</link></variable>" +msgstr "" -#. rUjmE +#. AFwWF #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." -msgstr "<variable id=\"redaction\"><ahelp hid=\".\">L'oscuramento di documenti blocca parole o porzioni di un documento all'uso o alla visione non autorizzata.</ahelp></variable> L'oscuramento protegge le informazioni sensibili e aiuta le aziende e le organizzazioni a ottemperare ai regolamenti riguardanti la riservatezza o la privacy." +msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." +msgstr "" #. QdoMp #: redaction.xhp @@ -24748,6 +25360,123 @@ msgctxt "" msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>" msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Comandi dei tasti\">Comandi dei tasti</link>" +#. AWjj4 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"tit\n" +"help.text" +msgid "Tip of the day" +msgstr "" + +#. hEahE +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"bm_id961630844980165\n" +"help.text" +msgid "<bookmark_value>tip of the day</bookmark_value>" +msgstr "" + +#. Pmxkf +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id161630843025887\n" +"help.text" +msgid "<link href=\"text/shared/guide/tipoftheday.xhp\" name=\"tod\">Tip of the Day</link>" +msgstr "" + +#. PtZCz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id731630843025888\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable>" +msgstr "" + +#. eGRcH +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id721630843443217\n" +"help.text" +msgid "Choose <menuitem>Help - Show Tip of the day</menuitem>." +msgstr "" + +#. Mix66 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id601630844290206\n" +"help.text" +msgid "The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software." +msgstr "" + +#. cFRY5 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id51630844860633\n" +"help.text" +msgid "The tip of the day is not specific to the current module." +msgstr "" + +#. XjuPZ +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id171630844295289\n" +"help.text" +msgid "Show tips on startup" +msgstr "" + +#. LqZHq +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id711630844302059\n" +"help.text" +msgid "Displays a dialog with a random tip on %PRODUCTNAME startup." +msgstr "" + +#. PAxHM +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id81630844306451\n" +"help.text" +msgid "Next Tip" +msgstr "" + +#. nqjpy +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id401630844318220\n" +"help.text" +msgid "Displays another tip of the day in the same dialog." +msgstr "" + +#. rSTiz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id251630844323484\n" +"help.text" +msgid "OK" +msgstr "" + +#. GoQru +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id511630844327861\n" +"help.text" +msgid "Close the Tip of the Day dialog." +msgstr "" + #. C6Bb4 #: undo_formatting.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/shared/optionen.po b/source/it/helpcontent2/source/text/shared/optionen.po index a74a576db0d..7e079b07db1 100644 --- a/source/it/helpcontent2/source/text/shared/optionen.po +++ b/source/it/helpcontent2/source/text/shared/optionen.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-04 12:59+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564770651.000000\n" #. PzSYs @@ -2995,23 +2995,23 @@ msgctxt "" msgid "Help Improve %PRODUCTNAME" msgstr "Aiutaci a migliorare %PRODUCTNAME" -#. Wrk7m +#. qxiYD #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3169299\n" "help.text" -msgid "Collect usage data and send it to The Document Foundation" -msgstr "Raccogli i dati di utilizzo e inviali a The Document Foundation" +msgid "Send crash reports to The Document Foundation" +msgstr "" -#. q2Akd +#. FpxZ2 #: 01010600.xhp msgctxt "" "01010600.xhp\n" "par_id3167530\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used." -msgstr "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Invia i dati di utilizzo per aiutare The Document Foundation al miglioramento dell'uso del software.</ahelp> Alla squadra di sviluppo del software interessano le informazioni sui parametri di utilizzo di %PRODUCTNAME. Questi dati aiutano a migliorare l'uso delle applicazioni, identificando le sequenze di comandi più utilizzate durante le esecuzioni di attività comuni e, di conseguenza, a progettare un'interfaccia utente più facile da utilizzare e più produttiva. I dati di utilizzo vengono inviati in maniera anonima e non veicolano il contenuto dei documenti, ma solo i comandi utilizzati." +msgid "<ahelp hid=\"cui/ui/optgeneralpage/crashreport\">Send crash reports to help developers improve the software’s reliability.</ahelp> Whenever %PRODUCTNAME crashes, you can opt to send reports containing certain debugging information, useful to help track down the cause of the bug and fix it eventually." +msgstr "" #. Zb7tT #: 01010600.xhp @@ -5992,6 +5992,60 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Allinea il righello verticale con il bordo destro.</ahelp>" +#. mpQdJ +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"bm_id411624631841785\n" +"help.text" +msgid "<bookmark_value>outline folding buttons;settings</bookmark_value>" +msgstr "" + +#. AyGcm +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id751624630367767\n" +"help.text" +msgid "Outline folding" +msgstr "" + +#. ZLHPa +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id671624630372163\n" +"help.text" +msgid "Show outline-folding buttons" +msgstr "" + +#. tbuLW +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id261624630524895\n" +"help.text" +msgid "Displays outline folding buttons on the left of the outline headings." +msgstr "" + +#. G6sDV +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id211624630375989\n" +"help.text" +msgid "Include sub levels" +msgstr "" + +#. GyAV9 +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id231624630529145\n" +"help.text" +msgid "Also displays the folding buttons of the outline sub levels." +msgstr "" + #. jH6p8 #: 01040200.xhp msgctxt "" @@ -9772,14 +9826,14 @@ msgctxt "" msgid "General" msgstr "Generale" -#. r9GEx +#. dNqQR #: 01060300.xhp msgctxt "" "01060300.xhp\n" "bm_id3151110\n" "help.text" -msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>" -msgstr "<bookmark_value>Metrica;nei fogli</bookmark_value><bookmark_value>Tabulazione;impostare nei fogli elettronici</bookmark_value><bookmark_value>Cella;posizione del cursore dopo l'immissione (Calc)</bookmark_value><bookmark_value>Modifica;attivare con il tasto Invio (Calc)</bookmark_value><bookmark_value>Formattazione;espandere (Calc)</bookmark_value><bookmark_value>Espansione;formattazione (Calc)</bookmark_value><bookmark_value>Riferimento;espandere (Calc)</bookmark_value><bookmark_value>Colonna;evidenziare l'intestazione (Calc)</bookmark_value><bookmark_value>Riga;evidenziare l'intestazione (Calc)</bookmark_value>" +msgid "<bookmark_value>metrics;in sheets</bookmark_value> <bookmark_value>tab stops; setting in sheets</bookmark_value> <bookmark_value>cells; cursor positions after input (Calc)</bookmark_value> <bookmark_value>edit mode; through Enter key (Calc)</bookmark_value> <bookmark_value>formatting; expanding (Calc)</bookmark_value> <bookmark_value>expanding formatting (Calc)</bookmark_value> <bookmark_value>references; expanding (Calc)</bookmark_value> <bookmark_value>column headers; highlighting (Calc)</bookmark_value> <bookmark_value>row headers; highlighting (Calc)</bookmark_value>" +msgstr "" #. ViFyA #: 01060300.xhp @@ -9880,14 +9934,32 @@ msgctxt "" msgid "Press Enter to switch to edit mode" msgstr "Premi Invio per passare al modo modifica" -#. Skn2E +#. jHBp2 #: 01060300.xhp msgctxt "" "01060300.xhp\n" "par_id3148943\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Permette di modificare immediatamente la cella selezionata premendo il tasto Invio.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Determines the behavior of the Enter key in a spreadsheet. Checking this option causes Enter to open cell contents for editing.</ahelp>" +msgstr "" + +#. NMaGC +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id291629751925288\n" +"help.text" +msgid "Uncheck this option to make the Enter key select the cell below the current cell." +msgstr "" + +#. msttp +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id391629752077203\n" +"help.text" +msgid "If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling this option is useful when entering values into a range of cells sequentially." +msgstr "" #. zqG2F #: 01060300.xhp @@ -11860,14 +11932,14 @@ msgctxt "" msgid "All control points in Bézier editor" msgstr "Tutti i punti di controllo nell'editor Bézier" -#. XhTcm +#. d6woc #: 01070100.xhp msgctxt "" "01070100.xhp\n" "par_id3153877\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Mostra tutti i punti di controllo di Bézier quando viene selezionata una <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"curva di Bézier\">curva di Bézier</link>. Se l'opzione <emph>Tutti i punti di controllo nell'editor Bézier</emph> non è selezionata, vengono visualizzati solo i punti di controllo dell'oggetto di Bézier selezionato.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobject\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" +msgstr "" #. aDatu #: 01070100.xhp @@ -12832,14 +12904,14 @@ msgctxt "" msgid "Drawing scale" msgstr "Scala di disegno" -#. tMAM4 +#. nXodr #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3153965\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the rulers.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Specifica la scala di disegno sui righelli.</ahelp>" +msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the status bar.</ahelp> Right-click on the scale factor in the status bar to open a list of possible values." +msgstr "" #. CVDi7 #: 01070500.xhp @@ -17233,6 +17305,105 @@ msgctxt "" msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" msgstr "Per ulteriori informazioni su OpenCL, visitate il <link href=\"https://www.khronos.org/opencl/\">sito di OpenCL</link>" +#. myGoD +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"tit\n" +"help.text" +msgid "Search Commands" +msgstr "" + +#. LBGY4 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"bm_id8215627973621527\n" +"help.text" +msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>" +msgstr "" + +#. n8hsF +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\" name=\"SearchCommands_help\">Search Commands</link></variable>" +msgstr "" + +#. fVXLC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>" +msgstr "" + +#. rgr85 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Help - Search Commands</menuitem>" +msgstr "" + +#. 2jAJE +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795754587\n" +"help.text" +msgid "Use the shortcut <emph>Shift + Esc</emph>" +msgstr "" + +#. 9gqGJ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id631628621951493\n" +"help.text" +msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field." +msgstr "" + +#. LBa6c +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id991628622249416\n" +"help.text" +msgid "To execute a command:" +msgstr "" + +#. CJ4EC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id521628622272041\n" +"help.text" +msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command." +msgstr "" + +#. uEWNu +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id551628622272467\n" +"help.text" +msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command." +msgstr "" + +#. XFXXZ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id41628622450782\n" +"help.text" +msgid "This feature is available in Writer, Calc, Impress and Draw." +msgstr "" + #. uqPJR #: securityoptionsdialog.xhp msgctxt "" @@ -17242,14 +17413,14 @@ msgctxt "" msgid "Security Options and Warnings" msgstr "Opzioni di sicurezza e avvisi" -#. 2AJs6 +#. FiSkp #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "bm_id2322154\n" "help.text" -msgid "<bookmark_value>selecting;security warnings</bookmark_value><bookmark_value>selecting;security options</bookmark_value><bookmark_value>options;security</bookmark_value><bookmark_value>warnings;security</bookmark_value>" -msgstr "<bookmark_value>Selezionare;avvisi di sicurezza</bookmark_value><bookmark_value>Selezionare;opzioni di sicurezza</bookmark_value><bookmark_value>Opzione;sicurezza</bookmark_value><bookmark_value>Avviso;di sicurezza</bookmark_value>" +msgid "<bookmark_value>selecting;security warnings</bookmark_value> <bookmark_value>selecting;security options</bookmark_value> <bookmark_value>options;security</bookmark_value> <bookmark_value>warnings;security</bookmark_value>" +msgstr "" #. EsBEH #: securityoptionsdialog.xhp @@ -17368,14 +17539,14 @@ msgctxt "" msgid "Remove personal information on saving" msgstr "Rimuovi le informazioni personali al salvataggio" -#. 8wTMu +#. tMGtt #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "par_idN10667\n" "help.text" -msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Selezionare questa opzione per rimuovere sempre i dati utente dalle proprietà dei file. Se questa opzione non è selezionata, è ugualmente possibile rimuovere i dati personali dal documento attivo premendo il pulsante <emph>Azzera le proprietà</emph> in <emph>File - Proprietà - Generale</emph>.</ahelp>" +msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from file properties, comments and tracked changes. The names of authors in comments and changes will be replaced by generic values as \"Author1\", \"Author2\" and so forth. Time values will also be reset to a single standard value. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" +msgstr "" #. HJEQF #: securityoptionsdialog.xhp diff --git a/source/it/helpcontent2/source/text/simpress/00.po b/source/it/helpcontent2/source/text/simpress/00.po index 15bdaa5d4db..f4e20ea3449 100644 --- a/source/it/helpcontent2/source/text/simpress/00.po +++ b/source/it/helpcontent2/source/text/simpress/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-07-24 16:17+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563483614.000000\n" #. sqmGT @@ -205,14 +205,14 @@ msgctxt "" msgid "Shift+F3" msgstr "Tasto Maiusc+F3" -#. CDuQB +#. YHwXy #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id3149263\n" "help.text" -msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>" -msgstr "<variable id=\"bearbueber\">Scegliete <emph>Modifica - Morphing</emph> (solo in <item type=\"productname\">%PRODUCTNAME</item> Draw)</variable>" +msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)</variable>" +msgstr "" #. k3XUS #: 00000402.xhp @@ -241,14 +241,14 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Menu <emph>Modifica - Comando di campo...</emph></variable>" -#. NSTGw +#. EzPdL #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id8695944\n" "help.text" -msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>" -msgstr "<variable id=\"gluebar\">Fare clic sull'icona <emph>Punti di incollaggio</emph> nella barra degli oggetti per disegno </variable>" +msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar</variable>" +msgstr "" #. cjzea #: 00000403.xhp diff --git a/source/it/helpcontent2/source/text/simpress/01.po b/source/it/helpcontent2/source/text/simpress/01.po index 63c0a32ed9f..4d157ed4171 100644 --- a/source/it/helpcontent2/source/text/simpress/01.po +++ b/source/it/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564771087.000000\n" #. mu9aV @@ -457,14 +457,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Apre il navigatore, che permette di passare rapidamente ad altre presentazioni o di spostarsi tra i file aperti.</ahelp>" -#. pMcDi +#. ce4X2 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154015\n" "help.text" -msgid "You can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." -msgstr "Il navigatore può essere <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancorato\">ancorato</link> sul bordo dell'area di lavoro." +msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." +msgstr "" #. C3o34 #: 02110000.xhp @@ -754,14 +754,14 @@ msgctxt "" msgid "Insert as link" msgstr "Inserisci come collegamento" -#. nDvVC +#. ik84A #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153747\n" "help.text" -msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link> into the active slide." -msgstr "Inserisce le diapositive come <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"collegamenti\">collegamenti</link> nella diapositiva attiva." +msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#link\" name=\"link\">link</link> into the active slide." +msgstr "" #. 3RHDp #: 02110000.xhp @@ -8134,15 +8134,6 @@ msgctxt "" msgid "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Bullet and Position</link>" msgstr "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Punto elenco e posizione</link>" -#. D3TGn -#: bulletandposition.xhp -msgctxt "" -"bulletandposition.xhp\n" -"par_id401623253567633\n" -"help.text" -msgid "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" -msgstr "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" - #. phgxq #: bulletandposition.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/simpress/02.po b/source/it/helpcontent2/source/text/simpress/02.po index aa8cba9ffbc..e8e81714fe0 100644 --- a/source/it/helpcontent2/source/text/simpress/02.po +++ b/source/it/helpcontent2/source/text/simpress/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2020-11-20 15:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-01-06 10:36+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563483805.000000\n" #. AiACn @@ -736,14 +736,14 @@ msgctxt "" msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>" msgstr "<bookmark_value>Rispecchiamento;intorno a una linea</bookmark_value><bookmark_value>Oggetto;rispecchiare</bookmark_value><bookmark_value>3D;convertire in solidi di rotazione</bookmark_value><bookmark_value>Inclinazione;oggetti</bookmark_value><bookmark_value>Oggetto;effetti</bookmark_value><bookmark_value>Distorsione;oggetti</bookmark_value><bookmark_value>Oggetto;troncare</bookmark_value><bookmark_value>Trasparenza;di oggetti</bookmark_value><bookmark_value>Sfumatura;trasparente</bookmark_value><bookmark_value>Colore;definire la sfumatura in modo interattivo</bookmark_value><bookmark_value>Sfumatura;definire il colore</bookmark_value><bookmark_value>Cerchio;di oggetti</bookmark_value>" -#. YqkFR +#. CJuj9 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "hd_id3147264\n" "help.text" -msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>" -msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"Modo\">Modo</link>" +msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" +msgstr "" #. EpoHs #: 10030000.xhp @@ -754,32 +754,41 @@ msgctxt "" msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>" msgstr "<ahelp hid=\".uno:AdvancedMode\">Modifica la forma, l'orientazione o il riempimento dell'oggetto o degli oggetti selezionati.</ahelp>" -#. GqWCz +#. uEqDG #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149665\n" +"par_id3149018\n" "help.text" -msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" -msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icona</alt></image>" +msgid "Choose <menuitem>View - Toolbars - Transformations</menuitem>." +msgstr "" -#. fMEpv +#. iDvMV #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3154018\n" +"par_id401626114053741\n" "help.text" -msgid "Transformations (%PRODUCTNAME Draw only)" -msgstr "Trasformazioni (solo in %PRODUCTNAME Draw)" +msgid "Click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" -#. xeiRd +#. QAxua #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149018\n" +"par_id3149665\n" "help.text" -msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." -msgstr "Per aprire la barra degli strumenti <emph>Trasformazioni</emph> selezionate <emph>Visualizza - Barre degli strumenti - Trasformazioni</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw potete anche fare clic sulla freccia vicino all'icona <emph>Trasformazioni</emph> presente nella barra degli strumenti <emph>Standard</emph>." +msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icon Transformations</alt></image>" +msgstr "" + +#. ZKyMH +#: 10030000.xhp +msgctxt "" +"10030000.xhp\n" +"par_id3154018\n" +"help.text" +msgid "Transformations" +msgstr "" #. pfG6c #: 10030000.xhp @@ -817,14 +826,14 @@ msgctxt "" msgid "If you select a group that includes a 3D object, only the 3D object is rotated. You cannot skew a 3D object, instead, you can rotate it about the X and Y axes by dragging the center handles." msgstr "Se selezionate un gruppo che include un oggetto 3D, viene ruotato solo l'oggetto 3D. Gli oggetti 3D non possono essere inclinati, ma possono essere ruotati intorno agli assi X e Y trascinando le maniglie centrali." -#. ixzBs +#. mgG2X #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3146962\n" "help.text" -msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icon</alt></image>" -msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icona</alt></image>" +msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icon Rotate</alt></image>" +msgstr "" #. WCPSb #: 10030000.xhp @@ -853,14 +862,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Mirror\">Flips the selected object(s) around a flip line, that you can drag to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s). To change the orientation of the flip line, drag one of its end points to new location.</ahelp>" msgstr "<ahelp hid=\".uno:Mirror\">Capovolge gli oggetti selezionati intorno a una linea speculare, che può essere trascinata nel punto desiderato della diapositiva. Per capovolgere un oggetto, trascinare una delle maniglie sul lato opposto della linea speculare. Per cambiare l'orientazione della linea speculare, trascinare una delle estremità nella nuova posizione.</ahelp>" -#. pAXUd +#. wqV7B #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3153035\n" "help.text" -msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icon</alt></image>" -msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icona</alt></image>" +msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icon Flip</alt></image>" +msgstr "" #. Kz9PF #: 10030000.xhp @@ -898,14 +907,14 @@ msgctxt "" msgid "Drag the symmetry line to a new location to change the shape of the converted object. To change the orientation of the symmetry line, drag one of its end points. Click the object to convert it to 3D." msgstr "Per cambiare la forma dell'oggetto convertito, trascinate la linea di simmetria in una nuova posizione. Per cambiare l'orientazione della linea di simmetria, trascinate una delle estremità. Fate clic sull'oggetto per convertirlo in formato 3D." -#. ZfTVn +#. EAroP #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150928\n" "help.text" -msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icon</alt></image>" -msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icona</alt></image>" +msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145295\">Icon In 3D rotation object</alt></image>" +msgstr "" #. vCf5c #: 10030000.xhp @@ -934,14 +943,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookRotate\">Distorce l'oggetto selezionato avvolgendolo intorno a un cerchio virtuale e lo pone in prospettiva. Per distorcere un oggetto, trascinare una delle maniglie.</ahelp> Se l'oggetto selezionato non è un poligono o una curva di Bézier, prima di distorcerlo è necessario trasformarlo in una curva." -#. DVfeM +#. pQ368 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3147167\n" "help.text" -msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icon</alt></image>" -msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icona</alt></image>" +msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Set in circle</alt></image>" +msgstr "" #. jQBPp #: 10030000.xhp @@ -970,14 +979,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookSlant\">Distorce l'oggetto selezionato avvolgendolo intorno a un cerchio virtuale. Per distorcere un oggetto, trascinare una delle maniglie.</ahelp> Se l'oggetto selezionato non è un poligono o una curva di Bézier, prima di distorcerlo è necessario trasformarlo in una curva." -#. HH6FB +#. fLFPv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150875\n" "help.text" -msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icon</alt></image>" -msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icona</alt></image>" +msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150882\">Icon Set to circle</alt></image>" +msgstr "" #. CHQyt #: 10030000.xhp @@ -1006,14 +1015,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:Shear\">Permette di trascinare le maniglie dell'oggetto selezionato per cambiarne la forma.</ahelp> Se l'oggetto selezionato non è un poligono o una curva di Bézier, prima di distorcerlo è necessario trasformarlo in una curva." -#. Lw7AA +#. e6Ep6 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154693\n" "help.text" -msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icon</alt></image>" -msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icona</alt></image>" +msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icon Distort</alt></image>" +msgstr "" #. 5Fh3F #: 10030000.xhp @@ -1060,14 +1069,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Per mostrare la <emph>barra dei colori</emph>, scegliete <emph>Visualizza - Barre degli strumenti - Barra dei colori</emph>." -#. N3Tqg +#. RK2M3 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154602\n" "help.text" -msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icon</alt></image>" -msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icona</alt></image>" +msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icon Transparency</alt></image>" +msgstr "" #. xZb79 #: 10030000.xhp @@ -1105,14 +1114,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Per mostrare la <emph>barra dei colori</emph>, scegliete <emph>Visualizza - Barre degli strumenti - Barra dei colori</emph>." -#. oCZAH +#. SyUHL #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150990\n" "help.text" -msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icon</alt></image>" -msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icona</alt></image>" +msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icon Gradient</alt></image>" +msgstr "" #. nVb58 #: 10030000.xhp diff --git a/source/it/helpcontent2/source/text/simpress/guide.po b/source/it/helpcontent2/source/text/simpress/guide.po index 28b6899ef91..8d6e3c97a58 100644 --- a/source/it/helpcontent2/source/text/simpress/guide.po +++ b/source/it/helpcontent2/source/text/simpress/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563483927.000000\n" #. S83CC @@ -988,14 +988,14 @@ msgctxt "" msgid "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Changing the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link> </variable>" msgstr "<variable id=\"background\"><link href=\"text/simpress/guide/background.xhp\" name=\"Modificare il riempimento di sfondo della diapositiva\">Modificare il riempimento di sfondo della <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva</caseinline><defaultinline>pagina</defaultinline></switchinline></link></variable>" -#. 5zK9c +#. DL4oF #: background.xhp msgctxt "" "background.xhp\n" "par_id3155067\n" "help.text" -msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Potete cambiare il colore o il riempimento dello sfondo della diapositiva selezionata o di tutte le diapositive del documento. Il riempimento dello sfondo può essere rappresentato da un tratteggio, da una sfumatura o da un'immagine bitmap." +msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. SEPCz #: background.xhp @@ -1006,23 +1006,23 @@ msgctxt "" msgid "If you want to change the background fill for all of the slides, choose <menuitem>View - Master Slide</menuitem>. To change the background fill of a single slide, choose <menuitem>View - Normal</menuitem>." msgstr "Per cambiare lo sfondo di tutte le diapositive, scegliete <menuitem>Visualizza - Diapositiva schema</menuitem>. Per cambiare lo sfondo di una singola diapositiva, scegliete <menuitem>Visualizza - Normale</menuitem>." -#. ZUiCf +#. uWB9C #: background.xhp msgctxt "" "background.xhp\n" "par_id624713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Fai clic su Imposta immagine di sfondo per la diapositiva nel menu di contesto di una diapositiva nella vista Normale per selezionare un file bitmap. Questo file viene utilizzato come immagine di sfondo.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" -#. NRK9m +#. 6eFDv #: background.xhp msgctxt "" "background.xhp\n" "par_id4155067\n" "help.text" -msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Potete cambiare il colore o il riempimento dello sfondo della pagina selezionata o di tutte le pagine del documento. Il riempimento dello sfondo può essere rappresentato da un tratteggio, da una sfumatura o da un'immagine bitmap." +msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. BUHu6 #: background.xhp @@ -1033,14 +1033,14 @@ msgctxt "" msgid "If you want to change the background fill for all of the pages, choose <menuitem>View - Master Page</menuitem>. To change the background fill of a single page, choose <menuitem>View - Normal</menuitem>." msgstr "Per cambiare lo sfondo di tutte le pagine, scegliete <menuitem>View - Pagina schema</menuitem>. Per cambiare lo sfondo di una singola pagina, scegliete <menuitem>Visualizza - Normale</menuitem>." -#. Dh3Ju +#. GbV3P #: background.xhp msgctxt "" "background.xhp\n" "par_id644713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Fai clic su Imposta immagine di sfondo per la pagina nel menu di contesto di una pagina nella vista Normale per selezionare un file bitmap. Questo file viene utilizzato come immagine di sfondo.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" #. KuE3E #: background.xhp @@ -1132,23 +1132,23 @@ msgctxt "" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "Scegliete <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva - Proprietà</menuitem></caseinline><defaultinline><menuitem>Pagina - Proprietà</menuitem></defaultinline></switchinline>, poi fate clic sulla scheda <emph>Sfondo</emph>." -#. xDXpC +#. 79gTB #: background.xhp msgctxt "" "background.xhp\n" "par_id3145356\n" "help.text" -msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list." -msgstr "Nell'area <emph>Riempimento</emph>, selezionate <emph>Bitmap</emph> e fate clic su una delle immagini elencate." +msgid "In the <emph>Fill </emph>area, select <emph>Image</emph>, and then click an image in the list." +msgstr "" -#. BAQi9 +#. 8yUQT #: background.xhp msgctxt "" "background.xhp\n" "par_id3150757\n" "help.text" -msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list." -msgstr "Per usare un'immagine personalizzata come sfondo della <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva</caseinline><defaultinline>pagina</defaultinline></switchinline>, fate clic sul pulsante <emph>Importa</emph>. Individuate l'immagine desiderata e fate clic su <widget>Apri</widget>. Ritornando alla scheda <emph>Sfondo</emph> l'immagine importata si troverà nell'elenco <emph>Bitmap</emph>." +msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Image</emph> list." +msgstr "" #. 24cCs #: background.xhp @@ -3769,14 +3769,14 @@ msgctxt "" msgid "To apply a new <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline>" msgstr "Per applicare una nuova <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapositiva schema</caseinline><defaultinline>pagina schema</defaultinline></switchinline>" -#. NDv5o +#. wWCBU #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id3154702\n" "help.text" -msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Master Slide</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." -msgstr "Selezionate <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva - Diapositiva schema</menuitem></caseinline><defaultinline><menuitem>Pagina - Pagina schema</menuitem></defaultinline></switchinline>." +msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Change Slide Master</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." +msgstr "" #. AvkGN #: masterpage.xhp @@ -3859,6 +3859,15 @@ msgctxt "" msgid "To apply the page design to the current page only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "Per applicare la struttura di pagina alla sola pagina attiva, deselezionate la casella <emph>Scambia pagina di sfondo</emph> e fate clic su <widget>OK</widget>." +#. H8tb8 +#: masterpage.xhp +msgctxt "" +"masterpage.xhp\n" +"par_id21631211553150\n" +"help.text" +msgid "Check <emph>Delete unused backgrounds</emph> to remove unreferenced background slides and presentation layouts from the document." +msgstr "" + #. rnFQF #: masterpage.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/smath/00.po b/source/it/helpcontent2/source/text/smath/00.po index 2fa2cf5c306..4806fc6e7ed 100644 --- a/source/it/helpcontent2/source/text/smath/00.po +++ b/source/it/helpcontent2/source/text/smath/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: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-07-26 11:22+0000\n" "Last-Translator: Paolo Pelloni <info@paolopelloni.it>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564140167.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Per accedere a questa funzione..." +#. rsAwM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Come accedere a questa funzione...</variable>" +#. BL3Y8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Marker</emph>" msgstr "Menu <emph>Modifica - Contrassegno successivo</emph>" +#. jEFg6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "F4 key" msgstr "Tasto F4" +#. 5DAtH #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Marker</emph>" msgstr "Menu <emph> Modifica - Contrassegno precedente</emph>" +#. 7hjUN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Maiusc+F4" +#. JMkTx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Error</emph>" msgstr "Menu <emph>Modifica - Errore successivo</emph>" +#. BmVBo #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3 key" msgstr "Tasto F3" +#. WR9HA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Error</emph>" msgstr "Menu <emph>Modifica - Errore precedente</emph>" +#. rhrSM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Maiusc+F3" +#. A2tmE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. FqS3z #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icon</alt></image>" msgstr "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icona</alt></image>" +#. ZGH5E #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Zoom 100%" msgstr "Zoom 100%" +#. rcgc8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom In</emph>" msgstr "Menu <emph>Visualizza - Zoom avanti</emph>" +#. zazds #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. cFNys #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" msgstr "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icona</alt></image>" +#. t3FPw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Zoom In" msgstr "Zoom avanti" +#. mDN9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom Out</emph>" msgstr "Menu <emph>Visualizza - Zoom indietro</emph>" +#. HEGXE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. eEHDh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icon</alt></image>" msgstr "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icona</alt></image>" +#. FwGWc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Zoom indietro" +#. trnPc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Choose <emph>View - Show All</emph>" msgstr "Menu <emph>Visualizza - Mostra tutto</emph>" +#. b2Bq4 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. dhew7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icon</alt></image>" msgstr "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icona</alt></image>" +#. 2bHgE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Show All" msgstr "Mostra tutto" +#. 7feMp #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>View - Update</emph>" msgstr "Menu <emph>Visualizza - Aggiorna</emph>" +#. FGuRC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "F9 key" msgstr "Tasto F9" +#. Wi2Cb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. xD6qA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icon</alt></image>" msgstr "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icona</alt></image>" +#. 9BewG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Update" msgstr "Aggiorna" +#. uo9hE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"neuzeichnen\">Choose <emph>View - AutoUpdate Display</emph></variable>" msgstr "<variable id=\"neuzeichnen\">Menu <emph>Visualizza - Aggiorna automaticamente la vista</emph></variable>" +#. V5dDC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"astopa\">Choose <emph>View - Elements</emph></variable>" msgstr "<variable id=\"astopa\">Menu <emph>Visualizza - Elementi</emph></variable>" +#. EcYMF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Unary/Binary Operators</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph> - Operatori unari/binari</emph>" +#. F4bjv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Operatori unari/binari</emph> dalla casella di riepilogo." +#. y5SEf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Relations</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph> - Relazioni</emph>" +#. BF7L6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Relazioni</emph> dalla casella di riepilogo." +#. pdkFZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Operators</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph> - Operatori</emph>" +#. kupZ9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Operatori</emph> dalla casella di riepilogo." +#. AMNH5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Functions</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph>Funzioni</emph>" +#. uLDoL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Funzioni</emph> dalla casella di riepilogo." +#. trDLY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Brackets</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete<emph> - Parentesi</emph>" +#. Ecj7h #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Parentesi</emph> dalla casella di riepilogo." +#. hH2hr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Attributes</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete<emph> - Attributi</emph>" +#. qFQk7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Attributi</emph> dalla casella di riepilogo." +#. FxAcz #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Formats</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete<emph> - Formattazioni</emph>" +#. fEH8m #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Formati</emph> dalla casella di riepilogo." +#. b7NCw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Set Operations</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph> - Operazioni degli insiemi</emph>" +#. pBfZE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Operazioni degli insiemi</emph> dalla casella di riepilogo." +#. GGUzh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>" msgstr "<variable id=\"fmtsfa\">Menu <emph>Formato - Tipi di carattere...</emph></variable>" +#. 83k2g #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>" msgstr "<variable id=\"fmtssa\">Menu <emph>Formato - Tipi di carattere - Cambia</emph></variable>" +#. WE6Kn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>" msgstr "<variable id=\"fmtsgr\">Menu<emph> Formato - Dimensioni carattere...</emph></variable>" +#. YFE9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<variable id=\"fmtabs\">Choose <emph>Format - Spacing</emph></variable>" msgstr "<variable id=\"fmtabs\">Menu<emph> Formato - Distanze...</emph></variable>" +#. MUh9G #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<variable id=\"fmtarg\">Choose <emph>Format - Align</emph></variable>" msgstr "<variable id=\"fmtarg\">Scegliete <emph>Formato - Allinea</emph></variable>" +#. X3CNj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<variable id=\"textmodus\">Choose <emph>Format - Text Mode</emph></variable>" msgstr "<variable id=\"textmodus\">Menu <emph>Formato - Modo testo</emph></variable>" +#. go9mc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Choose <emph>Tools - Symbols</emph>" msgstr "Scegliete <emph>Strumenti - Simboli</emph>" +#. FZ2Tu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Nella barra degli strumenti, fate clic su" +#. 63bpb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icon</alt></image>" msgstr "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icona</alt></image>" +#. gNanN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Symbols" msgstr "Simboli" +#. B9byP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"etssba\">Choose <emph>Tools - Symbols - Edit</emph></variable>" msgstr "<variable id=\"etssba\">Menu <emph>Strumenti - Simboli - Modifica</emph></variable>" +#. HB8a9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></variable>" msgstr "<variable id=\"etsfim\">Menu <emph>Strumenti - Importa formula...</emph></variable>" +#. jFJ4D #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" msgstr "<variable id=\"etsmim\">Scegliete <emph>Strumenti - Importa MathML dagli appunti</emph></variable>" +#. ELXVZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<variable id=\"etsaps\">Choose <emph>Tools - Customize</emph></variable>" msgstr "<variable id=\"etsaps\">Scegliete <emph>Strumenti - Personalizza</emph></variable>" +#. rrpNJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Others</emph>" msgstr "Aprite il menu contestuale della finestra Comandi - scegliete <emph> - Altro</emph>" +#. fa4UR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox." msgstr "Scegliete <emph>Visualizza - Elementi</emph>; nel riquadro Elementi selezionate <emph>Altro</emph> dalla casella di riepilogo." +#. QG6eL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>" msgstr "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icona</alt></image>" +#. vtF4A #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/it/helpcontent2/source/text/smath/04.po b/source/it/helpcontent2/source/text/smath/04.po index ebc62182b64..8d9f28a03c0 100644 --- a/source/it/helpcontent2/source/text/smath/04.po +++ b/source/it/helpcontent2/source/text/smath/04.po @@ -3,9 +3,9 @@ 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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2017-01-06 20:16+0000\n" -"Last-Translator: Valter Mura <valtermura@gmail.com>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-10 02:21+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1483733814.000000\n" +"X-POOTLE-MTIME: 1494382876.000000\n" +#. fW4At #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Shortcut Keys" msgstr "Tasti di scelta rapida nelle formule" +#. 7PGFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; in formulas</bookmark_value>" msgstr "<bookmark_value>Formula;scelte rapide</bookmark_value>" +#. WVdeo #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Formula Shortcut Keys\">Formula Shortcut Keys</link></variable>" msgstr "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Tasti di scelta rapida nelle formule\">Tasti di scelta rapida nelle formule</link></variable>" +#. CraEp #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A list of the shortcut keys specific to creating formulas is contained in this section." msgstr "Qui viene visualizzato un elenco di combinazioni di tasti speciali che possono accelerare le operazioni con i documenti formula." +#. BoUhM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "The general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">shortcut keys in $[officename]</link> also apply." msgstr "Potete utilizzare anche i <link href=\"text/shared/04/01010000.xhp\" name=\"tasti di scelta rapida generali di $[officename]\">tasti di scelta rapida generali di $[officename]</link>." +#. JHsws #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcut Keys for Formula Functions" msgstr "Combinazioni di tasti per le funzioni all'interno di documenti formula" +#. WKVpk #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "The following shortcut keys correspond to commands in the <emph>Edit</emph> and <emph>View </emph>menus." msgstr "I seguenti tasti di scelta rapida corrispondono ad alcuni dei comandi disponibili nei menu <emph>Modifica</emph> e <emph>Visualizza</emph>." +#. jfmkj #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. M6NJ5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Next Error" msgstr "Errore successivo" +#. NsA5D #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Maiusc+F3" +#. MZugQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Previous Error" msgstr "Errore precedente" +#. UYWph #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. 4FGAR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Next Marker (Placeholder)" msgstr "Contrassegno successivo (segnaposto)" +#. CjJwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Maiusc+F4" +#. SELdy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Previous Marker (Placeholder)" msgstr "Contrassegno precedente (segnaposto)" +#. TEBFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "F9" msgstr "F9" +#. L5c7R #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Update" msgstr "Aggiorna" +#. EfFPe #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Navigation in the Elements pane" msgstr "Navigazione nel riquadro Elementi" +#. DzDg9 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Left or right arrow" msgstr "Freccia a destra o a sinistra" +#. qpCKG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move left or right to the next category or function." msgstr "Sposta il cursore a destra o a sinistra tra le categorie o le funzioni disponibili." +#. r7rNS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Enter key" msgstr "Tasto Invio" +#. CnhE4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Selects a category (within the category section) or inserts a function in the <emph>Commands</emph> window (within the function section)." msgstr "In base alla posizione corrente, seleziona una categoria o inserisce una funzione nella finestra <emph>Comandi</emph>." +#. FpXaM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. NMMtZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Jump from the first category item to the first function of the category." msgstr "Passa dal primo elemento della categoria alla prima funzione della categoria." +#. nt5td #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Maiusc+Tab" +#. G4Sdf #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/it/helpcontent2/source/text/smath/06.po b/source/it/helpcontent2/source/text/smath/06.po index 0bbc5ae2669..e7e1e419fe8 100644 --- a/source/it/helpcontent2/source/text/smath/06.po +++ b/source/it/helpcontent2/source/text/smath/06.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-08-02 18:49+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564771766.000000\n" +#. TrAzH #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Math screenshots" msgstr "Schermate di Math" +#. QABk4 #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Alignment Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Finestra di dialogo Allineamento</alt></image>" +#. XxMrP #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Font Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Finestra di dialogo Tipo di carattere</alt></image>" +#. FFXms #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Font Size Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Finestra di dialogo Dimensione carattere</alt></image>" +#. 7RGJx #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Font Type Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Finestra di dialogo Tipo di carattere</alt></image>" +#. qDFEC #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Save Default Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Finestra di dialogo Salva predefinito</alt></image>" +#. 6KgFe #: screenshots.xhp msgctxt "" "screenshots.xhp\n" diff --git a/source/it/helpcontent2/source/text/smath/guide.po b/source/it/helpcontent2/source/text/smath/guide.po index ea6cc13679f..d06b2d43ca6 100644 --- a/source/it/helpcontent2/source/text/smath/guide.po +++ b/source/it/helpcontent2/source/text/smath/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-08-02 18:50+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564771846.000000\n" +#. P9FEQ #: align.xhp msgctxt "" "align.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Manually Aligning Formula Parts" msgstr "Allineare manualmente parti di formule" +#. Dc94G #: align.xhp msgctxt "" "align.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>aligning; characters in %PRODUCTNAME Math</bookmark_value><bookmark_value>formula parts; manually aligning</bookmark_value>" msgstr "<bookmark_value>Allineare; caratteri in %PRODUCTNAME Math</bookmark_value><bookmark_value>Formula, parti di; allineare manualmente</bookmark_value>" +#. 5ENLq #: align.xhp msgctxt "" "align.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Manually Aligning Formula Parts\">Manually Aligning Formula Parts</link></variable>" msgstr "<variable id=\"align\"> <link href=\"text/smath/guide/align.xhp\" name=\"Allineare manualmente parti di formule\">Allineare manualmente parti di formule</link> </variable>" +#. eUZmq #: align.xhp msgctxt "" "align.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "How do you align characters in $[officename] Math quickly and easily?" msgstr "Allineare i caratteri in $[officename] Math in modo facile e veloce" +#. EJ2GY #: align.xhp msgctxt "" "align.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "To accomplish this, you must define empty groups and character strings. They do not require any space, but carry information that helps in the alignment process." msgstr "Per prima cosa definite gruppi vuoti e stringhe di caratteri. Essi non richiedono spazio ma veicolano informazioni utili nel processo di allineamento." +#. BLcvk #: align.xhp msgctxt "" "align.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "To create empty groups, enter curly brackets <emph>{}</emph> in the Commands window. In the following example, the goal is to achieve a line break so that the plus signs are beneath one another, even though one less character is entered in the upper line:" msgstr "Per creare gruppi vuoti, inserite una coppia di parentesi graffe <emph>{}</emph> nella finestra Comandi. Nell'esempio seguente, l'obiettivo è di interrompere la riga in modo che i segni più si trovino l'uno sotto l'altro anche se la riga superiore contiene un carattere in meno:" +#. wDfhJ #: align.xhp msgctxt "" "align.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Empty character strings are a simple way to ensure that texts and formulas are left-aligned. They are defined using double inverted commas \"\" . Make sure you do not use any typographic inverted commas. Example:" msgstr "Le stringhe vuote, definite da una coppia di virgolette doppie \"\", rappresentano un metodo semplice per allineare a sinistra il testo e le formule. Dovete evitare, tuttavia, di usare i simboli tipografici delle virgolette inverse. Esempio:" +#. C6Ky9 #: align.xhp msgctxt "" "align.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "\"A further example.\" newline a+b newline \"\"c-d" msgstr "\"Altro esempio.\" newline a+b newline \"\"c-d" +#. WA2Pc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Changing Default Attributes" msgstr "Modificare attributi predefiniti" +#. 4DrY6 #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<bookmark_value>attributes; changing in $[officename] Math</bookmark_value><bookmark_value>font attributes;changing defaults</bookmark_value><bookmark_value>formatting;changing default attributes</bookmark_value><bookmark_value>defaults;changing default formatting</bookmark_value><bookmark_value>changing;default formatting</bookmark_value>" msgstr "<bookmark_value>Attributo;modificare in $[officename] Math</bookmark_value><bookmark_value>Tipo di carattere;modificare gli attributi predefiniti</bookmark_value><bookmark_value>Formattazione;modificare gli attributi predefiniti</bookmark_value><bookmark_value>Predefinita;modificare la formattazione</bookmark_value><bookmark_value>Modificare;formattazione predefinita</bookmark_value>" +#. WndEQ #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Changing Default Attributes\">Changing Default Attributes</link></variable>" msgstr "<variable id=\"attributes\"> <link href=\"text/smath/guide/attributes.xhp\" name=\"Modificare attributi predefiniti\">Modificare attributi predefiniti</link> </variable>" +#. gAHnh #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Can default formats in $[officename] Math be modified?" msgstr "Modificare le formattazioni predefinite in $[officename] Math" +#. k9ADA #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Some parts of formulas are always formatted bold or italic by default." msgstr "Alcune parti delle formule sono sempre formattate in grassetto o in corsivo." +#. 7A7Vi #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "You can remove these attributes using \"nbold\" and \"nitalic\". Example:" msgstr "Per rimuovere questi attributi potete usare i comandi \"nbold\" e \"nitalic\". Esempio:" +#. MCJxc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "In the second formula, the a is not italic. The b is bold. You cannot change the plus sign by this method." msgstr "Nella seconda formula, la lettera a non è in corsivo, mentre la b è in grassetto. Questo metodo non può essere usato per modificare il segno più." +#. oPuAE #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Merging Formula Parts in Brackets" msgstr "Raggruppare parti di formule tra parentesi" +#. bDPkX #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>brackets; merging formula parts</bookmark_value><bookmark_value>formula parts; merging</bookmark_value><bookmark_value>fractions in formulas</bookmark_value><bookmark_value>merging;formula parts</bookmark_value>" msgstr "<bookmark_value>Parentesi;raggruppare parti di formule</bookmark_value><bookmark_value>Formula;raggruppare parti</bookmark_value><bookmark_value>Frazione;nelle formule</bookmark_value><bookmark_value>Unione;parti di formule</bookmark_value>" +#. J7BeM #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Merging Formula Parts in Brackets\">Merging Formula Parts in Brackets</link></variable>" msgstr "<variable id=\"brackets\"> <link href=\"text/smath/guide/brackets.xhp\" name=\"Raggruppare parti di formule tra parentesi\">Raggruppare parti di formule tra parentesi</link> </variable>" +#. z6zop #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Inserting fractions into formulas" msgstr "Inserire frazioni in una formula" +#. jPtfJ #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "In the case of a fraction whose numerator and denominator consist of a product, a sum, and so on, the values that belong together must be bracketed together." msgstr "In una frazione il cui numeratore o denominatore sono il risultato di un prodotto o di una somma, ecc., i valori correlati devono essere raccolti tra parentesi." +#. 4bWFt #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Use the following syntax:" msgstr "Usate la sintassi seguente:" +#. FX6mw #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "or" msgstr "oppure" +#. 3UYoM #: comment.xhp msgctxt "" "comment.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Entering Comments" msgstr "Scrivere un commento" +#. EpAyX #: comment.xhp msgctxt "" "comment.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<bookmark_value>comments; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;comments in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>Commento;digitare in $[officename] Math</bookmark_value><bookmark_value>Inserire;commenti in $[officename] Math</bookmark_value>" +#. RB5xU #: comment.xhp msgctxt "" "comment.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Entering Comments\">Entering Comments</link></variable>" msgstr "<variable id=\"comment\"> <link href=\"text/smath/guide/comment.xhp\" name=\"Scrivere un commento\">Scrivere un commento</link> </variable>" +#. CA8hE #: comment.xhp msgctxt "" "comment.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "How does one attach comments that don't appear in the document to a formula?" msgstr "Scrivere un testo di commento a una formula in modo che non appaia nel documento" +#. sj3Gt #: comment.xhp msgctxt "" "comment.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "A comment begins with a double percent sign <emph>%%</emph>, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text." msgstr "Un testo di commento comincia con un doppio simbolo di percentuale <emph>%%</emph> e termina con il carattere di fine riga (Invio). Il testo compreso tra questi due comandi sarà ignorato e non verrà stampato. Se il testo comprende altri segni di percentuale, essi saranno considerati come parte di testo." +#. 27yBP #: comment.xhp msgctxt "" "comment.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Example:" msgstr "Esempio:" +#. CMAYs #: comment.xhp msgctxt "" "comment.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "a^2+b^2=c^2 %% Pythagorean theorem." msgstr "a^2+b^2=c^2 %% Il teorema di Pitagora." +#. PZSB7 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Shortcuts ($[officename] Math Accessibility)" msgstr "Tasti di scelta rapida (funzioni di accesso facilitato di $[officename] Math)" +#. rsGdv #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>accessibility; $[officename] Math shortcuts</bookmark_value>" msgstr "<bookmark_value>Accesso facilitato; scorciatoie di $[officename] Math</bookmark_value>" +#. 4zHFd #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Shortcuts ($[officename] Math Accessibility)\">Shortcuts ($[officename] Math Accessibility)</link></variable>" msgstr "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Tasti di scelta rapida (funzioni di accesso facilitato di $[officename] Math)\">Tasti di scelta rapida (funzioni di accesso facilitato di $[officename] Math)</link></variable>" +#. ZkpGA #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "You can control $[officename] Math without a mouse." msgstr "Per operare in $[officename] Math non dovete necessariamente usare il mouse." +#. dNEFC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Inserting a Formula Directly" msgstr "Inserire direttamente una formula" +#. 3ztDF #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "If you want to insert a formula into a text document, and you already know the correct writing, you can proceed as follows:" msgstr "Per inserire direttamente una formula in un documento di testo, procedete in questo modo:" +#. qoVM4 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Write the formula into your text" msgstr "Scrivete la formula nel documento di testo" +#. dmJc9 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Select the formula" msgstr "Selezionate la formula" +#. bN6uQ #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose the command <emph>Insert - Object - Formula</emph>." msgstr "Scegliete il comando <emph>Inserisci - Oggetto - Formula</emph>." +#. aowxC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Inserting a Formula using a Window" msgstr "Inserire una formula con una finestra" +#. Tqx4F #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "If you want to use the $[officename] Math interface to edit a formula, choose the command <emph>Insert - Object - Formula</emph> without any text selected." msgstr "Per modificare una formula dall'interfaccia di $[officename] Math, scegliete il comando <emph>Inserisci - Oggetto - Formula</emph> senza selezionare alcuna parte di testo." +#. sEBBM #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "The cursor waits in the Commands window and you can type the formula." msgstr "Il cursore della finestra Comandi si pone in attesa ed è possibile inserire la formula." +#. rvzhp #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open." msgstr "Per comporre le formule potete usare il riquadro Elementi. Nel caso non fosse già aperta, scegliete <emph>Visualizza - Elementi</emph>." +#. tfpCC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back." msgstr "Se il riquadro Elementi è aperto, potete usare il tasto F6 per passare dalla finestra Comandi al riquadro Elementi e viceversa." +#. PxwLi #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Elements pane" msgstr "Riquadro Elementi" +#. iKfcF #: limits.xhp msgctxt "" "limits.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Working with Limits" msgstr "Lavorare con i limiti" +#. 6WSEC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<bookmark_value>limits;in sums/integrals</bookmark_value><bookmark_value>integral limits</bookmark_value>" msgstr "<bookmark_value>Limite;in somme/integrali</bookmark_value><bookmark_value>Integrale, limite</bookmark_value>" +#. jCWYY #: limits.xhp msgctxt "" "limits.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Working with Limits</link></variable>" msgstr "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Lavorare con i limiti</link></variable>" +#. Gtt8e #: limits.xhp msgctxt "" "limits.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "How can I define the limits in a Sum or Integral formula?" msgstr "Come si definiscono i limiti in una sommatoria o in un integrale?" +#. kFrLC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "You want to insert a summation formula like \"summation of s^k from k = 0 to n\" at the cursor in a Writer text document." msgstr "Volete inserire una sommatoria del tipo \"somma di s^k per k = 0 a n\" alla posizione del cursore in un documento di testo Writer." +#. 5oKcr #: limits.xhp msgctxt "" "limits.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Scegliete <item type=\"menuitem\">Inserisci - Oggetto - Formula</item>." +#. qAFch #: limits.xhp msgctxt "" "limits.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "You see the Math input window and the Elements pane on the left." msgstr "La finestra di inserimento di Math è visualizzata sulla sinistra, assieme al riquadro Elementi." +#. DZW2c #: limits.xhp msgctxt "" "limits.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item." msgstr "Dall'elenco che si trova sulla parte alta del riquadro Elementi, selezionate l'elemento <emph>Operatori</emph>." +#. r8sVG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon." msgstr "Nella parte bassa del riquadro Elementi, fate clic sull'icona <emph>Somma</emph>." +#. erGA9 #: limits.xhp msgctxt "" "limits.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "To enable lower and upper limits, click additionally the <emph>Upper and Lower Limits</emph> icon." msgstr "Per abilitare i limiti inferiori e superiori, fate clic anche sull'icona <emph>Limiti superiori e inferiori</emph>." +#. YxM8C #: limits.xhp msgctxt "" "limits.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "In the input window, the first placeholder or marker is selected, and you can start to enter the lower limit:" msgstr "Nella finestra di inserimento viene selezionato il primo segnaposto o contrassegno e potete iniziare a inserire il limite inferiore:" +#. szLNG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the upper limit:" msgstr "Premete F4 per avanzare al segnaposto successivo e inserite il limite superiore:" +#. Wh4vB #: limits.xhp msgctxt "" "limits.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the summand:" msgstr "Premete F4 per avanzare al segnaposto successivo e inserite i termini da sommare:" +#. dJvvn #: limits.xhp msgctxt "" "limits.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Now the formula is complete. Click into your text document outside the formula to leave the formula editor." msgstr "La formula è completa. Fate clic in un punto qualsiasi del documento al di fuori della formula per uscire dall'editor delle formule." +#. bFFkA #: limits.xhp msgctxt "" "limits.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window." msgstr "Potete inserire in maniera analoga un integrale con estremi d'integrazione. Quando fate clic su un'icona del riquadro Elementi, il comando in forma testuale viene inserito nella finestra di inserimento. Se conoscete già il comando testuale, potete inserirlo direttamente nella finestra di inserimento." +#. q8yAH #: limits.xhp msgctxt "" "limits.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Scegliete <item type=\"menuitem\">Inserisci - Oggetto - Formula</item>." +#. VAoyi #: limits.xhp msgctxt "" "limits.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Click in the input window and enter the following line:" msgstr "Fate clic nella finestra di inserimento e digitate il testo seguente:" +#. 7rRJW #: limits.xhp msgctxt "" "limits.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon." msgstr "Per inserire un piccola separazione tra f(x) e dx, potete anche utilizzare il riquadro Elementi: selezionate l'elemento <emph>Formattazioni</emph>, quindi l'icona <emph>Spazio intermedio piccolo</emph>." +#. FSWqq #: limits.xhp msgctxt "" "limits.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "If you don't like the font of the letters f and x, choose <item type=\"menuitem\">Format - Fonts</item> and select other fonts. Click the <emph>Default</emph> button to use the new fonts as default from now on." msgstr "Se volete cambiare il tipo di carattere per le lettere f e x, scegliete <item type=\"menuitem\">Formato - Tipi di carattere</item> e selezionate altri tipi di carattere. Fate clic sul pulsante <emph>Predefinito</emph> per utilizzare in seguito il nuovo tipo di carattere come quello predefinito." +#. KBUXj #: limits.xhp msgctxt "" "limits.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "If you need the formula within a line of text, the limits increase the line height. You can choose <item type=\"menuitem\">Format - Text Mode</item> to place the limits besides the Sum or Integral symbol, which reduces the line height." msgstr "Se avete bisogno di una formula che sia contenuta entro la riga, aumentate l'altezza della riga. Potete scegliere <item type=\"menuitem\">Formato - Modo testo</item> per posizionare i limiti accanto ai simboli di sommatoria o integrale in modo da ridurre l'altezza della riga." +#. FMfHG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<link href=\"text/smath/01/03090909.xhp\">Example of Integral and Sum ranges</link>" msgstr "<link href=\"text/smath/01/03090909.xhp\">Esempio di intervalli di integrazione e somma</link>" +#. tfPe4 #: main.xhp msgctxt "" "main.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Instructions for Using $[officename] Math" msgstr "Istruzioni per $[officename] Math" +#. FfhxL #: main.xhp msgctxt "" "main.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<bookmark_value>$[officename] Math;general instructions</bookmark_value><bookmark_value>instructions; $[officename] Math</bookmark_value><bookmark_value>Equation Editor, see $[officename] Math</bookmark_value>" msgstr "<bookmark_value>$[officename] Math;istruzioni generali</bookmark_value><bookmark_value>istruzioni; $[officename] Math</bookmark_value><bookmark_value>Editor di equazioni, vedere $[officename] Math</bookmark_value>" +#. DyNdG #: main.xhp msgctxt "" "main.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instructions for Using $[officename] Math\">Instructions for Using $[officename] Math</link></variable>" msgstr "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Istruzioni per l'utilizzo di $[officename] Math\">Istruzioni per l'utilizzo di $[officename] Math</link></variable>" +#. ArDuV #: main.xhp msgctxt "" "main.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Entering and Editing Formulas" msgstr "Scrivere e modificare le formule" +#. 74qEh #: newline.xhp msgctxt "" "newline.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Entering Line Breaks" msgstr "Inserire interruzioni di riga" +#. S8pTx #: newline.xhp msgctxt "" "newline.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "<bookmark_value>line breaks; in formulas</bookmark_value><bookmark_value>formulas;line breaks</bookmark_value><bookmark_value>wrapping text;in formulas</bookmark_value>" msgstr "<bookmark_value>Interruzione di riga;nelle formule</bookmark_value><bookmark_value>Formula;interruzioni di riga</bookmark_value><bookmark_value>Scorrimento;testo nelle formule</bookmark_value>" +#. Uaq5F #: newline.xhp msgctxt "" "newline.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Entering Line Breaks\">Entering Line Breaks</link></variable>" msgstr "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Interruzioni di riga\">Interruzioni di riga</link> </variable>" +#. gLLUF #: newline.xhp msgctxt "" "newline.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "How to write formulas in $[officename] Math over two lines (with manual line break):" msgstr "Scrivere una formula a due righe (con interruzione manuale della riga) in $[officename] Math:" +#. hYDBe #: newline.xhp msgctxt "" "newline.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "Create a line break by using the \"newline\" command. Everything coming after the line break is placed on the next line." msgstr "Per interrompere manualmente una riga potete servirvi del comando \"newline\" e il testo proseguirà su una nuova riga." +#. fhtKa #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Inserting Brackets" msgstr "Inserire parentesi" +#. CeDFE #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<bookmark_value>brackets; inserting in %PRODUCTNAME Math</bookmark_value><bookmark_value>inserting;brackets</bookmark_value><bookmark_value>distances between brackets</bookmark_value>" msgstr "<bookmark_value>Parentesi;inserire in %PRODUCTNAME Math</bookmark_value><bookmark_value>Inserire;parentesi</bookmark_value><bookmark_value>Distanza tra le parentesi</bookmark_value>" +#. XkEUk #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Inserting Brackets\">Inserting Brackets</link></variable>" msgstr "<variable id=\"parentheses\"> <link href=\"text/smath/guide/parentheses.xhp\" name=\"Inserire parentesi\">Inserire parentesi</link> </variable>" +#. cAGdF #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "In <item type=\"productname\">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?" msgstr "In <item type=\"productname\">%PRODUCTNAME</item> Math, le parentesi possono essere mostrate separatamente in modo che la distanza tra loro possa essere liberamente definibile?" +#. L2fFP #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "You can set individual brackets using \"left\" and \"right\", but the distance between the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way to display brackets so that the distance between them is fixed. To accomplish this, place a \"\\\" (backslash) before the normal brackets. These brackets now behave like any other symbol and the alignment is the same as with other symbols:" msgstr "Potete impostare le parentesi singolarmente usando i comandi \"left\" e \"right\", ma la distanza tra le parentesi non sarà mai fissa, poiché sarà adattata all'argomento contenuto. Per visualizzare le parentesi con una distanza fissa dovete farle precedere da una doppia barra rovesciata (\"\\\"). In questo modo, le parentesi si comporteranno come qualunque altro simbolo e seguiranno le stesse modalità di allineamento:" +#. AECF4 #: text.xhp msgctxt "" "text.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Entering Text" msgstr "Inserire testo" +#. FGbj6 #: text.xhp msgctxt "" "text.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>text strings; entering in $[officename] Math</bookmark_value><bookmark_value>direct text; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;text in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>Stringa di testo; inserire in $[officename] Math</bookmark_value><bookmark_value>Diretto, testo; inserire in $[officename] Math</bookmark_value><bookmark_value>Inserire;testo in $[officename] Math</bookmark_value>" +#. XRDUC #: text.xhp msgctxt "" "text.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Entering Text\">Entering Text</link></variable>" msgstr "<variable id=\"text\"> <link href=\"text/smath/guide/text.xhp\" name=\"Inserire testo\">Inserire testo</link> </variable>" +#. FGjG4 #: text.xhp msgctxt "" "text.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "How to enter direct text strings that do not get interpreted?" msgstr "Come inserire direttamente stringhe di testo che non vengono interpretate?" +#. 8AWkB #: text.xhp msgctxt "" "text.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Some text strings get interpreted as operators automatically. Sometimes this is not what you want. If you want to write W<emph>*</emph> (a letter with a superscripted asterisk), the asterisk will be interpreted as a multiplication operator. Enclose the direct text within double quotes or add spaceholders." msgstr "Alcune stringhe di testo vengono interpretate come operatori in modo automatico. A volte questo non è quello che volete. Se volete scrivere W<emph>*</emph> (una lettera con un asterisco scritto sopra), l'asterisco sarà interpretato come un operatore moltiplicatore. Racchiudete direttamente il testo all'interno di virgolette doppie o aggiungete segnaposto." +#. HCpMB #: text.xhp msgctxt "" "text.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Examples:" msgstr "Esempio:" +#. aKbTy #: text.xhp msgctxt "" "text.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "An imported MathType formula contains the following string" msgstr "Una formula MathType importata contiene la seguente stringa" +#. pgDrE #: text.xhp msgctxt "" "text.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "If you have set up Math to convert imported MathType formulas (in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - Microsoft Office), you see the formula with a placeholder instead of the asterisk." msgstr "Se avete impostato Math per convertire formule MathType importate (in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferenze</caseinline><defaultinline>Strumenti - Opzioni</defaultinline></switchinline> - Carica/Salva - Microsoft Office), la formula è visualizzata con un segnaposto invece dell'asterisco." +#. VXaga #: text.xhp msgctxt "" "text.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Change {*} to {} * {} as in the following formula:" msgstr "Cambiate {*} in {} * {} come nella seguente formula:" +#. HGq8j #: text.xhp msgctxt "" "text.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "You can also use W^\"*\" to enter the character as direct text." msgstr "Si può utilizzare anche W^\"*\" per inserire il carattere come testo diretto." +#. qELLZ #: text.xhp msgctxt "" "text.xhp\n" diff --git a/source/it/helpcontent2/source/text/swriter.po b/source/it/helpcontent2/source/text/swriter.po index 8a9786860ca..6e62d04c950 100644 --- a/source/it/helpcontent2/source/text/swriter.po +++ b/source/it/helpcontent2/source/text/swriter.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564771861.000000\n" #. x2qZ6 @@ -466,42 +466,6 @@ msgctxt "" msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." msgstr "Mostrate o nascondete i <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"risolvi commenti\">commenti risolti</link>." -#. EsnVW -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150854018740\n" -"help.text" -msgid "Show Whitespace" -msgstr "Mostra spazi vuoti" - -#. WJ3Vz -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"par_id102720150854012820\n" -"help.text" -msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements above and display document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." -msgstr "Visualizza il documento con i margini superiore e inferiore, l'intestazione, il piè di pagina e una distanza tra le pagine. Deselezionate per comprimere tutti questi elementi e visualizzare il documento come una pagina a flusso continuo. È possibile nascondere gli spazi vuoti solamente nella vista a pagina singola." - -#. eBSCq -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id03302017034826145\n" -"help.text" -msgid "Track Changes" -msgstr "Revisioni" - -#. 95G2n -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150908397549\n" -"help.text" -msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" -msgstr "<link href=\"text/shared/01/gallery.xhp\">Galleria</link>" - #. NEqPZ #: main0103.xhp msgctxt "" @@ -871,6 +835,24 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Mappa immagine</link>" +#. KAnyG +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id621628789958422\n" +"help.text" +msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"Redact\">Redact</link>" +msgstr "" + +#. hoCpd +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id231628790402002\n" +"help.text" +msgid "<link href=\"text/shared/guide/auto_redact.xhp\" name=\"AutoRedact\">Auto-Redact</link>" +msgstr "" + #. 9FPWA #: main0106.xhp msgctxt "" @@ -1465,6 +1447,42 @@ msgctxt "" msgid "Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format." msgstr "Attiva o disattiva l'impostazione per il riconoscimento automatico di numeri o date inseriti in una cella di tabella, convertendoli da testo a un formato numerico appropriato." +#. kz8tL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id711630938569930\n" +"help.text" +msgid "Header Rows Repeat Across Pages" +msgstr "" + +#. pV6gM +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id451630938722616\n" +"help.text" +msgid "Repeat a table heading on each new page that the table spans." +msgstr "" + +#. kXsZH +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id191630938574129\n" +"help.text" +msgid "Rows to Break Across Pages" +msgstr "" + +#. iUmYL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id841630938899606\n" +"help.text" +msgid "Allows a page break or column break inside a row of the table. This option is not applied to the first row in a table if the <emph>Repeat Heading</emph> option is selected." +msgstr "" + #. kwKdS #: main0110.xhp msgctxt "" @@ -2365,14 +2383,14 @@ msgctxt "" msgid "Rulers display the dimensions of the page, and the position of tabs, indents, borders and columns. You can modify all of these on the rulers using the mouse." msgstr "Nei righelli non vengono visualizzate solo le misure della pagina, ma anche i contrassegni delle tabulazioni, i rientri, i margini e le colonne che potete modificare interattivamente con il mouse." -#. NtELb +#. qEzBZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154239\n" "help.text" -msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." -msgstr "Facendo doppio clic su un'area libera (grigia) dei righelli, si avvia la finestra di dialogo <emph>Paragrafo</emph>, nel quale potete digitare le <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formattazioni dirette\">formattazioni dirette</link> per il paragrafo corrente oppure per tutti i paragrafi selezionati." +msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." +msgstr "" #. LqCV4 #: main0214.xhp diff --git a/source/it/helpcontent2/source/text/swriter/00.po b/source/it/helpcontent2/source/text/swriter/00.po index 1aedd0cfe62..1ce83262245 100644 --- a/source/it/helpcontent2/source/text/swriter/00.po +++ b/source/it/helpcontent2/source/text/swriter/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-03-23 11:45+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Valter Mura <valtermura@gmail.com>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1564773315.000000\n" #. E9tti @@ -493,6 +493,33 @@ msgctxt "" msgid "Formatting Marks" msgstr "Segni di formattazione" +#. LmXFe +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id401629894593714\n" +"help.text" +msgid "Choose <menuitem>View - Show Whitespace</menuitem>." +msgstr "" + +#. SuxGC +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id291629893774665\n" +"help.text" +msgid "<image src=\"cmd/lc_showwhitespace.svg\" id=\"img_id221629893774666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id141629893774667\">Icon Show Whitespace </alt></image>" +msgstr "" + +#. BEcch +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id311629893774668\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + #. PM6tg #: 00000403.xhp msgctxt "" @@ -2815,6 +2842,24 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" msgstr "<variable id=\"adiagr\">Scegliete <menuitem>Strumenti - Aggiorna - Grafici</menuitem></variable>" +#. eFAoC +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id101630955770811\n" +"help.text" +msgid "<variable id=\"protectfield\">Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem>.</variable>" +msgstr "" + +#. YhoGY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id621630955775413\n" +"help.text" +msgid "<variable id=\"protecbookmarks\">Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem>.</variable>" +msgstr "" + #. DbjCa #: 00000406.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/swriter/01.po b/source/it/helpcontent2/source/text/swriter/01.po index 8fc8d951940..476122f4ce2 100644 --- a/source/it/helpcontent2/source/text/swriter/01.po +++ b/source/it/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1564771908.000000\n" @@ -692,14 +692,14 @@ msgctxt "" msgid "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link></variable>" msgstr "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigatore\">Navigatore</link></variable>" -#. uXgCi +#. BpzBg #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3149802\n" "help.text" -msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." -msgstr "<ahelp hid=\".\">Mostra o nasconde la finestra del Navigatore, che permette di accedere rapidamente a diverse parti del documento. Il Navigatore è disponibile anche nell'area della barra laterale e può anche essere usato per inserire elementi del documento attivo o di altri documenti aperti e per organizzare i documenti master.</ahelp> Per modificare un elemento nel Navigatore, fate clic sull'elemento col pulsante destro del mouse e scegliete un comando dal menu di contesto. Per maggiore comodità, il Navigatore può essere <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancorato\">ancorato</link> al bordo dell'area di lavoro." +msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." +msgstr "" #. 3Bt3V #: 02110000.xhp @@ -15796,14 +15796,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the <emph>Lines </emph>box.</ahelp> If the number of lines at the top of the page is less than the amount specified in the <emph>Lines </emph>box, the position of the break is adjusted." msgstr "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Specifica il numero minimo di righe da lasciare in un paragrafo dopo un'interruzione di pagina. Selezionare questa casella e inserire un numero nel campo <emph>Righe</emph>.</ahelp> Se il numero di righe all'inizio della pagina è inferiore al valore specificato nella casella <emph>Righe</emph>, la posizione dell'interruzione è adattata di conseguenza." -#. BVnkP +#. r5hME #: 05030200.xhp msgctxt "" "05030200.xhp\n" "par_id3155860\n" "help.text" -msgid "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphans\">Orphans</link>." -msgstr "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orfani\">Orfani</link>." +msgid "<link href=\"text/shared/00/00000005.xhp#widows_and_orphans\" name=\"Orphans\">Orphans</link>." +msgstr "" #. ZG3Lb #: 05030400.xhp @@ -17533,14 +17533,14 @@ msgctxt "" msgid "Type" msgstr "Tipo" -#. 7Ft3j +#. RszD2 #: 05060100.xhp msgctxt "" "05060100.xhp\n" "bm_id9646290\n" "help.text" -msgid "<bookmark_value>resizing;aspect ratio</bookmark_value><bookmark_value>aspect ratio;resizing objects</bookmark_value>" -msgstr "<bookmark_value>Ridimensionare; rapporto dell'aspetto</bookmark_value><bookmark_value>Rapporto dell'aspetto; ridimensionare gli oggetti</bookmark_value>" +msgid "<bookmark_value>resizing;aspect ratio</bookmark_value> <bookmark_value>aspect ratio;resizing objects</bookmark_value>" +msgstr "" #. aWPDS #: 05060100.xhp @@ -17902,23 +17902,113 @@ msgctxt "" msgid "to" msgstr "a" -#. 2BZkr +#. UukGz #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3149213\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Selezionare il punto di riferimento per l'opzione di allineamento orizzontale selezionata.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp> The following options are available:" +msgstr "" + +#. pSgnp +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629211712372\n" +"help.text" +msgid "<emph>Paragraph area:</emph> the object is positioned considering the whole width available for the paragraph, including indent spaces." +msgstr "" + +#. iWFAw +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id761629211713907\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the whole width available for text in the paragraph, excluding indent spaces." +msgstr "" + +#. ANQo2 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id821629211714199\n" +"help.text" +msgid "<emph>Left paragraph border:</emph> the object is positioned considering the width of the indent space available to the left of the paragraph." +msgstr "" + +#. sChkG +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211714572\n" +"help.text" +msgid "<emph>Right paragraph border:</emph> the object is positioned considering the width of the indent space available to the right of the paragraph." +msgstr "" + +#. UWViJ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id171629211714933\n" +"help.text" +msgid "<emph>Left page border:</emph> the object is positioned considering the space available between the left page border and the left paragraph border." +msgstr "" + +#. F9qZf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id131629211715280\n" +"help.text" +msgid "<emph>Right page border:</emph> the object is positioned considering the space available between the right page border and the right paragraph border." +msgstr "" + +#. norkq +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629211796237\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the whole width of the page, from the left to the right page borders." +msgstr "" + +#. CmKyb +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id981629211796563\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the whole width available for text in the page, from the left to the right page margins." +msgstr "" + +#. JuoS4 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629211796776\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the horizontal space used by the character." +msgstr "" -#. Cz8Vi +#. cAAkt #: 05060100.xhp msgctxt "" "05060100.xhp\n" -"par_id3149230\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." +msgstr "" + +#. eBQAz +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211922065\n" "help.text" msgid "You can see the result of the alignments options that you select in the Preview box." -msgstr "Nell'area di anteprima potete osservare il risultato delle opzioni di allineamento selezionate." +msgstr "" #. EUGc6 #: 05060100.xhp @@ -18001,14 +18091,86 @@ msgctxt "" msgid "to" msgstr "a" -#. GevPM +#. WCoTF #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3155075\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Selezionare il punto di riferimento per l'opzione di allineamento verticale selezionata.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp> The following options are available:" +msgstr "" + +#. 5GxHP +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id551629212019498\n" +"help.text" +msgid "<emph>Margin:</emph> Depending on the anchoring type, the object is positioned considering the space between the top margin and the character (\"To character\" anchoring) or bottom edge of the paragraph (\"To paragraph\" anchoring) where the anchor is placed." +msgstr "" + +#. vKwer +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id481629212019833\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the height of the paragraph where the anchor is placed." +msgstr "" + +#. 2i9ic +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629212020113\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the full page height, from top to bottom page borders." +msgstr "" + +#. WvDZQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629212020466\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins." +msgstr "" + +#. R8syf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id951629212020860\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character." +msgstr "" + +#. 76CzL +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629212021233\n" +"help.text" +msgid "<emph>Line of text:</emph> the object is positioned considering the height of the line of text where the anchor is placed." +msgstr "" + +#. ywYwM +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629220309961\n" +"help.text" +msgid "<emph>Baseline:</emph> available only for \"As character\" anchoring, this option will position the object considering the text baseline over which all characters are placed." +msgstr "" + +#. xYbGQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629220310472\n" +"help.text" +msgid "<emph>Row:</emph> available only for \"As character\" anchoring, this option will position the object considering the height of the row where the anchor is placed." +msgstr "" #. bQXrs #: 05060100.xhp @@ -22483,14 +22645,14 @@ msgctxt "" msgid "When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Outline & List</link> tab." msgstr "Quando viene creato uno stile di elenco gli viene assegnato un nome. Lo stile elenco può essere applicato ai paragrafi o assegnato a uno stile di paragrafo nell'area Applica stile elenco della scheda <link href=\"text/swriter/01/05030800.xhp\" name=\"Applica_stile_elenco\">Struttura ed elenco</link>." -#. MU724 +#. 9GiGz #: 05130004.xhp msgctxt "" "05130004.xhp\n" "par_id3151390\n" "help.text" -msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>. They are not list styles." -msgstr "Gli elenchi ordinati e non ordinati creati nella finestra di dialogo <link href=\"text/shared/01/06050000.xhp\" name=\"Elenchi puntati e numerati\">Elenchi puntati e numerati</link> o tramite le icone <link href=\"text/swriter/02/02110000.xhp\" name=\"Attiva/disattiva l'elenco ordinato\">Attiva/disattiva l'elenco ordinato</link> e <link href=\"text/shared/02/06120000. xhp\" name=\"Attiva/disattiva l'elenco non ordinato\">Attiva/disattiva l'elenco non ordinato</link> della barra di <link href=\"text/swriter/main0202.xhp\" name=\"barra oggetti\">Formattazione</link> utilizzano la <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formattazione diretta\">formattazione diretta</link>. Non sono stili di elenco." +msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct formatting\">direct formatting</link>. They are not list styles." +msgstr "" #. UgisA #: 05130100.xhp @@ -22780,14 +22942,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Scegli Modifica stile di paragrafo nel menu di contesto di un paragrafo per modificare lo stile di tutti i paragrafi che presentano lo stesso stile.</ahelp>" -#. 8qFKz +#. PCdBP #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN106EF\n" "help.text" -msgid "To <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." -msgstr "Per <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancorare\">ancorare</link> la finestra Stili, trascinate la barra del titolo sul lato sinistro o destro dell'area di lavoro. Per sbloccare la finestra, fate doppio clic in un'area libera nella sua barra degli strumenti." +msgid "To <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." +msgstr "" #. rnJBS #: 05140000.xhp @@ -22825,14 +22987,14 @@ msgctxt "" msgid "Paragraph Styles" msgstr "Stili di paragrafo" -#. qAqK4 +#. YsBSM #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149800\n" "help.text" -msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." -msgstr "<ahelp hid=\".\">Visualizza gli stili di formato per i paragrafi.</ahelp> Gli stili di paragrafo vi permettono di applicare la stessa <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formattazione\">formattazione</link>, in termini di tipo di carattere, numerazione e layout, ai paragrafi del documento." +msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." +msgstr "" #. ataNf #: 05140000.xhp @@ -24571,14 +24733,14 @@ msgctxt "" msgid "Load/Save" msgstr "Carica/salva" -#. 4jFGn +#. Abswb #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3147512\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Salva o carica un formato di numerazione dei capitoli. Un formato di numerazione capitoli salvato diventa disponibile per tutti i documenti di testo.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/format\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" +msgstr "" #. DkYUj #: 06060000.xhp @@ -24598,14 +24760,14 @@ msgctxt "" msgid "Untitled 1 - 9" msgstr "Senza nome 1 - 9" -#. GEBee +#. EWZmA #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3150350\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Selezionare un formato di numerazione predefinito.</ahelp> Salvate i vostri formati di numerazione predefiniti tramite <emph>Salva con nome</emph>." +msgid "<ahelp hid=\".\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." +msgstr "" #. NoHGV #: 06060000.xhp @@ -24742,15 +24904,6 @@ msgctxt "" msgid "<emph>Description</emph>" msgstr "<emph>Funzione</emph>" -#. AoxBN -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3155899\n" -"help.text" -msgid "1, 2, 3, ..." -msgstr "1, 2, 3, ..." - #. rDEQw #: 06060100.xhp msgctxt "" @@ -24760,15 +24913,6 @@ msgctxt "" msgid "Arabic numerals" msgstr "Numeri arabi" -#. aMCaW -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3147513\n" -"help.text" -msgid "A, B, C, ..." -msgstr "A, B, C, ..." - #. zVG2q #: 06060100.xhp msgctxt "" @@ -24778,15 +24922,6 @@ msgctxt "" msgid "Capital letters" msgstr "Maiuscole" -#. sgQ6h -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3154104\n" -"help.text" -msgid "a, b, c, ..." -msgstr "a, b, c, ..." - #. E2DAU #: 06060100.xhp msgctxt "" @@ -24796,15 +24931,6 @@ msgctxt "" msgid "Lowercase letters" msgstr "Minuscole" -#. XbqUP -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3151314\n" -"help.text" -msgid "I, II, III, ..." -msgstr "I, II, III, ..." - #. PNNRW #: 06060100.xhp msgctxt "" @@ -24814,15 +24940,6 @@ msgctxt "" msgid "Roman numerals (upper)" msgstr "Numeri romani maiuscoli" -#. PZNRY -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3150360\n" -"help.text" -msgid "i, ii, iii, ..." -msgstr "i, ii, iii, ..." - #. QHGzf #: 06060100.xhp msgctxt "" @@ -24832,15 +24949,6 @@ msgctxt "" msgid "Roman numerals (lower)" msgstr "Numeri romani minuscoli" -#. cihkt -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3149298\n" -"help.text" -msgid "A,... AA,... AAA,..." -msgstr "A,... AA,... AAA,..." - #. ozLot #: 06060100.xhp msgctxt "" @@ -24850,15 +24958,6 @@ msgctxt "" msgid "Alphabetical numbering with identical capital letters, where the number of letters indicates the chapter level. For example, the second number in level three is \"BBB\"." msgstr "Numerazione alfabetica con lettere maiuscole uguali, in cui il numero delle lettere indica il livello del capitolo. Ad esempio, il secondo numero del terzo livello sarà \"BBB\"." -#. dYQ5A -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3143284\n" -"help.text" -msgid "a,... aa,... aaa,..." -msgstr "a,... aa,... aaa,..." - #. AdZyB #: 06060100.xhp msgctxt "" @@ -26929,6 +27028,222 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Aggiorna gli elementi del documento attivo che hanno un contenuto dinamico, come i comandi di campo e gli indici." +#. T2G4E +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"tit\n" +"help.text" +msgid "Accessibility Check" +msgstr "" + +#. BQC8G +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"bm_id551630942369429\n" +"help.text" +msgid "<bookmark_value>accessibility;check in text document</bookmark_value> <bookmark_value>PDF/UA;ckeck</bookmark_value>" +msgstr "" + +#. M96s3 +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id771630940172827\n" +"help.text" +msgid "<variable id=\"accessibilitycheckh1\"><link href=\"text/swriter/01/accessibility_check.xhp\" name=\"Accessibility Check\">Accessibility Check</link></variable>" +msgstr "" + +#. yT4uv +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id951630940172830\n" +"help.text" +msgid "Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog." +msgstr "" + +#. EYLLt +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id311630940367510\n" +"help.text" +msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." +msgstr "" + +#. MChEF +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id521630941308319\n" +"help.text" +msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgstr "" + +#. FvnEV +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941406987\n" +"help.text" +msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." +msgstr "" + +#. RpbFj +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id271630943848307\n" +"help.text" +msgid "The Accessibility Check dialog" +msgstr "" + +#. FAFuD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id681630943858371\n" +"help.text" +msgid "The Accessibility Check dialog shows a list of all issues found in the text document." +msgstr "" + +#. RPhYG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id841630943833924\n" +"help.text" +msgid "Go to Issue" +msgstr "" + +#. fquGN +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id41630943863594\n" +"help.text" +msgid "Click the button to jump to the page and select the object or issue that requires attention for accessibility." +msgstr "" + +#. WgpUi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id121630943721145\n" +"help.text" +msgid "Common accessibility checks" +msgstr "" + +#. 9u7no +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id31630941412046\n" +"help.text" +msgid "The checks that are currently implemented are:" +msgstr "" + +#. sxkkp +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id191630941836904\n" +"help.text" +msgid "Check that the document title is set." +msgstr "" + +#. B3GtS +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941860410\n" +"help.text" +msgid "Check that the document language is set, or that all styles that are in use, have the language set." +msgstr "" + +#. EhNJE +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941880414\n" +"help.text" +msgid "Check all images, graphics, OLE objects for the alt (or title in some objects) text." +msgstr "" + +#. PSxFG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id491630941907745\n" +"help.text" +msgid "Check tables don't include splits or merges, which aren't allowed by the specifications." +msgstr "" + +#. wkEAD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941949974\n" +"help.text" +msgid "Check for fake/manual numbering (not using integrated numbering). For example writing \"1.\" \"2.\" \"3.\" at the beginning of the paragraphs." +msgstr "" + +#. 9e7Xi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id981630941970321\n" +"help.text" +msgid "Check that hyperlink text is not a hyperlink itself - hyperlink should be described." +msgstr "" + +#. DRKCs +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id421630941989099\n" +"help.text" +msgid "Check for the contrast between text and the background. The algorithm is described in the WCAG specification." +msgstr "" + +#. dVG2r +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id781630942005022\n" +"help.text" +msgid "Check for blinking text, which can be problematic for people with cognitive disabilities or photosensitive epilepsy." +msgstr "" + +#. QgCco +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id651630942022847\n" +"help.text" +msgid "Check for footnotes and endnotes, which should be avoided." +msgstr "" + +#. uoggD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id531630942039864\n" +"help.text" +msgid "Check for heading order. Order of the headings must increase incrementally with no skips (for example Heading 1 to Heading 3, skipping Heading 2)." +msgstr "" + +#. LdMWG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id221630942064725\n" +"help.text" +msgid "Check, if text conveys additional meaning with (direct) formatting." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" @@ -30376,6 +30691,96 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" msgstr "<link href=\"text/shared/01/06140200.xhp\" name=\"creare_scorciatoia\">Creare un tasto di scelta rapida</link>" +#. o5ZPq +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"tit\n" +"help.text" +msgid "Protect Document" +msgstr "" + +#. 2VVFB +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"bm_id71630957701819\n" +"help.text" +msgid "<bookmark_value>protection;fields in text documents</bookmark_value><bookmark_value>protection;bookmarks in text documents</bookmark_value>" +msgstr "" + +#. iNpsr +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id631630954633446\n" +"help.text" +msgid "<link href=\"text/swriter/01/protectdocument.xhp\" name=\"Protect Document\">Protect Document</link>" +msgstr "" + +#. NTd9C +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id491630954633448\n" +"help.text" +msgid "Toggles write protection for fields and bookmarks in the document." +msgstr "" + +#. 9CfQn +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id18112016398104\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protwarn\"/>" +msgstr "" + +#. ZeFv5 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id431630956035026\n" +"help.text" +msgid "Protect Fields" +msgstr "" + +#. wRf6V +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id851630956050636\n" +"help.text" +msgid "Toggles fields write protection. When checked, the fields cannot be edited or deleted." +msgstr "" + +#. DBkt8 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id871630956040154\n" +"help.text" +msgid "Protect Bookmarks" +msgstr "" + +#. PxAHD +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id631630956055502\n" +"help.text" +msgid "Toggles bookmark write protection. When checked, the bookmarks cannot be deleted or renamed." +msgstr "" + +#. 96cqF +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id281630957530212\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>" +msgstr "" + #. KadxR #: selection_mode.xhp msgctxt "" @@ -30421,6 +30826,33 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">Il modo di selezione blocco consente di selezionare un blocco di testo rettangolare.</ahelp>" +#. E3EVP +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"tit\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + +#. Bb74x +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"hd_id11629893531856\n" +"help.text" +msgid "<link href=\"text/swriter/01/show_whitespace.xhp\" name=\"show_whitespace\">Show Whitespace</link>" +msgstr "" + +#. 9GHq6 +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"par_id102720150854012820\n" +"help.text" +msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/it/helpcontent2/source/text/swriter/04.po b/source/it/helpcontent2/source/text/swriter/04.po index c84d017aadf..138d843bab6 100644 --- a/source/it/helpcontent2/source/text/swriter/04.po +++ b/source/it/helpcontent2/source/text/swriter/04.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-03-08 14:40+0100\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-08-08 17:10+0000\n" "Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1536067283.000000\n" @@ -1277,14 +1277,14 @@ msgctxt "" msgid "Ctrl+Arrow Up" msgstr "Ctrl+Freccia su" -#. AMkTV +#. cDPtt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id1764275\n" "help.text" -msgid "Move cursor to beginning of the previous paragraph" -msgstr "Sposta il cursore all'inizio del paragrafo precedente." +msgid ">Move cursor to beginning of paragraph. Next keystroke moves cursor to beginning of previous paragraph" +msgstr "" #. VEwNS #: 01020000.xhp diff --git a/source/it/helpcontent2/source/text/swriter/guide.po b/source/it/helpcontent2/source/text/swriter/guide.po index bafcb5b58ad..4bb6c90ee27 100644 --- a/source/it/helpcontent2/source/text/swriter/guide.po +++ b/source/it/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-08-08 18:44+0000\n" "Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n" "Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/it/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1564772035.000000\n" @@ -13265,14 +13265,14 @@ msgctxt "" msgid "For whole table, select the table, and choose the <item type=\"menuitem\">Table - Protect Cells</item> in menu bar." msgstr "Per l'intera tabella, selezionate la tabella e nella barra dei menu scegliete <item type=\"menuitem\">Tabella - Proteggi celle</item>." -#. Eq6S6 +#. umEmt #: protection.xhp msgctxt "" "protection.xhp\n" "par_id3155178\n" "help.text" -msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item> </caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" -msgstr "<variable id=\"firstof\">Se necessario, scegliete <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferenze</item> </caseinline><defaultinline><item type=\"menuitem\">Strumenti - Opzioni</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Linguistica</item> e selezionate <emph>Abilita cursore</emph> in <emph>Aree protette</emph>.</variable>" +msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" +msgstr "" #. bYNoc #: protection.xhp @@ -13346,6 +13346,33 @@ msgctxt "" msgid "Right-click in the index or table of contents in the Navigator and uncheck <emph>Index - Read-only</emph>." msgstr "Fate clic col pulsante destro del mouse sull'indice generale o su quello analitico nel Navigatore e deselezionate <emph>Indice - Sola lettura</emph>." +#. BatoS +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"hd_id641630957309611\n" +"help.text" +msgid "Protecting fields and bookmarks from changes" +msgstr "" + +#. KGn3f +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id621630957319188\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem> to protect all fields against changes. Use this protection to prevent accidental changes in fields." +msgstr "" + +#. DDDVG +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id111630957324575\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem> to protect all bookmarks against changes. Use this protection to prevent accidental bookmark changes." +msgstr "" + #. 8pBwt #: protection.xhp msgctxt "" @@ -14228,14 +14255,14 @@ msgctxt "" msgid "Using Regular Expressions in Text Searches" msgstr "Uso delle espressioni regolari nelle ricerche di testo" -#. BfcDE +#. zQBiL #: search_regexp.xhp msgctxt "" "search_regexp.xhp\n" "bm_id3150099\n" "help.text" -msgid "<bookmark_value>wildcards, see regular expressions</bookmark_value><bookmark_value>searching; with regular expressions</bookmark_value><bookmark_value>regular expressions;searching</bookmark_value><bookmark_value>examples for regular expressions</bookmark_value><bookmark_value>characters;finding all</bookmark_value><bookmark_value>invisible characters;finding</bookmark_value><bookmark_value>paragraph marks;searching</bookmark_value>" -msgstr "<bookmark_value>Carattere jolly, vedere espressione regolare</bookmark_value><bookmark_value>Ricercare; con espressioni regolari</bookmark_value><bookmark_value>Regolare, espressione;ricercare</bookmark_value><bookmark_value>Esempi di espressioni regolari</bookmark_value><bookmark_value>Carattere;trovare tutto</bookmark_value><bookmark_value>Invisibile, carattere;trovare</bookmark_value><bookmark_value>Paragrafo, segni di;cercare</bookmark_value>" +msgid "<bookmark_value>searching; with regular expressions</bookmark_value> <bookmark_value>regular expressions;searching</bookmark_value> <bookmark_value>examples for regular expressions</bookmark_value> <bookmark_value>characters;finding all</bookmark_value> <bookmark_value>invisible characters;finding</bookmark_value> <bookmark_value>paragraph marks;searching</bookmark_value>" +msgstr "" #. Q5Xoa #: search_regexp.xhp @@ -14381,15 +14408,6 @@ msgctxt "" msgid "A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph." msgstr "Una ricerca fatta utilizzando un'espressione regolare avrà effetto soltanto all'interno di un singolo paragrafo. Per eseguire una ricerca attraverso un'espressione regolare in più di un paragrafo, avviate una ricerca separata per ogni paragrafo." -#. kyToN -#: search_regexp.xhp -msgctxt "" -"search_regexp.xhp\n" -"par_id3149875\n" -"help.text" -msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">List of regular expressions</link>" -msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"Elenco delle espressioni regolari\">Elenco delle espressioni regolari</link>" - #. r7Kkv #: section_edit.xhp msgctxt "" |