Language translations sync
This commit is contained in:
BIN
apps/linking/locale/ar/LC_MESSAGES/django.mo
Normal file
BIN
apps/linking/locale/ar/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
334
apps/linking/locale/ar/LC_MESSAGES/django.po
Normal file
334
apps/linking/locale/ar/LC_MESSAGES/django.po
Normal file
@@ -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:
|
||||
# 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"
|
||||
"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"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 "is in regular expression"
|
||||
|
||||
#: literals.py:26
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr "is in regular expression (case insensitive)"
|
||||
|
||||
#: 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 "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 "مشغل"
|
||||
|
||||
#: 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 "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 "This represents the metadata of all other documents. Available objects: `document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr "expression"
|
||||
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr "negated"
|
||||
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr "Inverts the logic of the operator."
|
||||
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr "not"
|
||||
|
||||
#: 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 "وثائق في الارتباط الذكي : %(group)s"
|
||||
|
||||
#: views.py:76
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr "خطأ بالاستعلام عن الرابط الذكي: %s"
|
||||
|
||||
#: views.py:98
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr "الروابط الذكية (%s)"
|
||||
|
||||
#: 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 "تم انشاء الرابط الذكي %s بنجاح"
|
||||
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr "إنشاء ارتباط ذكي جديد"
|
||||
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr "تم تحرير الرابط الذكي %s بنجاح."
|
||||
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr "تحرير الرابط الذكي: %s"
|
||||
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr "تم مسح الرابط الذكي %s بنجاح."
|
||||
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr "خطأ بمسح الرابط الذكي: %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr "هل أنت متأكد من مسح الرابط الذكي: %s ؟"
|
||||
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr "الشروط للرابط الذكي: %s"
|
||||
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr "تم انشاء شرط الرابط الذكي \"%s\" بنجاح."
|
||||
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr "أضف شرط جديد للرابط الذكي: \"%s\""
|
||||
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr "تم تعديل شرط الرابط الذكي \"%s\" بنجاح."
|
||||
|
||||
#: 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 "تم مسح شرط الرابط الذكي \"%s\" بنجاح."
|
||||
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr "خطأ أثناء مسح شرط الرابط الذكي %(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr "هل أنت متأكد أنك تريد حذف شرط الرابط الذكي: \"%s\"؟"
|
||||
|
||||
#: 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.
@@ -1,22 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# <pkoldamov@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-10-18 05:33+0000\n"
|
||||
"Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
|
||||
Binary file not shown.
@@ -1,23 +1,24 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Manticor <sl@suchreflex.de>, 2012.
|
||||
# <sl@suchreflex.de>, 2012.
|
||||
# Tilmann Sittig <tilmann.sittig@web.de>, 2012.
|
||||
# <tilmann.sittig@web.de>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-09-20 07:48+0000\n"
|
||||
"Last-Translator: Manticor <sl@suchreflex.de>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-"
|
||||
"edms/language/de_DE/)\n"
|
||||
"Language: de_DE\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de_DE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -66,8 +67,7 @@ msgstr "Auswählen"
|
||||
|
||||
#: forms.py:61
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen."
|
||||
msgstr "Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen."
|
||||
|
||||
#: literals.py:7
|
||||
msgid "and"
|
||||
@@ -150,10 +150,7 @@ 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 ""
|
||||
"Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet "
|
||||
"werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und "
|
||||
"Dokumenteigenschaften als Variable `document`. "
|
||||
msgstr "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und Dokumenteigenschaften als Variable `document`. "
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -175,9 +172,7 @@ msgstr "fremde Dokumenten-Daten"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: "
|
||||
"`Dokument. <attribute> `Und` Metadaten. <metadata_type_name> `."
|
||||
msgstr "Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: `Dokument. <attribute> `Und` Metadaten. <metadata_type_name> `."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -244,9 +239,7 @@ msgstr "intelligente Verknüpfungen (%s)"
|
||||
|
||||
#: views.py:112
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr ""
|
||||
"Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument "
|
||||
"definiert."
|
||||
msgstr "Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument definiert."
|
||||
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
@@ -275,15 +268,12 @@ msgstr "intelligente Verknüpfung %s erfolgreich gelöscht."
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
"Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; "
|
||||
"%(error)s ."
|
||||
msgstr "Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; %(error)s ."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr ""
|
||||
"Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?"
|
||||
msgstr "Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?"
|
||||
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
@@ -322,20 +312,16 @@ msgstr "Bedingung für intelligente Verknüpfung: \"%s\" erfolgreich gelöscht."
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
"Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ."
|
||||
msgstr "Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
"Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung "
|
||||
"löschen möchten: \"%s\"?"
|
||||
msgstr "Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung löschen möchten: \"%s\"?"
|
||||
|
||||
#: conf/settings.py:11
|
||||
msgid "Show smart link that don't return any documents."
|
||||
msgstr ""
|
||||
"intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen."
|
||||
msgstr "intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen."
|
||||
|
||||
#: templates/smart_links_help.html:3
|
||||
msgid "What are smart links?"
|
||||
@@ -348,12 +334,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 ""
|
||||
"Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument "
|
||||
"mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so "
|
||||
"andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in "
|
||||
"Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen "
|
||||
"verknüpften Dokumenten einfach zu navigieren."
|
||||
|
||||
#~ msgid "Linking"
|
||||
#~ msgstr "Verlinken"
|
||||
msgstr "Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen verknüpften Dokumenten einfach zu navigieren."
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\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"
|
||||
|
||||
Binary file not shown.
@@ -1,22 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011-2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/es/)\n"
|
||||
"Language: es\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -65,8 +64,7 @@ msgstr "Seleccionar"
|
||||
|
||||
#: forms.py:61
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Haga clic en la imagen para ver el tamaño completo de la primera página."
|
||||
msgstr "Haga clic en la imagen para ver el tamaño completo de la primera página."
|
||||
|
||||
#: literals.py:7
|
||||
msgid "and"
|
||||
@@ -149,10 +147,7 @@ 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 ""
|
||||
"Esta expresión sera evaluada con respecto al documento seleccionado actual. "
|
||||
"Los metadatos del documento están disponible como variables `metadata` y las "
|
||||
"propiedades del documento en la variable `document`."
|
||||
msgstr "Esta expresión sera evaluada con respecto al documento seleccionado actual. Los metadatos del documento están disponible como variables `metadata` y las propiedades del documento en la variable `document`."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -174,10 +169,7 @@ msgstr "datos de documento foráneo"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Esto representa los metadatos de todos los demás documentos. Objetos "
|
||||
"disponibles: `document.<attributo>` y `metadata.<nombre de tipo de "
|
||||
"metadata>`."
|
||||
msgstr "Esto representa los metadatos de todos los demás documentos. Objetos disponibles: `document.<attributo>` y `metadata.<nombre de tipo de metadata>`."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -273,8 +265,7 @@ msgstr "Enlace inteligente: %s eliminado exitosamente."
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
"Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s."
|
||||
msgstr "Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
@@ -318,20 +309,16 @@ msgstr "Condición de enlace inteligente: \"%s\" ha eliminada exitosamente."
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
"Error al tratar de eliminar la condición de enlace inteligente: "
|
||||
"%(smart_link_condition)s; %(error)s."
|
||||
msgstr "Error al tratar de eliminar la condición de enlace inteligente: %(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
"¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?"
|
||||
msgstr "¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?"
|
||||
|
||||
#: conf/settings.py:11
|
||||
msgid "Show smart link that don't return any documents."
|
||||
msgstr ""
|
||||
"Mostrar enlace inteligente que no devuelven ningun documentos como resultado."
|
||||
msgstr "Mostrar enlace inteligente que no devuelven ningun documentos como resultado."
|
||||
|
||||
#: templates/smart_links_help.html:3
|
||||
msgid "What are smart links?"
|
||||
@@ -344,10 +331,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 ""
|
||||
"Enlaces inteligentes son un conjunto de condiciones que se utilizan para "
|
||||
"consultar la base de datos en relacion al documento actual que el usuario "
|
||||
"está accediendo, los resultados de estas consultas son una lista de "
|
||||
"documentos que se relacionan de alguna manera al documento que se muestra y "
|
||||
"permite a los usuarios la capacidad de navegar entre los documentos "
|
||||
"vinculados con mucha facilidad."
|
||||
msgstr "Enlaces inteligentes son un conjunto de condiciones que se utilizan para consultar la base de datos en relacion al documento actual que el usuario está accediendo, los resultados de estas consultas son una lista de documentos que se relacionan de alguna manera al documento que se muestra y permite a los usuarios la capacidad de navegar entre los documentos vinculados con mucha facilidad."
|
||||
|
||||
Binary file not shown.
@@ -1,22 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-28 13:51+0000\n"
|
||||
"Last-Translator: Pierre Lhoste <peter.cathbad.host@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -148,10 +147,7 @@ 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 ""
|
||||
"Cette expression sera évaluée sur le document sélectionné. Les métadonnées "
|
||||
"du document sont accessibles en tant que variables `metadata` et les "
|
||||
"propriétés d'un document sous la variable `document`."
|
||||
msgstr "Cette expression sera évaluée sur le document sélectionné. Les métadonnées du document sont accessibles en tant que variables `metadata` et les propriétés d'un document sous la variable `document`."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -173,9 +169,7 @@ msgstr "document en langue étrangère"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Ceci représente les métadonnées de tous les autres documents. Eléments "
|
||||
"disponibles: `document.<attribute>` et `metadata.<metadata_type_name>`."
|
||||
msgstr "Ceci représente les métadonnées de tous les autres documents. Eléments disponibles: `document.<attribute>` et `metadata.<metadata_type_name>`."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -271,8 +265,7 @@ msgstr "Lien intelligent:%s supprimé avec succès"
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
"Erreur lors de la suppression du lien intelligent:%(smart_link)s; %(error)s."
|
||||
msgstr "Erreur lors de la suppression du lien intelligent:%(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
@@ -316,21 +309,16 @@ msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès."
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
"Erreur lors de la suppression de la condition sur lien intelligent: "
|
||||
"%(smart_link_condition)s; %(error)s."
|
||||
msgstr "Erreur lors de la suppression de la condition sur lien intelligent: %(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
"Êtes vous certain de vouloir supprimer la condition sur le lien intelligent:"
|
||||
"\"%s\"?"
|
||||
msgstr "Êtes vous certain de vouloir supprimer la condition sur le lien intelligent:\"%s\"?"
|
||||
|
||||
#: conf/settings.py:11
|
||||
msgid "Show smart link that don't return any documents."
|
||||
msgstr ""
|
||||
"Afficher les liens intelligents dont le requêtage ne renvoie aucun document"
|
||||
msgstr "Afficher les liens intelligents dont le requêtage ne renvoie aucun document"
|
||||
|
||||
#: templates/smart_links_help.html:3
|
||||
msgid "What are smart links?"
|
||||
@@ -343,13 +331,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 ""
|
||||
"Les liens intelligents sont un groupe de conditions utilisées pour requêter "
|
||||
"la base de données, en utilisant comme source de données le document en "
|
||||
"cours pour l'utilisateur, le résultat de la requête consistant en une liste "
|
||||
"de documents qui ont un lien avec le document en cours, et permettent ainsi "
|
||||
"à l'utilisateur de passer rapidement d'un de ces documents liés à l'autre, "
|
||||
"dans les deux sens."
|
||||
|
||||
#~ msgid "Linking"
|
||||
#~ msgstr "Lier"
|
||||
msgstr "Les liens intelligents sont un groupe de conditions utilisées pour requêter la base de données, en utilisant comme source de données le document en cours pour l'utilisateur, le résultat de la requête consistant en une liste de documents qui ont un lien avec le document en cours, et permettent ainsi à l'utilisateur de passer rapidement d'un de ces documents liés à l'autre, dans les deux sens."
|
||||
|
||||
Binary file not shown.
@@ -1,23 +1,22 @@
|
||||
# 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: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/it/)\n"
|
||||
"Language: it\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -149,10 +148,7 @@ 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`."
|
||||
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"
|
||||
@@ -174,9 +170,7 @@ msgstr "dati del documento estero"
|
||||
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>`."
|
||||
msgstr "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti disponibili: `document.<attribute>` e `metadata.<metadata_type_name>`."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -316,16 +310,12 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo."
|
||||
#, 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."
|
||||
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"
|
||||
"\"?"
|
||||
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."
|
||||
@@ -342,10 +332,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 ""
|
||||
"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."
|
||||
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."
|
||||
|
||||
Binary file not shown.
@@ -1,21 +1,21 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Lucas Weel <ljj.weel@gmail.com>, 2013.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/nl_NL/)\n"
|
||||
"Language: nl_NL\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl_NL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -28,7 +28,7 @@ msgstr "smartlinks"
|
||||
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr ""
|
||||
msgstr "lijst met 'smart-links'"
|
||||
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
@@ -64,8 +64,7 @@ msgstr "Selecteer"
|
||||
|
||||
#: forms.py:61
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Klik op de afbeelding om de eerste pagina op ware grootte te kunnen inzien."
|
||||
msgstr "Klik op de afbeelding om de eerste pagina op ware grootte te kunnen inzien."
|
||||
|
||||
#: literals.py:7
|
||||
msgid "and"
|
||||
@@ -148,10 +147,7 @@ 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 ""
|
||||
"Deze expressie zal worden geevalueerd tegen het huidige geselecteerde "
|
||||
"document. De metadata van het document is beschikbaar onder variabelen: "
|
||||
"'metadata' en document eigenschappen onder de variabele 'document'."
|
||||
msgstr "Deze expressie zal worden geevalueerd tegen het huidige geselecteerde document. De metadata van het document is beschikbaar onder variabelen: 'metadata' en document eigenschappen onder de variabele 'document'."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -173,9 +169,7 @@ msgstr "vreemde document data"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Dit representeerd de metadata van alle andere documenten. Beschikbare "
|
||||
"objecten: 'document.<attribute>' and 'metadata.<metadata_type_name>'."
|
||||
msgstr "Dit representeerd de metadata van alle andere documenten. Beschikbare objecten: 'document.<attribute>' and 'metadata.<metadata_type_name>'."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -271,9 +265,7 @@ msgstr "'smartlink': %s verwijdert."
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
"Fout bij het verwijderen van 'smartlink': %(smart_link)s. Foutmelding: "
|
||||
"%(error)s."
|
||||
msgstr "Fout bij het verwijderen van 'smartlink': %(smart_link)s. Foutmelding: %(error)s."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
@@ -317,15 +309,12 @@ msgstr "'smartlink' conditie: \"%s\" verwijdert"
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
"Fout bij het verwijderen van 'smartlink' conditie: %(smart_link_condition)s. "
|
||||
"Foutmelding: %(error)s."
|
||||
msgstr "Fout bij het verwijderen van 'smartlink' conditie: %(smart_link_condition)s. Foutmelding: %(error)s."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
"Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen?"
|
||||
msgstr "Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen?"
|
||||
|
||||
#: conf/settings.py:11
|
||||
msgid "Show smart link that don't return any documents."
|
||||
@@ -342,12 +331,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 ""
|
||||
"'smartlinks' zijn een verzameling condities die gebruikt worden om de "
|
||||
"database te doorzoeken. Hierbij wordt het huidige document wat de gebruiker "
|
||||
"inziet als bron genomen. Het zoek resultaat maakt documentverwijzingen "
|
||||
"zichtbaar naar documenten die gerelateerd zijn aan het huidige document.Deze "
|
||||
"gerelateerde documenten zijn dan eenvoudig te bereiken via hyperlinks"
|
||||
|
||||
#~ msgid "Linking"
|
||||
#~ msgstr "Koppeling"
|
||||
msgstr "'smartlinks' zijn een verzameling condities die gebruikt worden om de database te doorzoeken. Hierbij wordt het huidige document wat de gebruiker inziet als bron genomen. Het zoek resultaat maakt documentverwijzingen zichtbaar naar documenten die gerelateerd zijn aan het huidige document.Deze gerelateerde documenten zijn dan eenvoudig te bereiken via hyperlinks"
|
||||
|
||||
Binary file not shown.
@@ -1,24 +1,22 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# <winterfall24@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/pl/)\n"
|
||||
"Language: pl\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# 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.
|
||||
@@ -9,16 +9,15 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/pt/)\n"
|
||||
"Language: pt\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -150,10 +149,7 @@ 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 ""
|
||||
"Esta expressão será avaliada em relação ao documento atualmente selecionado. "
|
||||
"Os metadados do documento estão disponíveis como variável `metadata` e as "
|
||||
"propriedades do documento como variável `document`."
|
||||
msgstr "Esta expressão será avaliada em relação ao documento atualmente selecionado. Os metadados do documento estão disponíveis como variável `metadata` e as propriedades do documento como variável `document`."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -175,9 +171,7 @@ msgstr "dados de documentos externos"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Isto representa os metadados de todos os outros documentos. Objetos "
|
||||
"disponíveis: `document. <attribute> ` e ` metadata. <metadata_type_name> `."
|
||||
msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. <attribute> ` e ` metadata. <metadata_type_name> `."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -317,16 +311,12 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso."
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
"Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; "
|
||||
"%(error)s."
|
||||
msgstr "Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
"Tem a certeza de que pretende eliminar a condição de ligação inteligente: "
|
||||
"\"%s\"?"
|
||||
msgstr "Tem a certeza de que pretende eliminar a condição de ligação inteligente: \"%s\"?"
|
||||
|
||||
#: conf/settings.py:11
|
||||
msgid "Show smart link that don't return any documents."
|
||||
@@ -343,9 +333,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 ""
|
||||
"Ligações condicionais são conjuntos de declarações condicionais que são "
|
||||
"usados para consultar a base de dados usando o documento atual como fonte de "
|
||||
"dados. O resultado desta consulta é uma lista de documentos relacionados de "
|
||||
"alguma forma com o documento atual, que permite ao utilizador saltar para e "
|
||||
"de documentos ligados facilmente."
|
||||
msgstr "Ligações condicionais são conjuntos de declarações condicionais que são usados para consultar a base de dados usando o documento atual como fonte de dados. O resultado desta consulta é uma lista de documentos relacionados de alguma forma com o documento atual, que permite ao utilizador saltar para e de documentos ligados facilmente."
|
||||
|
||||
Binary file not shown.
@@ -1,23 +1,22 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# 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.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
|
||||
"mayan-edms/language/pt_BR/)\n"
|
||||
"Language: pt_BR\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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: __init__.py:17
|
||||
@@ -149,10 +148,7 @@ 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 ""
|
||||
"Esta expressão será avaliada em relação ao documento atual selecionado. Os "
|
||||
"metadados do documento estão disponíveis como variáveis \"metadados \" e "
|
||||
"propriedades do documento em variáveis `documento`."
|
||||
msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"metadados \" e propriedades do documento em variáveis `documento`."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -174,9 +170,7 @@ msgstr "dados de documentos estrangeiros"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Isto representa os metadados de todos os outros documentos. Objetos "
|
||||
"disponíveis: `document. <attribute> ` e ` metadata. <metadata_type_name> `."
|
||||
msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. <attribute> ` e ` metadata. <metadata_type_name> `."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
|
||||
Binary file not shown.
@@ -1,24 +1,22 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# 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: \n"
|
||||
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
|
||||
"PO-Revision-Date: 2012-07-27 04:11+0000\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
"language/ru/)\n"
|
||||
"Language: 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"
|
||||
"Content-Transfer-Encoding: 8bit\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"
|
||||
"Language: ru\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"
|
||||
@@ -66,8 +64,7 @@ msgstr "Выбрать"
|
||||
|
||||
#: forms.py:61
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Нажмите на изображение для просмотра первой страницы в полном размере."
|
||||
msgstr "Нажмите на изображение для просмотра первой страницы в полном размере."
|
||||
|
||||
#: literals.py:7
|
||||
msgid "and"
|
||||
@@ -150,10 +147,7 @@ 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 ""
|
||||
"Это выражение будет вычислено вмето выбранного документа. Метаданные "
|
||||
"документа доступны как переменные `metadata` и свойства документа в "
|
||||
"переменной `document`."
|
||||
msgstr "Это выражение будет вычислено вмето выбранного документа. Метаданные документа доступны как переменные `metadata` и свойства документа в переменной `document`."
|
||||
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
@@ -175,9 +169,7 @@ msgstr "foreign document data"
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
"Это представляет метаданные всех других документов. Доступные объекты: "
|
||||
"`document. <attribute> ` и `metadata. <metadata_type_name> `."
|
||||
msgstr "Это представляет метаданные всех других документов. Доступные объекты: `document. <attribute> ` и `metadata. <metadata_type_name> `."
|
||||
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
@@ -339,9 +331,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 ""
|
||||
"Отношение, в оригинале smart-link, представляет собой набор условий, которые "
|
||||
"используются для поиска документов отвечающих им . Результатом такого "
|
||||
"поискового запроса является список документов, относящихся к текущему, и "
|
||||
"позволяющих быстро переходить от одного к другому. Условия строятся исходя "
|
||||
"из содержимого документа и метаданных."
|
||||
msgstr "Отношение, в оригинале smart-link, представляет собой набор условий, которые используются для поиска документов отвечающих им . Результатом такого поискового запроса является список документов, относящихся к текущему, и позволяющих быстро переходить от одного к другому. Условия строятся исходя из содержимого документа и метаданных."
|
||||
|
||||
BIN
apps/linking/locale/vi_VN/LC_MESSAGES/django.mo
Normal file
BIN
apps/linking/locale/vi_VN/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
334
apps/linking/locale/vi_VN/LC_MESSAGES/django.po
Normal file
334
apps/linking/locale/vi_VN/LC_MESSAGES/django.po
Normal file
@@ -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:
|
||||
# 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"
|
||||
"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"
|
||||
"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"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr "Các thao tác liên kết thông minh"
|
||||
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr "liên kết thông minh"
|
||||
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr "danh sách liên kết thông minh"
|
||||
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr "tạo liên kết thông minh mới"
|
||||
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr "sửa"
|
||||
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr "xóa"
|
||||
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr "các điều kiện"
|
||||
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr "tạo điều kiện"
|
||||
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
msgid "Pages"
|
||||
msgstr "Trang"
|
||||
|
||||
#: forms.py:54
|
||||
msgid "Select"
|
||||
msgstr "Chọn"
|
||||
|
||||
#: forms.py:61
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr "Click lên ảnh để xem kích thước đầy đủ của trang đầu"
|
||||
|
||||
#: literals.py:7
|
||||
msgid "and"
|
||||
msgstr "và"
|
||||
|
||||
#: literals.py:8
|
||||
msgid "or"
|
||||
msgstr "hoặc"
|
||||
|
||||
#: literals.py:12
|
||||
msgid "is equal to"
|
||||
msgstr "bằng với"
|
||||
|
||||
#: literals.py:13
|
||||
msgid "is equal to (case insensitive)"
|
||||
msgstr "bằng với (CHỮ HOA)"
|
||||
|
||||
#: literals.py:14
|
||||
msgid "contains"
|
||||
msgstr "chứa"
|
||||
|
||||
#: literals.py:15
|
||||
msgid "contains (case insensitive)"
|
||||
msgstr "chứa (CHỮ HOA)"
|
||||
|
||||
#: literals.py:16
|
||||
msgid "is in"
|
||||
msgstr "trong"
|
||||
|
||||
#: literals.py:17
|
||||
msgid "is greater than"
|
||||
msgstr "lớn hơn"
|
||||
|
||||
#: literals.py:18
|
||||
msgid "is greater than or equal to"
|
||||
msgstr "lớn hơn hoặc bằng"
|
||||
|
||||
#: literals.py:19
|
||||
msgid "is less than"
|
||||
msgstr "nhỏ hơn"
|
||||
|
||||
#: literals.py:20
|
||||
msgid "is less than or equal to"
|
||||
msgstr "nhỏ hơn hoặc bằng"
|
||||
|
||||
#: literals.py:21
|
||||
msgid "starts with"
|
||||
msgstr "bắt đầu với"
|
||||
|
||||
#: literals.py:22
|
||||
msgid "starts with (case insensitive)"
|
||||
msgstr "bắt đầu với (CHỮ HOA)"
|
||||
|
||||
#: literals.py:23
|
||||
msgid "ends with"
|
||||
msgstr "kết thúc với"
|
||||
|
||||
#: literals.py:24
|
||||
msgid "ends with (case insensitive)"
|
||||
msgstr "kết thúc với (CHỮ HOA)"
|
||||
|
||||
#: 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 "tiêu đề"
|
||||
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr "tiêu đề động"
|
||||
|
||||
#: 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 "đã kích hoạt"
|
||||
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr "liên kết thông minh"
|
||||
|
||||
#: 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 "biểu thức"
|
||||
|
||||
#: 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 "điều kiện liên kết"
|
||||
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr "các điều kiện liên kết"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr "Liên kết thông minh"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr "Xem các liên kết thông minh tồn tại"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr "Tạo liên kết thông minh mới"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr "Xóa liên kết thông minh"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr "Sửa liên kết thông minh"
|
||||
|
||||
#: views.py:41
|
||||
msgid "No action selected."
|
||||
msgstr "Không có thao tác nào được chọn"
|
||||
|
||||
#: views.py:60
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr "các tài liệu trong liên kết thông minh: %(group)s"
|
||||
|
||||
#: views.py:76
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr "Lỗi truy vấn liên kết thông minh: %s"
|
||||
|
||||
#: 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 "Sửa liên kết thông minh: %s"
|
||||
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr "Liên kết thông minh: %s xóa thành công."
|
||||
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr "Lỗi xóa liên kết thông minh: %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr "Bạn có chắc chắn muốn xóa liên kết thông minh: %s"
|
||||
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr "các điều kiện cho liên kết thông minh: %s"
|
||||
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr "điều kiện liên kết thông minh: %s tạo thành công."
|
||||
|
||||
#: 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 ""
|
||||
Reference in New Issue
Block a user