Update and enable all language translations

This commit is contained in:
Roberto Rosario
2014-06-21 02:01:16 -04:00
parent 431f7a51d1
commit 73245e66f4
1161 changed files with 51200 additions and 4288 deletions

View File

@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Mohammed ALDOUB <voulnet@gmail.com>, 2013.
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-01-25 18:18+0000\n"
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n"

View File

@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <pkoldamov@gmail.com>, 2012.
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-10-18 05:28+0000\n"
"Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>\n"

Binary file not shown.

View File

@@ -0,0 +1,423 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Mads L. Nielsen <sirlundgaard@gmail.com>, 2013
# René Rovsing Bach <reroba@outlook.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-08-22 21:01+0000\n"
"Last-Translator: Mads L. Nielsen <sirlundgaard@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr "send til OCR kø"
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr "Send i kø påny"
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr "slet"
#: __init__.py:39
msgid "stop queue"
msgstr "stop køen"
#: __init__.py:40
msgid "activate queue"
msgstr "aktivér kø"
#: __init__.py:42
msgid "clean up pages content"
msgstr "fjern siders indhold"
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr "Kører et sprogfilter for at fjerne almindelige OCR fejl fra dokumentsiders indhold."
#: __init__.py:44
msgid "queue document list"
msgstr "kø dokument liste"
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr "OCR"
#: __init__.py:47
msgid "transformations"
msgstr "transformationer"
#: __init__.py:48
msgid "add transformation"
msgstr "tilføj transformation"
#: __init__.py:49
msgid "edit"
msgstr "redigér"
#: __init__.py:74
msgid "Default"
msgstr "Standard"
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr "Kontrollerer OCR kø for ventende dokumenter."
#: api.py:122
msgid "Text from OCR"
msgstr "Tekst fra OCR"
#: literals.py:8
msgid "stopped"
msgstr "stoppet"
#: literals.py:9
msgid "active"
msgstr "aktiv"
#: literals.py:18
msgid "pending"
msgstr "venter"
#: literals.py:19
msgid "processing"
msgstr "bearbejder"
#: literals.py:20
msgid "error"
msgstr "fejl"
#: models.py:27
msgid "name"
msgstr "navn"
#: models.py:28
msgid "label"
msgstr "etiket"
#: models.py:32 models.py:52
msgid "state"
msgstr "status"
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr "dokument kø"
#: models.py:38
msgid "document queues"
msgstr "dokument køer"
#: models.py:46
msgid "document"
msgstr "dokument"
#: models.py:47
msgid "date time submitted"
msgstr "dato tid sendt"
#: models.py:48
msgid "delay ocr"
msgstr "forsink OCR"
#: models.py:53
msgid "result"
msgstr "resultat"
#: models.py:54
msgid "node name"
msgstr "nodenavn"
#: models.py:58
msgid "queue document"
msgstr "sæt dokument i kø"
#: models.py:59
msgid "queue documents"
msgstr "sæt dokumenter i kø"
#: models.py:79 views.py:47
msgid "Missing document."
msgstr "Manglende dokument."
#: models.py:83
msgid "Enter a valid value."
msgstr "Indtast en gyldig værdi."
#: models.py:111 views.py:317
msgid "order"
msgstr "rækkefølge"
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr "transformation"
#: models.py:113 views.py:319
msgid "arguments"
msgstr "argumenter"
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr "Brug opslag til at identificere argumenter, eksempel: %s"
#: models.py:123
msgid "document queue transformation"
msgstr "dokument kø transformation"
#: models.py:124
msgid "document queue transformations"
msgstr "dokument kø transformationer"
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr "Tilmeld dokumenter til OCR"
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr "Slet dokumenter fra OCR kø"
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr "Kan aktivere/desaktivere OCR køen"
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr "kan udføre OCR rensning på alle dokument sider"
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr "Kan redigere en OCR-kø's egenskaber"
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr "Dokument køer: %d"
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr "Dokumenter i kø: %d"
#: statistics.py:13
msgid "OCR statistics"
msgstr "OCR statistik"
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr "dokumenter i kø: %s"
#: views.py:48
msgid "thumbnail"
msgstr "miniature"
#: views.py:61
msgid "document queue properties"
msgstr "dokument kø egenskaber"
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr "Nuværende status: %s"
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr "Skal angive mindst ét dokument i kø."
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr "Dokument: %s er ved at blive behandlet og kan ikke slettes."
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr "Kø dokument: %(document)s slettet"
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr "Fejl ved sletning af dokument: %(document)s; %(error)s"
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr "Er du sikker på at du vil slette dokument i køen: %s?"
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr "Er du sikker på at du vil slette dokumenter i køen: %s?"
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr "Dokument: %(document)s var tilføjet til OCR kø: %(queue)s"
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr "Dokument: %(document)s er allerede i kø"
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr "Dokument: %(document)s blev genindsat i OCR køen: %(queue)s"
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr "Dokument id#: %d, eksistere ikke længere"
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr "Dokument %s er allerede ved at blive behandlet og kan ikke blive lagt i kø igen."
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr "Er du sikker på at du vil genindsætte dokument i kø: %s?"
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr "Er du sikker på at du vil genindsætte dokumenter i kø: %s"
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr "Dokument kø: %s er allerede stoppet"
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr "Dokument kø: %s er stoppet"
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr "Er du sikker på at du vil deaktivere dokument kø: %s"
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr "Dokument kø: %s allerede aktiv"
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr "Dokument kø: %s, aktiveret"
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr "Er du sikker på at du vil aktivere dokument kø: %s"
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr "Er du sikker på at du vil rense alle sidernes indhold"
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr "På store databaser kan denne operation tage lidt tid at udføre."
#: views.py:283
msgid "Document pages content clean up complete."
msgstr "Dokument siders indhold renset"
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr "Fejl ved rensning af side indhold: %s"
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr "transformation for: %s"
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr "Kø transformation redigeret"
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr "Fejl ved redigering af kø transformation; %s"
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr "Redigér transformation: %s"
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr "Kø transformation slettet."
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr "Fejl ved sletning af kø transformation; %(error)s"
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr "Er du sikker på at du vil slette kø transformation \"%(transformation)s\""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr "Kø transformation dannet"
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr "Fejl ved dannelse af kø transformation: %s"
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr "Dan ny transformation til kø: %s"
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr "Antal sekunders forsinkelse af OCR af dokumenter for at tage højde for nodens replikations overhead."
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr "Maksimale antal samtidige OCR behandlinger en node kan udfører."
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr "Sæt automatisk nyligt dannede dokumenter i kø til OCR."
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr "Fil sti til unpaper program."
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr "Fil sti til poppler's pdftotext program, brugt til at identificere tekst fra PDF filer."
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr "Tekst identificeret fra PDF"

View File

@@ -3,7 +3,8 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Manticor <sl@suchreflex.de>, 2012
# Mathias Behrle <mbehrle@m9s.biz>, 2014
# Stefan Lodders <sl@suchreflex.de>, 2012
# tilmannsittig <tilmann.sittig@web.de>, 2012
msgid ""
msgstr ""
@@ -11,7 +12,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2014-03-12 16:12+0000\n"
"Last-Translator: yangoon <mathiasb@m9s.biz>\n"
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

File diff suppressed because it is too large Load Diff

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011-2012.
# Roberto Rosario, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-06-17 22:27+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

Binary file not shown.

View File

@@ -0,0 +1,421 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-06-16 18:57+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr ""
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr ""
#: __init__.py:39
msgid "stop queue"
msgstr ""
#: __init__.py:40
msgid "activate queue"
msgstr ""
#: __init__.py:42
msgid "clean up pages content"
msgstr ""
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:44
msgid "queue document list"
msgstr ""
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:47
msgid "transformations"
msgstr ""
#: __init__.py:48
msgid "add transformation"
msgstr ""
#: __init__.py:49
msgid "edit"
msgstr ""
#: __init__.py:74
msgid "Default"
msgstr ""
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:122
msgid "Text from OCR"
msgstr ""
#: literals.py:8
msgid "stopped"
msgstr ""
#: literals.py:9
msgid "active"
msgstr ""
#: literals.py:18
msgid "pending"
msgstr ""
#: literals.py:19
msgid "processing"
msgstr ""
#: literals.py:20
msgid "error"
msgstr ""
#: models.py:27
msgid "name"
msgstr ""
#: models.py:28
msgid "label"
msgstr ""
#: models.py:32 models.py:52
msgid "state"
msgstr ""
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr ""
#: models.py:38
msgid "document queues"
msgstr ""
#: models.py:46
msgid "document"
msgstr ""
#: models.py:47
msgid "date time submitted"
msgstr ""
#: models.py:48
msgid "delay ocr"
msgstr ""
#: models.py:53
msgid "result"
msgstr ""
#: models.py:54
msgid "node name"
msgstr ""
#: models.py:58
msgid "queue document"
msgstr ""
#: models.py:59
msgid "queue documents"
msgstr ""
#: models.py:79 views.py:47
msgid "Missing document."
msgstr ""
#: models.py:83
msgid "Enter a valid value."
msgstr ""
#: models.py:111 views.py:317
msgid "order"
msgstr ""
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr ""
#: models.py:113 views.py:319
msgid "arguments"
msgstr ""
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:123
msgid "document queue transformation"
msgstr ""
#: models.py:124
msgid "document queue transformations"
msgstr ""
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr ""
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr ""
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr ""
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr ""
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr ""
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr ""
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr ""
#: statistics.py:13
msgid "OCR statistics"
msgstr ""
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:48
msgid "thumbnail"
msgstr ""
#: views.py:61
msgid "document queue properties"
msgstr ""
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:283
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr ""
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr ""
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr ""
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr ""

View File

@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012.
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-07-21 22:30+0000\n"
"Last-Translator: Pierre Lhoste <peter.cathbad.host@gmail.com>\n"

Binary file not shown.

View File

@@ -0,0 +1,421 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr ""
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr ""
#: __init__.py:39
msgid "stop queue"
msgstr ""
#: __init__.py:40
msgid "activate queue"
msgstr ""
#: __init__.py:42
msgid "clean up pages content"
msgstr ""
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:44
msgid "queue document list"
msgstr ""
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:47
msgid "transformations"
msgstr ""
#: __init__.py:48
msgid "add transformation"
msgstr ""
#: __init__.py:49
msgid "edit"
msgstr ""
#: __init__.py:74
msgid "Default"
msgstr ""
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:122
msgid "Text from OCR"
msgstr ""
#: literals.py:8
msgid "stopped"
msgstr ""
#: literals.py:9
msgid "active"
msgstr ""
#: literals.py:18
msgid "pending"
msgstr ""
#: literals.py:19
msgid "processing"
msgstr ""
#: literals.py:20
msgid "error"
msgstr ""
#: models.py:27
msgid "name"
msgstr ""
#: models.py:28
msgid "label"
msgstr ""
#: models.py:32 models.py:52
msgid "state"
msgstr ""
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr ""
#: models.py:38
msgid "document queues"
msgstr ""
#: models.py:46
msgid "document"
msgstr ""
#: models.py:47
msgid "date time submitted"
msgstr ""
#: models.py:48
msgid "delay ocr"
msgstr ""
#: models.py:53
msgid "result"
msgstr ""
#: models.py:54
msgid "node name"
msgstr ""
#: models.py:58
msgid "queue document"
msgstr ""
#: models.py:59
msgid "queue documents"
msgstr ""
#: models.py:79 views.py:47
msgid "Missing document."
msgstr ""
#: models.py:83
msgid "Enter a valid value."
msgstr ""
#: models.py:111 views.py:317
msgid "order"
msgstr ""
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr ""
#: models.py:113 views.py:319
msgid "arguments"
msgstr ""
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:123
msgid "document queue transformation"
msgstr ""
#: models.py:124
msgid "document queue transformations"
msgstr ""
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr ""
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr ""
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr ""
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr ""
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr ""
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr ""
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr ""
#: statistics.py:13
msgid "OCR statistics"
msgstr ""
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:48
msgid "thumbnail"
msgstr ""
#: views.py:61
msgid "document queue properties"
msgstr ""
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:283
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr ""
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr ""
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr ""
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,421 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr ""
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr ""
#: __init__.py:39
msgid "stop queue"
msgstr ""
#: __init__.py:40
msgid "activate queue"
msgstr ""
#: __init__.py:42
msgid "clean up pages content"
msgstr ""
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:44
msgid "queue document list"
msgstr ""
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:47
msgid "transformations"
msgstr ""
#: __init__.py:48
msgid "add transformation"
msgstr ""
#: __init__.py:49
msgid "edit"
msgstr ""
#: __init__.py:74
msgid "Default"
msgstr ""
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:122
msgid "Text from OCR"
msgstr ""
#: literals.py:8
msgid "stopped"
msgstr ""
#: literals.py:9
msgid "active"
msgstr ""
#: literals.py:18
msgid "pending"
msgstr ""
#: literals.py:19
msgid "processing"
msgstr ""
#: literals.py:20
msgid "error"
msgstr ""
#: models.py:27
msgid "name"
msgstr ""
#: models.py:28
msgid "label"
msgstr ""
#: models.py:32 models.py:52
msgid "state"
msgstr ""
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr ""
#: models.py:38
msgid "document queues"
msgstr ""
#: models.py:46
msgid "document"
msgstr ""
#: models.py:47
msgid "date time submitted"
msgstr ""
#: models.py:48
msgid "delay ocr"
msgstr ""
#: models.py:53
msgid "result"
msgstr ""
#: models.py:54
msgid "node name"
msgstr ""
#: models.py:58
msgid "queue document"
msgstr ""
#: models.py:59
msgid "queue documents"
msgstr ""
#: models.py:79 views.py:47
msgid "Missing document."
msgstr ""
#: models.py:83
msgid "Enter a valid value."
msgstr ""
#: models.py:111 views.py:317
msgid "order"
msgstr ""
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr ""
#: models.py:113 views.py:319
msgid "arguments"
msgstr ""
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:123
msgid "document queue transformation"
msgstr ""
#: models.py:124
msgid "document queue transformations"
msgstr ""
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr ""
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr ""
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr ""
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr ""
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr ""
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr ""
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr ""
#: statistics.py:13
msgid "OCR statistics"
msgstr ""
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:48
msgid "thumbnail"
msgstr ""
#: views.py:61
msgid "document queue properties"
msgstr ""
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:283
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr ""
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr ""
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr ""
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr ""

Binary file not shown.

View File

@@ -0,0 +1,421 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr ""
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr ""
#: __init__.py:39
msgid "stop queue"
msgstr ""
#: __init__.py:40
msgid "activate queue"
msgstr ""
#: __init__.py:42
msgid "clean up pages content"
msgstr ""
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:44
msgid "queue document list"
msgstr ""
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:47
msgid "transformations"
msgstr ""
#: __init__.py:48
msgid "add transformation"
msgstr ""
#: __init__.py:49
msgid "edit"
msgstr ""
#: __init__.py:74
msgid "Default"
msgstr ""
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:122
msgid "Text from OCR"
msgstr ""
#: literals.py:8
msgid "stopped"
msgstr ""
#: literals.py:9
msgid "active"
msgstr ""
#: literals.py:18
msgid "pending"
msgstr ""
#: literals.py:19
msgid "processing"
msgstr ""
#: literals.py:20
msgid "error"
msgstr ""
#: models.py:27
msgid "name"
msgstr ""
#: models.py:28
msgid "label"
msgstr ""
#: models.py:32 models.py:52
msgid "state"
msgstr ""
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr ""
#: models.py:38
msgid "document queues"
msgstr ""
#: models.py:46
msgid "document"
msgstr ""
#: models.py:47
msgid "date time submitted"
msgstr ""
#: models.py:48
msgid "delay ocr"
msgstr ""
#: models.py:53
msgid "result"
msgstr ""
#: models.py:54
msgid "node name"
msgstr ""
#: models.py:58
msgid "queue document"
msgstr ""
#: models.py:59
msgid "queue documents"
msgstr ""
#: models.py:79 views.py:47
msgid "Missing document."
msgstr ""
#: models.py:83
msgid "Enter a valid value."
msgstr ""
#: models.py:111 views.py:317
msgid "order"
msgstr ""
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr ""
#: models.py:113 views.py:319
msgid "arguments"
msgstr ""
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:123
msgid "document queue transformation"
msgstr ""
#: models.py:124
msgid "document queue transformations"
msgstr ""
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr ""
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr ""
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr ""
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr ""
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr ""
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr ""
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr ""
#: statistics.py:13
msgid "OCR statistics"
msgstr ""
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:48
msgid "thumbnail"
msgstr ""
#: views.py:61
msgid "document queue properties"
msgstr ""
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:283
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr ""
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr ""
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr ""
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr ""

View File

@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <pierpaolo.baldan@gmail.com>, 2011.
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012.
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2011
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-06-17 22:12+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Lucas Weel <ljj.weel@gmail.com>, 2012.
# Lucas Weel <ljj.weel@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-09-28 19:58+0000\n"
"Last-Translator: Lucas Weel <ljj.weel@gmail.com>\n"

View File

@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-06-17 22:12+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <dev.emerson@gmail.com>, 2011.
# Renata Oliveira <renatabels@gmail.com>, 2011.
# Vítor Figueiró <vfigueiro@gmail.com>, 2012.
# emersonsoares <dev.emerson@gmail.com>, 2011
# Renata Oliveira <renatabels@gmail.com>, 2011
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-07-02 21:27+0000\n"
"Last-Translator: Vítor Figueiró <vfigueiro@gmail.com>\n"

View File

@@ -3,12 +3,12 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <dev.emerson@gmail.com>, 2011-2012.
# Renata Oliveira <renatabels@gmail.com>, 2011.
# emersonsoares <dev.emerson@gmail.com>, 2011-2012
# Renata Oliveira <renatabels@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-11-29 14:54+0000\n"
"Last-Translator: emersonsoares <dev.emerson@gmail.com>\n"

View File

@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2011-2012.
# Sergey Glita <gsv70@mail.ru>, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2012-10-09 10:56+0000\n"
"PO-Revision-Date: 2013-05-14 06:12+0000\n"
"Last-Translator: Sergey Glita <gsv70@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n"
"MIME-Version: 1.0\n"

Binary file not shown.

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2011-09-30 04:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

Binary file not shown.

View File

@@ -0,0 +1,421 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-06-10 05:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr ""
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr ""
#: __init__.py:39
msgid "stop queue"
msgstr ""
#: __init__.py:40
msgid "activate queue"
msgstr ""
#: __init__.py:42
msgid "clean up pages content"
msgstr ""
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:44
msgid "queue document list"
msgstr ""
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:47
msgid "transformations"
msgstr ""
#: __init__.py:48
msgid "add transformation"
msgstr ""
#: __init__.py:49
msgid "edit"
msgstr ""
#: __init__.py:74
msgid "Default"
msgstr ""
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:122
msgid "Text from OCR"
msgstr ""
#: literals.py:8
msgid "stopped"
msgstr ""
#: literals.py:9
msgid "active"
msgstr ""
#: literals.py:18
msgid "pending"
msgstr ""
#: literals.py:19
msgid "processing"
msgstr ""
#: literals.py:20
msgid "error"
msgstr ""
#: models.py:27
msgid "name"
msgstr ""
#: models.py:28
msgid "label"
msgstr ""
#: models.py:32 models.py:52
msgid "state"
msgstr ""
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
#: views.py:384 views.py:420
msgid "document queue"
msgstr ""
#: models.py:38
msgid "document queues"
msgstr ""
#: models.py:46
msgid "document"
msgstr ""
#: models.py:47
msgid "date time submitted"
msgstr ""
#: models.py:48
msgid "delay ocr"
msgstr ""
#: models.py:53
msgid "result"
msgstr ""
#: models.py:54
msgid "node name"
msgstr ""
#: models.py:58
msgid "queue document"
msgstr ""
#: models.py:59
msgid "queue documents"
msgstr ""
#: models.py:79 views.py:47
msgid "Missing document."
msgstr ""
#: models.py:83
msgid "Enter a valid value."
msgstr ""
#: models.py:111 views.py:317
msgid "order"
msgstr ""
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr ""
#: models.py:113 views.py:319
msgid "arguments"
msgstr ""
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:123
msgid "document queue transformation"
msgstr ""
#: models.py:124
msgid "document queue transformations"
msgstr ""
#: permissions.py:8
msgid "Submit documents for OCR"
msgstr ""
#: permissions.py:9
msgid "Delete documents from OCR queue"
msgstr ""
#: permissions.py:10
msgid "Can enable/disable the OCR queue"
msgstr ""
#: permissions.py:11
msgid "Can execute the OCR clean up on all document pages"
msgstr ""
#: permissions.py:12
msgid "Can edit an OCR queue properties"
msgstr ""
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr ""
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr ""
#: statistics.py:13
msgid "OCR statistics"
msgstr ""
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:48
msgid "thumbnail"
msgstr ""
#: views.py:61
msgid "document queue properties"
msgstr ""
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:276
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:277
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:283
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:285
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:311
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:341
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:344
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:349
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:372
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:374
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:387
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:410
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:413
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:422
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
#: conf/settings.py:13
msgid ""
"Amount of seconds to delay OCR of documents to allow for the node's storage "
"replication overhead."
msgstr ""
#: conf/settings.py:14
msgid "Maximum amount of concurrent document OCRs a node can perform."
msgstr ""
#: conf/settings.py:15
msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid "File path to unpaper program."
msgstr ""
#: conf/settings.py:18
msgid ""
"File path to poppler's pdftotext program used to extract text from PDF "
"files."
msgstr ""
#: parsers/__init__.py:87 parsers/__init__.py:164
msgid "Text extracted from PDF"
msgstr ""

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Trung Phan Minh <navmobile@gmail.com>, 2013.
# Trung Phan Minh <navmobile@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-01-24 01:06+0000\n"
"Last-Translator: trungpm <navmobile@gmail.com>\n"
"Last-Translator: Trung Phan Minh <navmobile@gmail.com>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"