Add Dutch translation files

This commit is contained in:
Roberto Rosario
2012-07-23 21:10:19 -04:00
parent 45f93f7b69
commit 8e227d7f3e
54 changed files with 7145 additions and 0 deletions
Binary file not shown.
+422
View File
@@ -0,0 +1,422 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Lucas Weel <ljj.weel@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-07-23 15:36-0400\n"
"PO-Revision-Date: 2012-07-23 08:13+0000\n"
"Last-Translator: Lucas Weel <ljj.weel@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: __init__.py:32 __init__.py:33
msgid "submit to OCR queue"
msgstr "aan OCR rij toevoegen"
#: __init__.py:34 __init__.py:35
msgid "re-queue"
msgstr "OCR rij opnieuw inplannen"
#: __init__.py:36 __init__.py:37 __init__.py:50
msgid "delete"
msgstr "verwijder"
#: __init__.py:39
msgid "stop queue"
msgstr "stop de OCR rij"
#: __init__.py:40
msgid "activate queue"
msgstr "activeer OCR rij"
#: __init__.py:42
msgid "clean up pages content"
msgstr "opschonen pagina inhoud"
#: __init__.py:42
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr "Start taal-filter om veel voorkomende OCR fouten te corrigeren."
#: __init__.py:44
msgid "queue document list"
msgstr "documentlijst in OCR rij zetten"
#: __init__.py:45 __init__.py:63 permissions.py:7
msgid "OCR"
msgstr "OCR"
#: __init__.py:47
msgid "transformations"
msgstr "transformaties"
#: __init__.py:48
msgid "add transformation"
msgstr "toevoegen van transformatie"
#: __init__.py:49
msgid "edit"
msgstr "bewerk"
#: __init__.py:74
msgid "Default"
msgstr "Verstekwaarde"
#: __init__.py:102
msgid "Checks the OCR queue for pending documents."
msgstr "Controleer de OCR-rij voor uitstaande documenten."
#: api.py:122
msgid "Text from OCR"
msgstr "Tekst van OCR"
#: literals.py:8
msgid "stopped"
msgstr "gestoped"
#: literals.py:9
msgid "active"
msgstr "actief"
#: literals.py:18
msgid "pending"
msgstr "loopt"
#: literals.py:19
msgid "processing"
msgstr "in behandeling"
#: literals.py:20
msgid "error"
msgstr "fout"
#: models.py:27
msgid "name"
msgstr "naam"
#: models.py:28
msgid "label"
msgstr "label"
#: 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 "document-rij"
#: models.py:38
msgid "document queues"
msgstr "document-rijen"
#: models.py:46
msgid "document"
msgstr "document"
#: models.py:47
msgid "date time submitted"
msgstr "datum en tijdstip toegevoegd"
#: models.py:48
msgid "delay ocr"
msgstr "ocr uitstellen"
#: models.py:53
msgid "result"
msgstr "resultaat"
#: models.py:54
msgid "node name"
msgstr "knooppuntnaam"
#: models.py:58
msgid "queue document"
msgstr "document in OCR-rij zetten."
#: models.py:59
msgid "queue documents"
msgstr "documenten in de OCR-rij zetten."
#: models.py:79 views.py:47
msgid "Missing document."
msgstr "Vermiste document."
#: models.py:83
msgid "Enter a valid value."
msgstr "Voer een valide waarde in."
#: models.py:111 views.py:317
msgid "order"
msgstr "bestelling"
#: models.py:112 views.py:318 views.py:355 views.py:385
msgid "transformation"
msgstr "transformatie"
#: models.py:113 views.py:319
msgid "arguments"
msgstr "argumenten"
#: models.py:113
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr "Gebruik woordenboeken om argumenten te identificeren, voorbeeld: %s"
#: models.py:123
msgid "document queue transformation"
msgstr "document-rij transformaties"
#: models.py:124
msgid "document queue transformations"
msgstr "document-rij transformaties"
#: 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 "Bewerk de eigenschappen van een OCR rij"
#: statistics.py:8
#, python-format
msgid "Document queues: %d"
msgstr "Aantal document-rijen: %d"
#: statistics.py:9
#, python-format
msgid "Queued documents: %d"
msgstr "Documenten in de rij: %d"
#: statistics.py:13
msgid "OCR statistics"
msgstr "OCR statistieken"
#: views.py:40
#, python-format
msgid "documents in queue: %s"
msgstr "Documenten in de rij: %s"
#: views.py:48
msgid "thumbnail"
msgstr "'thumbnail'"
#: views.py:61
msgid "document queue properties"
msgstr "document-rij eigenschappen"
#: views.py:62
#, python-format
msgid "Current state: %s"
msgstr "Huidige status: %s"
#: views.py:78 views.py:166
msgid "Must provide at least one queue document."
msgstr "U moet minstens een document-rij selecteren"
#: views.py:88
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr "Document: %s wordt verwerkt en kan niet worden verwijderd."
#: views.py:91
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr "Document: %(document)s uit rij verwijderd."
#: views.py:95
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr "Fout bij het verwijderen van document: %(document)s. Foutmelding: %(error)s"
#: views.py:108
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr "Bent u er zeker van dat u document-rij: %s, wilt verwijderen?"
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr "Bent u er zeker van dat u de volgende document-rijen wilt verwijderen? %s."
#: views.py:146
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr "Document: %(document)s is toegevoegd aan OCR-rij: %(queue)s"
#: views.py:149
#, python-format
msgid "Document: %(document)s is already queued."
msgstr "Document: %(document)s staat al in OCR-rij."
#: views.py:178
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr "Document: %(document)s is opnieuw in de OCR-rij: %(queue)s ingeplanned."
#: views.py:184
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr "Document id#: %d, niet langer aanwezig"
#: views.py:188
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr "Document: %s is al afgehandeld en kan niet meer in de rij geplaatst worden."
#: views.py:200
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr "Bent u er zeker van om document: %s, opnieuw toe te voegen aan OCR-rij."
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr "Bent u er zeker van om de volgende documenten, opnieuw toe te voegen aan OCR-rij? Documenten: %s."
#: views.py:220
#, python-format
msgid "Document queue: %s, already stopped."
msgstr "Document OCR-rij: %s, is al gestopt."
#: views.py:226
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr "Document OCR-rij: %s, is gestopped"
#: views.py:232
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr "Bent u er zeker van om OCR-rij: %s uit te schakelen?"
#: views.py:247
#, python-format
msgid "Document queue: %s, already active."
msgstr "OCR-rij: %s, is al geactiveerd"
#: views.py:253
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr "OCR-rij: %s, is actief."
#: views.py:259
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr "Bent u er zeker van om OCR-rij: %s te activeren."
#: 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 ""