Files
mayan-edms/mayan/apps/document_parsing/locale/it/LC_MESSAGES/django.po
T
2019-10-30 20:00:47 -04:00

240 lines
6.2 KiB
Gettext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Roberto Rosario, 2017
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2017
# Marco Camplese <marco.camplese.mc@gmail.com>, 2018
# Giovanni Tricarico <gtricarico92@gmail.com>, 2018
# Daniele Bortoluzzi <daniele@elkos.it>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-30 02:59-0400\n"
"PO-Revision-Date: 2017-08-25 00:49+0000\n"
"Last-Translator: Daniele Bortoluzzi <daniele@elkos.it>, 2019\n"
"Language-Team: Italian (https://www.transifex.com/rosarior/teams/13584/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:57 events.py:8 permissions.py:8 settings.py:7
msgid "Document parsing"
msgstr "Analisi del documento"
#: apps.py:131 models.py:78
msgid "Result"
msgstr "Risultato"
#: apps.py:136 apps.py:140 links.py:16 links.py:33 models.py:27
msgid "Content"
msgstr "Contenuto "
#: dependencies.py:11
msgid ""
"Utility from the poppler-utils package used to text content from PDF files."
msgstr ""
"Utility del pacchetto poppler-utils per estrarre il testo dai file PDF."
#: events.py:12
msgid "Document parsed content deleted"
msgstr ""
#: events.py:16
msgid "Document version submitted for parsing"
msgstr "Versione del documento sottoposta ad analisi"
#: events.py:19
msgid "Document version parsing finished"
msgstr "Analisi della versione del documento completata"
#: forms.py:39
#, python-format
msgid "Page %(page_number)d"
msgstr "Pagina %(page_number)d"
#: forms.py:47 forms.py:59
msgid "Contents"
msgstr "Contenuti"
#: links.py:22 links.py:27
msgid "Delete parsed content"
msgstr ""
#: links.py:39 links.py:77 views.py:225
msgid "Parsing errors"
msgstr "Errori di analisi"
#: links.py:45
msgid "Download content"
msgstr "Scarica contenuto"
#: links.py:50 links.py:57
msgid "Submit for parsing"
msgstr "Sottoponi ad analisi"
#: links.py:63
msgid "Setup parsing"
msgstr "Configura analisi"
#: links.py:72
msgid "Parse documents per type"
msgstr "Analizza documenti per tipo"
#: models.py:21
msgid "Document page"
msgstr "Pagina del documento"
#: models.py:25
msgid "The actual text content as extracted by the document parsing backend."
msgstr ""
"Il contenuto testuale così come estratto dal backend di analisi del "
"documento."
#: models.py:33
msgid "Document page content"
msgstr "Contenuto pagina del documento"
#: models.py:34
msgid "Document pages contents"
msgstr "Contenuti pagine documento"
#: models.py:46
msgid "Document type"
msgstr "Tipo documento "
#: models.py:50
msgid "Automatically queue newly created documents for parsing."
msgstr "Metti in coda automaticamente per l'analisi i nuovi documenti creati."
#: models.py:61
msgid "Document type settings"
msgstr "Impostazioni tipo documento"
#: models.py:62
msgid "Document types settings"
msgstr "Impostazioni tipi documento"
#: models.py:73
msgid "Document version"
msgstr "Versione documento"
#: models.py:76
msgid "Date time submitted"
msgstr "Data e ora di invio"
#: models.py:82
msgid "Document version parse error"
msgstr "Errore nell'analisi della versione del documento"
#: models.py:83
msgid "Document version parse errors"
msgstr "Errori nell'analisi della versione del documento "
#: parsers.py:91
#, python-format
msgid "Exception parsing page; %s"
msgstr "Eccezione durante il parsing della pagina: %s"
#: parsers.py:117
#, python-format
msgid "Cannot find pdftotext executable at: %s"
msgstr "Non trovo l'eseguibile pdftotext in: %s"
#: permissions.py:12
msgid "View the content of a document"
msgstr "Vedi il contenuto di un documento"
#: permissions.py:15
msgid "Change document type parsing settings"
msgstr "Cambia le impostazioni di analisi per il tipo di documento"
#: permissions.py:19
msgid "Parse the content of a document"
msgstr "Analizza il contenuto di un documento"
#: queues.py:8
msgid "Parsing"
msgstr "Analisi"
#: queues.py:11
msgid "Document version parsing"
msgstr "Analisi della versione del documento"
#: settings.py:12
msgid "Set new document types to perform parsing automatically by default."
msgstr ""
"Imposta nuovi tipi documento su cui eseguire automaticamente l'analisi."
#: settings.py:19
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
"Percorso del programma poppler pdftotext.usato per estrarre il testo dai "
"file PDF."
#: views.py:37
msgid "Delete the parsed content of the selected document?"
msgid_plural "Delete the parsed content of the selected documents?"
msgstr[0] ""
msgstr[1] ""
#: views.py:71
#, python-format
msgid "Content for document: %s"
msgstr "Contenuto per il documento: %s"
#: views.py:106
#, python-format
msgid "Content for document page: %s"
msgstr "Contenuto per la pagina %s del documento"
#: views.py:121
#, python-format
msgid "Parsing errors for document: %s"
msgstr "Errori di analisi per il documento: %s"
#: views.py:133
#, python-format
msgid "%(count)d document added to the parsing queue"
msgstr "%(count)d documento aggiunto alla coda di analisi"
#: views.py:136
#, python-format
msgid "%(count)d documents added to the parsing queue"
msgstr "%(count)d documenti aggiunti alla coda di analisi"
#: views.py:144
#, python-format
msgid "Submit %(count)d document to the parsing queue?"
msgid_plural "Submit %(count)d documents to the parsing queue"
msgstr[0] "Aggiungi %(count)d documenti alla coda di analisi?"
msgstr[1] "Aggiungi %(count)d documenti alla coda di analisi"
#: views.py:157
#, python-format
msgid "Submit document \"%s\" to the parsing queue"
msgstr "Aggiungi il documento \"%s\" alla coda di analisi"
#: views.py:182
#, python-format
msgid "Edit parsing settings for document type: %s."
msgstr "Modifica le impostazioni di analisi per il tipo di documento: %s."
#: views.py:192
msgid "Submit all documents of a type for parsing."
msgstr "Sottoponi ad analisi tutti i documenti di un certo tipo."
#: views.py:213
#, python-format
msgid "%(count)d documents added to the parsing queue."
msgstr "%(count)d documenti aggiunti alla coda di analisi."