Files
mayan-edms/apps/document_indexing/locale/it/LC_MESSAGES/django.po
2012-02-12 15:33:26 -04:00

375 lines
7.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <pierpaolo.baldan@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"PO-Revision-Date: 2012-02-02 18:18+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/"
"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"
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
msgid "indexes"
msgstr "indici"
#: __init__.py:32 __init__.py:42
msgid "index list"
msgstr "lista indici"
#: __init__.py:33 views.py:74
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:39
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:40
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:38
msgid "new child node"
msgstr ""
#: __init__.py:44
msgid "go up one level"
msgstr "sali di un livello"
#: __init__.py:49
msgid "rebuild indexes"
msgstr "ricostruisci gli indici"
#: __init__.py:49
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Cancellazione e ricostruzione di tutti gli indici documento"
#: __init__.py:51
msgid "Indexes"
msgstr "Indici"
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Massimo dei suffissi contati (%s) ."
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nella creazione dell'indice per l'espressione: %(expression)s; "
"%(exception)s"
#: api.py:96 api.py:111
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nell'aggiornamento delle'indice documento per l'espressione: "
"%(expression)s; %(exception)s"
#: api.py:150
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossibile cancellare l'indice del documento; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Impossibile creare la directory per gli indici; %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Impossibile creare un link simbolico, il file già esiste e non può essere "
"cancellato: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
msgstr "Impossibile creare un link simbolico: %(filepath)s; %(exc)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "Impossibile cancellare il link simbolico al documento; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Impossibile cancellare la directory degli indici; %s"
#: models.py:13
#, python-format
msgid "Available functions: %s"
msgstr "Funzioni disponibili: %s"
#: models.py:17 views.py:40
msgid "name"
msgstr ""
#: models.py:17
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:18 views.py:41
msgid "title"
msgstr ""
#: models.py:18
msgid "The name that will be visible to users."
msgstr ""
#: models.py:19 models.py:50
msgid "enabled"
msgstr "abilitato"
#: models.py:19
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
msgid "index"
msgstr "indice"
#: models.py:48
msgid "indexing expression"
msgstr "Espressione per indice"
#: models.py:48
msgid "Enter a python string expression to be evaluated."
msgstr "Inserisci una espressione python perchè possa essere valutata."
#: models.py:50
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:51
msgid "link documents"
msgstr "link al documento"
#: models.py:51
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
#: models.py:57 models.py:63
msgid "index template node"
msgstr ""
#: models.py:58
msgid "indexes template nodes"
msgstr ""
#: models.py:64
msgid "value"
msgstr "valore"
#: models.py:65
msgid "documents"
msgstr "documenti"
#: models.py:75
msgid "index instance node"
msgstr ""
#: models.py:76
msgid "indexes instance nodes"
msgstr ""
#: models.py:80
msgid "index instance"
msgstr "istanza indice"
#: models.py:81
msgid "document"
msgstr "document"
#: models.py:88
msgid "document rename count"
msgstr "conteggio della rinomina del documento"
#: models.py:89
msgid "documents rename count"
msgstr "conteggio delle rinomine dei documenti"
#: permissions.py:7
msgid "Indexing"
msgstr "Indicizzazione"
#: permissions.py:9
msgid "Configure document indexes"
msgstr ""
#: permissions.py:10
msgid "Create new document indexes"
msgstr ""
#: permissions.py:11
msgid "Edit document indexes"
msgstr ""
#: permissions.py:12
msgid "Delete document indexes"
msgstr ""
#: permissions.py:14
msgid "View document indexes"
msgstr "Visualizza indici documento"
#: permissions.py:15
msgid "Rebuild document indexes"
msgstr "Ricostruisci indici documento"
#: utils.py:19
msgid "document indexes"
msgstr "indici dei documenti"
#: views.py:68
msgid "Index created successfully."
msgstr ""
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:98
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:123
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:137
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr ""
#: views.py:186
msgid "Index template node created successfully."
msgstr ""
#: views.py:192
msgid "create child node"
msgstr ""
#: views.py:213
msgid "Index template node edited successfully"
msgstr ""
#: views.py:219
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:226 views.py:266 views.py:334
msgid "node"
msgstr ""
#: views.py:248
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:250
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:283
msgid "nodes"
msgstr ""
#: views.py:316
#, python-format
msgid "contents for index: %s"
msgstr "contenuto per indice: %s"
#: views.py:338
msgid "items"
msgstr "voci"
#: views.py:363
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sei sicuro di voler ricostruire l'indice ?"
#: views.py:364
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di "
"tempo."
#: views.py:370
msgid "Index rebuild completed successfully."
msgstr "Ricostruzione dell'indice avvenuta con successo"
#: views.py:375
#, python-format
msgid "Index rebuild error: %s"
msgstr "Errore nella ricostruzione dell'indice: %s"
#: views.py:397
#, python-format
msgid "indexes containing: %s"
msgstr "Gli indici contengono: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Cosa sono gli indici ?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura "
"gerarchica dei documenti stessi.."