Language source and translations updates

This commit is contained in:
Roberto Rosario
2012-02-02 14:56:15 -04:00
parent e870f4ee5a
commit 2dfad128e2
225 changed files with 9360 additions and 7843 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"POT-Creation-Date: 2012-02-02 14:17-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"
@@ -17,93 +17,65 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: __init__.py:28
msgid "Submit document for OCR"
msgstr ""
#: __init__.py:29
msgid "Delete document for OCR queue"
msgstr ""
#: __init__.py:30
msgid "Can enable/disable an OCR queue"
msgstr ""
#: __init__.py:31
msgid "Can execute an OCR clean up on all document pages"
msgstr ""
#: __init__.py:32
msgid "Can edit an OCR queue properties"
msgstr ""
#: __init__.py:34 __init__.py:56 __init__.py:74
msgid "OCR"
msgstr ""
#: __init__.py:40
msgid "OCR Setup"
msgstr ""
#: __init__.py:44
#: __init__.py:31 __init__.py:32
msgid "submit to OCR queue"
msgstr ""
#: __init__.py:45 __init__.py:46
#: __init__.py:33 __init__.py:34
msgid "re-queue"
msgstr ""
#: __init__.py:47 __init__.py:48 __init__.py:63
#: __init__.py:35 __init__.py:36 __init__.py:49
msgid "delete"
msgstr ""
#: __init__.py:50
#: __init__.py:38
msgid "stop queue"
msgstr ""
#: __init__.py:51
#: __init__.py:39
msgid "activate queue"
msgstr ""
#: __init__.py:53
#: __init__.py:41
msgid "clean up pages content"
msgstr ""
#: __init__.py:53
#: __init__.py:41
msgid ""
"Runs a language filter to remove common OCR mistakes from document pages "
"content."
msgstr ""
#: __init__.py:55
#: __init__.py:43
msgid "queue document list"
msgstr ""
#: __init__.py:58 views.py:316
msgid "active tasks"
#: __init__.py:44 __init__.py:62 permissions.py:7
msgid "OCR"
msgstr ""
#: __init__.py:60
#: __init__.py:46
msgid "transformations"
msgstr ""
#: __init__.py:61
#: __init__.py:47
msgid "add transformation"
msgstr ""
#: __init__.py:62
#: __init__.py:48
msgid "edit"
msgstr ""
#: __init__.py:82
#: __init__.py:69
msgid "Default"
msgstr ""
#: __init__.py:104
#: __init__.py:97
msgid "Checks the OCR queue for pending documents."
msgstr ""
#: api.py:119
#: api.py:122
msgid "Text from OCR"
msgstr ""
@@ -127,88 +99,108 @@ msgstr ""
msgid "error"
msgstr ""
#: models.py:22
#: models.py:26
msgid "name"
msgstr ""
#: models.py:23
#: models.py:27
msgid "label"
msgstr ""
#: models.py:27 models.py:47
#: models.py:31 models.py:51
msgid "state"
msgstr ""
#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378
#: views.py:408 views.py:444
#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356
#: views.py:386 views.py:422
msgid "document queue"
msgstr ""
#: models.py:33
#: models.py:37
msgid "document queues"
msgstr ""
#: models.py:41
#: models.py:45
msgid "document"
msgstr ""
#: models.py:42
#: models.py:46
msgid "date time submitted"
msgstr ""
#: models.py:43
#: models.py:47
msgid "delay ocr"
msgstr ""
#: models.py:48
#: models.py:52
msgid "result"
msgstr ""
#: models.py:49
#: models.py:53
msgid "node name"
msgstr ""
#: models.py:53
#: models.py:57
msgid "queue document"
msgstr ""
#: models.py:54
#: models.py:58
msgid "queue documents"
msgstr ""
#: models.py:63 views.py:48
#: models.py:78 views.py:49
msgid "Missing document."
msgstr ""
#: models.py:67
#: models.py:82
msgid "Enter a valid value."
msgstr ""
#: models.py:95 views.py:341
#: models.py:110 views.py:319
msgid "order"
msgstr ""
#: models.py:96 views.py:342 views.py:379 views.py:409
#: models.py:111 views.py:320 views.py:357 views.py:387
msgid "transformation"
msgstr ""
#: models.py:97 views.py:343
#: models.py:112 views.py:321
msgid "arguments"
msgstr ""
#: models.py:97
#: models.py:112
#, python-format
msgid "Use dictionaries to indentify arguments, example: %s"
msgstr ""
#: models.py:107
#: models.py:122
msgid "document queue transformation"
msgstr ""
#: models.py:108
#: models.py:123
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"
@@ -223,195 +215,179 @@ msgstr ""
msgid "OCR statistics"
msgstr ""
#: views.py:41
#: views.py:42
#, python-format
msgid "documents in queue: %s"
msgstr ""
#: views.py:49
#: views.py:50
msgid "thumbnail"
msgstr ""
#: views.py:62
#: views.py:63
msgid "document queue properties"
msgstr ""
#: views.py:63
#: views.py:64
#, python-format
msgid "Current state: %s"
msgstr ""
#: views.py:79 views.py:154
#: views.py:80 views.py:168
msgid "Must provide at least one queue document."
msgstr ""
#: views.py:89
#: views.py:90
#, python-format
msgid "Document: %s is being processed and can't be deleted."
msgstr ""
#: views.py:92
#: views.py:93
#, python-format
msgid "Queue document: %(document)s deleted successfully."
msgstr ""
#: views.py:96
#: views.py:97
#, python-format
msgid "Error deleting document: %(document)s; %(error)s"
msgstr ""
#: views.py:109
#: views.py:110
#, python-format
msgid "Are you sure you wish to delete queue document: %s?"
msgstr ""
#: views.py:111
#: views.py:112
#, python-format
msgid "Are you sure you wish to delete queue documents: %s?"
msgstr ""
#: views.py:134
#: views.py:148
#, python-format
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
msgstr ""
#: views.py:137
#: views.py:151
#, python-format
msgid "Document: %(document)s is already queued."
msgstr ""
#: views.py:165
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:173
#: views.py:180
#, python-format
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
msgstr ""
#: views.py:176
#: views.py:186
#, python-format
msgid "Document id#: %d, no longer exists."
msgstr ""
#: views.py:189
#: views.py:190
#, python-format
msgid "Document: %s is already being processed and can't be re-queded."
msgstr ""
#: views.py:202
#, python-format
msgid "Are you sure you wish to re-queue document: %s?"
msgstr ""
#: views.py:191
#: views.py:204
#, python-format
msgid "Are you sure you wish to re-queue documents: %s?"
msgstr ""
#: views.py:209
#: views.py:222
#, python-format
msgid "Document queue: %s, already stopped."
msgstr ""
#: views.py:215
#: views.py:228
#, python-format
msgid "Document queue: %s, stopped successfully."
msgstr ""
#: views.py:221
#: views.py:234
#, python-format
msgid "Are you sure you wish to disable document queue: %s"
msgstr ""
#: views.py:236
#: views.py:249
#, python-format
msgid "Document queue: %s, already active."
msgstr ""
#: views.py:242
#: views.py:255
#, python-format
msgid "Document queue: %s, activated successfully."
msgstr ""
#: views.py:248
#: views.py:261
#, python-format
msgid "Are you sure you wish to activate document queue: %s"
msgstr ""
#: views.py:265
#: views.py:278
msgid "Are you sure you wish to clean up all the pages content?"
msgstr ""
#: views.py:266
#: views.py:279
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:272
#: views.py:285
msgid "Document pages content clean up complete."
msgstr ""
#: views.py:274
#: views.py:287
#, python-format
msgid "Document pages content clean up error: %s"
msgstr ""
#: views.py:320
msgid "node"
msgstr ""
#: views.py:321
msgid "task id"
msgstr ""
#: views.py:322
msgid "task name"
msgstr ""
#: views.py:323
msgid "related object"
msgstr ""
#: views.py:335
#: views.py:313
#, python-format
msgid "transformations for: %s"
msgstr ""
#: views.py:365
#: views.py:343
msgid "Queue transformation edited successfully"
msgstr ""
#: views.py:368
#: views.py:346
#, python-format
msgid "Error editing queue transformation; %s"
msgstr ""
#: views.py:373
#: views.py:351
#, python-format
msgid "Edit transformation: %s"
msgstr ""
#: views.py:396
#: views.py:374
msgid "Queue transformation deleted successfully."
msgstr ""
#: views.py:398
#: views.py:376
#, python-format
msgid "Error deleting queue transformation; %(error)s"
msgstr ""
#: views.py:411
#: views.py:389
#, python-format
msgid ""
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
msgstr ""
#: views.py:434
#: views.py:412
msgid "Queue transformation created successfully"
msgstr ""
#: views.py:437
#: views.py:415
#, python-format
msgid "Error creating queue transformation; %s"
msgstr ""
#: views.py:446
#: views.py:424
#, python-format
msgid "Create new transformation for queue: %s"
msgstr ""
@@ -431,15 +407,9 @@ msgid "Automatically queue newly created documents for OCR."
msgstr ""
#: conf/settings.py:17
msgid ""
"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend "
"to use for locking. Multiple hosts can be specified separated by a semicolon."
msgstr ""
#: conf/settings.py:18
msgid "File path to unpaper program."
msgstr ""
#: parsers/__init__.py:23
#: parsers/__init__.py:37
msgid "Text extracted from PDF"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff