Update and enable all language translations

This commit is contained in:
Roberto Rosario
2014-06-21 02:01:16 -04:00
parent 431f7a51d1
commit 73245e66f4
1161 changed files with 51200 additions and 4288 deletions
Binary file not shown.
@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Mohammed ALDOUB <voulnet@gmail.com>, 2013.
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-25 19:42+0000\n"
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n"
Binary file not shown.
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <pkoldamov@gmail.com>, 2012.
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Binary file not shown.
@@ -0,0 +1,333 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr ""
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
@@ -3,8 +3,9 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Manticor <sl@suchreflex.de>, 2012
# Manticor <sl@suchreflex.de>, 2012
# Stefan Lodders <sl@suchreflex.de>, 2012
# Mathias Behrle <mbehrle@m9s.biz>, 2014
# Stefan Lodders <sl@suchreflex.de>, 2012
# tilmannsittig <tilmann.sittig@web.de>, 2012
# tilmannsittig <tilmann.sittig@web.de>, 2012
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2014-03-12 16:12+0000\n"
"Last-Translator: yangoon <mathiasb@m9s.biz>\n"
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Binary file not shown.
@@ -1,327 +1,327 @@
# 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.
#
#, fuzzy
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-25 20:11-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
msgstr "smart links actions"
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
msgstr "smart links"
#: __init__.py:21
msgid "smart links list"
msgstr ""
msgstr "smart links list"
#: __init__.py:22
msgid "create new smart link"
msgstr ""
msgstr "create new smart link"
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
msgstr "edit"
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
msgstr "delete"
#: __init__.py:26
msgid "conditions"
msgstr ""
msgstr "conditions"
#: __init__.py:27
msgid "create condition"
msgstr ""
msgstr "create condition"
#: __init__.py:31
msgid "ACLs"
msgstr ""
msgstr "ACLs"
#: forms.py:48
msgid "Pages"
msgstr ""
msgstr "Pages"
#: forms.py:54
msgid "Select"
msgstr ""
msgstr "Select"
#: forms.py:61
msgid "Click on the image for full size view of the first page."
msgstr ""
msgstr "Click on the image for full size view of the first page."
#: literals.py:7
msgid "and"
msgstr ""
msgstr "and"
#: literals.py:8
msgid "or"
msgstr ""
msgstr "or"
#: literals.py:12
msgid "is equal to"
msgstr ""
msgstr "is equal to"
#: literals.py:13
msgid "is equal to (case insensitive)"
msgstr ""
msgstr "is equal to (case insensitive)"
#: literals.py:14
msgid "contains"
msgstr ""
msgstr "contains"
#: literals.py:15
msgid "contains (case insensitive)"
msgstr ""
msgstr "contains (case insensitive)"
#: literals.py:16
msgid "is in"
msgstr ""
msgstr "is in"
#: literals.py:17
msgid "is greater than"
msgstr ""
msgstr "is greater than"
#: literals.py:18
msgid "is greater than or equal to"
msgstr ""
msgstr "is greater than or equal to"
#: literals.py:19
msgid "is less than"
msgstr ""
msgstr "is less than"
#: literals.py:20
msgid "is less than or equal to"
msgstr ""
msgstr "is less than or equal to"
#: literals.py:21
msgid "starts with"
msgstr ""
msgstr "starts with"
#: literals.py:22
msgid "starts with (case insensitive)"
msgstr ""
msgstr "starts with (case insensitive)"
#: literals.py:23
msgid "ends with"
msgstr ""
msgstr "ends with"
#: literals.py:24
msgid "ends with (case insensitive)"
msgstr ""
msgstr "ends with (case insensitive)"
#: literals.py:25
msgid "is in regular expression"
msgstr ""
msgstr "is in regular expression"
#: literals.py:26
msgid "is in regular expression (case insensitive)"
msgstr ""
msgstr "is in regular expression (case insensitive)"
#: models.py:12
msgid "title"
msgstr ""
msgstr "title"
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
msgstr "dynamic title"
#: 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 ""
msgstr "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`."
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
msgstr "enabled"
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
msgstr "smart link"
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
msgstr "The inclusion is ignored for the first item."
#: models.py:29
msgid "foreign document data"
msgstr ""
msgstr "foreign document data"
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
msgstr "This represents the metadata of all other documents. Available objects: `document.<attribute>` and `metadata.<metadata_type_name>`."
#: models.py:31
msgid "expression"
msgstr ""
msgstr "expression"
#: models.py:32
msgid "negated"
msgstr ""
msgstr "negated"
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
msgstr "Inverts the logic of the operator."
#: models.py:36
msgid "not"
msgstr ""
msgstr "not"
#: models.py:39
msgid "link condition"
msgstr ""
msgstr "link condition"
#: models.py:40
msgid "link conditions"
msgstr ""
msgstr "link conditions"
#: permissions.py:7
msgid "Smart links"
msgstr ""
msgstr "Smart links"
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
msgstr "View existing smart links"
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
msgstr "Create new smart links"
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
msgstr "Delete smart links"
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
msgstr "Edit smart links"
#: views.py:41
msgid "No action selected."
msgstr ""
msgstr "No action selected."
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
msgstr "documents in smart link: %(group)s"
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
msgstr "Smart link query error: %s"
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
msgstr "smart links (%s)"
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
msgstr "There no defined smart links for the current document."
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
msgstr "Smart link: %s created successfully."
#: views.py:159
msgid "Create new smart link"
msgstr ""
msgstr "Create new smart link"
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
msgstr "Smart link: %s edited successfully."
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
msgstr "Edit smart link: %s"
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
msgstr "Smart link: %s deleted successfully."
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
msgstr "Error deleting smart link: %(smart_link)s; %(error)s."
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
msgstr "Are you sure you wish to delete smart link: %s?"
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
msgstr "conditions for smart link: %s"
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
msgstr "Smart link condition: \"%s\" created successfully."
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
msgstr "Add new conditions to smart link: \"%s\""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
msgstr "Smart link condition: \"%s\" edited successfully."
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
msgstr "Edit smart link condition"
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
msgstr "condition"
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
msgstr "Smart link condition: \"%s\" deleted successfully."
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
msgstr "Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
#: views.py:333
#, python-format
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
msgstr ""
msgstr "Are you sure you wish to delete smart link condition: \"%s\"?"
#: conf/settings.py:11
msgid "Show smart link that don't return any documents."
msgstr ""
msgstr "Show smart link that don't return any documents."
#: templates/smart_links_help.html:3
msgid "What are smart links?"
msgstr ""
msgstr "What are smart links?"
#: templates/smart_links_help.html:4
msgid ""
@@ -330,4 +330,4 @@ msgid ""
"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 ""
msgstr "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."
Binary file not shown.
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011-2012.
# Roberto Rosario, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Binary file not shown.
@@ -0,0 +1,334 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-07-05 11:22+0000\n"
"Last-Translator: Mohammad Dashtizadeh <mohammad@dashtizadeh.net>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr "ویرایش"
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr "حذف"
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr "عنوان"
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
Binary file not shown.
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012.
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -0,0 +1,333 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr ""
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
Binary file not shown.
@@ -0,0 +1,333 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr ""
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
Binary file not shown.
@@ -0,0 +1,333 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr ""
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
Binary file not shown.
@@ -3,15 +3,15 @@
# 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.
# Pierpaolo Baldan <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"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Lucas Weel <ljj.weel@gmail.com>, 2013.
# Lucas Weel <ljj.weel@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-12 10:57+0000\n"
"Last-Translator: Lucas Weel <ljj.weel@gmail.com>\n"
Binary file not shown.
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <winterfall24@gmail.com>, 2012.
# mic <winterfall24@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Binary file not shown.
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <dev.emerson@gmail.com>, 2011.
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2012.
# Vítor Figueiró <vfigueiro@gmail.com>, 2012.
# emersonsoares <dev.emerson@gmail.com>, 2011
# Roberto Rosario, 2012
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <dev.emerson@gmail.com>, 2011.
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2012.
# emersonsoares <dev.emerson@gmail.com>, 2011
# Roberto Rosario, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Binary file not shown.
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2011-2012.
# Sergey Glita <gsv70@mail.ru>, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"PO-Revision-Date: 2013-05-14 06:13+0000\n"
"Last-Translator: Sergey Glita <gsv70@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:06+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -0,0 +1,333 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-06-10 05:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:17
msgid "smart links actions"
msgstr ""
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
msgid "smart links"
msgstr ""
#: __init__.py:21
msgid "smart links list"
msgstr ""
#: __init__.py:22
msgid "create new smart link"
msgstr ""
#: __init__.py:23 __init__.py:28
msgid "edit"
msgstr ""
#: __init__.py:24 __init__.py:29
msgid "delete"
msgstr ""
#: __init__.py:26
msgid "conditions"
msgstr ""
#: __init__.py:27
msgid "create condition"
msgstr ""
#: __init__.py:31
msgid "ACLs"
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:12
msgid "title"
msgstr ""
#: models.py:13 views.py:135
msgid "dynamic title"
msgstr ""
#: 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 ""
#: models.py:14 models.py:33 views.py:136 views.py:232
msgid "enabled"
msgstr ""
#: models.py:22 models.py:27 views.py:296 views.py:330
msgid "smart link"
msgstr ""
#: models.py:28
msgid "The inclusion is ignored for the first item."
msgstr ""
#: models.py:29
msgid "foreign document data"
msgstr ""
#: models.py:29
msgid ""
"This represents the metadata of all other documents. Available objects: "
"`document.<attribute>` and `metadata.<metadata_type_name>`."
msgstr ""
#: models.py:31
msgid "expression"
msgstr ""
#: models.py:32
msgid "negated"
msgstr ""
#: models.py:32
msgid "Inverts the logic of the operator."
msgstr ""
#: models.py:36
msgid "not"
msgstr ""
#: models.py:39
msgid "link condition"
msgstr ""
#: models.py:40
msgid "link conditions"
msgstr ""
#: permissions.py:7
msgid "Smart links"
msgstr ""
#: permissions.py:9
msgid "View existing smart links"
msgstr ""
#: permissions.py:10
msgid "Create new smart links"
msgstr ""
#: permissions.py:11
msgid "Delete smart links"
msgstr ""
#: permissions.py:12
msgid "Edit smart links"
msgstr ""
#: views.py:41
msgid "No action selected."
msgstr ""
#: views.py:60
#, python-format
msgid "documents in smart link: %(group)s"
msgstr ""
#: views.py:76
#, python-format
msgid "Smart link query error: %s"
msgstr ""
#: views.py:98
#, python-format
msgid "smart links (%s)"
msgstr ""
#: views.py:112
msgid "There no defined smart links for the current document."
msgstr ""
#: views.py:152
#, python-format
msgid "Smart link: %s created successfully."
msgstr ""
#: views.py:159
msgid "Create new smart link"
msgstr ""
#: views.py:175
#, python-format
msgid "Smart link: %s edited successfully."
msgstr ""
#: views.py:184
#, python-format
msgid "Edit smart link: %s"
msgstr ""
#: views.py:202
#, python-format
msgid "Smart link: %s deleted successfully."
msgstr ""
#: views.py:204
#, python-format
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
msgstr ""
#: views.py:213
#, python-format
msgid "Are you sure you wish to delete smart link: %s?"
msgstr ""
#: views.py:229
#, python-format
msgid "conditions for smart link: %s"
msgstr ""
#: views.py:254
#, python-format
msgid "Smart link condition: \"%s\" created successfully."
msgstr ""
#: views.py:261
#, python-format
msgid "Add new conditions to smart link: \"%s\""
msgstr ""
#: views.py:283
#, python-format
msgid "Smart link condition: \"%s\" edited successfully."
msgstr ""
#: views.py:290
msgid "Edit smart link condition"
msgstr ""
#: views.py:297 views.py:331
msgid "condition"
msgstr ""
#: views.py:317
#, python-format
msgid "Smart link condition: \"%s\" deleted successfully."
msgstr ""
#: views.py:319
#, python-format
msgid ""
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
msgstr ""
#: views.py:333
#, 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 ""
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Trung Phan Minh <navmobile@gmail.com>, 2013.
# Trung Phan Minh <navmobile@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-24 07:39+0000\n"
"Last-Translator: trungpm <navmobile@gmail.com>\n"
"Last-Translator: Trung Phan Minh <navmobile@gmail.com>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"