336 lines
8.8 KiB
Gettext
336 lines
8.8 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.
|
|
#
|
|
# Translators:
|
|
# <pierpaolo.baldan@gmail.com>, 2011.
|
|
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Mayan EDMS\n"
|
|
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
|
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
|
|
"PO-Revision-Date: 2012-03-21 13:18+0000\n"
|
|
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
|
|
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/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"
|
|
|
|
#: __init__.py:17
|
|
msgid "smart links actions"
|
|
msgstr "azioni dei link intelligenti"
|
|
|
|
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
|
msgid "smart links"
|
|
msgstr "link intelligenti"
|
|
|
|
#: __init__.py:21
|
|
msgid "smart links list"
|
|
msgstr "lista dei link intelligenti"
|
|
|
|
#: __init__.py:22
|
|
msgid "create new smart link"
|
|
msgstr "crea nuovi link intelligenti"
|
|
|
|
#: __init__.py:23 __init__.py:28
|
|
msgid "edit"
|
|
msgstr "modifica"
|
|
|
|
#: __init__.py:24 __init__.py:29
|
|
msgid "delete"
|
|
msgstr "cancella"
|
|
|
|
#: __init__.py:26
|
|
msgid "conditions"
|
|
msgstr "condizioni"
|
|
|
|
#: __init__.py:27
|
|
msgid "create condition"
|
|
msgstr "crea condizioni"
|
|
|
|
#: __init__.py:31
|
|
msgid "ACLs"
|
|
msgstr "ACL"
|
|
|
|
#: forms.py:50
|
|
msgid "Pages"
|
|
msgstr "Pagine"
|
|
|
|
#: forms.py:56
|
|
msgid "Select"
|
|
msgstr "Seleziona"
|
|
|
|
#: forms.py:63
|
|
msgid "Click on the image for full size view of the first page."
|
|
msgstr "Click sull'immagine per vedere la prima pagina"
|
|
|
|
#: literals.py:7
|
|
msgid "and"
|
|
msgstr "e"
|
|
|
|
#: literals.py:8
|
|
msgid "or"
|
|
msgstr "o"
|
|
|
|
#: literals.py:12
|
|
msgid "is equal to"
|
|
msgstr "è uguale"
|
|
|
|
#: literals.py:13
|
|
msgid "is equal to (case insensitive)"
|
|
msgstr "è uguale a (case insensitive)"
|
|
|
|
#: literals.py:14
|
|
msgid "contains"
|
|
msgstr "contiene"
|
|
|
|
#: literals.py:15
|
|
msgid "contains (case insensitive)"
|
|
msgstr "contiene (case insensitive)"
|
|
|
|
#: literals.py:16
|
|
msgid "is in"
|
|
msgstr "è in"
|
|
|
|
#: literals.py:17
|
|
msgid "is greater than"
|
|
msgstr "è più grande di"
|
|
|
|
#: literals.py:18
|
|
msgid "is greater than or equal to"
|
|
msgstr "è più grande o uguale a"
|
|
|
|
#: literals.py:19
|
|
msgid "is less than"
|
|
msgstr "è inferiore a "
|
|
|
|
#: literals.py:20
|
|
msgid "is less than or equal to"
|
|
msgstr "è inferiore o uguale a"
|
|
|
|
#: literals.py:21
|
|
msgid "starts with"
|
|
msgstr "inizia con"
|
|
|
|
#: literals.py:22
|
|
msgid "starts with (case insensitive)"
|
|
msgstr "inizia con (case insensitive)"
|
|
|
|
#: literals.py:23
|
|
msgid "ends with"
|
|
msgstr "finisce con"
|
|
|
|
#: literals.py:24
|
|
msgid "ends with (case insensitive)"
|
|
msgstr "finisce con (case insensitive)"
|
|
|
|
#: literals.py:25
|
|
msgid "is in regular expression"
|
|
msgstr "è un'espressione regolare"
|
|
|
|
#: literals.py:26
|
|
msgid "is in regular expression (case insensitive)"
|
|
msgstr "è un'espressione regolare (case insensitive)"
|
|
|
|
#: models.py:12
|
|
msgid "title"
|
|
msgstr "titolo"
|
|
|
|
#: models.py:13 views.py:135
|
|
msgid "dynamic title"
|
|
msgstr "titolo dinamico"
|
|
|
|
#: models.py:13 models.py:31
|
|
msgid ""
|
|
"This expression will be evaluated against the current selected document. "
|
|
"The document metadata is available as variables `metadata` and document "
|
|
"properties under the variable `document`."
|
|
msgstr "Questa espressione sarà valutata per il documento corrente selezionato. I metadati del documento sono disponibile come variabili `metadati` e le proprietà dei documenti sotto la variabile `documento`."
|
|
|
|
#: models.py:14 models.py:33 views.py:136 views.py:232
|
|
msgid "enabled"
|
|
msgstr "abilitato"
|
|
|
|
#: models.py:22 models.py:27 views.py:296 views.py:330
|
|
msgid "smart link"
|
|
msgstr "link intelligente"
|
|
|
|
#: models.py:28
|
|
msgid "The inclusion is ignored for the first item."
|
|
msgstr "L'inserimento viene ignorato per la prima voce."
|
|
|
|
#: models.py:29
|
|
msgid "foreign document data"
|
|
msgstr "dati del documento estero"
|
|
|
|
#: models.py:29
|
|
msgid ""
|
|
"This represents the metadata of all other documents. Available objects: "
|
|
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
|
msgstr "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti disponibili: `document.<attribute>` e `metadata.<metadata_type_name>`."
|
|
|
|
#: models.py:31
|
|
msgid "expression"
|
|
msgstr "espressione"
|
|
|
|
#: models.py:32
|
|
msgid "negated"
|
|
msgstr "negato"
|
|
|
|
#: models.py:32
|
|
msgid "Inverts the logic of the operator."
|
|
msgstr "Inverti la logica dell'operazione"
|
|
|
|
#: models.py:36
|
|
msgid "not"
|
|
msgstr "not"
|
|
|
|
#: models.py:39
|
|
msgid "link condition"
|
|
msgstr "condizione per il link"
|
|
|
|
#: models.py:40
|
|
msgid "link conditions"
|
|
msgstr "condizioni per i link"
|
|
|
|
#: permissions.py:7
|
|
msgid "Smart links"
|
|
msgstr "Link intelligenti"
|
|
|
|
#: permissions.py:9
|
|
msgid "View existing smart links"
|
|
msgstr "Vista intelligente dei link esistenti"
|
|
|
|
#: permissions.py:10
|
|
msgid "Create new smart links"
|
|
msgstr "Crea link intelligenti"
|
|
|
|
#: permissions.py:11
|
|
msgid "Delete smart links"
|
|
msgstr "Cancella link intelligenti"
|
|
|
|
#: permissions.py:12
|
|
msgid "Edit smart links"
|
|
msgstr "Modifica link intelligenti"
|
|
|
|
#: views.py:40
|
|
msgid "No action selected."
|
|
msgstr "Nessuna azione selezionata "
|
|
|
|
#: views.py:59
|
|
#, python-format
|
|
msgid "documents in smart link: %(group)s"
|
|
msgstr "documenti nei link intelligenti: %(group)s"
|
|
|
|
#: views.py:75
|
|
#, python-format
|
|
msgid "Smart link query error: %s"
|
|
msgstr "Interrogazione dei link intelligenti, errore: %s"
|
|
|
|
#: views.py:97
|
|
#, python-format
|
|
msgid "smart links (%s)"
|
|
msgstr "link intelligenti (%s)"
|
|
|
|
#: views.py:111
|
|
msgid "There no defined smart links for the current document."
|
|
msgstr "Non ci sono link intelligenti per questo documento."
|
|
|
|
#: views.py:152
|
|
#, python-format
|
|
msgid "Smart link: %s created successfully."
|
|
msgstr "Link inteligente: %s creato con successo."
|
|
|
|
#: views.py:159
|
|
msgid "Create new smart link"
|
|
msgstr "Crea un nuovo link intelligente"
|
|
|
|
#: views.py:175
|
|
#, python-format
|
|
msgid "Smart link: %s edited successfully."
|
|
msgstr "Link intelligente: %s modificato con successo."
|
|
|
|
#: views.py:184
|
|
#, python-format
|
|
msgid "Edit smart link: %s"
|
|
msgstr "Modifica il link intelligente: %s"
|
|
|
|
#: views.py:202
|
|
#, python-format
|
|
msgid "Smart link: %s deleted successfully."
|
|
msgstr "Link intelligente: %s cancellato con successo."
|
|
|
|
#: views.py:204
|
|
#, python-format
|
|
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
|
msgstr "Errore link intelligente: %(smart_link)s; %(error)s."
|
|
|
|
#: views.py:213
|
|
#, python-format
|
|
msgid "Are you sure you wish to delete smart link: %s?"
|
|
msgstr "Sei sicuro di voler cancella questo link intelligente: %s?"
|
|
|
|
#: views.py:229
|
|
#, python-format
|
|
msgid "conditions for smart link: %s"
|
|
msgstr "condizioni per il link intelligente: %s"
|
|
|
|
#: views.py:254
|
|
#, python-format
|
|
msgid "Smart link condition: \"%s\" created successfully."
|
|
msgstr "Condizione per il link intelligente: \"%s\" creata con successo."
|
|
|
|
#: views.py:261
|
|
#, python-format
|
|
msgid "Add new conditions to smart link: \"%s\""
|
|
msgstr "Aggiungi una nuova condizione al link intelligente: \"%s\""
|
|
|
|
#: views.py:283
|
|
#, python-format
|
|
msgid "Smart link condition: \"%s\" edited successfully."
|
|
msgstr "Condizione per il link intelligente: \"%s\" modificato con successo."
|
|
|
|
#: views.py:290
|
|
msgid "Edit smart link condition"
|
|
msgstr "Modifica condizioni per i link intelligenti"
|
|
|
|
#: views.py:297 views.py:331
|
|
msgid "condition"
|
|
msgstr "condizioni"
|
|
|
|
#: views.py:317
|
|
#, python-format
|
|
msgid "Smart link condition: \"%s\" deleted successfully."
|
|
msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo."
|
|
|
|
#: views.py:319
|
|
#, python-format
|
|
msgid ""
|
|
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
|
msgstr "Errore nella cancellazione del link intelligente: %(smart_link_condition)s; %(error)s."
|
|
|
|
#: views.py:333
|
|
#, python-format
|
|
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
|
msgstr "Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s\"?"
|
|
|
|
#: conf/settings.py:11
|
|
msgid "Show smart link that don't return any documents."
|
|
msgstr "Mostra i link intelligenti che non restituiscono documenti"
|
|
|
|
#: templates/smart_links_help.html:3
|
|
msgid "What are smart links?"
|
|
msgstr "Che cosa sono i link intelligenti ?"
|
|
|
|
#: templates/smart_links_help.html:4
|
|
msgid ""
|
|
"Smart links are a set of conditional statements that are used to query the "
|
|
"database using the current document the user is accessing as the data "
|
|
"source, the results of these queries are a list of documents that relate in "
|
|
"some manner to the document being displayed and allow users the ability to "
|
|
"jump to and from linked documents very easily."
|
|
msgstr "Collegamenti intelligenti sono un insieme di istruzioni condizionali che vengono utilizzati per interrogare il database utilizzando il documento corrente l'utente sta accedendo come origine dati, i risultati di queste query sono un elenco di documenti che riguardano in qualche modo al documento e consentire la visualizzazione agli utenti la possibilità di saltare da e per i documenti collegati molto facilmente."
|