Initial Italian language sync

This commit is contained in:
Roberto Rosario
2011-12-07 15:53:04 -04:00
parent 9daa442e71
commit cf3e07d728
44 changed files with 6024 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,331 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/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:11
msgid "View existing smart links"
msgstr ""
#: __init__.py:12
msgid "Create new smart links"
msgstr ""
#: __init__.py:13
msgid "Delete smart links"
msgstr ""
#: __init__.py:14
msgid "Edit smart links"
msgstr ""
#: __init__.py:16
msgid "Smart links"
msgstr ""
#: __init__.py:22
msgid "smart links actions"
msgstr ""
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
msgid "smart links"
msgstr ""
#: __init__.py:26
msgid "smart links list"
msgstr ""
#: __init__.py:27
msgid "create new smart link"
msgstr ""
#: __init__.py:28 __init__.py:33
msgid "edit"
msgstr ""
#: __init__.py:29 __init__.py:34
msgid "delete"
msgstr ""
#: __init__.py:31
msgid "conditions"
msgstr ""
#: __init__.py:32
msgid "create condition"
msgstr ""
#: forms.py:48
msgid "Pages"
msgstr ""
#: forms.py:54
msgid "Select"
msgstr ""
#: forms.py:61
msgid "Click on the image for full size view of the first page."
msgstr ""
#: literals.py:7
msgid "and"
msgstr ""
#: literals.py:8
msgid "or"
msgstr ""
#: literals.py:12
msgid "is equal to"
msgstr ""
#: literals.py:13
msgid "is equal to (case insensitive)"
msgstr ""
#: literals.py:14
msgid "contains"
msgstr ""
#: literals.py:15
msgid "contains (case insensitive)"
msgstr ""
#: literals.py:16
msgid "is in"
msgstr ""
#: literals.py:17
msgid "is greater than"
msgstr ""
#: literals.py:18
msgid "is greater than or equal to"
msgstr ""
#: literals.py:19
msgid "is less than"
msgstr ""
#: literals.py:20
msgid "is less than or equal to"
msgstr ""
#: literals.py:21
msgid "starts with"
msgstr ""
#: literals.py:22
msgid "starts with (case insensitive)"
msgstr ""
#: literals.py:23
msgid "ends with"
msgstr ""
#: literals.py:24
msgid "ends with (case insensitive)"
msgstr ""
#: literals.py:25
msgid "is in regular expression"
msgstr ""
#: literals.py:26
msgid "is in regular expression (case insensitive)"
msgstr ""
#: models.py:10
msgid "title"
msgstr ""
#: models.py:11 views.py:108
msgid "dynamic title"
msgstr ""
#: models.py:11 models.py:29
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 ""
#: models.py:12 models.py:31 views.py:109 views.py:196
msgid "enabled"
msgstr ""
#: models.py:20 models.py:25 views.py:256 views.py:287
msgid "smart link"
msgstr ""
#: models.py:26
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:27
msgid "foreign document data"
msgstr ""
#: models.py:27
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:29
msgid "expression"
msgstr ""
#: models.py:30
msgid "negated"
msgstr ""
#: models.py:30
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:34
msgid "not"
msgstr ""
#: models.py:37
msgid "link condition"
msgstr ""
#: models.py:38
msgid "link conditions"
msgstr ""
#: views.py:32
msgid "No action selected."
msgstr ""
#: views.py:47
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:65
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:76
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:90
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:124
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:131
msgid "Create new smart link"
msgstr ""
#: views.py:144
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:153
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:168
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:170
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:180
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:193
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:216
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:223
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:243
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:250
msgid "Edit smart link condition"
msgstr ""
#: views.py:257 views.py:288
msgid "condition"
msgstr ""
#: views.py:274
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:276
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:290
#, python-format
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
msgstr ""
#: conf/settings.py:11
msgid "Show smart link that don't return any documents."
msgstr ""
#: templates/smart_links_help.html:3
msgid "What are smart links?"
msgstr ""
#: 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 ""