Enable translation of the file metadata app

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-27 18:15:57 -04:00
parent 086a1e5168
commit 041464fc1c
26 changed files with 5206 additions and 10 deletions

View File

@@ -67,12 +67,6 @@ source_lang = en
source_file = mayan/apps/django_gpg/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.documents-2-0]
file_filter = mayan/apps/documents/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
source_file = mayan/apps/documents/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.document_comments-2-0]
file_filter = mayan/apps/document_comments/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
@@ -103,6 +97,12 @@ source_lang = en
source_file = mayan/apps/document_states/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.documents-2-0]
file_filter = mayan/apps/documents/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
source_file = mayan/apps/documents/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.dynamic_search-2-0]
file_filter = mayan/apps/dynamic_search/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
@@ -115,6 +115,12 @@ source_lang = en
source_file = mayan/apps/events/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.file_metadata-2-0]
file_filter = mayan/apps/file_metadata/locale/<lang>/LC_MESSAGES/django.po
source_lang = en
source_file = mayan/apps/file_metadata/locale/en/LC_MESSAGES/django.po
type = PO
[mayan-edms.linking-2-0]
file_filter = mayan/apps/linking/locale/<lang>/LC_MESSAGES/django.po
source_lang = en

View File

@@ -13,10 +13,11 @@ APP_LIST = (
'checkouts', 'common', 'converter', 'dashboards', 'dependencies',
'django_gpg', 'document_comments', 'document_indexing',
'document_parsing', 'document_signatures', 'document_states',
'documents', 'dynamic_search', 'events', 'linking', 'lock_manager',
'mayan_statistics', 'mailer', 'metadata', 'mirroring', 'motd',
'navigation', 'ocr', 'permissions', 'rest_api', 'smart_settings',
'sources', 'storage', 'tags', 'task_manager', 'user_management'
'documents', 'dynamic_search', 'events', 'file_metadata', 'linking',
'lock_manager', 'mayan_statistics', 'mailer', 'metadata', 'mirroring',
'motd', 'navigation', 'ocr', 'permissions', 'rest_api',
'smart_settings', 'sources', 'storage', 'tags', 'task_manager',
'user_management'
)
LANGUAGE_LIST = (

View File

@@ -0,0 +1,217 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"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>=2 && n<=4) ? 1 : 2;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,218 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,218 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""

View File

@@ -0,0 +1,216 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-27 18:15-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: admin.py:15
msgid "Label"
msgstr ""
#: apps.py:53 events.py:8 links.py:18 permissions.py:7 queue.py:8 settings.py:9
msgid "File metadata"
msgstr ""
#: apps.py:102 apps.py:106 apps.py:158 apps.py:167
msgid "File metadata key"
msgstr ""
#: apps.py:162 apps.py:171
msgid "File metadata value"
msgstr ""
#: drivers/exiftool.py:19
msgid "EXIF Tool"
msgstr ""
#: events.py:12
msgid "Document version submitted for file metadata processing"
msgstr ""
#: events.py:16
msgid "Document version file metadata processing finished"
msgstr ""
#: links.py:24
msgid "Attributes"
msgstr ""
#: links.py:31 links.py:34
msgid "Submit for file metadata"
msgstr ""
#: links.py:41
msgid "Setup file metadata"
msgstr ""
#: links.py:46
msgid "File metadata processing per type"
msgstr ""
#: methods.py:38
msgid "get_file_metadata(< file metadata dotted path >)"
msgstr ""
#: methods.py:41
msgid "Return the specified document file metadata entry."
msgstr ""
#: methods.py:62
msgid "Return the specified document version file metadata entry."
msgstr ""
#: models.py:22
msgid "Driver path"
msgstr ""
#: models.py:25
msgid "Internal name"
msgstr ""
#: models.py:30 models.py:49
msgid "Driver"
msgstr ""
#: models.py:31
msgid "Drivers"
msgstr ""
#: models.py:53
msgid "Document version"
msgstr ""
#: models.py:59 models.py:99
msgid "Document version driver entry"
msgstr ""
#: models.py:60
msgid "Document version driver entries"
msgstr ""
#: models.py:67
msgid "Attribute count"
msgstr ""
#: models.py:76
msgid "Document type"
msgstr ""
#: models.py:80
msgid "Automatically queue newly created documents for processing."
msgstr ""
#: models.py:87
msgid "Document type settings"
msgstr ""
#: models.py:88
msgid "Document types settings"
msgstr ""
#: models.py:103
msgid "Name of the file metadata entry."
msgstr ""
#: models.py:104
msgid "Key"
msgstr ""
#: models.py:107
msgid "Value of the file metadata entry."
msgstr ""
#: models.py:108
msgid "Value"
msgstr ""
#: models.py:113
msgid "File metadata entry"
msgstr ""
#: models.py:114
msgid "File metadata entries"
msgstr ""
#: permissions.py:10
msgid "Change document type file metadata settings"
msgstr ""
#: permissions.py:15
msgid "Submit document for file metadata processing"
msgstr ""
#: permissions.py:19
msgid "View file metadata"
msgstr ""
#: queue.py:11
msgid "Process document version"
msgstr ""
#: settings.py:14
msgid "Arguments to pass to the drivers."
msgstr ""
#: settings.py:20
msgid ""
"Set new document types to perform file metadata processing automatically by "
"default."
msgstr ""
#: views.py:35
msgid ""
"File metadata are the attributes of the document's file. They can range from "
"camera information used to take a photo to the author that created a file. "
"File metadata are set when the document's file was first created. File "
"metadata attributes reside in the file itself. They are not the same as the "
"document metadata, which are user defined and reside in the database."
msgstr ""
#: views.py:43 views.py:62
msgid "No file metadata available."
msgstr ""
#: views.py:46
#, python-format
msgid "File metadata drivers for: %s"
msgstr ""
#: views.py:65
#, python-format
msgid "File metadata attribures for: %(document)s, for driver: %(driver)s"
msgstr ""
#: views.py:88
msgid "Submit the selected document to the file metadata queue?"
msgid_plural "Submit the selected documents to the file metadata queue?"
msgstr[0] ""
msgstr[1] ""
#: views.py:114
#, python-format
msgid "Edit file metadata settings for document type: %s"
msgstr ""
#: views.py:125
msgid "Submit all documents of a type for file metadata processing."
msgstr ""
#: views.py:147
#, python-format
msgid "%(count)d documents added to the file metadata processing queue."
msgstr ""