aboutsummaryrefslogtreecommitdiff
path: root/source/it/helpcontent2/source/text/sbasic/python.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/it/helpcontent2/source/text/sbasic/python.po')
-rw-r--r--source/it/helpcontent2/source/text/sbasic/python.po26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/it/helpcontent2/source/text/sbasic/python.po b/source/it/helpcontent2/source/text/sbasic/python.po
index a6254e6509d..c4a55c8e142 100644
--- a/source/it/helpcontent2/source/text/sbasic/python.po
+++ b/source/it/helpcontent2/source/text/sbasic/python.po
@@ -4,16 +4,16 @@ 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"
-"PO-Revision-Date: 2020-12-05 20:36+0000\n"
+"PO-Revision-Date: 2021-07-24 16:18+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
-"Language-Team: Italian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/it/>\n"
+"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.6.2\n"
"X-POOTLE-MTIME: 1563812253.000000\n"
#. naSFZ
@@ -86,7 +86,7 @@ msgctxt ""
"par_id131568902936659\n"
"help.text"
msgid "The %PRODUCTNAME scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <menuitem>Tools - Macros - Run Macro</menuitem> and checking <literal>%PRODUCTNAME Macros</literal> for the presence of <literal>HelloWorld – HelloWorldPython</literal> macro is sufficient. If absent, please refer to your distribution documentation in order to install the %PRODUCTNAME scripting framework for Python."
-msgstr ""
+msgstr "L'infrastruttura per lo scripting di %PRODUCTNAME per Python è opzionale in alcune distribuzioni GNU/Linux. Se installata, è sufficiente selezionare <menuitem>Strumenti – Macro - Esegui macro</menuitem> e verificare in <literal>Macro di %PRODUCTNAME</literal> la presenza della macro <literal>HelloWorld – HelloWorldPython</literal>. In caso di sua assenza, fate riferimento alla documentazione della vostra distribuzione al fine di installare l'infrastruttura per lo scripting di %PRODUCTNAME per Python."
#. naZBV
#: python_2_basic.xhp
@@ -176,7 +176,7 @@ msgctxt ""
"N0338\n"
"help.text"
msgid "When running Python scripts from an Integrated Development Environment (IDE), the %PRODUCTNAME-embedded Basic engine may be absent. Avoid Python-to-%PRODUCTNAME Basic calls in such contexts. However Python environment and Universal Networks Objects (UNO) are fully available. Refer to <link href=\"text/sbasic/python/python_ide.xhp\" name=\"Setting Up an Integrated IDE for Python\">Setting Up an Integrated IDE for Python</link> for more information."
-msgstr ""
+msgstr "Durante l'esecuzione di script Python da un ambiente di sviluppo integrato (IDE), il motore Basic -%PRODUCTNAME incorporato può non essere presente. In tali contesti occorre evitare di eseguire chiamate da Python a %PRODUCTNAME Basic, anche se l'ambiente Python e gli Universal Networks Objects (UNO) sono totalmente disponibili. Fate riferimento a <link href=\"text/sbasic/python/python_ide.xhp\" name=\"Configurazione di un ambiente di sviluppo integrato (IDE, Integrated Development Environment) per Python\">Configurazione di un ambiente di sviluppo integrato (IDE, Integrated Development Environment) per Python</link> per ulteriori informazioni."
#. NcuDF
#: python_2_basic.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"N0339\n"
"help.text"
msgid "The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools - Macros - Run Macro</menuitem> menu:"
-msgstr ""
+msgstr "Gli esempi sotto riportati aprono la console <literal>Access2Base Trace</literal> o la finestra di dialogo <literal>TutorialsDialog</literal> importata col menu <menuitem>Strumenti - Macro - Esegui macro</menuitem>:"
#. ChW9B
#: python_dialogs.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"N0365\n"
"help.text"
msgid "The example below opens a newly edited <literal>Dialog1</literal> dialog from a document with <menuitem>Tools - Macros - Run Macro</menuitem> menu:"
-msgstr ""
+msgstr "L'esempio qui sotto apre una finestra di dialogo <literal>Dialog1</literal> modificata di recente da un documento col menu <menuitem>Strumenti - Macro - Esegui macro</menuitem>:"
#. mMo7w
#: python_dialogs.xhp
@@ -545,7 +545,7 @@ msgctxt ""
"N0530\n"
"help.text"
msgid "Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <emph>Open Document</emph> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts."
-msgstr ""
+msgstr "Il monitoraggio viene qui illustrato per i linguaggi Basic e Python che utilizzano la programmazione orientata agli oggetti (OOP). Assegnazione dello script <literal>OnLoad</literal>, all'evento <emph>Open Document</emph>, è sufficiente per iniziare e terminare il monitoraggio degli eventi del document. La scheda <menuitem>Eventi</menuitem> del menu <menuitem>Strumenti – Personalizza</menuitem> viene utilizzata per assegnare uno qualunque degli script."
#. KgWvt
#: python_document_events.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"N0531\n"
"help.text"
msgid "Intercepting events helps setting scripts pre- and post-conditions such as loading and unloading libraries or track script processing in the background. <literal>Access2Base.Trace</literal> module usage is illustrating that second context."
-msgstr ""
+msgstr "L'intercettazione degli eventi aiuta a impostare le pre- e post-condizioni degli script, come il caricamento o il rilascio di librerie o la tracciatura in sottofondo dell'elaborazione degli script. L'uso del modulo <literal>Access2Base.Trace</literal> illustra questo secondo contesto."
#. BG7Xs
#: python_document_events.xhp
@@ -590,7 +590,7 @@ msgctxt ""
"N0534\n"
"help.text"
msgid "<literal>OnLoad</literal> and <literal>OnUnload</literal> events can be used to respectively set and unset Python programs path. They are described as <emph>Open document</emph> and <emph>Document closed</emph>."
-msgstr ""
+msgstr "Gli eventi <literal>OnLoad</literal> e <literal>OnUnload</literal> si possono utilizzare rispettivamente per impostare e de-impostare il percorso dei programmi Python. Essi sono descritti come <emph>Open document</emph> e <emph>Document closed</emph>."
#. AdYNb
#: python_document_events.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"N0648\n"
"help.text"
msgid "<emph>Start application</emph> and <emph>Close application</emph> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <emph>Open document</emph> and <emph>Document closed</emph> events. Refer to <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importing Python Modules\">Importing Python Modules</link> for more information."
-msgstr ""
+msgstr "Gli eventi <emph>Start application</emph> e <emph>Close application</emph>si possono utilizzare rispettivamente per impostare e de-impostare il percorso Python per gli script degli utenti o di %PRODUCTNAME. In modo simile, le librerie o i moduli di Python basate su documenti possono essere caricate e pubblicate utilizzando gli eventi <emph>Open document</emph> e <emph>Document closed</emph>. Per ulteriori informazioni, consultate <link href=\"text/sbasic/python/python_import.xhp\" name=\"Importazione di moduli Python\">Importazione di moduli Python</link>."
#. 8pHCg
#: python_document_events.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"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 ""
+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>."
#. TAiMF
#: python_document_events.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"N0664\n"
"help.text"
msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event"
-msgstr ""
+msgstr "' oggetto del modello di progettazione ADAPTER da istanziarsi nell'evento \"Open Document\""
#. 9ZNpG
#: python_document_events.xhp